Skip to content

Instantly share code, notes, and snippets.

@DrMoriarty
Created July 1, 2019 11:02
Show Gist options
  • Save DrMoriarty/8cdb10f2830ff362dc5e921ab89c552a to your computer and use it in GitHub Desktop.
Save DrMoriarty/8cdb10f2830ff362dc5e921ab89c552a to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
bash-3.2$ scons --debug=presub verbose=yes platform=iphone target=release_debug arch=armv7 -j12
scons: Reading SConscript files ...
Warning: module 'vibration' uses a deprecated `can_build` signature in its config.py file, it should be `can_build(env, platform)`.
Checking for C header file mntent.h... (cached) no
scons: done reading SConscript files.
scons: Building targets ...
[ 3%] Building core/method_bind.gen.inc and core/method_bind_ext.gen.inc with action:
run(target, source, env)
[ 3%] run(["core/method_bind.gen.inc", "core/method_bind_ext.gen.inc"], ["core/make_binders.py"])
[ 4%] Building drivers/gles2/shaders/canvas.glsl.gen.h with action:
build_gles2_headers(target, source, env)
[ 4%] build_gles2_headers(["drivers/gles2/shaders/canvas.glsl.gen.h"], ["drivers/gles2/shaders/canvas.glsl"])
[ 4%] Building drivers/gles2/shaders/canvas_shadow.glsl.gen.h with action:
build_gles2_headers(target, source, env)
[ 4%] build_gles2_headers(["drivers/gles2/shaders/canvas_shadow.glsl.gen.h"], ["drivers/gles2/shaders/canvas_shadow.glsl"])
[ 4%] Building drivers/gles2/shaders/lens_distorted.glsl.gen.h with action:
build_gles2_headers(target, source, env)
build_gles2_headers(["drivers/gles2/shaders/lens_distorted.glsl.gen.h"], ["drivers/gles2/shaders/lens_distorted.glsl"])
[ 4%] Building drivers/gles3/shaders/effect_blur.glsl.gen.h with action:
build_gles3_headers(target, source, env)
build_gles3_headers(["drivers/gles3/shaders/effect_blur.glsl.gen.h"], ["drivers/gles3/shaders/effect_blur.glsl"])
[ 4%] Building drivers/gles3/shaders/exposure.glsl.gen.h with action:
build_gles3_headers(target, source, env)
build_gles3_headers(["drivers/gles3/shaders/exposure.glsl.gen.h"], ["drivers/gles3/shaders/exposure.glsl"])
[ 4%] Building drivers/gles3/shaders/resolve.glsl.gen.h with action:
build_gles3_headers(target, source, env)
build_gles3_headers(["drivers/gles3/shaders/resolve.glsl.gen.h"], ["drivers/gles3/shaders/resolve.glsl"])
[ 4%] Building drivers/gles3/shaders/scene.glsl.gen.h with action:
build_gles3_headers(target, source, env)
[ 4%] build_gles3_headers(["drivers/gles3/shaders/scene.glsl.gen.h"], ["drivers/gles3/shaders/scene.glsl"])
[ 4%] Building drivers/gles3/shaders/screen_space_reflection.glsl.gen.h with action:
build_gles3_headers(target, source, env)
Building drivers/gles3/shaders/ssao.glsl.gen.h with action:
build_gles3_headers(target, source, env)
build_gles3_headers(["drivers/gles3/shaders/screen_space_reflection.glsl.gen.h"], ["drivers/gles3/shaders/screen_space_reflection.glsl"])
[ 4%] build_gles3_headers(["drivers/gles3/shaders/ssao.glsl.gen.h"], ["drivers/gles3/shaders/ssao.glsl"])
[ 4%] Building drivers/gles3/shaders/ssao_blur.glsl.gen.h with action:
build_gles3_headers(target, source, env)
[ 4%] build_gles3_headers(["drivers/gles3/shaders/ssao_blur.glsl.gen.h"], ["drivers/gles3/shaders/ssao_blur.glsl"])
[ 4%] Building drivers/gles3/shaders/ssao_minify.glsl.gen.h with action:
build_gles3_headers(target, source, env)
build_gles3_headers(["drivers/gles3/shaders/ssao_minify.glsl.gen.h"], ["drivers/gles3/shaders/ssao_minify.glsl"])
[ 4%] Building platform/iphone/godot_iphone.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o platform/iphone/godot_iphone.iphone.opt.debug.arm.o -c -std=c++11 -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -iframeworkmodules/GodotFacebook/ios -iframeworkmodules/amplitude/ios -iframeworkmodules/appsflyer/ios -DFREETYPE_ENABLED -iframeworkmodules/kochava/ios -DSVG_ENABLED -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/firebase -Ithirdparty/freetype/include -Ithirdparty/nanosvg platform/iphone/godot_iphone.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 4%] Building drivers/gles3/shaders/subsurf_scattering.glsl.gen.h with action:
build_gles3_headers(target, source, env)
build_gles3_headers(["drivers/gles3/shaders/subsurf_scattering.glsl.gen.h"], ["drivers/gles3/shaders/subsurf_scattering.glsl"])
[ 4%] Building drivers/gles3/shaders/tonemap.glsl.gen.h with action:
build_gles3_headers(target, source, env)
build_gles3_headers(["drivers/gles3/shaders/tonemap.glsl.gen.h"], ["drivers/gles3/shaders/tonemap.glsl"])
[ 4%] Building drivers/gles2/shaders/cube_to_dp.glsl.gen.h with action:
build_gles2_headers(target, source, env)
build_gles2_headers(["drivers/gles2/shaders/cube_to_dp.glsl.gen.h"], ["drivers/gles2/shaders/cube_to_dp.glsl"])
[ 4%] Building drivers/gles2/shaders/scene.glsl.gen.h with action:
build_gles2_headers(target, source, env)
build_gles2_headers(["drivers/gles2/shaders/scene.glsl.gen.h"], ["drivers/gles2/shaders/scene.glsl"])
[ 4%] Building drivers/gles2/shaders/copy.glsl.gen.h with action:
build_gles2_headers(target, source, env)
build_gles2_headers(["drivers/gles2/shaders/copy.glsl.gen.h"], ["drivers/gles2/shaders/copy.glsl"])
[ 4%] Building drivers/gles2/shaders/cubemap_filter.glsl.gen.h with action:
build_gles2_headers(target, source, env)
build_gles2_headers(["drivers/gles2/shaders/cubemap_filter.glsl.gen.h"], ["drivers/gles2/shaders/cubemap_filter.glsl"])
[ 4%] Building drivers/gles3/shaders/canvas_shadow.glsl.gen.h with action:
build_gles3_headers(target, source, env)
build_gles3_headers(["drivers/gles3/shaders/canvas_shadow.glsl.gen.h"], ["drivers/gles3/shaders/canvas_shadow.glsl"])
[ 4%] Building drivers/gles3/shaders/lens_distorted.glsl.gen.h with action:
build_gles3_headers(target, source, env)
build_gles3_headers(["drivers/gles3/shaders/lens_distorted.glsl.gen.h"], ["drivers/gles3/shaders/lens_distorted.glsl"])
[ 4%] Building drivers/gles3/shaders/cube_to_dp.glsl.gen.h with action:
build_gles3_headers(target, source, env)
build_gles3_headers(["drivers/gles3/shaders/cube_to_dp.glsl.gen.h"], ["drivers/gles3/shaders/cube_to_dp.glsl"])
[ 5%] Building drivers/gles3/shaders/blend_shape.glsl.gen.h with action:
build_gles3_headers(target, source, env)
build_gles3_headers(["drivers/gles3/shaders/blend_shape.glsl.gen.h"], ["drivers/gles3/shaders/blend_shape.glsl"])
[ 5%] Building drivers/gles3/shaders/canvas.glsl.gen.h with action:
build_gles3_headers(target, source, env)
build_gles3_headers(["drivers/gles3/shaders/canvas.glsl.gen.h"], ["drivers/gles3/shaders/canvas.glsl"])
[ 5%] Building drivers/gles3/shaders/copy.glsl.gen.h with action:
build_gles3_headers(target, source, env)
build_gles3_headers(["drivers/gles3/shaders/copy.glsl.gen.h"], ["drivers/gles3/shaders/copy.glsl"])
[ 5%] Building drivers/gles3/shaders/cubemap_filter.glsl.gen.h with action:
build_gles3_headers(target, source, env)
build_gles3_headers(["drivers/gles3/shaders/cubemap_filter.glsl.gen.h"], ["drivers/gles3/shaders/cubemap_filter.glsl"])
[ 5%] Building drivers/gles3/shaders/particles.glsl.gen.h with action:
build_gles3_headers(target, source, env)
build_gles3_headers(["drivers/gles3/shaders/particles.glsl.gen.h"], ["drivers/gles3/shaders/particles.glsl"])
[ 5%] Building platform/iphone/semaphore_iphone.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o platform/iphone/semaphore_iphone.iphone.opt.debug.arm.o -c -std=c++11 -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -iframeworkmodules/GodotFacebook/ios -iframeworkmodules/amplitude/ios -iframeworkmodules/appsflyer/ios -DFREETYPE_ENABLED -iframeworkmodules/kochava/ios -DSVG_ENABLED -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/firebase -Ithirdparty/freetype/include -Ithirdparty/nanosvg platform/iphone/semaphore_iphone.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 5%] Building platform/iphone/gl_view.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o platform/iphone/gl_view.iphone.opt.debug.arm.o -c -std=c++11 -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -iframeworkmodules/GodotFacebook/ios -iframeworkmodules/amplitude/ios -iframeworkmodules/appsflyer/ios -DFREETYPE_ENABLED -iframeworkmodules/kochava/ios -DSVG_ENABLED -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/firebase -Ithirdparty/freetype/include -Ithirdparty/nanosvg platform/iphone/gl_view.mm
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 6%] Building platform/iphone/main.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o platform/iphone/main.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -iframeworkmodules/GodotFacebook/ios -iframeworkmodules/amplitude/ios -iframeworkmodules/appsflyer/ios -DFREETYPE_ENABLED -iframeworkmodules/kochava/ios -DSVG_ENABLED -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/firebase -Ithirdparty/freetype/include -Ithirdparty/nanosvg platform/iphone/main.m
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 6%] Building platform/iphone/app_delegate.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o platform/iphone/app_delegate.iphone.opt.debug.arm.o -c -std=c++11 -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -iframeworkmodules/GodotFacebook/ios -iframeworkmodules/amplitude/ios -iframeworkmodules/appsflyer/ios -DFREETYPE_ENABLED -iframeworkmodules/kochava/ios -DSVG_ENABLED -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/firebase -Ithirdparty/freetype/include -Ithirdparty/nanosvg platform/iphone/app_delegate.mm
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 6%] Building platform/iphone/view_controller.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o platform/iphone/view_controller.iphone.opt.debug.arm.o -c -std=c++11 -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -iframeworkmodules/GodotFacebook/ios -iframeworkmodules/amplitude/ios -iframeworkmodules/appsflyer/ios -DFREETYPE_ENABLED -iframeworkmodules/kochava/ios -DSVG_ENABLED -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/firebase -Ithirdparty/freetype/include -Ithirdparty/nanosvg platform/iphone/view_controller.mm
[ 6%] Building platform/iphone/game_center.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o platform/iphone/game_center.iphone.opt.debug.arm.o -c -std=c++11 -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -iframeworkmodules/GodotFacebook/ios -iframeworkmodules/amplitude/ios -iframeworkmodules/appsflyer/ios -DFREETYPE_ENABLED -iframeworkmodules/kochava/ios -DSVG_ENABLED -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/firebase -Ithirdparty/freetype/include -Ithirdparty/nanosvg platform/iphone/game_center.mm
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 6%] Building platform/iphone/in_app_store.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o platform/iphone/in_app_store.iphone.opt.debug.arm.o -c -std=c++11 -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -iframeworkmodules/GodotFacebook/ios -iframeworkmodules/amplitude/ios -iframeworkmodules/appsflyer/ios -DFREETYPE_ENABLED -iframeworkmodules/kochava/ios -DSVG_ENABLED -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/firebase -Ithirdparty/freetype/include -Ithirdparty/nanosvg platform/iphone/in_app_store.mm
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 6%] Building platform/iphone/icloud.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o platform/iphone/icloud.iphone.opt.debug.arm.o -c -std=c++11 -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -iframeworkmodules/GodotFacebook/ios -iframeworkmodules/amplitude/ios -iframeworkmodules/appsflyer/ios -DFREETYPE_ENABLED -iframeworkmodules/kochava/ios -DSVG_ENABLED -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/firebase -Ithirdparty/freetype/include -Ithirdparty/nanosvg platform/iphone/icloud.mm
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 6%] Building platform/iphone/ios.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o platform/iphone/ios.iphone.opt.debug.arm.o -c -std=c++11 -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -iframeworkmodules/GodotFacebook/ios -iframeworkmodules/amplitude/ios -iframeworkmodules/appsflyer/ios -DFREETYPE_ENABLED -iframeworkmodules/kochava/ios -DSVG_ENABLED -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/firebase -Ithirdparty/freetype/include -Ithirdparty/nanosvg platform/iphone/ios.mm
[ 6%] clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 6%] Building main/input_default.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o main/input_default.iphone.opt.debug.arm.o -c -std=c++11 -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -iframeworkmodules/GodotFacebook/ios -iframeworkmodules/amplitude/ios -iframeworkmodules/appsflyer/ios -DFREETYPE_ENABLED -iframeworkmodules/kochava/ios -DSVG_ENABLED -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/firebase -Ithirdparty/freetype/include -Ithirdparty/nanosvg main/input_default.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 6%] Building main/app_icon.gen.h with action:
make_app_icon(target, source, env)
make_app_icon(["main/app_icon.gen.h"], ["main/app_icon.png"])
[ 6%] Building platform/iphone/os_iphone.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
[ 6%] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o platform/iphone/os_iphone.iphone.opt.debug.arm.o -c -std=c++11 -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -iframeworkmodules/GodotFacebook/ios -iframeworkmodules/amplitude/ios -iframeworkmodules/appsflyer/ios -DFREETYPE_ENABLED -iframeworkmodules/kochava/ios -DSVG_ENABLED -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/firebase -Ithirdparty/freetype/include -Ithirdparty/nanosvg platform/iphone/os_iphone.cpp
[ 6%] Building main/splash.gen.h with action:
make_splash(target, source, env)
make_splash(["main/splash.gen.h"], ["main/splash.png"])
[ 6%] Building main/splash_editor.gen.h with action:
make_splash_editor(target, source, env)
make_splash_editor(["main/splash_editor.gen.h"], ["main/splash_editor.png"])
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 7%] In file included from platform/iphone/main.mplatform/iphone/in_app_store.mm::31209:
:In file included from 29platform/iphone/app_delegate.h::31 :
warning: In file included from platform/iphone/gl_view.hplatform/iphone/gl_view.mm'transactionReceipt' is deprecated: first deprecated in iOS 7.0 - Use -[NSBundle appStoreReceiptURL] [-Wdeprecated-declarations,30]::8331
::
30: warning: 'MPMoviePlayerController' is deprecated: first deprecated in iOS 9.0 - Use AVPlayerViewController in AVKit. [-Wdeprecated-declarations,30]
platform/iphone/gl_view.h:83:30: warning: 'MPMoviePlayerController' is deprecated: first deprecated in iOS 9.0 - Use AVPlayerViewController in AVKit. [-Wdeprecated-declarations,30]
receipt = transaction.transactionReceipt; @property(strong, nonatomic) MPMoviePlayerController *moviePlayerController;
^ ^
@property(strong, nonatomic) MPMoviePlayerController *moviePlayerController;
^
In file included from platform/iphone/app_delegate.mm:31:
In file included from platform/iphone/app_delegate.h:31:
platform/iphone/gl_view.h:83:30: warning: 'MPMoviePlayerController' is deprecated: first deprecated in iOS 9.0 - Use AVPlayerViewController in AVKit. [-Wdeprecated-declarations,30]
@property(strong, nonatomic) MPMoviePlayerController *moviePlayerController;
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKPaymentTransaction.h:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/MediaPlayer.framework/Headers/MPMoviePlayerController.h47/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/MediaPlayer.framework/Headers/MPMoviePlayerController.h:::/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/MediaPlayer.framework/Headers/MPMoviePlayerController.h83:5083::83:12: :1212 :: note : note: note'transactionReceipt' has been explicitly marked deprecated here [2]: 'MPMoviePlayerController' has been explicitly marked deprecated here [2]
'MPMoviePlayerController' has been explicitly marked deprecated here [2]
note
: 'MPMoviePlayerController' has been explicitly marked deprecated here [2]
@interface MPMoviePlayerController : NSObject <MPMediaPlayback> @interface MPMoviePlayerController : NSObject <MPMediaPlayback>
^ ^ @interface MPMoviePlayerController : NSObject <MPMediaPlayback>
^
@property(nonatomic, readonly, nullable) NSData *transactionReceipt NS_DEPRECATED_IOS(3_0, 7_0, "Use -[NSBundle appStoreReceiptURL]");
^
platform/iphone/in_app_store.mm:213:28: warning: 'transactionReceipt' is deprecated: first deprecated in iOS 7.0 - Use -[NSBundle appStoreReceiptURL] [-Wdeprecated-declarations,30]
receipt = transaction.transactionReceipt;
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKPaymentTransaction.h:47:50: note: 'transactionReceipt' has been explicitly marked deprecated here [2]
@property(nonatomic, readonly, nullable) NSData *transactionReceipt NS_DEPRECATED_IOS(3_0, 7_0, "Use -[NSBundle appStoreReceiptURL]");
^
platform/iphone/in_app_store.mm:276:34: warning: 'paymentWithProductIdentifier:' is deprecated: first deprecated in iOS 5.0 - Use +paymentWithProduct: after fetching the available products using SKProductsRequest [-Wdeprecated-declarations,30]
SKPayment *payment = [SKPayment paymentWithProductIdentifier:pid];
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKPayment.h:23:1: note: 'paymentWithProductIdentifier:' has been explicitly marked deprecated here [2]
+ (id)paymentWithProductIdentifier:(NSString *)identifier NS_DEPRECATED_IOS(3_0, 5_0, "Use +paymentWithProduct: after fetching the available products using SKProductsRequest");
^
[ 7%] In file included from platform/iphone/icloud.mm:39:
In file included from platform/iphone/app_delegate.h:31:
platform/iphone/gl_view.h:83:30: warning: 'MPMoviePlayerController' is deprecated: first deprecated in iOS 9.0 - Use AVPlayerViewController in AVKit. [-Wdeprecated-declarations,30]
@property(strong, nonatomic) MPMoviePlayerController *moviePlayerController;
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/MediaPlayer.framework/Headers/MPMoviePlayerController.h:83:12: note: 'MPMoviePlayerController' has been explicitly marked deprecated here [2]
@interface MPMoviePlayerController : NSObject <MPMediaPlayback>
^
platform/iphone/ios.mm:41:2: warning: 'UIAlertView' is deprecated: first deprecated in iOS 9.0 - UIAlertView is deprecated. Use UIAlertController with a preferredStyle of UIAlertControllerStyleAlert instead [-Wdeprecated-declarations,30]
UIAlertView *alert = [[[UIAlertView alloc] initWithTitle:[NSString stringWithUTF8String:p_title] message:[NSString stringWithUTF8String:p_alert] delegate:nil cancelButtonTitle:@"OK" otherButtonTitles:nil, nil] autorelease];
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:27:12: note: 'UIAlertView' has been explicitly marked deprecated here [2]
@interface UIAlertView : UIView
^
platform/iphone/ios.mm:41:26: warning: 'UIAlertView' is deprecated: first deprecated in iOS 9.0 - UIAlertView is deprecated. Use UIAlertController with a preferredStyle of UIAlertControllerStyleAlert instead [-Wdeprecated-declarations,30]
UIAlertView *alert = [[[UIAlertView alloc] initWithTitle:[NSString stringWithUTF8String:p_title] message:[NSString stringWithUTF8String:p_alert] delegate:nil cancelButtonTitle:@"OK" otherButtonTitles:nil, nil] autorelease];
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:27:12: note: 'UIAlertView' has been explicitly marked deprecated here [2]
@interface UIAlertView : UIView
^
[ 9%] 2 warnings generated.
[ 10%] Building main/main_timer_sync.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o main/main_timer_sync.iphone.opt.debug.arm.o -c -std=c++11 -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -iframeworkmodules/GodotFacebook/ios -iframeworkmodules/amplitude/ios -iframeworkmodules/appsflyer/ios -DFREETYPE_ENABLED -iframeworkmodules/kochava/ios -DSVG_ENABLED -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/firebase -Ithirdparty/freetype/include -Ithirdparty/nanosvg main/main_timer_sync.cpp
[ 10%] Building main/main.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o main/main.iphone.opt.debug.arm.o -c -std=c++11 -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -iframeworkmodules/GodotFacebook/ios -iframeworkmodules/amplitude/ios -iframeworkmodules/appsflyer/ios -DFREETYPE_ENABLED -iframeworkmodules/kochava/ios -DSVG_ENABLED -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/firebase -Ithirdparty/freetype/include -Ithirdparty/nanosvg main/main.cpp
[ 10%] Building main/performance.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o main/performance.iphone.opt.debug.arm.o -c -std=c++11 -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -iframeworkmodules/GodotFacebook/ios -iframeworkmodules/amplitude/ios -iframeworkmodules/appsflyer/ios -DFREETYPE_ENABLED -iframeworkmodules/kochava/ios -DSVG_ENABLED -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/firebase -Ithirdparty/freetype/include -Ithirdparty/nanosvg main/performance.cpp
platform/iphone/gl_view.mm:84:23:{84:23-84:38}: warning: 'safeAreaInsets' is only available on iOS 11.0 or newer [-Wunguarded-availability-new,2]
insets = [_instance safeAreaInsets];
^~~~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:264:45: note: 'safeAreaInsets' has been marked as being introduced in iOS 11.0 here, but the deployment target is iOS 10.0.0 [2]
@property (nonatomic,readonly) UIEdgeInsets safeAreaInsets API_AVAILABLE(ios(11.0),tvos(11.0));
^
platform/iphone/gl_view.mm:84:23:{84:23-84:38}: note: enclose 'safeAreaInsets' in an @available check to silence this warning [2]
insets = [_instance safeAreaInsets];
^~~~~~~~~~~~~~~
fix-it:"platform/iphone/gl_view.mm":{84:3-84:3}:"if (@available(iOS 11.0, *)) {\n\t\t "
fix-it:"platform/iphone/gl_view.mm":{84:39-84:39}:"\n\t\t} else {\n\t\t // Fallback on earlier versions\n\t\t}"
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
platform/iphone/gl_view.mm:409:16: warning: 'setFrameInterval:' is deprecated: first deprecated in iOS 10.0 - preferredFramesPerSecond [-Wdeprecated-declarations,30]
[displayLink setFrameInterval:frameInterval];
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CADisplayLink.h:71:32: note: property 'frameInterval' is declared deprecated here [2]
@property(nonatomic) NSInteger frameInterval
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CADisplayLink.h:71:32: note: 'setFrameInterval:' has been explicitly marked deprecated here [2]
platform/iphone/gl_view.mm:694:37:{694:7-694:36}{694:40-694:60}: warning: comparison of two values with different enumeration types ('AVPlayerItemStatus' and 'AVPlayerStatus') [-Wenum-compare,2]
if (_instance.avPlayerItem.status == AVPlayerStatusFailed || _instance.avPlayer.status == AVPlayerStatusFailed) {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~
platform/iphone/gl_view.mm:443:1: warning: writable atomic property 'animationInterval' cannot pair a synthesized getter with a user defined setter [-Watomic-property-with-user-defined-accessor,2]
- (void)setAnimationInterval:(NSTimeInterval)interval {
^
platform/iphone/gl_view.h:108:26: note: setter and getter must both be synthesized, or both be user defined,or the property must be nonatomic [2]
@property NSTimeInterval animationInterval;
^
(nonatomic)
fix-it:"platform/iphone/gl_view.h":{108:11-108:11}:"(nonatomic) "
platform/iphone/gl_view.h:108:26: note: property declared here [2]
platform/iphone/main.m:45:15: warning: unused variable 'app' [-Wunused-variable,35]
AppDelegate *app = [AppDelegate alloc];
^
2 warnings generated.
3 warnings generated.
In file included from platform/iphone/game_center.mm:47:
In file included from platform/iphone/app_delegate.h:31:
platform/iphone/gl_view.h:83:30: warning: 'MPMoviePlayerController' is deprecated: first deprecated in iOS 9.0 - Use AVPlayerViewController in AVKit. [-Wdeprecated-declarations,30]
@property(strong, nonatomic) MPMoviePlayerController *moviePlayerController;
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/MediaPlayer.framework/Headers/MPMoviePlayerController.h:83:12: note: 'MPMoviePlayerController' has been explicitly marked deprecated here [2]
@interface MPMoviePlayerController : NSObject <MPMediaPlayback>
^
[ 10%] Building main/default_controller_mappings.gen.cpp with action:
make_default_controller_mappings(target, source, env)
make_default_controller_mappings(["main/default_controller_mappings.gen.cpp"], ["main/gamecontrollerdb.txt", "main/gamecontrollerdb_205.txt", "main/gamecontrollerdb_204.txt", "main/godotcontrollerdb.txt"])
[ 10%] Building main/tests/test_astar.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o main/tests/test_astar.iphone.opt.debug.arm.o -c -std=c++11 -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -iframeworkmodules/GodotFacebook/ios -iframeworkmodules/amplitude/ios -iframeworkmodules/appsflyer/ios -DFREETYPE_ENABLED -iframeworkmodules/kochava/ios -DSVG_ENABLED -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/firebase -Ithirdparty/freetype/include -Ithirdparty/nanosvg main/tests/test_astar.cpp
[ 10%] Building main/default_controller_mappings.gen.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
5 warnings generated.
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o main/default_controller_mappings.gen.iphone.opt.debug.arm.o -c -std=c++11 -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -iframeworkmodules/GodotFacebook/ios -iframeworkmodules/amplitude/ios -iframeworkmodules/appsflyer/ios -DFREETYPE_ENABLED -iframeworkmodules/kochava/ios -DSVG_ENABLED -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/firebase -Ithirdparty/freetype/include -Ithirdparty/nanosvg main/default_controller_mappings.gen.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 11%] Building main/tests/test_gdscript.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o main/tests/test_gdscript.iphone.opt.debug.arm.o -c -std=c++11 -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -iframeworkmodules/GodotFacebook/ios -iframeworkmodules/amplitude/ios -iframeworkmodules/appsflyer/ios -DFREETYPE_ENABLED -iframeworkmodules/kochava/ios -DSVG_ENABLED -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/firebase -Ithirdparty/freetype/include -Ithirdparty/nanosvg main/tests/test_gdscript.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 11%] Building main/tests/test_gui.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o main/tests/test_gui.iphone.opt.debug.arm.o -c -std=c++11 -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -iframeworkmodules/GodotFacebook/ios -iframeworkmodules/amplitude/ios -iframeworkmodules/appsflyer/ios -DFREETYPE_ENABLED -iframeworkmodules/kochava/ios -DSVG_ENABLED -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/firebase -Ithirdparty/freetype/include -Ithirdparty/nanosvg main/tests/test_gui.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 11%] Building main/tests/test_main.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o main/tests/test_main.iphone.opt.debug.arm.o -c -std=c++11 -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -iframeworkmodules/GodotFacebook/ios -iframeworkmodules/amplitude/ios -iframeworkmodules/appsflyer/ios -DFREETYPE_ENABLED -iframeworkmodules/kochava/ios -DSVG_ENABLED -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/firebase -Ithirdparty/freetype/include -Ithirdparty/nanosvg main/tests/test_main.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 11%] Building main/tests/test_math.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o main/tests/test_math.iphone.opt.debug.arm.o -c -std=c++11 -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -iframeworkmodules/GodotFacebook/ios -iframeworkmodules/amplitude/ios -iframeworkmodules/appsflyer/ios -DFREETYPE_ENABLED -iframeworkmodules/kochava/ios -DSVG_ENABLED -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/firebase -Ithirdparty/freetype/include -Ithirdparty/nanosvg main/tests/test_math.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
platform/iphone/app_delegate.mm:55:37: warning: 'openURL:' is deprecated: first deprecated in iOS 10.0 - Please use openURL:options:completionHandler: instead [-Wdeprecated-declarations,30]
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:url]];
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:128:1: note: 'openURL:' has been explicitly marked deprecated here [2]
- (BOOL)openURL:(NSURL*)url NS_DEPRECATED_IOS(2_0, 10_0, "Please use openURL:options:completionHandler: instead") NS_EXTENSION_UNAVAILABLE_IOS("");
^
platform/iphone/app_delegate.mm:450:14: warning: '__bridge_transfer' casts have no effect when not using ARC [-Warc-bridge-casts-disallowed-in-nonarc,8]
uuid = (__bridge_transfer NSString *)CFUUIDCreateString(NULL, cfuuid);
^~~~~~~~~~~~~~~~~~
fix-it:"platform/iphone/app_delegate.mm":{450:14-450:32}:""
platform/iphone/app_delegate.mm:568:12:{545:14-545:70}{568:12-568:49}: warning: comparison of two values with different enumeration types in switch statement ('UIInterfaceOrientation' and 'UIDeviceOrientation') [-Wenum-compare-switch,2]
case UIDeviceOrientationPortraitUpsideDown: {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
platform/iphone/app_delegate.mm:557:12:{545:14-545:70}{557:12-557:45}: warning: comparison of two values with different enumeration types in switch statement ('UIInterfaceOrientation' and 'UIDeviceOrientation') [-Wenum-compare-switch,2]
case UIDeviceOrientationLandscapeRight: {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
platform/iphone/app_delegate.mm:546:12:{545:14-545:70}{546:12-546:44}: warning: comparison of two values with different enumeration types in switch statement ('UIInterfaceOrientation' and 'UIDeviceOrientation') [-Wenum-compare-switch,2]
case UIDeviceOrientationLandscapeLeft: {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
platform/iphone/app_delegate.mm:593:10: warning: unused variable 'quit_request' [-Wunused-variable,35]
bool quit_request = OSIPhone::get_singleton()->iterate();
^
platform/iphone/app_delegate.mm:612:15: warning: 'setStatusBarHidden:withAnimation:' is deprecated: first deprecated in iOS 9.0 - Use -[UIViewController prefersStatusBarHidden] [-Wdeprecated-declarations,30]
[application setStatusBarHidden:YES withAnimation:UIStatusBarAnimationNone];
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:464:1: note: 'setStatusBarHidden:withAnimation:' has been explicitly marked deprecated here [2]
- (void)setStatusBarHidden:(BOOL)hidden withAnimation:(UIStatusBarAnimation)animation NS_DEPRECATED_IOS(3_2, 9_0, "Use -[UIViewController prefersStatusBarHidden]") __TVOS_PROHIBITED;
^
platform/iphone/app_delegate.mm:150:25:{150:4-150:24}: warning: 'UIView' may not respond to 'stopAnimation' [2]
[view_controller.view stopAnimation];
~~~~~~~~~~~~~~~~~~~~ ^
platform/iphone/app_delegate.mm:168:25:{168:4-168:24}: warning: 'UIView' may not respond to 'startAnimation' [2]
[view_controller.view startAnimation];
~~~~~~~~~~~~~~~~~~~~ ^
platform/iphone/view_controller.mm:46:21: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings,2]
p_args[p_argc++] = "--path";
^
platform/iphone/view_controller.mm:48:34: warning: 'cString' is deprecated: first deprecated in iOS 2.0 - Use -cStringUsingEncoding: instead [-Wdeprecated-declarations,30]
p_args[p_argc++] = (char *)[str cString];
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:501:1: note: 'cString' has been explicitly marked deprecated here [2]
- (nullable const char *)cString NS_RETURNS_INNER_POINTER API_DEPRECATED("Use -cStringUsingEncoding: instead", macos(10.0,10.4), ios(2.0,2.0), watchos(2.0,2.0), tvos(9.0,9.0));
^
platform/iphone/view_controller.mm:66:35: warning: 'cString' is deprecated: first deprecated in iOS 2.0 - Use -cStringUsingEncoding: instead [-Wdeprecated-declarations,30]
p_args[p_argc++] = (char *)[str cString];
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:501:1: note: 'cString' has been explicitly marked deprecated here [2]
- (nullable const char *)cString NS_RETURNS_INNER_POINTER API_DEPRECATED("Use -cStringUsingEncoding: instead", macos(10.0,10.4), ios(2.0,2.0), watchos(2.0,2.0), tvos(9.0,9.0));
^
platform/iphone/view_controller.mm:79:17: warning: method definition for 'shouldAutorotateToInterfaceOrientation:' not found [-Wincomplete-implementation,2]
@implementation ViewController
^
platform/iphone/view_controller.h:37:1: note: method 'shouldAutorotateToInterfaceOrientation:' declared here [2]
- (BOOL)shouldAutorotateToInterfaceOrientation:
^
4 warnings generated.
[ 11%] Building main/tests/test_oa_hash_map.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o main/tests/test_oa_hash_map.iphone.opt.debug.arm.o -c -std=c++11 -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -iframeworkmodules/GodotFacebook/ios -iframeworkmodules/amplitude/ios -iframeworkmodules/appsflyer/ios -DFREETYPE_ENABLED -iframeworkmodules/kochava/ios -DSVG_ENABLED -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/firebase -Ithirdparty/freetype/include -Ithirdparty/nanosvg main/tests/test_oa_hash_map.cpp
1 warning generated.
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 11%] Building main/tests/test_ordered_hash_map.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o main/tests/test_ordered_hash_map.iphone.opt.debug.arm.o -c -std=c++11 -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -iframeworkmodules/GodotFacebook/ios -iframeworkmodules/amplitude/ios -iframeworkmodules/appsflyer/ios -DFREETYPE_ENABLED -iframeworkmodules/kochava/ios -DSVG_ENABLED -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/firebase -Ithirdparty/freetype/include -Ithirdparty/nanosvg main/tests/test_ordered_hash_map.cpp
10 warnings generated.
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 11%] Building main/tests/test_physics.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o main/tests/test_physics.iphone.opt.debug.arm.o -c -std=c++11 -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -iframeworkmodules/GodotFacebook/ios -iframeworkmodules/amplitude/ios -iframeworkmodules/appsflyer/ios -DFREETYPE_ENABLED -iframeworkmodules/kochava/ios -DSVG_ENABLED -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/firebase -Ithirdparty/freetype/include -Ithirdparty/nanosvg main/tests/test_physics.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 11%] Building main/tests/test_physics_2d.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o main/tests/test_physics_2d.iphone.opt.debug.arm.o -c -std=c++11 -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -iframeworkmodules/GodotFacebook/ios -iframeworkmodules/amplitude/ios -iframeworkmodules/appsflyer/ios -DFREETYPE_ENABLED -iframeworkmodules/kochava/ios -DSVG_ENABLED -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/firebase -Ithirdparty/freetype/include -Ithirdparty/nanosvg main/tests/test_physics_2d.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 11%] Building main/tests/test_render.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o main/tests/test_render.iphone.opt.debug.arm.o -c -std=c++11 -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -iframeworkmodules/GodotFacebook/ios -iframeworkmodules/amplitude/ios -iframeworkmodules/appsflyer/ios -DFREETYPE_ENABLED -iframeworkmodules/kochava/ios -DSVG_ENABLED -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/firebase -Ithirdparty/freetype/include -Ithirdparty/nanosvg main/tests/test_render.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 11%] 1 warning generated.
[ 11%] Building main/tests/test_shader_lang.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o main/tests/test_shader_lang.iphone.opt.debug.arm.o -c -std=c++11 -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -iframeworkmodules/GodotFacebook/ios -iframeworkmodules/amplitude/ios -iframeworkmodules/appsflyer/ios -DFREETYPE_ENABLED -iframeworkmodules/kochava/ios -DSVG_ENABLED -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/firebase -Ithirdparty/freetype/include -Ithirdparty/nanosvg main/tests/test_shader_lang.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 11%] Building main/tests/test_string.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o main/tests/test_string.iphone.opt.debug.arm.o -c -std=c++11 -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -iframeworkmodules/GodotFacebook/ios -iframeworkmodules/amplitude/ios -iframeworkmodules/appsflyer/ios -DFREETYPE_ENABLED -iframeworkmodules/kochava/ios -DSVG_ENABLED -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/firebase -Ithirdparty/freetype/include -Ithirdparty/nanosvg main/tests/test_string.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 12%] Building modules/register_module_types.gen.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/register_module_types.gen.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DMODULE_MOBILE_VR_ENABLED -DMODULE_OGG_ENABLED -DMODULE_OPENSIMPLEX_ENABLED -DMODULE_OPUS_ENABLED -DMODULE_PVR_ENABLED -DMODULE_RATEME_ENABLED -DMODULE_REGEX_ENABLED -DMODULE_SQUISH_ENABLED -DMODULE_STB_VORBIS_ENABLED -DMODULE_SVG_ENABLED -DMODULE_TGA_ENABLED -DMODULE_THEORA_ENABLED -DMODULE_UPNP_ENABLED -DMODULE_VIBRATION_ENABLED -DMODULE_VISUAL_SCRIPT_ENABLED -DMODULE_VORBIS_ENABLED -DMODULE_WEBP_ENABLED -DMODULE_WEBSOCKET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng modules/register_module_types.gen.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 12%] Building main/libmain.iphone.opt.debug.arm.a with action:
$AR $ARFLAGS $TARGET $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar rc main/libmain.iphone.opt.debug.arm.a main/input_default.iphone.opt.debug.arm.o main/main.iphone.opt.debug.arm.o main/main_timer_sync.iphone.opt.debug.arm.o main/performance.iphone.opt.debug.arm.o main/default_controller_mappings.gen.iphone.opt.debug.arm.o
[ 12%] Building platform/iphone/libiphone.iphone.opt.debug.arm.a with action:
$AR $ARFLAGS $TARGET $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar rc platform/iphone/libiphone.iphone.opt.debug.arm.a platform/iphone/godot_iphone.iphone.opt.debug.arm.o platform/iphone/os_iphone.iphone.opt.debug.arm.o platform/iphone/semaphore_iphone.iphone.opt.debug.arm.o platform/iphone/gl_view.iphone.opt.debug.arm.o platform/iphone/main.iphone.opt.debug.arm.o platform/iphone/app_delegate.iphone.opt.debug.arm.o platform/iphone/view_controller.iphone.opt.debug.arm.o platform/iphone/game_center.iphone.opt.debug.arm.o platform/iphone/in_app_store.iphone.opt.debug.arm.o platform/iphone/icloud.iphone.opt.debug.arm.o platform/iphone/ios.iphone.opt.debug.arm.o
Building main/libmain.iphone.opt.debug.arm.a with action:
$RANLIB $RANLIBFLAGS $TARGET
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib main/libmain.iphone.opt.debug.arm.a
Building platform/iphone/libiphone.iphone.opt.debug.arm.a with action:
$RANLIB $RANLIBFLAGS $TARGET
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib platform/iphone/libiphone.iphone.opt.debug.arm.a
[ 12%] Building modules/GodotFacebook/ios/Facebook.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/GodotFacebook/ios/Facebook.iphone.opt.debug.arm.o -c -std=c++11 -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -iframeworkmodules/GodotFacebook/ios -iframeworkmodules/amplitude/ios -iframeworkmodules/appsflyer/ios -DFREETYPE_ENABLED -iframeworkmodules/kochava/ios -DSVG_ENABLED -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/firebase -Ithirdparty/freetype/include -Ithirdparty/nanosvg modules/GodotFacebook/ios/Facebook.mm
[ 12%] Building modules/GodotFacebook/register_types.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/GodotFacebook/register_types.iphone.opt.debug.arm.o -c -std=c++11 -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -iframeworkmodules/GodotFacebook/ios -iframeworkmodules/amplitude/ios -iframeworkmodules/appsflyer/ios -DFREETYPE_ENABLED -iframeworkmodules/kochava/ios -DSVG_ENABLED -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/firebase -Ithirdparty/freetype/include -Ithirdparty/nanosvg modules/GodotFacebook/register_types.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 13%] Building modules/amplitude/ios/Amplitude.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/amplitude/ios/Amplitude.iphone.opt.debug.arm.o -c -std=c++11 -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -iframeworkmodules/GodotFacebook/ios -iframeworkmodules/amplitude/ios -iframeworkmodules/appsflyer/ios -DFREETYPE_ENABLED -iframeworkmodules/kochava/ios -DSVG_ENABLED -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/firebase -Ithirdparty/freetype/include -Ithirdparty/nanosvg modules/amplitude/ios/Amplitude.mm
[ 13%] Building modules/amplitude/register_types.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/amplitude/register_types.iphone.opt.debug.arm.o -c -std=c++11 -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -iframeworkmodules/GodotFacebook/ios -iframeworkmodules/amplitude/ios -iframeworkmodules/appsflyer/ios -DFREETYPE_ENABLED -iframeworkmodules/kochava/ios -DSVG_ENABLED -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/firebase -Ithirdparty/freetype/include -Ithirdparty/nanosvg modules/amplitude/register_types.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 13%] Building modules/appsflyer/ios/GodotAppsFlyer.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/appsflyer/ios/GodotAppsFlyer.iphone.opt.debug.arm.o -c -std=c++11 -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -iframeworkmodules/GodotFacebook/ios -iframeworkmodules/amplitude/ios -iframeworkmodules/appsflyer/ios -DFREETYPE_ENABLED -iframeworkmodules/kochava/ios -DSVG_ENABLED -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/firebase -Ithirdparty/freetype/include -Ithirdparty/nanosvg modules/appsflyer/ios/GodotAppsFlyer.mm
[ 13%] Building modules/appsflyer/register_types.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/appsflyer/register_types.iphone.opt.debug.arm.o -c -std=c++11 -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -iframeworkmodules/GodotFacebook/ios -iframeworkmodules/amplitude/ios -iframeworkmodules/appsflyer/ios -DFREETYPE_ENABLED -iframeworkmodules/kochava/ios -DSVG_ENABLED -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/firebase -Ithirdparty/freetype/include -Ithirdparty/nanosvg modules/appsflyer/register_types.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 13%] Building modules/bmp/image_loader_bmp.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/bmp/image_loader_bmp.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng modules/bmp/image_loader_bmp.cpp
[ 13%] clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
Building modules/bmp/register_types.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/bmp/register_types.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng modules/bmp/register_types.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 13%] Building thirdparty/bullet/BulletCollision/BroadphaseCollision/btAxisSweep3.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/BroadphaseCollision/btAxisSweep3.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp
[ 13%] Building thirdparty/bullet/BulletCollision/BroadphaseCollision/btBroadphaseProxy.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/BroadphaseCollision/btBroadphaseProxy.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/BroadphaseCollision/btBroadphaseProxy.cpp
[ 13%] Building thirdparty/bullet/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.cpp
[ 13%] Building main/tests/libtests.iphone.opt.debug.arm.a with action:
$AR $ARFLAGS $TARGET $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar rc main/tests/libtests.iphone.opt.debug.arm.a main/tests/test_astar.iphone.opt.debug.arm.o main/tests/test_gdscript.iphone.opt.debug.arm.o main/tests/test_gui.iphone.opt.debug.arm.o main/tests/test_main.iphone.opt.debug.arm.o main/tests/test_math.iphone.opt.debug.arm.o main/tests/test_oa_hash_map.iphone.opt.debug.arm.o main/tests/test_ordered_hash_map.iphone.opt.debug.arm.o main/tests/test_physics.iphone.opt.debug.arm.o main/tests/test_physics_2d.iphone.opt.debug.arm.o main/tests/test_render.iphone.opt.debug.arm.o main/tests/test_shader_lang.iphone.opt.debug.arm.o main/tests/test_string.iphone.opt.debug.arm.o
Building main/tests/libtests.iphone.opt.debug.arm.a with action:
$RANLIB $RANLIBFLAGS $TARGET
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib main/tests/libtests.iphone.opt.debug.arm.a
[ 13%] Building thirdparty/bullet/BulletCollision/BroadphaseCollision/btDbvt.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/BroadphaseCollision/btDbvt.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/BroadphaseCollision/btDbvt.cpp
[ 13%] Building thirdparty/bullet/BulletCollision/BroadphaseCollision/btDbvtBroadphase.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/BroadphaseCollision/btDbvtBroadphase.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp
[ 14%] Building thirdparty/bullet/BulletCollision/BroadphaseCollision/btDispatcher.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/BroadphaseCollision/btDispatcher.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/BroadphaseCollision/btDispatcher.cpp
[ 14%] Building thirdparty/bullet/BulletCollision/BroadphaseCollision/btOverlappingPairCache.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/BroadphaseCollision/btOverlappingPairCache.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp
[ 14%] Building thirdparty/bullet/BulletCollision/BroadphaseCollision/btQuantizedBvh.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/BroadphaseCollision/btQuantizedBvh.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp
[ 14%] Building thirdparty/bullet/BulletCollision/BroadphaseCollision/btSimpleBroadphase.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/BroadphaseCollision/btSimpleBroadphase.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp
[ 14%] Building thirdparty/bullet/BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.cpp
[ 14%] Building thirdparty/bullet/BulletCollision/CollisionDispatch/btBoxBoxCollisionAlgorithm.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionDispatch/btBoxBoxCollisionAlgorithm.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionDispatch/btBoxBoxCollisionAlgorithm.cpp
[ 14%] Building thirdparty/bullet/BulletCollision/CollisionDispatch/btBox2dBox2dCollisionAlgorithm.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionDispatch/btBox2dBox2dCollisionAlgorithm.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionDispatch/btBox2dBox2dCollisionAlgorithm.cpp
[ 14%] Building thirdparty/bullet/BulletCollision/CollisionDispatch/btBoxBoxDetector.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionDispatch/btBoxBoxDetector.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionDispatch/btBoxBoxDetector.cpp
[ 14%] Building thirdparty/bullet/BulletCollision/CollisionDispatch/btCollisionDispatcher.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionDispatch/btCollisionDispatcher.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp
[ 14%] Building thirdparty/bullet/BulletCollision/CollisionDispatch/btCollisionDispatcherMt.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionDispatch/btCollisionDispatcherMt.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionDispatch/btCollisionDispatcherMt.cpp
[ 14%] Building thirdparty/bullet/BulletCollision/CollisionDispatch/btCollisionObject.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionDispatch/btCollisionObject.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionDispatch/btCollisionObject.cpp
[ 15%] Building thirdparty/bullet/BulletCollision/CollisionDispatch/btCollisionWorld.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionDispatch/btCollisionWorld.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionDispatch/btCollisionWorld.cpp
modules/GodotFacebook/ios/Facebook.mm:207:61:{207:97-207:100}: warning: null passed to a callee that requires a non-null argument [-Wnonnull,31]
FBSDKGraphRequest *request = [[FBSDKGraphRequest alloc] initWithGraphPath:@"/me" parameters:nil];
^ ~~~
[ 16%] Building thirdparty/bullet/BulletCollision/CollisionDispatch/btCollisionWorldImporter.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionDispatch/btCollisionWorldImporter.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionDispatch/btCollisionWorldImporter.cpp
[ 16%] Building thirdparty/bullet/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.cpp
[ 16%] Building thirdparty/bullet/BulletCollision/CollisionDispatch/btCompoundCompoundCollisionAlgorithm.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionDispatch/btCompoundCompoundCollisionAlgorithm.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionDispatch/btCompoundCompoundCollisionAlgorithm.cpp
[ 16%] Building thirdparty/bullet/BulletCollision/CollisionDispatch/btConvexConcaveCollisionAlgorithm.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionDispatch/btConvexConcaveCollisionAlgorithm.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionDispatch/btConvexConcaveCollisionAlgorithm.cpp
[ 16%] Building thirdparty/bullet/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.cpp
[ 16%] Building thirdparty/bullet/BulletCollision/CollisionDispatch/btConvexPlaneCollisionAlgorithm.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionDispatch/btConvexPlaneCollisionAlgorithm.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionDispatch/btConvexPlaneCollisionAlgorithm.cpp
[ 16%] Building thirdparty/bullet/BulletCollision/CollisionDispatch/btConvex2dConvex2dAlgorithm.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionDispatch/btConvex2dConvex2dAlgorithm.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionDispatch/btConvex2dConvex2dAlgorithm.cpp
[ 16%] Building thirdparty/bullet/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp
[ 16%] Building thirdparty/bullet/BulletCollision/CollisionDispatch/btEmptyCollisionAlgorithm.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionDispatch/btEmptyCollisionAlgorithm.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionDispatch/btEmptyCollisionAlgorithm.cpp
[ 16%] Building thirdparty/bullet/BulletCollision/CollisionDispatch/btGhostObject.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionDispatch/btGhostObject.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionDispatch/btGhostObject.cpp
[ 16%] Building thirdparty/bullet/BulletCollision/CollisionDispatch/btHashedSimplePairCache.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionDispatch/btHashedSimplePairCache.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionDispatch/btHashedSimplePairCache.cpp
[ 16%] Building thirdparty/bullet/BulletCollision/CollisionDispatch/btInternalEdgeUtility.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionDispatch/btInternalEdgeUtility.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionDispatch/btInternalEdgeUtility.cpp
[ 16%] Building thirdparty/bullet/BulletCollision/CollisionDispatch/btManifoldResult.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionDispatch/btManifoldResult.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionDispatch/btManifoldResult.cpp
[ 16%] Building thirdparty/bullet/BulletCollision/CollisionDispatch/btSimulationIslandManager.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionDispatch/btSimulationIslandManager.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionDispatch/btSimulationIslandManager.cpp
[ 16%] Building thirdparty/bullet/BulletCollision/CollisionDispatch/btSphereBoxCollisionAlgorithm.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionDispatch/btSphereBoxCollisionAlgorithm.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionDispatch/btSphereBoxCollisionAlgorithm.cpp
[ 16%] Building thirdparty/bullet/BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.cpp
[ 17%] Building thirdparty/bullet/BulletCollision/CollisionDispatch/btSphereTriangleCollisionAlgorithm.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionDispatch/btSphereTriangleCollisionAlgorithm.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionDispatch/btSphereTriangleCollisionAlgorithm.cpp
[ 17%] Building thirdparty/bullet/BulletCollision/CollisionDispatch/btUnionFind.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionDispatch/btUnionFind.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionDispatch/btUnionFind.cpp
[ 17%] Building thirdparty/bullet/BulletCollision/CollisionDispatch/SphereTriangleDetector.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionDispatch/SphereTriangleDetector.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionDispatch/SphereTriangleDetector.cpp
[ 17%] Building thirdparty/bullet/BulletCollision/CollisionShapes/btBoxShape.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionShapes/btBoxShape.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionShapes/btBoxShape.cpp
1 warning generated.
[ 17%] Building thirdparty/bullet/BulletCollision/CollisionShapes/btBox2dShape.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionShapes/btBox2dShape.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionShapes/btBox2dShape.cpp
[ 17%] Building thirdparty/bullet/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp
[ 17%] Building thirdparty/bullet/BulletCollision/CollisionShapes/btCapsuleShape.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionShapes/btCapsuleShape.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionShapes/btCapsuleShape.cpp
[ 17%] Building thirdparty/bullet/BulletCollision/CollisionShapes/btCollisionShape.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionShapes/btCollisionShape.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionShapes/btCollisionShape.cpp
[ 17%] Building thirdparty/bullet/BulletCollision/CollisionShapes/btCompoundShape.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionShapes/btCompoundShape.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionShapes/btCompoundShape.cpp
[ 17%] Building thirdparty/bullet/BulletCollision/CollisionShapes/btConcaveShape.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionShapes/btConcaveShape.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionShapes/btConcaveShape.cpp
[ 17%] Building thirdparty/bullet/BulletCollision/CollisionShapes/btConeShape.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionShapes/btConeShape.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionShapes/btConeShape.cpp
[ 17%] Building thirdparty/bullet/BulletCollision/CollisionShapes/btConvexHullShape.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionShapes/btConvexHullShape.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionShapes/btConvexHullShape.cpp
[ 17%] Building thirdparty/bullet/BulletCollision/CollisionShapes/btConvexInternalShape.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionShapes/btConvexInternalShape.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionShapes/btConvexInternalShape.cpp
[ 17%] Building thirdparty/bullet/BulletCollision/CollisionShapes/btConvexPointCloudShape.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionShapes/btConvexPointCloudShape.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionShapes/btConvexPointCloudShape.cpp
[ 17%] Building thirdparty/bullet/BulletCollision/CollisionShapes/btConvexPolyhedron.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionShapes/btConvexPolyhedron.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionShapes/btConvexPolyhedron.cpp
[ 17%] Building thirdparty/bullet/BulletCollision/CollisionShapes/btConvexShape.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionShapes/btConvexShape.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionShapes/btConvexShape.cpp
[ 17%] Building thirdparty/bullet/BulletCollision/CollisionShapes/btConvex2dShape.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionShapes/btConvex2dShape.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionShapes/btConvex2dShape.cpp
[ 17%] Building thirdparty/bullet/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.cpp
[ 17%] Building thirdparty/bullet/BulletCollision/CollisionShapes/btCylinderShape.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionShapes/btCylinderShape.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionShapes/btCylinderShape.cpp
[ 17%] Building thirdparty/bullet/BulletCollision/CollisionShapes/btEmptyShape.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionShapes/btEmptyShape.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionShapes/btEmptyShape.cpp
[ 17%] Building thirdparty/bullet/BulletCollision/CollisionShapes/btHeightfieldTerrainShape.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionShapes/btHeightfieldTerrainShape.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionShapes/btHeightfieldTerrainShape.cpp
[ 17%] Building thirdparty/bullet/BulletCollision/CollisionShapes/btMinkowskiSumShape.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionShapes/btMinkowskiSumShape.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionShapes/btMinkowskiSumShape.cpp
[ 18%] Building thirdparty/bullet/BulletCollision/CollisionShapes/btMiniSDF.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionShapes/btMiniSDF.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionShapes/btMiniSDF.cpp
[ 18%] Building thirdparty/bullet/BulletCollision/CollisionShapes/btMultimaterialTriangleMeshShape.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionShapes/btMultimaterialTriangleMeshShape.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionShapes/btMultimaterialTriangleMeshShape.cpp
[ 18%] Building thirdparty/bullet/BulletCollision/CollisionShapes/btMultiSphereShape.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionShapes/btMultiSphereShape.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionShapes/btMultiSphereShape.cpp
[ 18%] Building thirdparty/bullet/BulletCollision/CollisionShapes/btOptimizedBvh.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionShapes/btOptimizedBvh.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionShapes/btOptimizedBvh.cpp
[ 18%] Building thirdparty/bullet/BulletCollision/CollisionShapes/btPolyhedralConvexShape.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionShapes/btPolyhedralConvexShape.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp
[ 18%] Building thirdparty/bullet/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.cpp
[ 18%] Building thirdparty/bullet/BulletCollision/CollisionShapes/btSdfCollisionShape.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionShapes/btSdfCollisionShape.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionShapes/btSdfCollisionShape.cpp
[ 18%] Building thirdparty/bullet/BulletCollision/CollisionShapes/btShapeHull.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionShapes/btShapeHull.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionShapes/btShapeHull.cpp
[ 18%] Building thirdparty/bullet/BulletCollision/CollisionShapes/btSphereShape.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionShapes/btSphereShape.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionShapes/btSphereShape.cpp
[ 18%] Building thirdparty/bullet/BulletCollision/CollisionShapes/btStaticPlaneShape.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionShapes/btStaticPlaneShape.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionShapes/btStaticPlaneShape.cpp
[ 18%] Building thirdparty/bullet/BulletCollision/CollisionShapes/btStridingMeshInterface.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionShapes/btStridingMeshInterface.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp
[ 18%] Building thirdparty/bullet/BulletCollision/CollisionShapes/btTetrahedronShape.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionShapes/btTetrahedronShape.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionShapes/btTetrahedronShape.cpp
[ 18%] Building thirdparty/bullet/BulletCollision/CollisionShapes/btTriangleBuffer.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionShapes/btTriangleBuffer.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionShapes/btTriangleBuffer.cpp
[ 18%] Building thirdparty/bullet/BulletCollision/CollisionShapes/btTriangleCallback.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionShapes/btTriangleCallback.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionShapes/btTriangleCallback.cpp
[ 18%] Building thirdparty/bullet/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.cpp
[ 18%] Building thirdparty/bullet/BulletCollision/CollisionShapes/btTriangleIndexVertexMaterialArray.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionShapes/btTriangleIndexVertexMaterialArray.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionShapes/btTriangleIndexVertexMaterialArray.cpp
[ 18%] Building thirdparty/bullet/BulletCollision/CollisionShapes/btTriangleMesh.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionShapes/btTriangleMesh.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionShapes/btTriangleMesh.cpp
[ 18%] Building thirdparty/bullet/BulletCollision/CollisionShapes/btTriangleMeshShape.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionShapes/btTriangleMeshShape.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionShapes/btTriangleMeshShape.cpp
[ 18%] Building thirdparty/bullet/BulletCollision/CollisionShapes/btUniformScalingShape.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/CollisionShapes/btUniformScalingShape.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/CollisionShapes/btUniformScalingShape.cpp
[ 19%] Building thirdparty/bullet/BulletCollision/Gimpact/btContactProcessing.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/Gimpact/btContactProcessing.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/Gimpact/btContactProcessing.cpp
[ 19%] Building thirdparty/bullet/BulletCollision/Gimpact/btGenericPoolAllocator.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/Gimpact/btGenericPoolAllocator.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/Gimpact/btGenericPoolAllocator.cpp
[ 19%] Building thirdparty/bullet/BulletCollision/Gimpact/btGImpactBvh.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/Gimpact/btGImpactBvh.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/Gimpact/btGImpactBvh.cpp
[ 19%] Building thirdparty/bullet/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp
[ 19%] Building thirdparty/bullet/BulletCollision/Gimpact/btGImpactQuantizedBvh.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/Gimpact/btGImpactQuantizedBvh.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp
[ 19%] Building thirdparty/bullet/BulletCollision/Gimpact/btGImpactShape.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/Gimpact/btGImpactShape.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/Gimpact/btGImpactShape.cpp
[ 19%] Building thirdparty/bullet/BulletCollision/Gimpact/btTriangleShapeEx.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/Gimpact/btTriangleShapeEx.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/Gimpact/btTriangleShapeEx.cpp
[ 19%] Building thirdparty/bullet/BulletCollision/Gimpact/gim_box_set.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/Gimpact/gim_box_set.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/Gimpact/gim_box_set.cpp
[ 19%] Building thirdparty/bullet/BulletCollision/Gimpact/gim_contact.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/Gimpact/gim_contact.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/Gimpact/gim_contact.cpp
[ 19%] Building thirdparty/bullet/BulletCollision/Gimpact/gim_memory.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/Gimpact/gim_memory.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/Gimpact/gim_memory.cpp
[ 19%] Building thirdparty/bullet/BulletCollision/Gimpact/gim_tri_collision.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/Gimpact/gim_tri_collision.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/Gimpact/gim_tri_collision.cpp
[ 19%] Building thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btContinuousConvexCollision.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btContinuousConvexCollision.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btContinuousConvexCollision.cpp
[ 19%] Building thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btConvexCast.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btConvexCast.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btConvexCast.cpp
[ 19%] Building thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btGjkConvexCast.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btGjkConvexCast.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btGjkConvexCast.cpp
[ 19%] Building thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btGjkEpa2.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btGjkEpa2.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp
[ 19%] Building thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btGjkEpaPenetrationDepthSolver.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btGjkEpaPenetrationDepthSolver.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btGjkEpaPenetrationDepthSolver.cpp
[ 19%] Building thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp
[ 20%] Building thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btMinkowskiPenetrationDepthSolver.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btMinkowskiPenetrationDepthSolver.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btMinkowskiPenetrationDepthSolver.cpp
[ 20%] Building thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btPersistentManifold.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btPersistentManifold.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btPersistentManifold.cpp
[ 20%] Building thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btRaycastCallback.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btRaycastCallback.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btRaycastCallback.cpp
[ 20%] Building thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btSubSimplexConvexCast.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btSubSimplexConvexCast.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btSubSimplexConvexCast.cpp
[ 20%] Building thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp
[ 20%] Building thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btPolyhedralContactClipping.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btPolyhedralContactClipping.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btPolyhedralContactClipping.cpp
[ 20%] Building thirdparty/bullet/BulletDynamics/Character/btKinematicCharacterController.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletDynamics/Character/btKinematicCharacterController.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletDynamics/Character/btKinematicCharacterController.cpp
[ 20%] Building thirdparty/bullet/BulletDynamics/ConstraintSolver/btConeTwistConstraint.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletDynamics/ConstraintSolver/btConeTwistConstraint.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp
[ 20%] Building thirdparty/bullet/BulletDynamics/ConstraintSolver/btContactConstraint.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletDynamics/ConstraintSolver/btContactConstraint.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletDynamics/ConstraintSolver/btContactConstraint.cpp
[ 20%] Building thirdparty/bullet/BulletDynamics/ConstraintSolver/btFixedConstraint.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletDynamics/ConstraintSolver/btFixedConstraint.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletDynamics/ConstraintSolver/btFixedConstraint.cpp
[ 20%] Building thirdparty/bullet/BulletDynamics/ConstraintSolver/btGearConstraint.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletDynamics/ConstraintSolver/btGearConstraint.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletDynamics/ConstraintSolver/btGearConstraint.cpp
[ 20%] Building thirdparty/bullet/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp
[ 20%] Building thirdparty/bullet/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.cpp
[ 20%] Building thirdparty/bullet/BulletDynamics/ConstraintSolver/btGeneric6DofSpring2Constraint.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletDynamics/ConstraintSolver/btGeneric6DofSpring2Constraint.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletDynamics/ConstraintSolver/btGeneric6DofSpring2Constraint.cpp
[ 20%] Building thirdparty/bullet/BulletDynamics/ConstraintSolver/btHinge2Constraint.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletDynamics/ConstraintSolver/btHinge2Constraint.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletDynamics/ConstraintSolver/btHinge2Constraint.cpp
[ 20%] Building thirdparty/bullet/BulletDynamics/ConstraintSolver/btHingeConstraint.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletDynamics/ConstraintSolver/btHingeConstraint.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp
[ 21%] Building thirdparty/bullet/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp
[ 21%] Building thirdparty/bullet/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp
[ 21%] Building thirdparty/bullet/BulletDynamics/ConstraintSolver/btNNCGConstraintSolver.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletDynamics/ConstraintSolver/btNNCGConstraintSolver.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletDynamics/ConstraintSolver/btNNCGConstraintSolver.cpp
[ 21%] Building thirdparty/bullet/BulletDynamics/ConstraintSolver/btSliderConstraint.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletDynamics/ConstraintSolver/btSliderConstraint.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp
[ 21%] Building thirdparty/bullet/BulletDynamics/ConstraintSolver/btSolve2LinearConstraint.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletDynamics/ConstraintSolver/btSolve2LinearConstraint.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletDynamics/ConstraintSolver/btSolve2LinearConstraint.cpp
[ 21%] Building thirdparty/bullet/BulletDynamics/ConstraintSolver/btTypedConstraint.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletDynamics/ConstraintSolver/btTypedConstraint.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp
[ 21%] Building thirdparty/bullet/BulletDynamics/ConstraintSolver/btUniversalConstraint.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletDynamics/ConstraintSolver/btUniversalConstraint.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletDynamics/ConstraintSolver/btUniversalConstraint.cpp
[ 21%] Building thirdparty/bullet/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp
[ 21%] Building thirdparty/bullet/BulletDynamics/Dynamics/btDiscreteDynamicsWorldMt.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletDynamics/Dynamics/btDiscreteDynamicsWorldMt.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletDynamics/Dynamics/btDiscreteDynamicsWorldMt.cpp
[ 22%] Building thirdparty/bullet/BulletDynamics/Dynamics/btSimulationIslandManagerMt.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletDynamics/Dynamics/btSimulationIslandManagerMt.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp
[ 22%] Building thirdparty/bullet/BulletDynamics/Dynamics/btRigidBody.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletDynamics/Dynamics/btRigidBody.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletDynamics/Dynamics/btRigidBody.cpp
[ 22%] Building thirdparty/bullet/BulletDynamics/Dynamics/btSimpleDynamicsWorld.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletDynamics/Dynamics/btSimpleDynamicsWorld.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletDynamics/Dynamics/btSimpleDynamicsWorld.cpp
[ 22%] Building thirdparty/bullet/BulletDynamics/Vehicle/btRaycastVehicle.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletDynamics/Vehicle/btRaycastVehicle.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletDynamics/Vehicle/btRaycastVehicle.cpp
[ 22%] Building thirdparty/bullet/BulletDynamics/Vehicle/btWheelInfo.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletDynamics/Vehicle/btWheelInfo.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletDynamics/Vehicle/btWheelInfo.cpp
[ 22%] Building thirdparty/bullet/BulletDynamics/Featherstone/btMultiBody.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletDynamics/Featherstone/btMultiBody.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletDynamics/Featherstone/btMultiBody.cpp
[ 22%] Building thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyConstraintSolver.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyConstraintSolver.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyConstraintSolver.cpp
[ 22%] Building thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.cpp
[ 22%] Building thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyJointLimitConstraint.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyJointLimitConstraint.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyJointLimitConstraint.cpp
[ 22%] Building thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyConstraint.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyConstraint.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyConstraint.cpp
[ 22%] Building thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyPoint2Point.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyPoint2Point.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyPoint2Point.cpp
[ 22%] Building thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyFixedConstraint.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyFixedConstraint.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyFixedConstraint.cpp
[ 22%] Building thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodySliderConstraint.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodySliderConstraint.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodySliderConstraint.cpp
[ 22%] Building thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyJointMotor.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyJointMotor.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyJointMotor.cpp
[ 22%] Building thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyGearConstraint.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyGearConstraint.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyGearConstraint.cpp
[ 23%] Building thirdparty/bullet/BulletDynamics/MLCPSolvers/btDantzigLCP.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletDynamics/MLCPSolvers/btDantzigLCP.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletDynamics/MLCPSolvers/btDantzigLCP.cpp
[ 23%] Building thirdparty/bullet/BulletDynamics/MLCPSolvers/btMLCPSolver.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletDynamics/MLCPSolvers/btMLCPSolver.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletDynamics/MLCPSolvers/btMLCPSolver.cpp
[ 23%] Building thirdparty/bullet/BulletDynamics/MLCPSolvers/btLemkeAlgorithm.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletDynamics/MLCPSolvers/btLemkeAlgorithm.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletDynamics/MLCPSolvers/btLemkeAlgorithm.cpp
[ 23%] Building thirdparty/bullet/BulletInverseDynamics/IDMath.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletInverseDynamics/IDMath.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletInverseDynamics/IDMath.cpp
[ 23%] Building thirdparty/bullet/BulletInverseDynamics/MultiBodyTree.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletInverseDynamics/MultiBodyTree.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletInverseDynamics/MultiBodyTree.cpp
[ 23%] Building thirdparty/bullet/BulletInverseDynamics/details/MultiBodyTreeInitCache.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletInverseDynamics/details/MultiBodyTreeInitCache.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletInverseDynamics/details/MultiBodyTreeInitCache.cpp
[ 23%] Building thirdparty/bullet/BulletInverseDynamics/details/MultiBodyTreeImpl.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletInverseDynamics/details/MultiBodyTreeImpl.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletInverseDynamics/details/MultiBodyTreeImpl.cpp
[ 23%] Building thirdparty/bullet/BulletSoftBody/btSoftBody.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletSoftBody/btSoftBody.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletSoftBody/btSoftBody.cpp
[ 23%] Building thirdparty/bullet/BulletSoftBody/btSoftBodyConcaveCollisionAlgorithm.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletSoftBody/btSoftBodyConcaveCollisionAlgorithm.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletSoftBody/btSoftBodyConcaveCollisionAlgorithm.cpp
[ 23%] Building thirdparty/bullet/BulletSoftBody/btSoftBodyHelpers.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletSoftBody/btSoftBodyHelpers.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletSoftBody/btSoftBodyHelpers.cpp
[ 24%] Building thirdparty/bullet/BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.cpp
[ 24%] Building thirdparty/bullet/BulletSoftBody/btSoftRigidCollisionAlgorithm.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletSoftBody/btSoftRigidCollisionAlgorithm.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletSoftBody/btSoftRigidCollisionAlgorithm.cpp
[ 24%] Building thirdparty/bullet/BulletSoftBody/btSoftRigidDynamicsWorld.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletSoftBody/btSoftRigidDynamicsWorld.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletSoftBody/btSoftRigidDynamicsWorld.cpp
[ 24%] Building thirdparty/bullet/BulletSoftBody/btSoftMultiBodyDynamicsWorld.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletSoftBody/btSoftMultiBodyDynamicsWorld.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletSoftBody/btSoftMultiBodyDynamicsWorld.cpp
[ 24%] Building thirdparty/bullet/BulletSoftBody/btSoftSoftCollisionAlgorithm.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletSoftBody/btSoftSoftCollisionAlgorithm.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletSoftBody/btSoftSoftCollisionAlgorithm.cpp
[ 24%] Building thirdparty/bullet/BulletSoftBody/btDefaultSoftBodySolver.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/BulletSoftBody/btDefaultSoftBodySolver.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/BulletSoftBody/btDefaultSoftBodySolver.cpp
[ 24%] Building thirdparty/bullet/clew/clew.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/bullet/clew/clew.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/clew/clew.c
[ 24%] Building thirdparty/bullet/LinearMath/btAlignedAllocator.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/LinearMath/btAlignedAllocator.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/LinearMath/btAlignedAllocator.cpp
[ 24%] Building thirdparty/bullet/LinearMath/btConvexHull.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/LinearMath/btConvexHull.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/LinearMath/btConvexHull.cpp
[ 24%] Building thirdparty/bullet/LinearMath/btConvexHullComputer.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/LinearMath/btConvexHullComputer.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/LinearMath/btConvexHullComputer.cpp
[ 24%] Building thirdparty/bullet/LinearMath/btGeometryUtil.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/LinearMath/btGeometryUtil.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/LinearMath/btGeometryUtil.cpp
[ 24%] Building thirdparty/bullet/LinearMath/btPolarDecomposition.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/LinearMath/btPolarDecomposition.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/LinearMath/btPolarDecomposition.cpp
[ 25%] Building thirdparty/bullet/LinearMath/btQuickprof.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/LinearMath/btQuickprof.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/LinearMath/btQuickprof.cpp
[ 25%] Building thirdparty/bullet/LinearMath/btSerializer.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/LinearMath/btSerializer.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/LinearMath/btSerializer.cpp
[ 25%] Building thirdparty/bullet/LinearMath/btSerializer64.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/LinearMath/btSerializer64.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/LinearMath/btSerializer64.cpp
[ 25%] Building thirdparty/bullet/LinearMath/btThreads.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/LinearMath/btThreads.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/LinearMath/btThreads.cpp
[ 25%] Building thirdparty/bullet/LinearMath/btVector3.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/bullet/LinearMath/btVector3.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet thirdparty/bullet/LinearMath/btVector3.cpp
[ 26%] Building modules/bullet/area_bullet.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/bullet/area_bullet.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet modules/bullet/area_bullet.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 26%] Building modules/bullet/btRayShape.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/bullet/btRayShape.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet modules/bullet/btRayShape.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 26%] Building modules/bullet/bullet_physics_server.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/bullet/bullet_physics_server.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet modules/bullet/bullet_physics_server.cpp
[ 26%] Building modules/bullet/bullet_types_converter.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/bullet/bullet_types_converter.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet modules/bullet/bullet_types_converter.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 26%] Building modules/bullet/collision_object_bullet.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/bullet/collision_object_bullet.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet modules/bullet/collision_object_bullet.cpp
[ 26%] clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 26%] Building modules/bullet/cone_twist_joint_bullet.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/bullet/cone_twist_joint_bullet.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet modules/bullet/cone_twist_joint_bullet.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 26%] Building modules/bullet/constraint_bullet.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/bullet/constraint_bullet.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet modules/bullet/constraint_bullet.cpp
[ 26%] Building modules/bullet/generic_6dof_joint_bullet.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/bullet/generic_6dof_joint_bullet.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet modules/bullet/generic_6dof_joint_bullet.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 26%] Building modules/bullet/godot_collision_configuration.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/bullet/godot_collision_configuration.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet modules/bullet/godot_collision_configuration.cpp
[ 26%] clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 26%] Building modules/bullet/godot_collision_dispatcher.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/bullet/godot_collision_dispatcher.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet modules/bullet/godot_collision_dispatcher.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 26%] Building modules/bullet/godot_ray_world_algorithm.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/bullet/godot_ray_world_algorithm.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet modules/bullet/godot_ray_world_algorithm.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 26%] Building modules/bullet/godot_result_callbacks.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/bullet/godot_result_callbacks.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet modules/bullet/godot_result_callbacks.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 26%] Building modules/bullet/hinge_joint_bullet.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/bullet/hinge_joint_bullet.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet modules/bullet/hinge_joint_bullet.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 26%] Building modules/bullet/joint_bullet.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/bullet/joint_bullet.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet modules/bullet/joint_bullet.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 26%] Building modules/bullet/pin_joint_bullet.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/bullet/pin_joint_bullet.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet modules/bullet/pin_joint_bullet.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 26%] Building modules/bullet/register_types.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/bullet/register_types.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet modules/bullet/register_types.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 26%] Building modules/bullet/rigid_body_bullet.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/bullet/rigid_body_bullet.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet modules/bullet/rigid_body_bullet.cpp
[ 26%] clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
Building modules/bullet/shape_bullet.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/bullet/shape_bullet.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet modules/bullet/shape_bullet.cpp
[ 27%] Building modules/bullet/shape_owner_bullet.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/bullet/shape_owner_bullet.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet modules/bullet/shape_owner_bullet.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 27%] Building modules/bullet/slider_joint_bullet.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/bullet/slider_joint_bullet.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet modules/bullet/slider_joint_bullet.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 27%] Building modules/bullet/soft_body_bullet.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/bullet/soft_body_bullet.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet modules/bullet/soft_body_bullet.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 27%] Building modules/bullet/space_bullet.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/bullet/space_bullet.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/bullet modules/bullet/space_bullet.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 27%] Building modules/csg/csg.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/csg/csg.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng modules/csg/csg.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 27%] Building modules/csg/csg_gizmos.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/csg/csg_gizmos.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng modules/csg/csg_gizmos.cpp
[ 27%] clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 27%] Building modules/csg/csg_shape.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/csg/csg_shape.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng modules/csg/csg_shape.cpp
[ 27%] clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 27%] Building modules/csg/register_types.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/csg/register_types.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng modules/csg/register_types.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 27%] Building modules/dds/register_types.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/dds/register_types.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng modules/dds/register_types.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 27%] Building modules/dds/texture_loader_dds.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/dds/texture_loader_dds.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng modules/dds/texture_loader_dds.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 28%] Building thirdparty/enet/godot.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/enet/godot.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DGODOT_ENET -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/enet thirdparty/enet/godot.cpp
[ 28%] Building thirdparty/enet/callbacks.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/enet/callbacks.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DGODOT_ENET -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/enet thirdparty/enet/callbacks.c
[ 28%] Building thirdparty/enet/compress.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/enet/compress.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DGODOT_ENET -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/enet thirdparty/enet/compress.c
[ 28%] Building thirdparty/enet/host.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/enet/host.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DGODOT_ENET -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/enet thirdparty/enet/host.c
[ 28%] Building thirdparty/enet/list.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/enet/list.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DGODOT_ENET -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/enet thirdparty/enet/list.c
[ 28%] Building thirdparty/enet/packet.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/enet/packet.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DGODOT_ENET -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/enet thirdparty/enet/packet.c
[ 28%] Building thirdparty/enet/peer.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/enet/peer.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DGODOT_ENET -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/enet thirdparty/enet/peer.c
[ 28%] Building thirdparty/enet/protocol.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/enet/protocol.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DGODOT_ENET -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/enet thirdparty/enet/protocol.c
[ 28%] Building modules/enet/networked_multiplayer_enet.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/enet/networked_multiplayer_enet.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DGODOT_ENET -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/enet modules/enet/networked_multiplayer_enet.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 28%] Building modules/enet/register_types.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/enet/register_types.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DGODOT_ENET -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/enet modules/enet/register_types.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 28%] Building modules/firebase/admob.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/firebase/admob.iphone.opt.debug.arm.o -c -std=c++11 -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -iframeworkmodules/GodotFacebook/ios -iframeworkmodules/amplitude/ios -iframeworkmodules/appsflyer/ios -DFREETYPE_ENABLED -iframeworkmodules/kochava/ios -DSVG_ENABLED -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/firebase -Ithirdparty/freetype/include -Ithirdparty/nanosvg modules/firebase/admob.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 28%] Building modules/firebase/analytics.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/firebase/analytics.iphone.opt.debug.arm.o -c -std=c++11 -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -iframeworkmodules/GodotFacebook/ios -iframeworkmodules/amplitude/ios -iframeworkmodules/appsflyer/ios -DFREETYPE_ENABLED -iframeworkmodules/kochava/ios -DSVG_ENABLED -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/firebase -Ithirdparty/freetype/include -Ithirdparty/nanosvg modules/firebase/analytics.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 29%] Building modules/firebase/auth.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/firebase/auth.iphone.opt.debug.arm.o -c -std=c++11 -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -iframeworkmodules/GodotFacebook/ios -iframeworkmodules/amplitude/ios -iframeworkmodules/appsflyer/ios -DFREETYPE_ENABLED -iframeworkmodules/kochava/ios -DSVG_ENABLED -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/firebase -Ithirdparty/freetype/include -Ithirdparty/nanosvg modules/firebase/auth.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 29%] Building modules/firebase/convertor.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/firebase/convertor.iphone.opt.debug.arm.o -c -std=c++11 -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -iframeworkmodules/GodotFacebook/ios -iframeworkmodules/amplitude/ios -iframeworkmodules/appsflyer/ios -DFREETYPE_ENABLED -iframeworkmodules/kochava/ios -DSVG_ENABLED -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/firebase -Ithirdparty/freetype/include -Ithirdparty/nanosvg modules/firebase/convertor.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 29%] Building modules/firebase/database.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/firebase/database.iphone.opt.debug.arm.o -c -std=c++11 -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -iframeworkmodules/GodotFacebook/ios -iframeworkmodules/amplitude/ios -iframeworkmodules/appsflyer/ios -DFREETYPE_ENABLED -iframeworkmodules/kochava/ios -DSVG_ENABLED -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/firebase -Ithirdparty/freetype/include -Ithirdparty/nanosvg modules/firebase/database.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 29%] Building modules/firebase/firebase.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/firebase/firebase.iphone.opt.debug.arm.o -c -std=c++11 -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -iframeworkmodules/GodotFacebook/ios -iframeworkmodules/amplitude/ios -iframeworkmodules/appsflyer/ios -DFREETYPE_ENABLED -iframeworkmodules/kochava/ios -DSVG_ENABLED -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/firebase -Ithirdparty/freetype/include -Ithirdparty/nanosvg modules/firebase/firebase.cpp
[ 29%] clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 29%] Building modules/firebase/functions.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/firebase/functions.iphone.opt.debug.arm.o -c -std=c++11 -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -iframeworkmodules/GodotFacebook/ios -iframeworkmodules/amplitude/ios -iframeworkmodules/appsflyer/ios -DFREETYPE_ENABLED -iframeworkmodules/kochava/ios -DSVG_ENABLED -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/firebase -Ithirdparty/freetype/include -Ithirdparty/nanosvg modules/firebase/functions.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 29%] Building modules/firebase/register_types.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/firebase/register_types.iphone.opt.debug.arm.o -c -std=c++11 -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -iframeworkmodules/GodotFacebook/ios -iframeworkmodules/amplitude/ios -iframeworkmodules/appsflyer/ios -DFREETYPE_ENABLED -iframeworkmodules/kochava/ios -DSVG_ENABLED -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/firebase -Ithirdparty/freetype/include -Ithirdparty/nanosvg modules/firebase/register_types.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 29%] Building modules/firebase/remote_config.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/firebase/remote_config.iphone.opt.debug.arm.o -c -std=c++11 -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -iframeworkmodules/GodotFacebook/ios -iframeworkmodules/amplitude/ios -iframeworkmodules/appsflyer/ios -DFREETYPE_ENABLED -iframeworkmodules/kochava/ios -DSVG_ENABLED -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/firebase -Ithirdparty/freetype/include -Ithirdparty/nanosvg modules/firebase/remote_config.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 29%] Building modules/freetype/register_types.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/freetype/register_types.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DFT2_BUILD_LIBRARY -DFT_CONFIG_OPTION_USE_PNG -DZLIB_DEBUG -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/freetype/include -Ithirdparty/libpng modules/freetype/register_types.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 29%] Building modules/gdnative/include/gdnative_api_struct.gen.h and modules/gdnative/gdnative_api_struct.gen.cpp with action:
build_gdnative_api_struct(target, source, env)
build_gdnative_api_struct(["modules/gdnative/include/gdnative_api_struct.gen.h", "modules/gdnative/gdnative_api_struct.gen.cpp"], ["modules/gdnative/gdnative_api.json"])
[ 30%] Building modules/gdnative/gdnative.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gdnative/gdnative.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/gdnative/include modules/gdnative/gdnative.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 30%] Building modules/gdnative/register_types.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gdnative/register_types.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/gdnative/include modules/gdnative/register_types.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 30%] Building modules/gdnative/android/android_gdn.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gdnative/android/android_gdn.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/gdnative/include modules/gdnative/android/android_gdn.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 30%] Building modules/gdnative/gdnative/aabb.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gdnative/gdnative/aabb.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/gdnative/include modules/gdnative/gdnative/aabb.cpp
[ 30%] Building modules/gdnative/gdnative/array.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gdnative/gdnative/array.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/gdnative/include modules/gdnative/gdnative/array.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 30%] Building modules/gdnative/gdnative/basis.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gdnative/gdnative/basis.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/gdnative/include modules/gdnative/gdnative/basis.cpp
[ 30%] Building modules/gdnative/gdnative/color.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gdnative/gdnative/color.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/gdnative/include modules/gdnative/gdnative/color.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 30%] Building modules/gdnative/gdnative/dictionary.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gdnative/gdnative/dictionary.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/gdnative/include modules/gdnative/gdnative/dictionary.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 30%] Building modules/gdnative/gdnative/gdnative.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gdnative/gdnative/gdnative.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/gdnative/include modules/gdnative/gdnative/gdnative.cpp
[ 30%] clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 30%] Building modules/gdnative/gdnative/node_path.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gdnative/gdnative/node_path.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/gdnative/include modules/gdnative/gdnative/node_path.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 30%] Building modules/gdnative/gdnative/plane.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gdnative/gdnative/plane.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/gdnative/include modules/gdnative/gdnative/plane.cpp
[ 30%] clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 30%] Building modules/gdnative/gdnative/pool_arrays.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gdnative/gdnative/pool_arrays.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/gdnative/include modules/gdnative/gdnative/pool_arrays.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 31%] Building modules/gdnative/gdnative/quat.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gdnative/gdnative/quat.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/gdnative/include modules/gdnative/gdnative/quat.cpp
[ 31%] Building modules/gdnative/gdnative/rect2.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gdnative/gdnative/rect2.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/gdnative/include modules/gdnative/gdnative/rect2.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 31%] Building modules/gdnative/gdnative/rid.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gdnative/gdnative/rid.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/gdnative/include modules/gdnative/gdnative/rid.cpp
[ 31%] Building modules/gdnative/gdnative/string.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gdnative/gdnative/string.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/gdnative/include modules/gdnative/gdnative/string.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 31%] Building modules/gdnative/gdnative/string_name.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gdnative/gdnative/string_name.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/gdnative/include modules/gdnative/gdnative/string_name.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 31%] Building modules/gdnative/gdnative/transform.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gdnative/gdnative/transform.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/gdnative/include modules/gdnative/gdnative/transform.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 31%] Building modules/gdnative/gdnative/transform2d.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gdnative/gdnative/transform2d.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/gdnative/include modules/gdnative/gdnative/transform2d.cpp
[ 31%] Building modules/gdnative/gdnative/variant.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gdnative/gdnative/variant.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/gdnative/include modules/gdnative/gdnative/variant.cpp
[ 31%] clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 31%] Building modules/gdnative/gdnative/vector2.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gdnative/gdnative/vector2.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/gdnative/include modules/gdnative/gdnative/vector2.cpp
[ 31%] clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 31%] Building modules/gdnative/gdnative/vector3.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gdnative/gdnative/vector3.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/gdnative/include modules/gdnative/gdnative/vector3.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 31%] Building modules/gdnative/nativescript/api_generator.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gdnative/nativescript/api_generator.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/gdnative/include modules/gdnative/nativescript/api_generator.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 31%] Building modules/gdnative/nativescript/godot_nativescript.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gdnative/nativescript/godot_nativescript.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/gdnative/include modules/gdnative/nativescript/godot_nativescript.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 31%] Building modules/gdnative/nativescript/nativescript.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gdnative/nativescript/nativescript.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/gdnative/include modules/gdnative/nativescript/nativescript.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 31%] Building modules/gdnative/nativescript/register_types.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gdnative/nativescript/register_types.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/gdnative/include modules/gdnative/nativescript/register_types.cpp
[ 31%] clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 31%] Building modules/gdnative/gdnative_library_singleton_editor.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gdnative/gdnative_library_singleton_editor.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/gdnative/include modules/gdnative/gdnative_library_singleton_editor.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 31%] Building modules/gdnative/gdnative_library_editor_plugin.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gdnative/gdnative_library_editor_plugin.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/gdnative/include modules/gdnative/gdnative_library_editor_plugin.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 31%] Building modules/gdnative/net/multiplayer_peer_gdnative.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gdnative/net/multiplayer_peer_gdnative.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/gdnative/include modules/gdnative/net/multiplayer_peer_gdnative.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 31%] Building modules/gdnative/net/packet_peer_gdnative.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gdnative/net/packet_peer_gdnative.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/gdnative/include modules/gdnative/net/packet_peer_gdnative.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 31%] Building modules/gdnative/net/register_types.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gdnative/net/register_types.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/gdnative/include modules/gdnative/net/register_types.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 31%] Building modules/gdnative/net/stream_peer_gdnative.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gdnative/net/stream_peer_gdnative.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/gdnative/include modules/gdnative/net/stream_peer_gdnative.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 31%] Building modules/gdnative/arvr/arvr_interface_gdnative.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gdnative/arvr/arvr_interface_gdnative.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/gdnative/include modules/gdnative/arvr/arvr_interface_gdnative.cpp
[ 31%] clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 32%] Building modules/gdnative/arvr/register_types.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gdnative/arvr/register_types.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/gdnative/include modules/gdnative/arvr/register_types.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 32%] Building modules/gdnative/pluginscript/pluginscript_instance.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gdnative/pluginscript/pluginscript_instance.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/gdnative/include modules/gdnative/pluginscript/pluginscript_instance.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 32%] Building modules/gdnative/pluginscript/pluginscript_language.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gdnative/pluginscript/pluginscript_language.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/gdnative/include modules/gdnative/pluginscript/pluginscript_language.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 32%] Building modules/gdnative/pluginscript/pluginscript_loader.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gdnative/pluginscript/pluginscript_loader.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/gdnative/include modules/gdnative/pluginscript/pluginscript_loader.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 32%] Building modules/gdnative/pluginscript/pluginscript_script.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gdnative/pluginscript/pluginscript_script.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/gdnative/include modules/gdnative/pluginscript/pluginscript_script.cpp
[ 32%] clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 32%] Building modules/gdnative/pluginscript/register_types.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gdnative/pluginscript/register_types.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/gdnative/include modules/gdnative/pluginscript/register_types.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 32%] Building modules/gdnative/videodecoder/register_types.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gdnative/videodecoder/register_types.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/gdnative/include modules/gdnative/videodecoder/register_types.cpp
[ 32%] Building modules/gdnative/videodecoder/video_stream_gdnative.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gdnative/videodecoder/video_stream_gdnative.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/gdnative/include modules/gdnative/videodecoder/video_stream_gdnative.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 32%] Building modules/gdnative/gdnative_api_struct.gen.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gdnative/gdnative_api_struct.gen.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/gdnative/include modules/gdnative/gdnative_api_struct.gen.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 32%] Building modules/gdscript/gdscript.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gdscript/gdscript.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng modules/gdscript/gdscript.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 32%] Building modules/gdscript/gdscript_compiler.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gdscript/gdscript_compiler.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng modules/gdscript/gdscript_compiler.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 32%] Building modules/gdscript/gdscript_editor.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gdscript/gdscript_editor.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng modules/gdscript/gdscript_editor.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 32%] Building modules/gdscript/gdscript_function.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gdscript/gdscript_function.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng modules/gdscript/gdscript_function.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 32%] Building modules/gdscript/gdscript_functions.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gdscript/gdscript_functions.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng modules/gdscript/gdscript_functions.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 32%] Building modules/gdscript/gdscript_parser.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gdscript/gdscript_parser.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng modules/gdscript/gdscript_parser.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 32%] Building modules/gdscript/gdscript_tokenizer.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gdscript/gdscript_tokenizer.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng modules/gdscript/gdscript_tokenizer.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 32%] Building modules/gdscript/register_types.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gdscript/register_types.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng modules/gdscript/register_types.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 32%] Building modules/gridmap/grid_map.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gridmap/grid_map.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng modules/gridmap/grid_map.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 33%] Building modules/gridmap/grid_map_editor_plugin.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gridmap/grid_map_editor_plugin.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng modules/gridmap/grid_map_editor_plugin.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 33%] Building modules/gridmap/register_types.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/gridmap/register_types.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng modules/gridmap/register_types.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 33%] Building modules/hdr/image_loader_hdr.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/hdr/image_loader_hdr.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng modules/hdr/image_loader_hdr.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 33%] Building modules/hdr/register_types.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/hdr/register_types.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng modules/hdr/register_types.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 33%] Building thirdparty/jpeg-compressor/jpgd.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o thirdparty/jpeg-compressor/jpgd.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/jpeg-compressor thirdparty/jpeg-compressor/jpgd.cpp
[ 33%] Building modules/jpg/image_loader_jpegd.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/jpg/image_loader_jpegd.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/jpeg-compressor modules/jpg/image_loader_jpegd.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 33%] Building modules/jpg/register_types.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/jpg/register_types.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/jpeg-compressor modules/jpg/register_types.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 33%] Building modules/kochava/ios/GodotKochava.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/kochava/ios/GodotKochava.iphone.opt.debug.arm.o -c -std=c++11 -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -iframeworkmodules/GodotFacebook/ios -iframeworkmodules/amplitude/ios -iframeworkmodules/appsflyer/ios -DFREETYPE_ENABLED -iframeworkmodules/kochava/ios -DSVG_ENABLED -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/firebase -Ithirdparty/freetype/include -Ithirdparty/nanosvg modules/kochava/ios/GodotKochava.mm
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 33%] Building modules/kochava/register_types.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/kochava/register_types.iphone.opt.debug.arm.o -c -std=c++11 -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -iframeworkmodules/GodotFacebook/ios -iframeworkmodules/amplitude/ios -iframeworkmodules/appsflyer/ios -DFREETYPE_ENABLED -iframeworkmodules/kochava/ios -DSVG_ENABLED -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/firebase -Ithirdparty/freetype/include -Ithirdparty/nanosvg modules/kochava/register_types.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 33%] Building modules/localnotification/ios/LocalNotification.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/localnotification/ios/LocalNotification.iphone.opt.debug.arm.o -c -std=c++11 -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -iframeworkmodules/GodotFacebook/ios -iframeworkmodules/amplitude/ios -iframeworkmodules/appsflyer/ios -DFREETYPE_ENABLED -iframeworkmodules/kochava/ios -DSVG_ENABLED -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/firebase -Ithirdparty/freetype/include -Ithirdparty/nanosvg modules/localnotification/ios/LocalNotification.mm
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 33%] Building modules/localnotification/register_types.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/localnotification/register_types.iphone.opt.debug.arm.o -c -std=c++11 -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -iframeworkmodules/GodotFacebook/ios -iframeworkmodules/amplitude/ios -iframeworkmodules/appsflyer/ios -DFREETYPE_ENABLED -iframeworkmodules/kochava/ios -DSVG_ENABLED -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Imodules/firebase -Ithirdparty/freetype/include -Ithirdparty/nanosvg modules/localnotification/register_types.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 33%] Building thirdparty/mbedtls/library/aes.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/aes.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/aes.c
[ 33%] Building thirdparty/mbedtls/library/aesni.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/aesni.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/aesni.c
[ 33%] Building thirdparty/mbedtls/library/arc4.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/arc4.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/arc4.c
[ 33%] Building thirdparty/mbedtls/library/aria.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/aria.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/aria.c
[ 33%] Building thirdparty/mbedtls/library/asn1parse.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/asn1parse.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/asn1parse.c
[ 34%] Building thirdparty/mbedtls/library/asn1write.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/asn1write.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/asn1write.c
[ 34%] Building thirdparty/mbedtls/library/base64.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/base64.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/base64.c
[ 34%] Building thirdparty/mbedtls/library/bignum.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/bignum.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/bignum.c
[ 34%] Building thirdparty/mbedtls/library/blowfish.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/blowfish.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/blowfish.c
[ 34%] Building thirdparty/mbedtls/library/camellia.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/camellia.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/camellia.c
[ 34%] Building thirdparty/mbedtls/library/ccm.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/ccm.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/ccm.c
[ 34%] Building thirdparty/mbedtls/library/certs.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/certs.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/certs.c
[ 34%] Building thirdparty/mbedtls/library/chacha20.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/chacha20.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/chacha20.c
[ 34%] Building thirdparty/mbedtls/library/chachapoly.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/chachapoly.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/chachapoly.c
[ 34%] Building thirdparty/mbedtls/library/cipher.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/cipher.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/cipher.c
[ 34%] Building thirdparty/mbedtls/library/cipher_wrap.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/cipher_wrap.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/cipher_wrap.c
[ 34%] Building thirdparty/mbedtls/library/cmac.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/cmac.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/cmac.c
[ 34%] Building thirdparty/mbedtls/library/ctr_drbg.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/ctr_drbg.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/ctr_drbg.c
[ 35%] Building thirdparty/mbedtls/library/debug.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/debug.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/debug.c
[ 35%] Building thirdparty/mbedtls/library/des.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/des.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/des.c
[ 35%] Building thirdparty/mbedtls/library/dhm.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/dhm.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/dhm.c
[ 35%] Building thirdparty/mbedtls/library/ecdh.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/ecdh.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/ecdh.c
[ 35%] Building thirdparty/mbedtls/library/ecdsa.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/ecdsa.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/ecdsa.c
[ 35%] Building thirdparty/mbedtls/library/ecjpake.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/ecjpake.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/ecjpake.c
[ 35%] Building thirdparty/mbedtls/library/ecp.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/ecp.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/ecp.c
[ 35%] Building thirdparty/mbedtls/library/ecp_curves.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/ecp_curves.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/ecp_curves.c
[ 35%] Building thirdparty/mbedtls/library/entropy.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/entropy.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/entropy.c
[ 35%] Building thirdparty/mbedtls/library/entropy_poll.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/entropy_poll.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/entropy_poll.c
[ 35%] Building thirdparty/mbedtls/library/error.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/error.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/error.c
[ 35%] Building thirdparty/mbedtls/library/gcm.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/gcm.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/gcm.c
[ 36%] Building thirdparty/mbedtls/library/havege.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/havege.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/havege.c
[ 36%] Building thirdparty/mbedtls/library/hkdf.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/hkdf.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/hkdf.c
[ 36%] Building thirdparty/mbedtls/library/hmac_drbg.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/hmac_drbg.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/hmac_drbg.c
[ 36%] Building thirdparty/mbedtls/library/md2.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/md2.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/md2.c
[ 36%] Building thirdparty/mbedtls/library/md4.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/md4.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/md4.c
[ 36%] Building thirdparty/mbedtls/library/md5.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/md5.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/md5.c
[ 36%] Building thirdparty/mbedtls/library/md.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/md.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/md.c
[ 36%] Building thirdparty/mbedtls/library/md_wrap.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/md_wrap.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/md_wrap.c
[ 36%] Building thirdparty/mbedtls/library/memory_buffer_alloc.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/memory_buffer_alloc.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/memory_buffer_alloc.c
[ 36%] Building thirdparty/mbedtls/library/net_sockets.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/net_sockets.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/net_sockets.c
[ 36%] Building thirdparty/mbedtls/library/nist_kw.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/nist_kw.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/nist_kw.c
[ 36%] Building thirdparty/mbedtls/library/oid.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/oid.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/oid.c
[ 36%] Building thirdparty/mbedtls/library/padlock.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/padlock.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/padlock.c
[ 36%] Building thirdparty/mbedtls/library/pem.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/pem.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/pem.c
[ 36%] Building thirdparty/mbedtls/library/pk.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/pk.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/pk.c
[ 36%] Building thirdparty/mbedtls/library/pkcs11.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/pkcs11.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/pkcs11.c
[ 36%] Building thirdparty/mbedtls/library/pkcs12.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/pkcs12.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/pkcs12.c
[ 36%] Building thirdparty/mbedtls/library/pkcs5.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/pkcs5.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/pkcs5.c
[ 36%] Building thirdparty/mbedtls/library/pkparse.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/pkparse.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/pkparse.c
[ 36%] Building thirdparty/mbedtls/library/pk_wrap.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/pk_wrap.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/pk_wrap.c
[ 37%] Building thirdparty/mbedtls/library/pkwrite.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/pkwrite.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/pkwrite.c
[ 37%] Building thirdparty/mbedtls/library/platform.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/platform.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/platform.c
[ 37%] Building thirdparty/mbedtls/library/platform_util.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/platform_util.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/platform_util.c
[ 37%] Building thirdparty/mbedtls/library/poly1305.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/poly1305.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/poly1305.c
[ 37%] Building thirdparty/mbedtls/library/ripemd160.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/ripemd160.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/ripemd160.c
[ 37%] Building thirdparty/mbedtls/library/rsa.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/rsa.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/rsa.c
[ 37%] Building thirdparty/mbedtls/library/rsa_internal.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/rsa_internal.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/rsa_internal.c
[ 37%] Building thirdparty/mbedtls/library/sha1.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/sha1.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/sha1.c
[ 37%] Building thirdparty/mbedtls/library/sha256.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/sha256.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/sha256.c
[ 37%] Building thirdparty/mbedtls/library/sha512.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/sha512.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/sha512.c
[ 37%] Building thirdparty/mbedtls/library/ssl_cache.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/ssl_cache.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/ssl_cache.c
[ 37%] Building thirdparty/mbedtls/library/ssl_ciphersuites.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/ssl_ciphersuites.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/ssl_ciphersuites.c
[ 37%] Building thirdparty/mbedtls/library/ssl_cli.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/ssl_cli.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/ssl_cli.c
[ 37%] Building thirdparty/mbedtls/library/ssl_cookie.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/ssl_cookie.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/ssl_cookie.c
[ 37%] Building thirdparty/mbedtls/library/ssl_srv.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/ssl_srv.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/ssl_srv.c
[ 37%] Building thirdparty/mbedtls/library/ssl_ticket.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/ssl_ticket.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/ssl_ticket.c
[ 37%] Building thirdparty/mbedtls/library/ssl_tls.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/ssl_tls.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/ssl_tls.c
[ 37%] Building thirdparty/mbedtls/library/threading.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/threading.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/threading.c
[ 37%] Building thirdparty/mbedtls/library/timing.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/timing.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/timing.c
[ 37%] Building thirdparty/mbedtls/library/version.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/version.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/version.c
[ 37%] Building thirdparty/mbedtls/library/version_features.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/version_features.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/version_features.c
[ 37%] Building thirdparty/mbedtls/library/x509.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/x509.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/x509.c
[ 37%] Building thirdparty/mbedtls/library/x509_create.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/x509_create.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/x509_create.c
[ 38%] Building thirdparty/mbedtls/library/x509_crl.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/x509_crl.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/x509_crl.c
[ 38%] Building thirdparty/mbedtls/library/x509_crt.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/x509_crt.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/x509_crt.c
[ 38%] Building thirdparty/mbedtls/library/x509_csr.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/x509_csr.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/x509_csr.c
[ 38%] Building thirdparty/mbedtls/library/x509write_crt.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/x509write_crt.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/x509write_crt.c
[ 38%] Building thirdparty/mbedtls/library/x509write_csr.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/x509write_csr.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/x509write_csr.c
[ 38%] Building thirdparty/mbedtls/library/xtea.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/mbedtls/library/xtea.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng thirdparty/mbedtls/library/xtea.c
[ 38%] Building modules/mbedtls/register_types.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/mbedtls/register_types.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng modules/mbedtls/register_types.cpp
[ 38%] clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 38%] Building modules/mbedtls/stream_peer_mbed_tls.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/mbedtls/stream_peer_mbed_tls.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ithirdparty/mbedtls/include -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng modules/mbedtls/stream_peer_mbed_tls.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 38%] Building modules/mobile_vr/mobile_vr_interface.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/mobile_vr/mobile_vr_interface.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DMODULE_MOBILE_VR_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng modules/mobile_vr/mobile_vr_interface.cpp
[ 38%] Building modules/mobile_vr/register_types.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/mobile_vr/register_types.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DMODULE_MOBILE_VR_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng modules/mobile_vr/register_types.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 38%] Building thirdparty/libogg/bitwise.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/libogg/bitwise.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DMODULE_MOBILE_VR_ENABLED -DMODULE_OGG_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/libogg thirdparty/libogg/bitwise.c
[ 38%] Building thirdparty/libogg/framing.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/libogg/framing.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DMODULE_MOBILE_VR_ENABLED -DMODULE_OGG_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/libogg thirdparty/libogg/framing.c
[ 38%] Building modules/ogg/register_types.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/ogg/register_types.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DMODULE_MOBILE_VR_ENABLED -DMODULE_OGG_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/libogg modules/ogg/register_types.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 38%] Building thirdparty/misc/open-simplex-noise.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/misc/open-simplex-noise.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DMODULE_MOBILE_VR_ENABLED -DMODULE_OGG_ENABLED -DMODULE_OPENSIMPLEX_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/misc thirdparty/misc/open-simplex-noise.c
[ 38%] Building modules/opensimplex/noise_texture.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/opensimplex/noise_texture.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DMODULE_MOBILE_VR_ENABLED -DMODULE_OGG_ENABLED -DMODULE_OPENSIMPLEX_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/misc modules/opensimplex/noise_texture.cpp
[ 38%] Building modules/opensimplex/open_simplex_noise.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/opensimplex/open_simplex_noise.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DMODULE_MOBILE_VR_ENABLED -DMODULE_OGG_ENABLED -DMODULE_OPENSIMPLEX_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/misc modules/opensimplex/open_simplex_noise.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 38%] Building modules/opensimplex/register_types.iphone.opt.debug.arm.o with action:
$CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -o modules/opensimplex/register_types.iphone.opt.debug.arm.o -c -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DMODULE_MOBILE_VR_ENABLED -DMODULE_OGG_ENABLED -DMODULE_OPENSIMPLEX_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/misc modules/opensimplex/register_types.cpp
clang: warning: optimization flag '-fomit-frame-pointer' is not supported for target 'armv7' [-Wignored-optimization-argument]
[ 39%] Building thirdparty/opus/opus.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/opus/opus.iphone.opt.debug.arm.o -c -DFIXED_POINT -DHAVE_CONFIG_H -DOPUS_ARM_OPT -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DMODULE_MOBILE_VR_ENABLED -DMODULE_OGG_ENABLED -DMODULE_OPENSIMPLEX_ENABLED -DMODULE_OPUS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/libogg -Ithirdparty/opus -Ithirdparty/opus/celt -Ithirdparty/opus/opus -Ithirdparty/opus/silk -Ithirdparty/opus/silk/fixed -Ithirdparty/opus/silk/float thirdparty/opus/opus.c
[ 40%] Building thirdparty/opus/opus_decoder.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/opus/opus_decoder.iphone.opt.debug.arm.o -c -DFIXED_POINT -DHAVE_CONFIG_H -DOPUS_ARM_OPT -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DMODULE_MOBILE_VR_ENABLED -DMODULE_OGG_ENABLED -DMODULE_OPENSIMPLEX_ENABLED -DMODULE_OPUS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/libogg -Ithirdparty/opus -Ithirdparty/opus/celt -Ithirdparty/opus/opus -Ithirdparty/opus/silk -Ithirdparty/opus/silk/fixed -Ithirdparty/opus/silk/float thirdparty/opus/opus_decoder.c
[ 40%] Building thirdparty/opus/opus_encoder.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/opus/opus_encoder.iphone.opt.debug.arm.o -c -DFIXED_POINT -DHAVE_CONFIG_H -DOPUS_ARM_OPT -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DMODULE_MOBILE_VR_ENABLED -DMODULE_OGG_ENABLED -DMODULE_OPENSIMPLEX_ENABLED -DMODULE_OPUS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/libogg -Ithirdparty/opus -Ithirdparty/opus/celt -Ithirdparty/opus/opus -Ithirdparty/opus/silk -Ithirdparty/opus/silk/fixed -Ithirdparty/opus/silk/float thirdparty/opus/opus_encoder.c
[ 40%] Building thirdparty/opus/opus_multistream.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/opus/opus_multistream.iphone.opt.debug.arm.o -c -DFIXED_POINT -DHAVE_CONFIG_H -DOPUS_ARM_OPT -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DMODULE_MOBILE_VR_ENABLED -DMODULE_OGG_ENABLED -DMODULE_OPENSIMPLEX_ENABLED -DMODULE_OPUS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/libogg -Ithirdparty/opus -Ithirdparty/opus/celt -Ithirdparty/opus/opus -Ithirdparty/opus/silk -Ithirdparty/opus/silk/fixed -Ithirdparty/opus/silk/float thirdparty/opus/opus_multistream.c
[ 40%] Building thirdparty/opus/opus_multistream_encoder.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/opus/opus_multistream_encoder.iphone.opt.debug.arm.o -c -DFIXED_POINT -DHAVE_CONFIG_H -DOPUS_ARM_OPT -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DMODULE_MOBILE_VR_ENABLED -DMODULE_OGG_ENABLED -DMODULE_OPENSIMPLEX_ENABLED -DMODULE_OPUS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/libogg -Ithirdparty/opus -Ithirdparty/opus/celt -Ithirdparty/opus/opus -Ithirdparty/opus/silk -Ithirdparty/opus/silk/fixed -Ithirdparty/opus/silk/float thirdparty/opus/opus_multistream_encoder.c
[ 40%] Building thirdparty/opus/opus_multistream_decoder.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/opus/opus_multistream_decoder.iphone.opt.debug.arm.o -c -DFIXED_POINT -DHAVE_CONFIG_H -DOPUS_ARM_OPT -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DMODULE_MOBILE_VR_ENABLED -DMODULE_OGG_ENABLED -DMODULE_OPENSIMPLEX_ENABLED -DMODULE_OPUS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/libogg -Ithirdparty/opus -Ithirdparty/opus/celt -Ithirdparty/opus/opus -Ithirdparty/opus/silk -Ithirdparty/opus/silk/fixed -Ithirdparty/opus/silk/float thirdparty/opus/opus_multistream_decoder.c
[ 40%] Building thirdparty/opus/repacketizer.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/opus/repacketizer.iphone.opt.debug.arm.o -c -DFIXED_POINT -DHAVE_CONFIG_H -DOPUS_ARM_OPT -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DMODULE_MOBILE_VR_ENABLED -DMODULE_OGG_ENABLED -DMODULE_OPENSIMPLEX_ENABLED -DMODULE_OPUS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/libogg -Ithirdparty/opus -Ithirdparty/opus/celt -Ithirdparty/opus/opus -Ithirdparty/opus/silk -Ithirdparty/opus/silk/fixed -Ithirdparty/opus/silk/float thirdparty/opus/repacketizer.c
[ 40%] Building thirdparty/opus/analysis.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/opus/analysis.iphone.opt.debug.arm.o -c -DFIXED_POINT -DHAVE_CONFIG_H -DOPUS_ARM_OPT -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DMODULE_MOBILE_VR_ENABLED -DMODULE_OGG_ENABLED -DMODULE_OPENSIMPLEX_ENABLED -DMODULE_OPUS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/libogg -Ithirdparty/opus -Ithirdparty/opus/celt -Ithirdparty/opus/opus -Ithirdparty/opus/silk -Ithirdparty/opus/silk/fixed -Ithirdparty/opus/silk/float thirdparty/opus/analysis.c
[ 40%] Building thirdparty/opus/mlp.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/opus/mlp.iphone.opt.debug.arm.o -c -DFIXED_POINT -DHAVE_CONFIG_H -DOPUS_ARM_OPT -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DMODULE_MOBILE_VR_ENABLED -DMODULE_OGG_ENABLED -DMODULE_OPENSIMPLEX_ENABLED -DMODULE_OPUS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/libogg -Ithirdparty/opus -Ithirdparty/opus/celt -Ithirdparty/opus/opus -Ithirdparty/opus/silk -Ithirdparty/opus/silk/fixed -Ithirdparty/opus/silk/float thirdparty/opus/mlp.c
[ 40%] Building thirdparty/opus/mlp_data.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/opus/mlp_data.iphone.opt.debug.arm.o -c -DFIXED_POINT -DHAVE_CONFIG_H -DOPUS_ARM_OPT -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DMODULE_MOBILE_VR_ENABLED -DMODULE_OGG_ENABLED -DMODULE_OPENSIMPLEX_ENABLED -DMODULE_OPUS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/libogg -Ithirdparty/opus -Ithirdparty/opus/celt -Ithirdparty/opus/opus -Ithirdparty/opus/silk -Ithirdparty/opus/silk/fixed -Ithirdparty/opus/silk/float thirdparty/opus/mlp_data.c
[ 40%] Building thirdparty/opus/info.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/opus/info.iphone.opt.debug.arm.o -c -DFIXED_POINT -DHAVE_CONFIG_H -DOPUS_ARM_OPT -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DMODULE_MOBILE_VR_ENABLED -DMODULE_OGG_ENABLED -DMODULE_OPENSIMPLEX_ENABLED -DMODULE_OPUS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/libogg -Ithirdparty/opus -Ithirdparty/opus/celt -Ithirdparty/opus/opus -Ithirdparty/opus/silk -Ithirdparty/opus/silk/fixed -Ithirdparty/opus/silk/float thirdparty/opus/info.c
[ 40%] Building thirdparty/opus/internal.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/opus/internal.iphone.opt.debug.arm.o -c -DFIXED_POINT -DHAVE_CONFIG_H -DOPUS_ARM_OPT -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DMODULE_MOBILE_VR_ENABLED -DMODULE_OGG_ENABLED -DMODULE_OPENSIMPLEX_ENABLED -DMODULE_OPUS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/libogg -Ithirdparty/opus -Ithirdparty/opus/celt -Ithirdparty/opus/opus -Ithirdparty/opus/silk -Ithirdparty/opus/silk/fixed -Ithirdparty/opus/silk/float thirdparty/opus/internal.c
[ 40%] Building thirdparty/opus/opusfile.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/opus/opusfile.iphone.opt.debug.arm.o -c -DFIXED_POINT -DHAVE_CONFIG_H -DOPUS_ARM_OPT -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DMODULE_MOBILE_VR_ENABLED -DMODULE_OGG_ENABLED -DMODULE_OPENSIMPLEX_ENABLED -DMODULE_OPUS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/libogg -Ithirdparty/opus -Ithirdparty/opus/celt -Ithirdparty/opus/opus -Ithirdparty/opus/silk -Ithirdparty/opus/silk/fixed -Ithirdparty/opus/silk/float thirdparty/opus/opusfile.c
[ 40%] Building thirdparty/opus/stream.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/opus/stream.iphone.opt.debug.arm.o -c -DFIXED_POINT -DHAVE_CONFIG_H -DOPUS_ARM_OPT -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DMODULE_MOBILE_VR_ENABLED -DMODULE_OGG_ENABLED -DMODULE_OPENSIMPLEX_ENABLED -DMODULE_OPUS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/libogg -Ithirdparty/opus -Ithirdparty/opus/celt -Ithirdparty/opus/opus -Ithirdparty/opus/silk -Ithirdparty/opus/silk/fixed -Ithirdparty/opus/silk/float thirdparty/opus/stream.c
[ 40%] Building thirdparty/opus/celt/bands.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/opus/celt/bands.iphone.opt.debug.arm.o -c -DFIXED_POINT -DHAVE_CONFIG_H -DOPUS_ARM_OPT -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DMODULE_MOBILE_VR_ENABLED -DMODULE_OGG_ENABLED -DMODULE_OPENSIMPLEX_ENABLED -DMODULE_OPUS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/libogg -Ithirdparty/opus -Ithirdparty/opus/celt -Ithirdparty/opus/opus -Ithirdparty/opus/silk -Ithirdparty/opus/silk/fixed -Ithirdparty/opus/silk/float thirdparty/opus/celt/bands.c
[ 41%] Building thirdparty/opus/celt/celt.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/opus/celt/celt.iphone.opt.debug.arm.o -c -DFIXED_POINT -DHAVE_CONFIG_H -DOPUS_ARM_OPT -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DMODULE_MOBILE_VR_ENABLED -DMODULE_OGG_ENABLED -DMODULE_OPENSIMPLEX_ENABLED -DMODULE_OPUS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/libogg -Ithirdparty/opus -Ithirdparty/opus/celt -Ithirdparty/opus/opus -Ithirdparty/opus/silk -Ithirdparty/opus/silk/fixed -Ithirdparty/opus/silk/float thirdparty/opus/celt/celt.c
[ 41%] Building thirdparty/opus/celt/celt_encoder.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/opus/celt/celt_encoder.iphone.opt.debug.arm.o -c -DFIXED_POINT -DHAVE_CONFIG_H -DOPUS_ARM_OPT -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DMODULE_MOBILE_VR_ENABLED -DMODULE_OGG_ENABLED -DMODULE_OPENSIMPLEX_ENABLED -DMODULE_OPUS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/libogg -Ithirdparty/opus -Ithirdparty/opus/celt -Ithirdparty/opus/opus -Ithirdparty/opus/silk -Ithirdparty/opus/silk/fixed -Ithirdparty/opus/silk/float thirdparty/opus/celt/celt_encoder.c
[ 41%] Building thirdparty/opus/celt/celt_decoder.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/opus/celt/celt_decoder.iphone.opt.debug.arm.o -c -DFIXED_POINT -DHAVE_CONFIG_H -DOPUS_ARM_OPT -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DMODULE_MOBILE_VR_ENABLED -DMODULE_OGG_ENABLED -DMODULE_OPENSIMPLEX_ENABLED -DMODULE_OPUS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/libogg -Ithirdparty/opus -Ithirdparty/opus/celt -Ithirdparty/opus/opus -Ithirdparty/opus/silk -Ithirdparty/opus/silk/fixed -Ithirdparty/opus/silk/float thirdparty/opus/celt/celt_decoder.c
[ 41%] Building thirdparty/opus/celt/cwrs.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/opus/celt/cwrs.iphone.opt.debug.arm.o -c -DFIXED_POINT -DHAVE_CONFIG_H -DOPUS_ARM_OPT -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DMODULE_MOBILE_VR_ENABLED -DMODULE_OGG_ENABLED -DMODULE_OPENSIMPLEX_ENABLED -DMODULE_OPUS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/libogg -Ithirdparty/opus -Ithirdparty/opus/celt -Ithirdparty/opus/opus -Ithirdparty/opus/silk -Ithirdparty/opus/silk/fixed -Ithirdparty/opus/silk/float thirdparty/opus/celt/cwrs.c
[ 41%] Building thirdparty/opus/celt/entcode.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/opus/celt/entcode.iphone.opt.debug.arm.o -c -DFIXED_POINT -DHAVE_CONFIG_H -DOPUS_ARM_OPT -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DMODULE_MOBILE_VR_ENABLED -DMODULE_OGG_ENABLED -DMODULE_OPENSIMPLEX_ENABLED -DMODULE_OPUS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/libogg -Ithirdparty/opus -Ithirdparty/opus/celt -Ithirdparty/opus/opus -Ithirdparty/opus/silk -Ithirdparty/opus/silk/fixed -Ithirdparty/opus/silk/float thirdparty/opus/celt/entcode.c
[ 41%] Building thirdparty/opus/celt/entdec.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/opus/celt/entdec.iphone.opt.debug.arm.o -c -DFIXED_POINT -DHAVE_CONFIG_H -DOPUS_ARM_OPT -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DMODULE_MOBILE_VR_ENABLED -DMODULE_OGG_ENABLED -DMODULE_OPENSIMPLEX_ENABLED -DMODULE_OPUS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/libogg -Ithirdparty/opus -Ithirdparty/opus/celt -Ithirdparty/opus/opus -Ithirdparty/opus/silk -Ithirdparty/opus/silk/fixed -Ithirdparty/opus/silk/float thirdparty/opus/celt/entdec.c
[ 41%] Building thirdparty/opus/celt/entenc.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/opus/celt/entenc.iphone.opt.debug.arm.o -c -DFIXED_POINT -DHAVE_CONFIG_H -DOPUS_ARM_OPT -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DMODULE_MOBILE_VR_ENABLED -DMODULE_OGG_ENABLED -DMODULE_OPENSIMPLEX_ENABLED -DMODULE_OPUS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/libogg -Ithirdparty/opus -Ithirdparty/opus/celt -Ithirdparty/opus/opus -Ithirdparty/opus/silk -Ithirdparty/opus/silk/fixed -Ithirdparty/opus/silk/float thirdparty/opus/celt/entenc.c
[ 41%] Building thirdparty/opus/celt/kiss_fft.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/opus/celt/kiss_fft.iphone.opt.debug.arm.o -c -DFIXED_POINT -DHAVE_CONFIG_H -DOPUS_ARM_OPT -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DMODULE_MOBILE_VR_ENABLED -DMODULE_OGG_ENABLED -DMODULE_OPENSIMPLEX_ENABLED -DMODULE_OPUS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/libogg -Ithirdparty/opus -Ithirdparty/opus/celt -Ithirdparty/opus/opus -Ithirdparty/opus/silk -Ithirdparty/opus/silk/fixed -Ithirdparty/opus/silk/float thirdparty/opus/celt/kiss_fft.c
[ 41%] Building thirdparty/opus/celt/laplace.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/opus/celt/laplace.iphone.opt.debug.arm.o -c -DFIXED_POINT -DHAVE_CONFIG_H -DOPUS_ARM_OPT -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DMODULE_MOBILE_VR_ENABLED -DMODULE_OGG_ENABLED -DMODULE_OPENSIMPLEX_ENABLED -DMODULE_OPUS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/libogg -Ithirdparty/opus -Ithirdparty/opus/celt -Ithirdparty/opus/opus -Ithirdparty/opus/silk -Ithirdparty/opus/silk/fixed -Ithirdparty/opus/silk/float thirdparty/opus/celt/laplace.c
[ 41%] Building thirdparty/opus/celt/mathops.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/opus/celt/mathops.iphone.opt.debug.arm.o -c -DFIXED_POINT -DHAVE_CONFIG_H -DOPUS_ARM_OPT -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DMODULE_MOBILE_VR_ENABLED -DMODULE_OGG_ENABLED -DMODULE_OPENSIMPLEX_ENABLED -DMODULE_OPUS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/libogg -Ithirdparty/opus -Ithirdparty/opus/celt -Ithirdparty/opus/opus -Ithirdparty/opus/silk -Ithirdparty/opus/silk/fixed -Ithirdparty/opus/silk/float thirdparty/opus/celt/mathops.c
[ 41%] Building thirdparty/opus/celt/mdct.iphone.opt.debug.arm.o with action:
$CC -o $TARGET -c $CFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o thirdparty/opus/celt/mdct.iphone.opt.debug.arm.o -c -DFIXED_POINT -DHAVE_CONFIG_H -DOPUS_ARM_OPT -fno-objc-arc -arch armv7 -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk -fvisibility=hidden -mthumb "-DIBOutlet=__attribute__((iboutlet))" "-DIBOutletCollection(ClassName)=__attribute__((iboutletcollection(ClassName)))" "-DIBAction=void)__attribute__((ibaction)" -miphoneos-version-min=10.0 -MMD -MT dependencies -Wall -Werror=return-type -DZSTD_STATIC_LINKING_ONLY -w -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -O2 -ftree-vectorize -fomit-frame-pointer -DDEBUG_ENABLED -fno-exceptions -DGAME_CENTER_ENABLED -DSTOREKIT_ENABLED -DICLOUD_ENABLED -DIPHONE_ENABLED -DUNIX_ENABLED -DGLES_ENABLED -DCOREAUDIO_ENABLED -DMODULE_GODOTFACEBOOK_ENABLED -DMODULE_AMPLITUDE_ENABLED -DMODULE_APPSFLYER_ENABLED -DMODULE_BMP_ENABLED -DMODULE_BULLET_ENABLED -DMODULE_CSG_ENABLED -DMODULE_DDS_ENABLED -DMODULE_ENET_ENABLED -DMODULE_FIREBASE_ENABLED -DMODULE_FREETYPE_ENABLED -DMODULE_GDNATIVE_ENABLED -DMODULE_GDSCRIPT_ENABLED -DMODULE_GRIDMAP_ENABLED -DMODULE_HDR_ENABLED -DMODULE_JPG_ENABLED -DMODULE_KOCHAVA_ENABLED -DMODULE_LOCALNOTIFICATION_ENABLED -DMODULE_MBEDTLS_ENABLED -DMODULE_MOBILE_VR_ENABLED -DMODULE_OGG_ENABLED -DMODULE_OPENSIMPLEX_ENABLED -DMODULE_OPUS_ENABLED -DPTRCALL_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -Ieditor -I. -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/AudioUnit.framework/Headers -Iplatform/iphone -Ithirdparty/zlib -Ithirdparty/zstd -Ithirdparty/libpng -Ithirdparty/libogg -Ithirdparty/opus -Ithirdparty/opus/celt -Ithirdparty/opus/opus -Ithirdparty/opus/silk -Ithirdparty/opus/silk/fixed -Ithirdparty/opus/silk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment