microsoft / vcpkg

C++ Library Manager for Windows, Linux, and MacOS
MIT License
22.74k stars 6.29k forks source link

[skia] Build failure on arm64-osx #39747

Open sideshowbarker opened 2 months ago

sideshowbarker commented 2 months ago

Package: skia[core,gl,harfbuzz,icu,metal]:arm64-osx@124

Host Environment

To Reproduce

vcpkg install --no-print-usage

Failure logs

-- Using cached google-skia-e7bf161ff959268a2a2f37530a6ea61c27019d33.tar.gz.
-- Cleaning sources at /opt/ladybird/Toolchain/Tarballs/vcpkg/buildtrees/skia/src/1c27019d33-728a6df320.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source /opt/ladybird/Toolchain/Tarballs/vcpkg/downloads/google-skia-e7bf161ff959268a2a2f37530a6ea61c27019d33.tar.gz
-- Applying patch disable-msvc-env-setup.patch
-- Applying patch disable-dev-test.patch
-- Applying patch skia-include-string.patch
-- Applying patch bentleyottmann-build.patch
-- Applying patch graphite.patch
-- Applying patch vulkan-headers.patch
-- Using source at /opt/ladybird/Toolchain/Tarballs/vcpkg/buildtrees/skia/src/1c27019d33-728a6df320.clean
-- Creating third_party/externals/dng_sdk
-- Using cached /opt/ladybird/Toolchain/Tarballs/vcpkg/downloads/skia-c8d0c9b1d16bfda56f15165d39e0ffa360a11123.tar.gz
-- Extracting source /opt/ladybird/Toolchain/Tarballs/vcpkg/downloads/skia-c8d0c9b1d16bfda56f15165d39e0ffa360a11123.tar.gz
-- Using source at /opt/ladybird/Toolchain/Tarballs/vcpkg/buildtrees/skia/src/a360a11123-3e98e4208e.clean
-- Creating third_party/externals/piex
-- Using cached /opt/ladybird/Toolchain/Tarballs/vcpkg/downloads/skia-bb217acdca1cc0c16b704669dd6f91a1b509c406.tar.gz
-- Extracting source /opt/ladybird/Toolchain/Tarballs/vcpkg/downloads/skia-bb217acdca1cc0c16b704669dd6f91a1b509c406.tar.gz
-- Using source at /opt/ladybird/Toolchain/Tarballs/vcpkg/buildtrees/skia/src/a1b509c406-84c7e7ac21.clean
-- Creating third_party/externals/wuffs
-- Using cached /opt/ladybird/Toolchain/Tarballs/vcpkg/downloads/skia-e3f919ccfe3ef542cfc983a82146070258fb57f8.tar.gz
-- Extracting source /opt/ladybird/Toolchain/Tarballs/vcpkg/downloads/skia-e3f919ccfe3ef542cfc983a82146070258fb57f8.tar.gz
-- Using source at /opt/ladybird/Toolchain/Tarballs/vcpkg/buildtrees/skia/src/0258fb57f8-69c6ce6bfb.clean
-- Found external ninja('1.12.1').
-- Getting CMake variables for arm64-osx
-- Generating build (arm64-osx-rel)...
-- Building (arm64-osx-rel)...
CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:134 (message):
    Command failed: /opt/homebrew/bin/ninja -C /opt/ladybird/Toolchain/Tarballs/vcpkg/buildtrees/skia/arm64-osx-rel :skia :modules
    Working Directory: /opt/ladybird/Toolchain/Tarballs/vcpkg/buildtrees/skia/src/1c27019d33-728a6df320.clean
    See logs for more information:
      /opt/ladybird/Toolchain/Tarballs/vcpkg/buildtrees/skia/build-arm64-osx-rel-out.log

Call Stack (most recent call first):
  scripts/cmake/vcpkg_build_ninja.cmake:3 (vcpkg_execute_build_process)
  scripts/cmake/vcpkg_build_ninja.cmake:28 (z_vcpkg_build_ninja_build)
  buildtrees/versioning_/versions/skia/b993a94ad57f5f651ac7dfa08cf20f17134a1b0d/skia-functions.cmake:337 (vcpkg_build_ninja)
  buildtrees/versioning_/versions/skia/b993a94ad57f5f651ac7dfa08cf20f17134a1b0d/skia-functions.cmake:455 (skia_gn_install_build_type)
  buildtrees/versioning_/versions/skia/b993a94ad57f5f651ac7dfa08cf20f17134a1b0d/portfile.cmake:289 (skia_gn_install)
  scripts/ports.cmake:191 (include)
/opt/ladybird/Toolchain/Tarballs/vcpkg/buildtrees/skia/build-arm64-osx-rel-out.log ``` ninja: Entering directory `/opt/ladybird/Toolchain/Tarballs/vcpkg/buildtrees/skia/arm64-osx-rel' [1/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/MutableTextureState.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [2/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/RectanizerPow2.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [3/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/BlendFormula.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [4/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/SkBackingFit.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [5/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/RectanizerSkyline.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [6/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/Blend.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [7/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/DitherUtils.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [8/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/BlurUtils.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [9/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ResourceKey.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [10/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ShaderErrorHandler.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [11/1151] compile ../src/1c27019d33-728a6df320.clean/src/text/gpu/SDFMaskFilter.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [12/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/Swizzle.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [13/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/PipelineUtils.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [14/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/AtlasTypes.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [15/1151] compile ../src/1c27019d33-728a6df320.clean/src/text/gpu/DistanceFieldAdjustTable.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [16/1151] compile ../src/1c27019d33-728a6df320.clean/src/text/gpu/Slug.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [17/1151] compile ../src/1c27019d33-728a6df320.clean/src/text/gpu/SubRunAllocator.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [18/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/tessellate/FixedCountBufferUtils.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [19/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/TiledTextureUtils.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [20/1151] compile ../src/1c27019d33-728a6df320.clean/src/text/gpu/SDFTControl.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [21/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/tessellate/Tessellation.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [22/1151] compile ../src/1c27019d33-728a6df320.clean/src/text/gpu/GlyphVector.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [23/1151] compile ../src/1c27019d33-728a6df320.clean/src/text/gpu/StrikeCache.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [24/1151] compile ../src/1c27019d33-728a6df320.clean/src/sksl/codegen/SkSLHLSLCodeGenerator.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [25/1151] compile ../src/1c27019d33-728a6df320.clean/src/sksl/codegen/SkSLSPIRVtoHLSL.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [26/1151] compile ../src/1c27019d33-728a6df320.clean/src/text/gpu/SlugImpl.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [27/1151] compile ../src/1c27019d33-728a6df320.clean/src/text/gpu/TextBlob.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [28/1151] compile ../src/1c27019d33-728a6df320.clean/src/text/gpu/TextBlobRedrawCoordinator.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [29/1151] compile ../src/1c27019d33-728a6df320.clean/src/sksl/codegen/SkSLPipelineStageCodeGenerator.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [30/1151] compile ../src/1c27019d33-728a6df320.clean/src/text/gpu/VertexFiller.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [31/1151] compile ../src/1c27019d33-728a6df320.clean/src/codec/SkJpegDecoderMgr.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [32/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/mtl/MtlMemoryAllocatorImpl.mm [33/1151] compile ../src/1c27019d33-728a6df320.clean/src/codec/SkJpegSourceMgr.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [34/1151] compile ../src/1c27019d33-728a6df320.clean/src/sksl/codegen/SkSLGLSLCodeGenerator.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [35/1151] compile ../src/1c27019d33-728a6df320.clean/src/text/gpu/SkChromeRemoteGlyphCache.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [36/1151] compile ../src/1c27019d33-728a6df320.clean/src/codec/SkJpegCodec.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [37/1151] compile ../src/1c27019d33-728a6df320.clean/src/codec/SkJpegUtility.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [38/1151] compile ../src/1c27019d33-728a6df320.clean/src/encode/SkJPEGWriteUtility.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [39/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/mtl/MtlUtils.mm [40/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_abort_sniffer.cpp [41/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_1d_function.cpp [42/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_bottlenecks.cpp [43/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_1d_table.cpp [44/1151] compile ../src/1c27019d33-728a6df320.clean/src/encode/SkJpegEncoderImpl.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [45/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_area_task.cpp [46/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_exceptions.cpp [47/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_color_space.cpp [48/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_file_stream.cpp [49/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_color_spec.cpp [50/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_globals.cpp [51/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_camera_profile.cpp [52/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_filter_task.cpp [53/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_exif.cpp [54/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_fingerprint.cpp [55/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_date_time.cpp [56/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_gain_map.cpp [57/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_hue_sat_map.cpp [58/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_host.cpp [59/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_bad_pixels.cpp [60/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_image.cpp [61/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_jpeg_memory_source.cpp [62/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_ifd.cpp [63/1151] compile ../src/1c27019d33-728a6df320.clean/src/text/gpu/SubRunContainer.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [64/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_iptc.cpp [65/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_info.cpp [66/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_jpeg_image.cpp [67/1151] compile ../src/1c27019d33-728a6df320.clean/src/sksl/codegen/SkSLMetalCodeGenerator.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [68/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_memory.cpp [69/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_memory_stream.cpp [70/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_linearization_info.cpp [71/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_mutex.cpp [72/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_orientation.cpp [73/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_misc_opcodes.cpp [74/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_matrix.cpp [75/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_opcode_list.cpp [76/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_lens_correction.cpp [77/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_opcodes.cpp [78/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_pthread.cpp [79/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_parse_utils.cpp [80/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_point.cpp [81/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_lossless_jpeg.cpp [82/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_rational.cpp [83/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_ref_counted_block.cpp [84/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_preview.cpp [85/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_pixel_buffer.cpp [86/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_rect.cpp [87/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_safe_arithmetic.cpp [88/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_render.cpp [89/1151] compile ../src/1c27019d33-728a6df320.clean/src/sksl/codegen/SkSLWGSLCodeGenerator.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [90/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_resample.cpp [91/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_simple_image.cpp [92/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_spline.cpp [93/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_tag_types.cpp [94/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_negative.cpp [95/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_shared.cpp [96/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_temperature.cpp [97/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_reference.cpp [98/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_mosaic_info.cpp [99/1151] stamp obj/third_party/libjpeg-turbo/libjpeg.stamp [100/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_stream.cpp [101/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_string_list.cpp [102/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_tile_iterator.cpp [103/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_xy_coord.cpp [104/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_tone_curve.cpp [105/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_read_image.cpp [106/1151] stamp obj/third_party/zlib/zlib.stamp [107/1151] stamp obj/compile_sksl_glsl_nosettings_tests.stamp [108/1151] stamp obj/compile_sksl_glsl_tests.stamp [109/1151] stamp obj/compile_sksl_metal_tests.stamp [110/1151] stamp obj/compile_sksl_skrp_tests.stamp [111/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/piex/src/binary_parse/cached_paged_byte_array.cc [112/1151] stamp obj/compile_sksl_spirv_tests.stamp [113/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/piex/src/binary_parse/range_checked_byte_ptr.cc [114/1151] compile ../src/1c27019d33-728a6df320.clean/src/sksl/codegen/SkSLSPIRVCodeGenerator.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [115/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_utils.cpp [116/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_string.cpp [117/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/piex/src/piex.cc [118/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/piex/src/image_type_recognition/image_type_recognition_lite.cc [119/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/piex/src/tiff_directory/tiff_directory.cc [120/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/piex/src/tiff_parser.cc [121/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/GrBackendSemaphore.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [122/1151] compile ../src/1c27019d33-728a6df320.clean/src/ports/SkFontMgr_mac_ct.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [123/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/GrAttachment.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [124/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/GrAuditTrail.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [125/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/GrBackendSurface.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [126/1151] compile ../src/1c27019d33-728a6df320.clean/src/ports/SkScalerContext_mac_ct.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [127/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/GrBackendUtils.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [128/1151] compile ../src/1c27019d33-728a6df320.clean/src/ports/SkTypeface_mac_ct.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [129/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/Device_drawTexture.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [130/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/GrBackendTextureImageGenerator.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [131/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/GrCanvas.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [132/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/GrClientMappedBufferManager.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [133/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/GrCaps.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [134/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/GrBufferTransferRenderTask.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [135/1151] compile ../src/1c27019d33-728a6df320.clean/third_party/externals/dng_sdk/source/dng_image_writer.cpp [136/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/GrColorInfo.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [137/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/GrBufferUpdateRenderTask.cpp ... Skipped 197 lines ... c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [237/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/SurfaceFillContext.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [238/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/effects/GrCustomXfermode.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [239/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/effects/GrCoverageSetOpXP.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [240/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/effects/GrDisableColorXP.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [241/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/effects/GrOvalEffect.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [242/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/effects/GrMatrixEffect.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [243/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/effects/GrModulateAtlasCoverageEffect.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [244/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/effects/GrPerlinNoise2Effect.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [245/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/effects/GrPorterDuffXferProcessor.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [246/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/effects/GrDistanceFieldGeoProc.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [247/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/effects/GrYUVtoRGBEffect.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [248/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/SurfaceContext.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [249/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/effects/GrShadowGeoProc.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [250/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/effects/GrRRectEffect.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [251/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/effects/GrTextureEffect.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [252/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/geometry/GrPathUtils.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [253/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/SurfaceDrawContext.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [254/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/geometry/GrAAConvexTessellator.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [255/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/geometry/GrShape.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [256/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/effects/GrSkSLFP.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [257/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/geometry/GrQuad.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [258/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/glsl/GrGLSLProgramDataManager.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [259/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/geometry/GrStyledShape.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [260/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/glsl/GrGLSLUniformHandler.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [261/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/geometry/GrQuadUtils.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [262/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/geometry/GrAATriangulator.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [263/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/gradients/GrGradientBitmapCache.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [264/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/glsl/GrGLSLBlend.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [265/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/glsl/GrGLSLFragmentShaderBuilder.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [266/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/glsl/GrGLSLVertexGeoBuilder.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [267/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/glsl/GrGLSLVarying.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [268/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/glsl/GrGLSLShaderBuilder.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [269/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/geometry/GrTriangulator.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [270/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/image/GrTextureGenerator.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [271/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/glsl/GrGLSLProgramBuilder.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [272/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/gradients/GrGradientShader.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [273/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mock/GrMockTypes.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [274/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mock/GrMockCaps.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [275/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/image/SkSpecialImage_Ganesh.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [276/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/image/SkImage_Ganesh.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [277/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/image/SkImage_RasterPinnable.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [278/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/image/GrImageUtils.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [279/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/image/SkImage_GaneshFactories.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [280/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/image/SkImage_LazyTexture.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [281/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/image/SkImage_GaneshBase.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [282/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mock/GrMockGpu.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [283/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/image/SkImage_GaneshYUVA.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [284/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/ops/AtlasInstancedHelper.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [285/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/ops/DashLinePathRenderer.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [286/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/ops/ClearOp.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [287/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/ops/AtlasRenderTask.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [288/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/ops/AALinearizingConvexPathRenderer.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [289/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/ops/AAConvexPathRenderer.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [290/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/ops/AtlasTextOp.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [291/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/ops/AAHairLinePathRenderer.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [292/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/ops/DefaultPathRenderer.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [293/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/ops/DashOp.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [294/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/ops/DrawAtlasOp.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [295/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/ops/AtlasPathRenderer.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [296/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/ops/GrOp.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [297/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/ops/DrawableOp.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [298/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/ops/DrawAtlasPathOp.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [299/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/ops/GrMeshDrawOp.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [300/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/ops/FillRectOp.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [301/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/ops/GrSimpleMeshDrawOpHelperWithStencil.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [302/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/ops/GrSimpleMeshDrawOpHelper.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [303/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/ops/FillRRectOp.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [304/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/ops/LatticeOp.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [305/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/ops/SmallPathAtlasMgr.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [306/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/ops/PathInnerTriangulateOp.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [307/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/ops/PathTessellateOp.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [308/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/ops/SmallPathShapeData.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [309/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/ops/OpsTask.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [310/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/ops/PathStencilCoverOp.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [311/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/ops/QuadPerEdgeAA.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [312/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/ops/GrOvalOpFactory.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [313/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/ops/RegionOp.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [314/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/ops/DrawMeshOp.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [315/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/ops/ShadowRRectOp.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [316/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/ops/SmallPathRenderer.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [317/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/ops/StrokeTessellateOp.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [318/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/tessellate/GrStrokeTessellationShader.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [319/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/tessellate/GrTessellationShader.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [320/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/ops/TessellationPathRenderer.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [321/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/tessellate/GrPathTessellationShader.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [322/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/ops/StrokeRectOp.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [323/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/ops/SoftwarePathRenderer.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [324/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/gl/mac/GrGLMakeNativeInterface_mac.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [325/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/gl/GrGLAssembleGLESInterfaceAutogen.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [326/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/gl/GrGLAssembleHelpers.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [327/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/surface/SkSurface_Ganesh.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [328/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/gl/GrGLAssembleWebGLInterfaceAutogen.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [329/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/gl/GrGLAssembleInterface.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [330/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/ops/TriangulatingPathRenderer.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [331/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/gl/GrGLAssembleGLInterfaceAutogen.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [332/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/ops/TextureOp.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [333/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/gl/GrGLBackendSurface.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [334/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/gl/GrGLContext.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [335/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/gl/GrGLExtensions.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [336/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/gl/GrGLGLSL.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [337/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/tessellate/PathTessellator.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [338/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/text/GrAtlasManager.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [339/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/gl/GrGLAttachment.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [340/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/gl/GrGLBuffer.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [341/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/gl/GrGLInterfaceAutogen.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [342/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/gl/GrGLFinishCallbacks.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [343/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/gl/GrGLDirectContext.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [344/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/tessellate/StrokeTessellator.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [345/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/gl/GrGLTypesPriv.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [346/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/gl/GrGLProgramDataManager.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [347/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/gl/GrGLCaps.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [348/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/gl/GrGLSemaphore.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [349/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/gl/GrGLOpsRenderPass.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [350/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/gl/GrGLGpuProgramCache.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [351/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/gl/GrGLRenderTarget.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [352/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/gl/GrGLProgram.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [353/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/gl/GrGLTexture.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [354/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/gl/GrGLUtil.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [355/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlBackendSemaphore.mm [356/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/gl/GrGLTextureRenderTarget.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [357/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/gl/builders/GrGLShaderStringBuilder.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [358/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/gl/GrGLVertexArray.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [359/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/gl/GrGLUniformHandler.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [360/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlDirectContext.mm [361/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlFramebuffer.mm [362/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlCaps.mm FAILED: obj/src/gpu/ganesh/mtl/gpu.GrMtlCaps.o /Library/Developer/CommandLineTools/usr/bin/c++ -MD -MF obj/src/gpu/ganesh/mtl/gpu.GrMtlCaps.o.d -DNDEBUG -DSK_CODEC_DECODES_BMP -DSK_CODEC_DECODES_WBMP -DSK_ENABLE_PRECOMPILE -DSK_ASSUME_GL=1 -DSK_GANESH -DSK_DISABLE_TRACING -DSK_USE_PERFETTO -DSK_ENABLE_API_AVAILABLE -DSK_GAMMA_APPLY_TO_A8 -DSK_ENABLE_AVX512_OPTS -DSKIA_IMPLEMENTATION=1 -DSK_GL -DSK_METAL -I../src/1c27019d33-728a6df320.clean -Wno-attributes -ffp-contract=off -fstrict-aliasing -fPIC -fvisibility=hidden -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -target arm64-apple-macos11 -O3 -fobjc-arc -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -c ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlCaps.mm -o obj/src/gpu/ganesh/mtl/gpu.GrMtlCaps.o In file included from ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlCaps.mm:26: In file included from ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlUtil.h:16: ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlTypesPriv.h:32:2: error: Must use at least 10.14 SDK to build Metal backend for MacOS 32 | #error Must use at least 10.14 SDK to build Metal backend for MacOS | ^ 1 error generated. [363/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/gl/GrGLGpu.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [364/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlDepthStencil.mm FAILED: obj/src/gpu/ganesh/mtl/gpu.GrMtlDepthStencil.o /Library/Developer/CommandLineTools/usr/bin/c++ -MD -MF obj/src/gpu/ganesh/mtl/gpu.GrMtlDepthStencil.o.d -DNDEBUG -DSK_CODEC_DECODES_BMP -DSK_CODEC_DECODES_WBMP -DSK_ENABLE_PRECOMPILE -DSK_ASSUME_GL=1 -DSK_GANESH -DSK_DISABLE_TRACING -DSK_USE_PERFETTO -DSK_ENABLE_API_AVAILABLE -DSK_GAMMA_APPLY_TO_A8 -DSK_ENABLE_AVX512_OPTS -DSKIA_IMPLEMENTATION=1 -DSK_GL -DSK_METAL -I../src/1c27019d33-728a6df320.clean -Wno-attributes -ffp-contract=off -fstrict-aliasing -fPIC -fvisibility=hidden -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -target arm64-apple-macos11 -O3 -fobjc-arc -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -c ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlDepthStencil.mm -o obj/src/gpu/ganesh/mtl/gpu.GrMtlDepthStencil.o In file included from ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlDepthStencil.mm:10: In file included from ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlGpu.h:13: ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlTypesPriv.h:32:2: error: Must use at least 10.14 SDK to build Metal backend for MacOS 32 | #error Must use at least 10.14 SDK to build Metal backend for MacOS | ^ 1 error generated. [365/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlBuffer.mm FAILED: obj/src/gpu/ganesh/mtl/gpu.GrMtlBuffer.o /Library/Developer/CommandLineTools/usr/bin/c++ -MD -MF obj/src/gpu/ganesh/mtl/gpu.GrMtlBuffer.o.d -DNDEBUG -DSK_CODEC_DECODES_BMP -DSK_CODEC_DECODES_WBMP -DSK_ENABLE_PRECOMPILE -DSK_ASSUME_GL=1 -DSK_GANESH -DSK_DISABLE_TRACING -DSK_USE_PERFETTO -DSK_ENABLE_API_AVAILABLE -DSK_GAMMA_APPLY_TO_A8 -DSK_ENABLE_AVX512_OPTS -DSKIA_IMPLEMENTATION=1 -DSK_GL -DSK_METAL -I../src/1c27019d33-728a6df320.clean -Wno-attributes -ffp-contract=off -fstrict-aliasing -fPIC -fvisibility=hidden -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -target arm64-apple-macos11 -O3 -fobjc-arc -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -c ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlBuffer.mm -o obj/src/gpu/ganesh/mtl/gpu.GrMtlBuffer.o In file included from ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlBuffer.mm:12: In file included from ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlCommandBuffer.h:19: In file included from ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlRenderCommandEncoder.h:17: In file included from ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlUtil.h:16: ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlTypesPriv.h:32:2: error: Must use at least 10.14 SDK to build Metal backend for MacOS 32 | #error Must use at least 10.14 SDK to build Metal backend for MacOS | ^ 1 error generated. [366/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlAttachment.mm FAILED: obj/src/gpu/ganesh/mtl/gpu.GrMtlAttachment.o /Library/Developer/CommandLineTools/usr/bin/c++ -MD -MF obj/src/gpu/ganesh/mtl/gpu.GrMtlAttachment.o.d -DNDEBUG -DSK_CODEC_DECODES_BMP -DSK_CODEC_DECODES_WBMP -DSK_ENABLE_PRECOMPILE -DSK_ASSUME_GL=1 -DSK_GANESH -DSK_DISABLE_TRACING -DSK_USE_PERFETTO -DSK_ENABLE_API_AVAILABLE -DSK_GAMMA_APPLY_TO_A8 -DSK_ENABLE_AVX512_OPTS -DSKIA_IMPLEMENTATION=1 -DSK_GL -DSK_METAL -I../src/1c27019d33-728a6df320.clean -Wno-attributes -ffp-contract=off -fstrict-aliasing -fPIC -fvisibility=hidden -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -target arm64-apple-macos11 -O3 -fobjc-arc -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -c ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlAttachment.mm -o obj/src/gpu/ganesh/mtl/gpu.GrMtlAttachment.o In file included from ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlAttachment.mm:12: In file included from ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlGpu.h:13: ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlTypesPriv.h:32:2: error: Must use at least 10.14 SDK to build Metal backend for MacOS 32 | #error Must use at least 10.14 SDK to build Metal backend for MacOS | ^ 1 error generated. [367/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/gl/builders/GrGLProgramBuilder.cpp c++: warning: overriding '-mmacosx-version-min=10.15' option with '-target arm64-apple-macos11' [-Woverriding-t-option] [368/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlCommandBuffer.mm [369/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlOpsRenderPass.mm FAILED: obj/src/gpu/ganesh/mtl/gpu.GrMtlOpsRenderPass.o /Library/Developer/CommandLineTools/usr/bin/c++ -MD -MF obj/src/gpu/ganesh/mtl/gpu.GrMtlOpsRenderPass.o.d -DNDEBUG -DSK_CODEC_DECODES_BMP -DSK_CODEC_DECODES_WBMP -DSK_ENABLE_PRECOMPILE -DSK_ASSUME_GL=1 -DSK_GANESH -DSK_DISABLE_TRACING -DSK_USE_PERFETTO -DSK_ENABLE_API_AVAILABLE -DSK_GAMMA_APPLY_TO_A8 -DSK_ENABLE_AVX512_OPTS -DSKIA_IMPLEMENTATION=1 -DSK_GL -DSK_METAL -I../src/1c27019d33-728a6df320.clean -Wno-attributes -ffp-contract=off -fstrict-aliasing -fPIC -fvisibility=hidden -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -target arm64-apple-macos11 -O3 -fobjc-arc -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -c ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlOpsRenderPass.mm -o obj/src/gpu/ganesh/mtl/gpu.GrMtlOpsRenderPass.o In file included from ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlOpsRenderPass.mm:8: In file included from ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlOpsRenderPass.h:13: In file included from ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlGpu.h:13: ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlTypesPriv.h:32:2: error: Must use at least 10.14 SDK to build Metal backend for MacOS 32 | #error Must use at least 10.14 SDK to build Metal backend for MacOS | ^ 1 error generated. [370/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlPipelineState.mm FAILED: obj/src/gpu/ganesh/mtl/gpu.GrMtlPipelineState.o /Library/Developer/CommandLineTools/usr/bin/c++ -MD -MF obj/src/gpu/ganesh/mtl/gpu.GrMtlPipelineState.o.d -DNDEBUG -DSK_CODEC_DECODES_BMP -DSK_CODEC_DECODES_WBMP -DSK_ENABLE_PRECOMPILE -DSK_ASSUME_GL=1 -DSK_GANESH -DSK_DISABLE_TRACING -DSK_USE_PERFETTO -DSK_ENABLE_API_AVAILABLE -DSK_GAMMA_APPLY_TO_A8 -DSK_ENABLE_AVX512_OPTS -DSKIA_IMPLEMENTATION=1 -DSK_GL -DSK_METAL -I../src/1c27019d33-728a6df320.clean -Wno-attributes -ffp-contract=off -fstrict-aliasing -fPIC -fvisibility=hidden -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -target arm64-apple-macos11 -O3 -fobjc-arc -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -c ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlPipelineState.mm -o obj/src/gpu/ganesh/mtl/gpu.GrMtlPipelineState.o In file included from ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlPipelineState.mm:19: In file included from ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlGpu.h:13: ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlTypesPriv.h:32:2: error: Must use at least 10.14 SDK to build Metal backend for MacOS 32 | #error Must use at least 10.14 SDK to build Metal backend for MacOS | ^ 1 error generated. [371/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlGpu.mm FAILED: obj/src/gpu/ganesh/mtl/gpu.GrMtlGpu.o /Library/Developer/CommandLineTools/usr/bin/c++ -MD -MF obj/src/gpu/ganesh/mtl/gpu.GrMtlGpu.o.d -DNDEBUG -DSK_CODEC_DECODES_BMP -DSK_CODEC_DECODES_WBMP -DSK_ENABLE_PRECOMPILE -DSK_ASSUME_GL=1 -DSK_GANESH -DSK_DISABLE_TRACING -DSK_USE_PERFETTO -DSK_ENABLE_API_AVAILABLE -DSK_GAMMA_APPLY_TO_A8 -DSK_ENABLE_AVX512_OPTS -DSKIA_IMPLEMENTATION=1 -DSK_GL -DSK_METAL -I../src/1c27019d33-728a6df320.clean -Wno-attributes -ffp-contract=off -fstrict-aliasing -fPIC -fvisibility=hidden -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -target arm64-apple-macos11 -O3 -fobjc-arc -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -c ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlGpu.mm -o obj/src/gpu/ganesh/mtl/gpu.GrMtlGpu.o In file included from ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlGpu.mm:8: In file included from ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlGpu.h:13: ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlTypesPriv.h:32:2: error: Must use at least 10.14 SDK to build Metal backend for MacOS 32 | #error Must use at least 10.14 SDK to build Metal backend for MacOS | ^ 1 error generated. [372/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlPipelineStateDataManager.mm FAILED: obj/src/gpu/ganesh/mtl/gpu.GrMtlPipelineStateDataManager.o /Library/Developer/CommandLineTools/usr/bin/c++ -MD -MF obj/src/gpu/ganesh/mtl/gpu.GrMtlPipelineStateDataManager.o.d -DNDEBUG -DSK_CODEC_DECODES_BMP -DSK_CODEC_DECODES_WBMP -DSK_ENABLE_PRECOMPILE -DSK_ASSUME_GL=1 -DSK_GANESH -DSK_DISABLE_TRACING -DSK_USE_PERFETTO -DSK_ENABLE_API_AVAILABLE -DSK_GAMMA_APPLY_TO_A8 -DSK_ENABLE_AVX512_OPTS -DSKIA_IMPLEMENTATION=1 -DSK_GL -DSK_METAL -I../src/1c27019d33-728a6df320.clean -Wno-attributes -ffp-contract=off -fstrict-aliasing -fPIC -fvisibility=hidden -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -target arm64-apple-macos11 -O3 -fobjc-arc -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -c ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlPipelineStateDataManager.mm -o obj/src/gpu/ganesh/mtl/gpu.GrMtlPipelineStateDataManager.o In file included from ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlPipelineStateDataManager.mm:11: In file included from ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlGpu.h:13: ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlTypesPriv.h:32:2: error: Must use at least 10.14 SDK to build Metal backend for MacOS 32 | #error Must use at least 10.14 SDK to build Metal backend for MacOS | ^ 1 error generated. [373/1151] compile ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlPipelineStateBuilder.mm FAILED: obj/src/gpu/ganesh/mtl/gpu.GrMtlPipelineStateBuilder.o /Library/Developer/CommandLineTools/usr/bin/c++ -MD -MF obj/src/gpu/ganesh/mtl/gpu.GrMtlPipelineStateBuilder.o.d -DNDEBUG -DSK_CODEC_DECODES_BMP -DSK_CODEC_DECODES_WBMP -DSK_ENABLE_PRECOMPILE -DSK_ASSUME_GL=1 -DSK_GANESH -DSK_DISABLE_TRACING -DSK_USE_PERFETTO -DSK_ENABLE_API_AVAILABLE -DSK_GAMMA_APPLY_TO_A8 -DSK_ENABLE_AVX512_OPTS -DSKIA_IMPLEMENTATION=1 -DSK_GL -DSK_METAL -I../src/1c27019d33-728a6df320.clean -Wno-attributes -ffp-contract=off -fstrict-aliasing -fPIC -fvisibility=hidden -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -target arm64-apple-macos11 -O3 -fobjc-arc -std=c++17 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -c ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlPipelineStateBuilder.mm -o obj/src/gpu/ganesh/mtl/gpu.GrMtlPipelineStateBuilder.o In file included from ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlPipelineStateBuilder.mm:23: In file included from ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlGpu.h:13: ../src/1c27019d33-728a6df320.clean/src/gpu/ganesh/mtl/GrMtlTypesPriv.h:32:2: error: Must use at least 10.14 SDK to build Metal backend for MacOS 32 | #error Must use at least 10.14 SDK to build Metal backend for MacOS | ^ 1 error generated. ninja: build stopped: subcommand failed. ```

Additional context

vcpkg.json ``` { "builtin-baseline": "f7423ee180c4b7f40d43402c2feb3859161ef625", "dependencies": [ { "name": "fontconfig", "platform": "linux | freebsd | openbsd" }, "icu", "libjpeg-turbo", { "name": "libpng", "features": [ "apng" ] }, { "name": "skia", "platform": "osx", "features": [ "metal" ] }, { "name": "skia", "platform": "linux | freebsd | openbsd", "features": [ "vulkan" ] }, { "name": "skia", "platform": "android" }, "sqlite3", "woff2", { "name": "vulkan", "platform": "!android" }, { "name": "vulkan-headers", "platform": "!android" } ], "overrides": [ { "name": "fontconfig", "version": "2.14.2#1" }, { "name": "icu", "version": "74.2#2" }, { "name": "libjpeg-turbo", "version": "3.0.2" }, { "name": "libpng", "version": "1.6.43#1" }, { "name": "skia", "version": "124#0" }, { "name": "sqlite3", "version": "3.45.3" }, { "name": "woff2", "version": "1.0.2#4" } ] } ```
sideshowbarker commented 2 months ago

I guess the relevant actual failure is this:

src/gpu/ganesh/mtl/GrMtlTypesPriv.h:32:2: error: Must use at least 10.14 SDK to build Metal backend for MacOS

And I suppose I should also note: This occurs while running the Ladybird browser build, following the instructions at https://github.com/LadybirdBrowser/ladybird/blob/master/Documentation/BuildInstructionsLadybird.md

Also, as far as the macOS SDK info:

$ xcrun --sdk macosx --show-sdk-path
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk
sideshowbarker commented 2 months ago

It seems this might be caused by the Apple-provided clang. I was anyway able to get past in the Ladybird build by instead using Homebrew clang — like this:

CC=$(brew --prefix llvm)/bin/clang CXX=$(brew --prefix llvm)/bin/clang++ ./Meta/ladybird.sh run
dg0yt commented 2 months ago

Also, as far as the macOS SDK info:

$ xcrun --sdk macosx --show-sdk-path
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk

That's confusing. The failing lines have:

 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -target arm64-apple-macos11

Skia builds with gn, and configuring gn is far from perfect in vcpkg. vcpkg passes some arguments based on what CMake detects.

The failing header has tests based on __MAC_OS_X_VERSION_MAX_ALLOWED. I do not know how this particular macro is initialized and how it changes with SDKs and flags.

sideshowbarker commented 2 months ago

OK, I think the 15.0.sdk vs 14.4.sdk difference was just due me having had both Xcode 16 and Xcode 15.3 installed on my system. So I uninstalled Xcode 15.3, cleaned my build environment, and re-ran the build — and got the same error.

And I raised https://github.com/microsoft/vcpkg/issues/39755 with the logs for that.

dg0yt commented 2 months ago

Please keep everything in this issue - it is the same error IIUC.

github-actions[bot] commented 1 month ago

This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 28 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment.

sideshowbarker commented 1 month ago

This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 28 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment.

Still unresolved, so just commenting in order to prevent the bot from auto-closing this issue without a resolution