aws-sdk-cpp编译3-MacOS版本

本篇介绍在MacOS环境下编译aws-sdk-cpp.

MacOS14.5, Qt 5.15.2, Xcode 15.4, CMake3.29.8

首先从github上获取源码

git clone --recurse-submodules https://github.com/aws/aws-sdk-cpp

切换到aws-sdk-cpp目录

执行

cmake /Users/chenyijun/qtproject/aws-sdk-cpp -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/Users/chenyijun/qtproject/sdk_install -DBUILD_ONLY="s3"

命令

chenyijun@chenyijundeMini aws-sdk-cpp % cmake /Users/chenyijun/qtproject/aws-sdk-cpp -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/Users/chenyijun/qtproject/sdk_install -DBUILD_ONLY="s3"
CMake Warning at CMakeLists.txt:9 (message):
  In 1.11 releases, we are releasing experimental alternative building
  mode.By setting -DLEGACY_BUILD=OFF you can test our advances in modern
  CMake building and provide early feedback.  The legacy support is set by
  default in 1.11, when you complete build updating scripts please update the
  build flags as mentioned in README.md and set -DLEGACY_BUILD=OFF.  The
  legacy support will be removed at 1.12.0 release.


CMake Deprecation Warning at CMakeLists.txt:17 (cmake_policy):
  The OLD behavior for policy CMP0077 will be removed from a future version
  of CMake.

  The cmake-policies(7) manual explains that the OLD behaviors of all
  policies are deprecated and that a policy should be set to OLD only under
  specific short-term circumstances.  Projects should be ported to the NEW
  behavior and not rely on setting a policy to OLD.


-- TARGET_ARCH not specified; inferring host OS to be platform compilation target
-- Building AWS libraries as shared objects
-- Building project version: 1.11.400
-- The CXX compiler identification is AppleClang 15.0.0.15000309
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Python3: /Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/bin/python3.9 (found version "3.9.6") found components: Interpreter Development Development.Module Development.Embed
-- Found ZLIB: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib/libz.tbd (found version "1.2.12")
--   Zlib library: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib/libz.tbd
-- Http client: Curl
-- Found CURL: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib/libcurl.tbd (found version "8.6.0")
--   Curl include directory: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include
--   Curl target link: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/lib/libcurl.tbd
CMake Deprecation Warning at crt/aws-crt-cpp/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- AWS CRT C++ 0.28.2
-- The C compiler identification is AppleClang 15.0.0.15000309
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
CMake Deprecation Warning at crt/aws-crt-cpp/crt/aws-c-common/CMakeLists.txt:4 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- CMake 3.29.8
CMake Deprecation Warning at crt/aws-crt-cpp/crt/aws-c-common/CMakeLists.txt:16 (cmake_policy):
  The OLD behavior for policy CMP0077 will be removed from a future version
  of CMake.

  The cmake-policies(7) manual explains that the OLD behaviors of all
  policies are deprecated and that a policy should be set to OLD only under
  specific short-term circumstances.  Projects should be ported to the NEW
  behavior and not rely on setting a policy to OLD.


-- Performing Test AWS_HAVE_GCC_OVERFLOW_MATH_EXTENSIONS
-- Performing Test AWS_HAVE_GCC_OVERFLOW_MATH_EXTENSIONS - Success
-- Performing Test AWS_HAVE_WINAPI_DESKTOP
-- Performing Test AWS_HAVE_WINAPI_DESKTOP - Failed
-- Performing Test AWS_ARCH_INTEL
-- Performing Test AWS_ARCH_INTEL - Failed
-- Performing Test AWS_ARCH_INTEL_X64
-- Performing Test AWS_ARCH_INTEL_X64 - Failed
-- Performing Test AWS_ARCH_ARM64
-- Performing Test AWS_ARCH_ARM64 - Success
-- Performing Test AWS_ARCH_ARM32
-- Performing Test AWS_ARCH_ARM32 - Failed
-- Performing Test AWS_HAVE_GCC_INLINE_ASM
-- Performing Test AWS_HAVE_GCC_INLINE_ASM - Success
-- Performing Test AWS_HAVE_AUXV
-- Performing Test AWS_HAVE_AUXV - Failed
-- Performing Test AWS_HAVE_EXECINFO
-- Performing Test AWS_HAVE_EXECINFO - Success
-- Performing Test AWS_HAVE_LINUX_IF_LINK_H
-- Performing Test AWS_HAVE_LINUX_IF_LINK_H - Failed
-- Performing Test HAVE_M_AVX2_FLAG
-- Performing Test HAVE_M_AVX2_FLAG - Success
-- Performing Test HAVE_M_AVX512_FLAG
-- Performing Test HAVE_M_AVX512_FLAG - Success
-- Performing Test AWS_HAVE_AVX2_INTRINSICS
-- Performing Test AWS_HAVE_AVX2_INTRINSICS - Failed
-- Performing Test AWS_HAVE_AVX512_INTRINSICS
-- Performing Test AWS_HAVE_AVX512_INTRINSICS - Failed
-- Performing Test AWS_HAVE_MM256_EXTRACT_EPI64
-- Performing Test AWS_HAVE_MM256_EXTRACT_EPI64 - Failed
-- Performing Test AWS_HAVE_CLMUL
-- Performing Test AWS_HAVE_CLMUL - Failed
-- Performing Test AWS_HAVE_ARM32_CRC
-- Performing Test AWS_HAVE_ARM32_CRC - Success
-- Performing Test AWS_HAVE_ARMv8_1
-- Performing Test AWS_HAVE_ARMv8_1 - Success
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Looking for pthread_mutexattr_init
-- Looking for pthread_mutexattr_init - not found
-- Performing Test HAS_FPIC_FLAG
-- Performing Test HAS_FPIC_FLAG - Success
-- Performing Test HAS_MOUTLINE_ATOMICS
-- Performing Test HAS_MOUTLINE_ATOMICS - Success
-- Performing Test HAS_64BIT_FILE_OFFSET_BY_DEFAULT
-- Performing Test HAS_64BIT_FILE_OFFSET_BY_DEFAULT - Success
-- Looking for fseeko
-- Looking for fseeko - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stdbool.h
-- Looking for stdbool.h - found
-- Performing Test HAS_WGNU
-- Performing Test HAS_WGNU - Success
-- Performing Test NO_GNU_EXPR
-- Performing Test NO_GNU_EXPR - Success
-- Performing Test HAVE_SYSCONF
-- Performing Test HAVE_SYSCONF - Success
-- Packaging is only supported on Linux
CMake Deprecation Warning at crt/aws-crt-cpp/crt/aws-c-sdkutils/CMakeLists.txt:4 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at crt/aws-crt-cpp/crt/aws-c-io/CMakeLists.txt:2 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at crt/aws-crt-cpp/crt/aws-c-cal/CMakeLists.txt:4 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at crt/aws-crt-cpp/crt/aws-c-compression/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at crt/aws-crt-cpp/crt/aws-c-http/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at crt/aws-crt-cpp/crt/aws-c-auth/CMakeLists.txt:2 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at crt/aws-crt-cpp/crt/aws-c-mqtt/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at crt/aws-crt-cpp/crt/aws-checksums/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at crt/aws-crt-cpp/crt/aws-c-event-stream/CMakeLists.txt:3 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at crt/aws-crt-cpp/crt/aws-c-s3/CMakeLists.txt:2 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- Add s3-crt:s3 to C2J_SPECIAL_NAME_LIST
-- Considering s3
-- Looking for pathconf
-- Looking for pathconf - found
-- Looking for umask
-- Looking for umask - found
-- Adding s3 to SDK build
-- Adding core to SDK build
-- Updating version info to 1.11.400
-- Custom memory management disabled
-- Performing Test CURL_HAS_H2
-- Performing Test CURL_HAS_H2 - Success
-- Performing Test CURL_HAS_TLS_PROXY
-- Performing Test CURL_HAS_TLS_PROXY - Success
-- Performing Test AWS_HAS_ALIGNED_ALLOC
-- Performing Test AWS_HAS_ALIGNED_ALLOC - Success
-- Configuring done (6.3s)
-- Generating done (0.1s)
-- Build files have been written to: /Users/chenyijun/qtproject/aws-sdk-cpp

编译 :cmake --build . --config=Debug

chenyijun@chenyijundeMini aws-sdk-cpp % cmake --build . --config=Debug
[  0%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/allocator.c.o
[  1%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/allocator_sba.c.o
[  1%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/arch/arm/darwin/cpuid.c.o
[  1%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/array_list.c.o
[  1%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/assert.c.o
[  2%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/byte_buf.c.o
[  2%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/cache.c.o
[  2%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/cbor.c.o
[  2%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/codegen.c.o
[  2%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/command_line_parser.c.o
[  3%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/common.c.o
[  3%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/condition_variable.c.o
[  3%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/date_time.c.o
[  3%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/device_random.c.o
[  4%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/encoding.c.o
[  4%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/error.c.o
[  4%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/external/cJSON.c.o
[  4%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/external/libcbor/allocators.c.o
[  4%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/external/libcbor/cbor.c.o
[  5%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/external/libcbor/cbor/arrays.c.o
[  5%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/external/libcbor/cbor/bytestrings.c.o
[  5%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/external/libcbor/cbor/callbacks.c.o
[  5%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/external/libcbor/cbor/common.c.o
[  6%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/external/libcbor/cbor/encoding.c.o
[  6%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/external/libcbor/cbor/floats_ctrls.c.o
[  6%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/external/libcbor/cbor/internal/builder_callbacks.c.o
[  6%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/external/libcbor/cbor/internal/encoders.c.o
[  7%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/external/libcbor/cbor/internal/loaders.c.o
[  7%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/external/libcbor/cbor/internal/memory_utils.c.o
[  7%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/external/libcbor/cbor/internal/stack.c.o
[  7%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/external/libcbor/cbor/internal/unicode.c.o
[  7%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/external/libcbor/cbor/ints.c.o
[  8%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/external/libcbor/cbor/maps.c.o
[  8%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/external/libcbor/cbor/serialization.c.o
[  8%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/external/libcbor/cbor/streaming.c.o
[  8%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/external/libcbor/cbor/strings.c.o
[  9%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/external/libcbor/cbor/tags.c.o
[  9%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/fifo_cache.c.o
[  9%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/file.c.o
[  9%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/hash_table.c.o
[ 10%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/host_utils.c.o
[ 10%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/json.c.o
[ 10%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/lifo_cache.c.o
[ 10%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/linked_hash_table.c.o
[ 10%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/log_channel.c.o
[ 11%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/log_formatter.c.o
[ 11%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/log_writer.c.o
[ 11%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/logging.c.o
[ 11%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/lru_cache.c.o
[ 12%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/math.c.o
[ 12%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/memtrace.c.o
[ 12%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/platform_fallback_stubs/system_info.c.o
[ 12%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/posix/clock.c.o
[ 12%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/posix/condition_variable.c.o
[ 13%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/posix/cross_process_lock.c.o
[ 13%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/posix/device_random.c.o
[ 13%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/posix/environment.c.o
[ 13%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/posix/file.c.o
[ 14%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/posix/mutex.c.o
[ 14%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/posix/process.c.o
[ 14%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/posix/rw_lock.c.o
[ 14%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/posix/system_info.c.o
[ 15%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/posix/system_resource_utils.c.o
[ 15%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/posix/thread.c.o
[ 15%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/posix/time.c.o
[ 15%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/priority_queue.c.o
[ 15%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/process_common.c.o
[ 16%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/ref_count.c.o
[ 16%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/ring_buffer.c.o
[ 16%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/statistics.c.o
[ 16%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/string.c.o
[ 17%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/system_info.c.o
[ 17%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/task_scheduler.c.o
[ 17%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/thread_scheduler.c.o
[ 17%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/thread_shared.c.o
[ 17%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/uri.c.o
[ 18%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/uuid.c.o
[ 18%] Building C object crt/aws-crt-cpp/crt/aws-c-common/CMakeFiles/aws-c-common.dir/source/xml_parser.c.o
[ 18%] Linking C shared library libaws-c-common.dylib
[ 18%] Built target aws-c-common
[ 18%] Building C object crt/aws-crt-cpp/crt/aws-checksums/CMakeFiles/aws-checksums.dir/source/arm/crc32c_arm.c.o
[ 19%] Building C object crt/aws-crt-cpp/crt/aws-checksums/CMakeFiles/aws-checksums.dir/source/crc.c.o
[ 19%] Building C object crt/aws-crt-cpp/crt/aws-checksums/CMakeFiles/aws-checksums.dir/source/crc_sw.c.o
[ 19%] Linking C shared library libaws-checksums.dylib
[ 19%] Built target aws-checksums
[ 19%] Building C object crt/aws-crt-cpp/crt/aws-c-sdkutils/CMakeFiles/aws-c-sdkutils.dir/source/aws_profile.c.o
[ 19%] Building C object crt/aws-crt-cpp/crt/aws-c-sdkutils/CMakeFiles/aws-c-sdkutils.dir/source/endpoints_regex.c.o
[ 19%] Building C object crt/aws-crt-cpp/crt/aws-c-sdkutils/CMakeFiles/aws-c-sdkutils.dir/source/endpoints_rule_engine.c.o
[ 20%] Building C object crt/aws-crt-cpp/crt/aws-c-sdkutils/CMakeFiles/aws-c-sdkutils.dir/source/endpoints_ruleset.c.o
[ 20%] Building C object crt/aws-crt-cpp/crt/aws-c-sdkutils/CMakeFiles/aws-c-sdkutils.dir/source/endpoints_standard_lib.c.o
[ 20%] Building C object crt/aws-crt-cpp/crt/aws-c-sdkutils/CMakeFiles/aws-c-sdkutils.dir/source/endpoints_types_impl.c.o
[ 20%] Building C object crt/aws-crt-cpp/crt/aws-c-sdkutils/CMakeFiles/aws-c-sdkutils.dir/source/endpoints_util.c.o
[ 21%] Building C object crt/aws-crt-cpp/crt/aws-c-sdkutils/CMakeFiles/aws-c-sdkutils.dir/source/partitions.c.o
[ 21%] Building C object crt/aws-crt-cpp/crt/aws-c-sdkutils/CMakeFiles/aws-c-sdkutils.dir/source/resource_name.c.o
[ 21%] Building C object crt/aws-crt-cpp/crt/aws-c-sdkutils/CMakeFiles/aws-c-sdkutils.dir/source/sdkutils.c.o
[ 21%] Linking C shared library libaws-c-sdkutils.dylib
[ 21%] Built target aws-c-sdkutils
[ 22%] Building C object crt/aws-crt-cpp/crt/aws-c-cal/CMakeFiles/aws-c-cal.dir/source/cal.c.o
[ 22%] Building C object crt/aws-crt-cpp/crt/aws-c-cal/CMakeFiles/aws-c-cal.dir/source/darwin/commoncrypto_aes.c.o
[ 22%] Building C object crt/aws-crt-cpp/crt/aws-c-cal/CMakeFiles/aws-c-cal.dir/source/darwin/commoncrypto_hmac.c.o
[ 22%] Building C object crt/aws-crt-cpp/crt/aws-c-cal/CMakeFiles/aws-c-cal.dir/source/darwin/commoncrypto_md5.c.o
[ 23%] Building C object crt/aws-crt-cpp/crt/aws-c-cal/CMakeFiles/aws-c-cal.dir/source/darwin/commoncrypto_platform_init.c.o
[ 23%] Building C object crt/aws-crt-cpp/crt/aws-c-cal/CMakeFiles/aws-c-cal.dir/source/darwin/commoncrypto_sha1.c.o
[ 23%] Building C object crt/aws-crt-cpp/crt/aws-c-cal/CMakeFiles/aws-c-cal.dir/source/darwin/commoncrypto_sha256.c.o
[ 23%] Building C object crt/aws-crt-cpp/crt/aws-c-cal/CMakeFiles/aws-c-cal.dir/source/darwin/securityframework_ecc.c.o
[ 24%] Building C object crt/aws-crt-cpp/crt/aws-c-cal/CMakeFiles/aws-c-cal.dir/source/darwin/securityframework_rsa.c.o
[ 24%] Building C object crt/aws-crt-cpp/crt/aws-c-cal/CMakeFiles/aws-c-cal.dir/source/der.c.o
[ 24%] Building C object crt/aws-crt-cpp/crt/aws-c-cal/CMakeFiles/aws-c-cal.dir/source/ecc.c.o
[ 24%] Building C object crt/aws-crt-cpp/crt/aws-c-cal/CMakeFiles/aws-c-cal.dir/source/hash.c.o
[ 24%] Building C object crt/aws-crt-cpp/crt/aws-c-cal/CMakeFiles/aws-c-cal.dir/source/hmac.c.o
[ 25%] Building C object crt/aws-crt-cpp/crt/aws-c-cal/CMakeFiles/aws-c-cal.dir/source/rsa.c.o
[ 25%] Building C object crt/aws-crt-cpp/crt/aws-c-cal/CMakeFiles/aws-c-cal.dir/source/symmetric_cipher.c.o
[ 25%] Linking C shared library libaws-c-cal.dylib
[ 25%] Built target aws-c-cal
[ 25%] Building C object crt/aws-crt-cpp/crt/aws-c-io/CMakeFiles/aws-c-io.dir/source/alpn_handler.c.o
[ 25%] Building C object crt/aws-crt-cpp/crt/aws-c-io/CMakeFiles/aws-c-io.dir/source/async_stream.c.o
[ 26%] Building C object crt/aws-crt-cpp/crt/aws-c-io/CMakeFiles/aws-c-io.dir/source/bsd/kqueue_event_loop.c.o
[ 26%] Building C object crt/aws-crt-cpp/crt/aws-c-io/CMakeFiles/aws-c-io.dir/source/channel.c.o
[ 26%] Building C object crt/aws-crt-cpp/crt/aws-c-io/CMakeFiles/aws-c-io.dir/source/channel_bootstrap.c.o
[ 26%] Building C object crt/aws-crt-cpp/crt/aws-c-io/CMakeFiles/aws-c-io.dir/source/darwin/darwin_pki_utils.c.o
[ 26%] Building C object crt/aws-crt-cpp/crt/aws-c-io/CMakeFiles/aws-c-io.dir/source/darwin/secure_transport_tls_channel_handler.c.o
[ 27%] Building C object crt/aws-crt-cpp/crt/aws-c-io/CMakeFiles/aws-c-io.dir/source/event_loop.c.o
[ 27%] Building C object crt/aws-crt-cpp/crt/aws-c-io/CMakeFiles/aws-c-io.dir/source/exponential_backoff_retry_strategy.c.o
[ 27%] Building C object crt/aws-crt-cpp/crt/aws-c-io/CMakeFiles/aws-c-io.dir/source/future.c.o
[ 27%] Building C object crt/aws-crt-cpp/crt/aws-c-io/CMakeFiles/aws-c-io.dir/source/host_resolver.c.o
[ 28%] Building C object crt/aws-crt-cpp/crt/aws-c-io/CMakeFiles/aws-c-io.dir/source/io.c.o
[ 28%] Building C object crt/aws-crt-cpp/crt/aws-c-io/CMakeFiles/aws-c-io.dir/source/message_pool.c.o
[ 28%] Building C object crt/aws-crt-cpp/crt/aws-c-io/CMakeFiles/aws-c-io.dir/source/pem.c.o
[ 28%] Building C object crt/aws-crt-cpp/crt/aws-c-io/CMakeFiles/aws-c-io.dir/source/pkcs11_lib.c.o
[ 29%] Building C object crt/aws-crt-cpp/crt/aws-c-io/CMakeFiles/aws-c-io.dir/source/pkcs11_tls_op_handler.c.o
[ 29%] Building C object crt/aws-crt-cpp/crt/aws-c-io/CMakeFiles/aws-c-io.dir/source/posix/host_resolver.c.o
[ 29%] Building C object crt/aws-crt-cpp/crt/aws-c-io/CMakeFiles/aws-c-io.dir/source/posix/pipe.c.o
[ 29%] Building C object crt/aws-crt-cpp/crt/aws-c-io/CMakeFiles/aws-c-io.dir/source/posix/shared_library.c.o
[ 29%] Building C object crt/aws-crt-cpp/crt/aws-c-io/CMakeFiles/aws-c-io.dir/source/posix/socket.c.o
[ 30%] Building C object crt/aws-crt-cpp/crt/aws-c-io/CMakeFiles/aws-c-io.dir/source/retry_strategy.c.o
[ 30%] Building C object crt/aws-crt-cpp/crt/aws-c-io/CMakeFiles/aws-c-io.dir/source/socket_channel_handler.c.o
[ 30%] Building C object crt/aws-crt-cpp/crt/aws-c-io/CMakeFiles/aws-c-io.dir/source/socket_shared.c.o
[ 30%] Building C object crt/aws-crt-cpp/crt/aws-c-io/CMakeFiles/aws-c-io.dir/source/standard_retry_strategy.c.o
[ 31%] Building C object crt/aws-crt-cpp/crt/aws-c-io/CMakeFiles/aws-c-io.dir/source/statistics.c.o
[ 31%] Building C object crt/aws-crt-cpp/crt/aws-c-io/CMakeFiles/aws-c-io.dir/source/stream.c.o
[ 31%] Building C object crt/aws-crt-cpp/crt/aws-c-io/CMakeFiles/aws-c-io.dir/source/tls_channel_handler.c.o
[ 31%] Building C object crt/aws-crt-cpp/crt/aws-c-io/CMakeFiles/aws-c-io.dir/source/tls_channel_handler_shared.c.o
[ 31%] Building C object crt/aws-crt-cpp/crt/aws-c-io/CMakeFiles/aws-c-io.dir/source/tracing.c.o
[ 32%] Linking C shared library libaws-c-io.dylib
[ 32%] Built target aws-c-io
[ 32%] Building C object crt/aws-crt-cpp/crt/aws-c-compression/CMakeFiles/aws-c-compression.dir/source/compression.c.o
[ 33%] Building C object crt/aws-crt-cpp/crt/aws-c-compression/CMakeFiles/aws-c-compression.dir/source/huffman.c.o
[ 33%] Building C object crt/aws-crt-cpp/crt/aws-c-compression/CMakeFiles/aws-c-compression.dir/source/huffman_testing.c.o
[ 33%] Linking C shared library libaws-c-compression.dylib
[ 33%] Built target aws-c-compression
[ 34%] Building C object crt/aws-crt-cpp/crt/aws-c-http/CMakeFiles/aws-c-http.dir/source/connection.c.o
[ 34%] Building C object crt/aws-crt-cpp/crt/aws-c-http/CMakeFiles/aws-c-http.dir/source/connection_manager.c.o
[ 34%] Building C object crt/aws-crt-cpp/crt/aws-c-http/CMakeFiles/aws-c-http.dir/source/connection_monitor.c.o
[ 34%] Building C object crt/aws-crt-cpp/crt/aws-c-http/CMakeFiles/aws-c-http.dir/source/h1_connection.c.o
[ 35%] Building C object crt/aws-crt-cpp/crt/aws-c-http/CMakeFiles/aws-c-http.dir/source/h1_decoder.c.o
[ 35%] Building C object crt/aws-crt-cpp/crt/aws-c-http/CMakeFiles/aws-c-http.dir/source/h1_encoder.c.o
[ 35%] Building C object crt/aws-crt-cpp/crt/aws-c-http/CMakeFiles/aws-c-http.dir/source/h1_stream.c.o
[ 35%] Building C object crt/aws-crt-cpp/crt/aws-c-http/CMakeFiles/aws-c-http.dir/source/h2_connection.c.o
[ 36%] Building C object crt/aws-crt-cpp/crt/aws-c-http/CMakeFiles/aws-c-http.dir/source/h2_decoder.c.o
[ 36%] Building C object crt/aws-crt-cpp/crt/aws-c-http/CMakeFiles/aws-c-http.dir/source/h2_frames.c.o
[ 36%] Building C object crt/aws-crt-cpp/crt/aws-c-http/CMakeFiles/aws-c-http.dir/source/h2_stream.c.o
[ 36%] Building C object crt/aws-crt-cpp/crt/aws-c-http/CMakeFiles/aws-c-http.dir/source/hpack.c.o
[ 36%] Building C object crt/aws-crt-cpp/crt/aws-c-http/CMakeFiles/aws-c-http.dir/source/hpack_decoder.c.o
[ 37%] Building C object crt/aws-crt-cpp/crt/aws-c-http/CMakeFiles/aws-c-http.dir/source/hpack_encoder.c.o
[ 37%] Building C object crt/aws-crt-cpp/crt/aws-c-http/CMakeFiles/aws-c-http.dir/source/hpack_huffman_static.c.o
[ 37%] Building C object crt/aws-crt-cpp/crt/aws-c-http/CMakeFiles/aws-c-http.dir/source/http.c.o
[ 37%] Building C object crt/aws-crt-cpp/crt/aws-c-http/CMakeFiles/aws-c-http.dir/source/http2_stream_manager.c.o
[ 38%] Building C object crt/aws-crt-cpp/crt/aws-c-http/CMakeFiles/aws-c-http.dir/source/proxy_connection.c.o
[ 38%] Building C object crt/aws-crt-cpp/crt/aws-c-http/CMakeFiles/aws-c-http.dir/source/proxy_strategy.c.o
[ 38%] Building C object crt/aws-crt-cpp/crt/aws-c-http/CMakeFiles/aws-c-http.dir/source/random_access_set.c.o
[ 38%] Building C object crt/aws-crt-cpp/crt/aws-c-http/CMakeFiles/aws-c-http.dir/source/request_response.c.o
[ 38%] Building C object crt/aws-crt-cpp/crt/aws-c-http/CMakeFiles/aws-c-http.dir/source/statistics.c.o
[ 39%] Building C object crt/aws-crt-cpp/crt/aws-c-http/CMakeFiles/aws-c-http.dir/source/strutil.c.o
[ 39%] Building C object crt/aws-crt-cpp/crt/aws-c-http/CMakeFiles/aws-c-http.dir/source/websocket.c.o
[ 39%] Building C object crt/aws-crt-cpp/crt/aws-c-http/CMakeFiles/aws-c-http.dir/source/websocket_bootstrap.c.o
[ 39%] Building C object crt/aws-crt-cpp/crt/aws-c-http/CMakeFiles/aws-c-http.dir/source/websocket_decoder.c.o
[ 40%] Building C object crt/aws-crt-cpp/crt/aws-c-http/CMakeFiles/aws-c-http.dir/source/websocket_encoder.c.o
[ 40%] Linking C shared library libaws-c-http.dylib
[ 40%] Built target aws-c-http
[ 40%] Building C object crt/aws-crt-cpp/crt/aws-c-auth/CMakeFiles/aws-c-auth.dir/source/auth.c.o
[ 40%] Building C object crt/aws-crt-cpp/crt/aws-c-auth/CMakeFiles/aws-c-auth.dir/source/aws_imds_client.c.o
[ 40%] Building C object crt/aws-crt-cpp/crt/aws-c-auth/CMakeFiles/aws-c-auth.dir/source/aws_profile.c.o
[ 40%] Building C object crt/aws-crt-cpp/crt/aws-c-auth/CMakeFiles/aws-c-auth.dir/source/aws_signing.c.o
[ 41%] Building C object crt/aws-crt-cpp/crt/aws-c-auth/CMakeFiles/aws-c-auth.dir/source/credentials.c.o
[ 41%] Building C object crt/aws-crt-cpp/crt/aws-c-auth/CMakeFiles/aws-c-auth.dir/source/credentials_provider_anonymous.c.o
[ 41%] Building C object crt/aws-crt-cpp/crt/aws-c-auth/CMakeFiles/aws-c-auth.dir/source/credentials_provider_cached.c.o
[ 41%] Building C object crt/aws-crt-cpp/crt/aws-c-auth/CMakeFiles/aws-c-auth.dir/source/credentials_provider_chain.c.o
[ 42%] Building C object crt/aws-crt-cpp/crt/aws-c-auth/CMakeFiles/aws-c-auth.dir/source/credentials_provider_cognito.c.o
[ 42%] Building C object crt/aws-crt-cpp/crt/aws-c-auth/CMakeFiles/aws-c-auth.dir/source/credentials_provider_default_chain.c.o
[ 42%] Building C object crt/aws-crt-cpp/crt/aws-c-auth/CMakeFiles/aws-c-auth.dir/source/credentials_provider_delegate.c.o
[ 42%] Building C object crt/aws-crt-cpp/crt/aws-c-auth/CMakeFiles/aws-c-auth.dir/source/credentials_provider_ecs.c.o
[ 42%] Building C object crt/aws-crt-cpp/crt/aws-c-auth/CMakeFiles/aws-c-auth.dir/source/credentials_provider_environment.c.o
[ 43%] Building C object crt/aws-crt-cpp/crt/aws-c-auth/CMakeFiles/aws-c-auth.dir/source/credentials_provider_imds.c.o
[ 43%] Building C object crt/aws-crt-cpp/crt/aws-c-auth/CMakeFiles/aws-c-auth.dir/source/credentials_provider_process.c.o
[ 43%] Building C object crt/aws-crt-cpp/crt/aws-c-auth/CMakeFiles/aws-c-auth.dir/source/credentials_provider_profile.c.o
[ 43%] Building C object crt/aws-crt-cpp/crt/aws-c-auth/CMakeFiles/aws-c-auth.dir/source/credentials_provider_sso.c.o
[ 44%] Building C object crt/aws-crt-cpp/crt/aws-c-auth/CMakeFiles/aws-c-auth.dir/source/credentials_provider_static.c.o
[ 44%] Building C object crt/aws-crt-cpp/crt/aws-c-auth/CMakeFiles/aws-c-auth.dir/source/credentials_provider_sts.c.o
[ 44%] Building C object crt/aws-crt-cpp/crt/aws-c-auth/CMakeFiles/aws-c-auth.dir/source/credentials_provider_sts_web_identity.c.o
[ 44%] Building C object crt/aws-crt-cpp/crt/aws-c-auth/CMakeFiles/aws-c-auth.dir/source/credentials_provider_x509.c.o
[ 45%] Building C object crt/aws-crt-cpp/crt/aws-c-auth/CMakeFiles/aws-c-auth.dir/source/credentials_utils.c.o
[ 45%] Building C object crt/aws-crt-cpp/crt/aws-c-auth/CMakeFiles/aws-c-auth.dir/source/key_derivation.c.o
[ 45%] Building C object crt/aws-crt-cpp/crt/aws-c-auth/CMakeFiles/aws-c-auth.dir/source/signable.c.o
[ 45%] Building C object crt/aws-crt-cpp/crt/aws-c-auth/CMakeFiles/aws-c-auth.dir/source/signable_chunk.c.o
[ 45%] Building C object crt/aws-crt-cpp/crt/aws-c-auth/CMakeFiles/aws-c-auth.dir/source/signable_http_request.c.o
[ 46%] Building C object crt/aws-crt-cpp/crt/aws-c-auth/CMakeFiles/aws-c-auth.dir/source/signable_trailer.c.o
[ 46%] Building C object crt/aws-crt-cpp/crt/aws-c-auth/CMakeFiles/aws-c-auth.dir/source/signing.c.o
[ 46%] Building C object crt/aws-crt-cpp/crt/aws-c-auth/CMakeFiles/aws-c-auth.dir/source/signing_config.c.o
[ 46%] Building C object crt/aws-crt-cpp/crt/aws-c-auth/CMakeFiles/aws-c-auth.dir/source/signing_result.c.o
[ 47%] Building C object crt/aws-crt-cpp/crt/aws-c-auth/CMakeFiles/aws-c-auth.dir/source/sigv4_http_request.c.o
[ 47%] Building C object crt/aws-crt-cpp/crt/aws-c-auth/CMakeFiles/aws-c-auth.dir/source/sso_token_utils.c.o
[ 47%] Building C object crt/aws-crt-cpp/crt/aws-c-auth/CMakeFiles/aws-c-auth.dir/source/token_provider_sso_profile.c.o
[ 47%] Building C object crt/aws-crt-cpp/crt/aws-c-auth/CMakeFiles/aws-c-auth.dir/source/token_provider_sso_session.c.o
[ 47%] Linking C shared library libaws-c-auth.dylib
[ 47%] Built target aws-c-auth
[ 47%] Building C object crt/aws-crt-cpp/crt/aws-c-s3/CMakeFiles/aws-c-s3.dir/source/s3.c.o
[ 47%] Building C object crt/aws-crt-cpp/crt/aws-c-s3/CMakeFiles/aws-c-s3.dir/source/s3_auto_ranged_get.c.o
[ 47%] Building C object crt/aws-crt-cpp/crt/aws-c-s3/CMakeFiles/aws-c-s3.dir/source/s3_auto_ranged_put.c.o
[ 48%] Building C object crt/aws-crt-cpp/crt/aws-c-s3/CMakeFiles/aws-c-s3.dir/source/s3_buffer_pool.c.o
[ 48%] Building C object crt/aws-crt-cpp/crt/aws-c-s3/CMakeFiles/aws-c-s3.dir/source/s3_checksum_stream.c.o
[ 48%] Building C object crt/aws-crt-cpp/crt/aws-c-s3/CMakeFiles/aws-c-s3.dir/source/s3_checksums.c.o
[ 48%] Building C object crt/aws-crt-cpp/crt/aws-c-s3/CMakeFiles/aws-c-s3.dir/source/s3_chunk_stream.c.o
[ 49%] Building C object crt/aws-crt-cpp/crt/aws-c-s3/CMakeFiles/aws-c-s3.dir/source/s3_client.c.o
[ 49%] Building C object crt/aws-crt-cpp/crt/aws-c-s3/CMakeFiles/aws-c-s3.dir/source/s3_copy_object.c.o
[ 49%] Building C object crt/aws-crt-cpp/crt/aws-c-s3/CMakeFiles/aws-c-s3.dir/source/s3_default_meta_request.c.o
[ 49%] Building C object crt/aws-crt-cpp/crt/aws-c-s3/CMakeFiles/aws-c-s3.dir/source/s3_endpoint.c.o
[ 49%] Building C object crt/aws-crt-cpp/crt/aws-c-s3/CMakeFiles/aws-c-s3.dir/source/s3_list_objects.c.o
[ 50%] Building C object crt/aws-crt-cpp/crt/aws-c-s3/CMakeFiles/aws-c-s3.dir/source/s3_list_parts.c.o
[ 50%] Building C object crt/aws-crt-cpp/crt/aws-c-s3/CMakeFiles/aws-c-s3.dir/source/s3_meta_request.c.o
[ 50%] Building C object crt/aws-crt-cpp/crt/aws-c-s3/CMakeFiles/aws-c-s3.dir/source/s3_paginator.c.o
[ 50%] Building C object crt/aws-crt-cpp/crt/aws-c-s3/CMakeFiles/aws-c-s3.dir/source/s3_parallel_input_stream.c.o
[ 51%] Building C object crt/aws-crt-cpp/crt/aws-c-s3/CMakeFiles/aws-c-s3.dir/source/s3_platform_info.c.o
[ 51%] Building C object crt/aws-crt-cpp/crt/aws-c-s3/CMakeFiles/aws-c-s3.dir/source/s3_request.c.o
[ 51%] Building C object crt/aws-crt-cpp/crt/aws-c-s3/CMakeFiles/aws-c-s3.dir/source/s3_request_messages.c.o
[ 51%] Building C object crt/aws-crt-cpp/crt/aws-c-s3/CMakeFiles/aws-c-s3.dir/source/s3_util.c.o
[ 52%] Building C object crt/aws-crt-cpp/crt/aws-c-s3/CMakeFiles/aws-c-s3.dir/source/s3express_credentials_provider.c.o
[ 52%] Linking C shared library libaws-c-s3.dylib
[ 52%] Built target aws-c-s3
[ 52%] Building C object crt/aws-crt-cpp/crt/aws-c-mqtt/CMakeFiles/aws-c-mqtt.dir/source/client.c.o
[ 52%] Building C object crt/aws-crt-cpp/crt/aws-c-mqtt/CMakeFiles/aws-c-mqtt.dir/source/client_channel_handler.c.o
[ 52%] Building C object crt/aws-crt-cpp/crt/aws-c-mqtt/CMakeFiles/aws-c-mqtt.dir/source/client_impl_shared.c.o
[ 53%] Building C object crt/aws-crt-cpp/crt/aws-c-mqtt/CMakeFiles/aws-c-mqtt.dir/source/fixed_header.c.o
[ 53%] Building C object crt/aws-crt-cpp/crt/aws-c-mqtt/CMakeFiles/aws-c-mqtt.dir/source/mqtt.c.o
[ 53%] Building C object crt/aws-crt-cpp/crt/aws-c-mqtt/CMakeFiles/aws-c-mqtt.dir/source/mqtt311_decoder.c.o
[ 53%] Building C object crt/aws-crt-cpp/crt/aws-c-mqtt/CMakeFiles/aws-c-mqtt.dir/source/mqtt_subscription_set.c.o
[ 54%] Building C object crt/aws-crt-cpp/crt/aws-c-mqtt/CMakeFiles/aws-c-mqtt.dir/source/packets.c.o
[ 54%] Building C object crt/aws-crt-cpp/crt/aws-c-mqtt/CMakeFiles/aws-c-mqtt.dir/source/shared_constants.c.o
[ 54%] Building C object crt/aws-crt-cpp/crt/aws-c-mqtt/CMakeFiles/aws-c-mqtt.dir/source/topic_tree.c.o
[ 54%] Building C object crt/aws-crt-cpp/crt/aws-c-mqtt/CMakeFiles/aws-c-mqtt.dir/source/v5/mqtt5_callbacks.c.o
[ 54%] Building C object crt/aws-crt-cpp/crt/aws-c-mqtt/CMakeFiles/aws-c-mqtt.dir/source/v5/mqtt5_client.c.o
[ 55%] Building C object crt/aws-crt-cpp/crt/aws-c-mqtt/CMakeFiles/aws-c-mqtt.dir/source/v5/mqtt5_decoder.c.o
[ 55%] Building C object crt/aws-crt-cpp/crt/aws-c-mqtt/CMakeFiles/aws-c-mqtt.dir/source/v5/mqtt5_encoder.c.o
[ 55%] Building C object crt/aws-crt-cpp/crt/aws-c-mqtt/CMakeFiles/aws-c-mqtt.dir/source/v5/mqtt5_listener.c.o
[ 55%] Building C object crt/aws-crt-cpp/crt/aws-c-mqtt/CMakeFiles/aws-c-mqtt.dir/source/v5/mqtt5_options_storage.c.o
[ 56%] Building C object crt/aws-crt-cpp/crt/aws-c-mqtt/CMakeFiles/aws-c-mqtt.dir/source/v5/mqtt5_to_mqtt3_adapter.c.o
[ 56%] Building C object crt/aws-crt-cpp/crt/aws-c-mqtt/CMakeFiles/aws-c-mqtt.dir/source/v5/mqtt5_topic_alias.c.o
[ 56%] Building C object crt/aws-crt-cpp/crt/aws-c-mqtt/CMakeFiles/aws-c-mqtt.dir/source/v5/mqtt5_types.c.o
[ 56%] Building C object crt/aws-crt-cpp/crt/aws-c-mqtt/CMakeFiles/aws-c-mqtt.dir/source/v5/mqtt5_utils.c.o
[ 57%] Building C object crt/aws-crt-cpp/crt/aws-c-mqtt/CMakeFiles/aws-c-mqtt.dir/source/v5/rate_limiters.c.o
[ 57%] Linking C shared library libaws-c-mqtt.dylib
[ 57%] Built target aws-c-mqtt
[ 57%] Building C object crt/aws-crt-cpp/crt/aws-c-event-stream/CMakeFiles/aws-c-event-stream.dir/source/event_stream.c.o
[ 58%] Building C object crt/aws-crt-cpp/crt/aws-c-event-stream/CMakeFiles/aws-c-event-stream.dir/source/event_stream_channel_handler.c.o
[ 58%] Building C object crt/aws-crt-cpp/crt/aws-c-event-stream/CMakeFiles/aws-c-event-stream.dir/source/event_stream_rpc.c.o
[ 58%] Building C object crt/aws-crt-cpp/crt/aws-c-event-stream/CMakeFiles/aws-c-event-stream.dir/source/event_stream_rpc_client.c.o
[ 58%] Building C object crt/aws-crt-cpp/crt/aws-c-event-stream/CMakeFiles/aws-c-event-stream.dir/source/event_stream_rpc_server.c.o
[ 58%] Linking C shared library ../../../../lib/libaws-c-event-stream.dylib
[ 58%] Built target aws-c-event-stream
[ 58%] Building CXX object crt/aws-crt-cpp/CMakeFiles/aws-crt-cpp.dir/source/Allocator.cpp.o
[ 59%] Building CXX object crt/aws-crt-cpp/CMakeFiles/aws-crt-cpp.dir/source/Api.cpp.o
[ 59%] Building CXX object crt/aws-crt-cpp/CMakeFiles/aws-crt-cpp.dir/source/DateTime.cpp.o
[ 59%] Building CXX object crt/aws-crt-cpp/CMakeFiles/aws-crt-cpp.dir/source/ImdsClient.cpp.o
[ 59%] Building CXX object crt/aws-crt-cpp/CMakeFiles/aws-crt-cpp.dir/source/JsonObject.cpp.o
[ 59%] Building CXX object crt/aws-crt-cpp/CMakeFiles/aws-crt-cpp.dir/source/StringUtils.cpp.o
[ 60%] Building CXX object crt/aws-crt-cpp/CMakeFiles/aws-crt-cpp.dir/source/Types.cpp.o
[ 60%] Building CXX object crt/aws-crt-cpp/CMakeFiles/aws-crt-cpp.dir/source/UUID.cpp.o
[ 60%] Building CXX object crt/aws-crt-cpp/CMakeFiles/aws-crt-cpp.dir/source/auth/Credentials.cpp.o
[ 60%] Building CXX object crt/aws-crt-cpp/CMakeFiles/aws-crt-cpp.dir/source/auth/Sigv4Signing.cpp.o
[ 61%] Building CXX object crt/aws-crt-cpp/CMakeFiles/aws-crt-cpp.dir/source/cbor/Cbor.cpp.o
[ 61%] Building CXX object crt/aws-crt-cpp/CMakeFiles/aws-crt-cpp.dir/source/crypto/HMAC.cpp.o
[ 61%] Building CXX object crt/aws-crt-cpp/CMakeFiles/aws-crt-cpp.dir/source/crypto/Hash.cpp.o
[ 61%] Building CXX object crt/aws-crt-cpp/CMakeFiles/aws-crt-cpp.dir/source/crypto/SecureRandom.cpp.o
[ 62%] Building CXX object crt/aws-crt-cpp/CMakeFiles/aws-crt-cpp.dir/source/crypto/SymmetricCipher.cpp.o
[ 62%] Building CXX object crt/aws-crt-cpp/CMakeFiles/aws-crt-cpp.dir/source/endpoints/RuleEngine.cpp.o
[ 62%] Building CXX object crt/aws-crt-cpp/CMakeFiles/aws-crt-cpp.dir/source/http/HttpConnection.cpp.o
[ 62%] Building CXX object crt/aws-crt-cpp/CMakeFiles/aws-crt-cpp.dir/source/http/HttpConnectionManager.cpp.o
[ 62%] Building CXX object crt/aws-crt-cpp/CMakeFiles/aws-crt-cpp.dir/source/http/HttpProxyStrategy.cpp.o
[ 63%] Building CXX object crt/aws-crt-cpp/CMakeFiles/aws-crt-cpp.dir/source/http/HttpRequestResponse.cpp.o
[ 63%] Building CXX object crt/aws-crt-cpp/CMakeFiles/aws-crt-cpp.dir/source/io/Bootstrap.cpp.o
[ 63%] Building CXX object crt/aws-crt-cpp/CMakeFiles/aws-crt-cpp.dir/source/io/ChannelHandler.cpp.o
[ 63%] Building CXX object crt/aws-crt-cpp/CMakeFiles/aws-crt-cpp.dir/source/io/EventLoopGroup.cpp.o
[ 64%] Building CXX object crt/aws-crt-cpp/CMakeFiles/aws-crt-cpp.dir/source/io/HostResolver.cpp.o
[ 64%] Building CXX object crt/aws-crt-cpp/CMakeFiles/aws-crt-cpp.dir/source/io/Pkcs11.cpp.o
[ 64%] Building CXX object crt/aws-crt-cpp/CMakeFiles/aws-crt-cpp.dir/source/io/SocketOptions.cpp.o
[ 64%] Building CXX object crt/aws-crt-cpp/CMakeFiles/aws-crt-cpp.dir/source/io/Stream.cpp.o
[ 64%] Building CXX object crt/aws-crt-cpp/CMakeFiles/aws-crt-cpp.dir/source/io/TlsOptions.cpp.o
[ 65%] Building CXX object crt/aws-crt-cpp/CMakeFiles/aws-crt-cpp.dir/source/io/Uri.cpp.o
[ 65%] Building CXX object crt/aws-crt-cpp/CMakeFiles/aws-crt-cpp.dir/source/iot/Mqtt5Client.cpp.o
[ 65%] Building CXX object crt/aws-crt-cpp/CMakeFiles/aws-crt-cpp.dir/source/iot/MqttClient.cpp.o
[ 65%] Building CXX object crt/aws-crt-cpp/CMakeFiles/aws-crt-cpp.dir/source/iot/MqttCommon.cpp.o
[ 66%] Building CXX object crt/aws-crt-cpp/CMakeFiles/aws-crt-cpp.dir/source/mqtt/Mqtt5Client.cpp.o
[ 66%] Building CXX object crt/aws-crt-cpp/CMakeFiles/aws-crt-cpp.dir/source/mqtt/Mqtt5ClientCore.cpp.o
[ 66%] Building CXX object crt/aws-crt-cpp/CMakeFiles/aws-crt-cpp.dir/source/mqtt/Mqtt5Packets.cpp.o
[ 66%] Building CXX object crt/aws-crt-cpp/CMakeFiles/aws-crt-cpp.dir/source/mqtt/MqttClient.cpp.o
[ 67%] Building CXX object crt/aws-crt-cpp/CMakeFiles/aws-crt-cpp.dir/source/mqtt/MqttConnection.cpp.o
[ 67%] Building CXX object crt/aws-crt-cpp/CMakeFiles/aws-crt-cpp.dir/source/mqtt/MqttConnectionCore.cpp.o
[ 67%] Linking CXX shared library libaws-crt-cpp.dylib
[ 67%] Built target aws-crt-cpp
[ 67%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/AmazonSerializableWebServiceRequest.cpp.o
[ 68%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/AmazonStreamingWebServiceRequest.cpp.o
[ 68%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/AmazonWebServiceRequest.cpp.o
[ 68%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/Aws.cpp.o
[ 68%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/Globals.cpp.o
[ 69%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/Region.cpp.o
[ 69%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/Version.cpp.o
[ 69%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/external/cjson/cJSON.cpp.o
[ 69%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/http/HttpClient.cpp.o
[ 69%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/http/HttpClientFactory.cpp.o
[ 70%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/http/HttpRequest.cpp.o
[ 70%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/http/HttpResponse.cpp.o
[ 70%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/http/HttpTypes.cpp.o
[ 70%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/http/Scheme.cpp.o
[ 71%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/http/URI.cpp.o
[ 71%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/http/curl/CurlHandleContainer.cpp.o
[ 71%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/http/curl/CurlHttpClient.cpp.o
[ 71%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/internal/AWSHttpResourceClient.cpp.o
[ 72%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/monitoring/DefaultMonitoring.cpp.o
[ 72%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/monitoring/HttpClientMetrics.cpp.o
[ 72%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/monitoring/MonitoringManager.cpp.o
[ 72%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/net/linux-shared/Net.cpp.o
[ 72%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/net/linux-shared/SimpleUDP.cpp.o
[ 73%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/ARN.cpp.o
[ 73%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/Array.cpp.o
[ 73%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/DNS.cpp.o
[ 73%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/DateTimeCommon.cpp.o
[ 74%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/Directory.cpp.o
[ 74%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/Document.cpp.o
[ 74%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/EnumParseOverflowContainer.cpp.o
[ 74%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/FileSystemUtils.cpp.o
[ 74%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/GetTheLights.cpp.o
[ 75%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/HashingUtils.cpp.o
[ 75%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/RAIICounter.cpp.o
[ 75%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/StringUtils.cpp.o
[ 75%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/TempFile.cpp.o
[ 76%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/UUID.cpp.o
[ 76%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/crypto/CRC32.cpp.o
[ 76%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/crypto/Cipher.cpp.o
[ 76%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/crypto/ContentCryptoMaterial.cpp.o
[ 77%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/crypto/ContentCryptoScheme.cpp.o
[ 77%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/crypto/CryptoBuf.cpp.o
[ 77%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/crypto/CryptoStream.cpp.o
[ 77%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/crypto/EncryptionMaterials.cpp.o
[ 77%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/crypto/KeyWrapAlgorithm.cpp.o
[ 78%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/crypto/MD5.cpp.o
[ 78%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/crypto/PrecalculatedHash.cpp.o
[ 78%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/crypto/Sha1.cpp.o
[ 78%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/crypto/Sha256.cpp.o
[ 79%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/crypto/Sha256HMAC.cpp.o
[ 79%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/crypto/factory/Factories.cpp.o
[ 79%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/event/EventDecoderStream.cpp.o
[ 79%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/event/EventEncoderStream.cpp.o
[ 80%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/event/EventHeader.cpp.o
[ 80%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/event/EventMessage.cpp.o
[ 80%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/event/EventStreamBuf.cpp.o
[ 80%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/event/EventStreamDecoder.cpp.o
[ 80%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/event/EventStreamEncoder.cpp.o
[ 81%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/event/EventStreamErrors.cpp.o
[ 81%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/json/JsonSerializer.cpp.o
[ 81%] Building CXX object src/aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/ub_core.cpp.o
[ 81%] Linking CXX shared library libaws-cpp-sdk-core.dylib
ld: warning: ignoring duplicate libraries: '-lpthread'
[ 81%] Built target aws-cpp-sdk-core
[ 81%] Building CXX object generated/src/aws-cpp-sdk-s3/CMakeFiles/aws-cpp-sdk-s3.dir/ub_S3.cpp.o
[ 82%] Linking CXX shared library libaws-cpp-sdk-s3.dylib
ld: warning: ignoring duplicate libraries: '-lpthread'
[ 82%] Built target aws-cpp-sdk-s3
[ 82%] Building CXX object tests/testing-resources/CMakeFiles/testing-resources.dir/source/AwsCppSdkGTestSuite.cpp.o
[ 83%] Building CXX object tests/testing-resources/CMakeFiles/testing-resources.dir/source/MemoryTesting.cpp.o
[ 83%] Building CXX object tests/testing-resources/CMakeFiles/testing-resources.dir/source/TestingEnvironment.cpp.o
[ 83%] Building CXX object tests/testing-resources/CMakeFiles/testing-resources.dir/source/external/gtest/gtest-all.cc.o
[ 83%] Building CXX object tests/testing-resources/CMakeFiles/testing-resources.dir/source/platform/linux-shared/PlatformTesting.cpp.o
[ 84%] Linking CXX shared library libtesting-resources.dylib
ld: warning: ignoring duplicate libraries: '-lpthread'
[ 84%] Built target testing-resources
[ 84%] Building CXX object tests/testing-resources/CMakeFiles/aws_test_main.dir/source/external/gtest/src/gtest_main.cc.o
[ 84%] Linking CXX shared library libaws_test_main.dylib
[ 84%] Built target aws_test_main
[ 84%] Building CXX object tests/aws-cpp-sdk-s3-integration-tests/CMakeFiles/aws-cpp-sdk-s3-integration-tests.dir/BucketAndObjectOperationTest.cpp.o
[ 84%] Building CXX object tests/aws-cpp-sdk-s3-integration-tests/CMakeFiles/aws-cpp-sdk-s3-integration-tests.dir/RunTests.cpp.o
[ 84%] Building CXX object tests/aws-cpp-sdk-s3-integration-tests/CMakeFiles/aws-cpp-sdk-s3-integration-tests.dir/S3ExpressTest.cpp.o
[ 85%] Linking CXX executable aws-cpp-sdk-s3-integration-tests
[ 85%] Built target aws-cpp-sdk-s3-integration-tests
[ 85%] Building CXX object tests/aws-cpp-sdk-s3-unit-tests/CMakeFiles/aws-cpp-sdk-s3-unit-tests.dir/S3UnitTests.cpp.o
[ 85%] Linking CXX executable aws-cpp-sdk-s3-unit-tests
[ 85%] Built target aws-cpp-sdk-s3-unit-tests
[ 86%] Building CXX object generated/tests/s3-gen-tests/CMakeFiles/s3-gen-tests.dir/RunTests.cpp.o
[ 86%] Building CXX object generated/tests/s3-gen-tests/CMakeFiles/s3-gen-tests.dir/S3EndpointProviderTests.cpp.o
[ 86%] Linking CXX executable s3-gen-tests
[==========] 298 tests from 1 test suite ran. (609 ms total)
[  PASSED  ] 298 tests.
[ 86%] Built target s3-gen-tests
[ 87%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/RunTests.cpp.o
[ 87%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/VersionTests.cpp.o
[ 87%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/aws/RegionTest.cpp.o
[ 87%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/aws/auth/AWSAuthSignerTest.cpp.o
[ 87%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/aws/auth/AWSCredentialsProviderTest.cpp.o
[ 88%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/aws/auth/AWSHttpResourceClientTest.cpp.o
[ 88%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/aws/auth/GeneralHTTPCredentialsProviderTest.cpp.o
[ 88%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/aws/client/AWSClientTest.cpp.o
[ 88%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/aws/client/AWSErrorMashallerTest.cpp.o
[ 89%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/aws/client/AWSMetadataEndpointTest.cpp.o
[ 89%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/aws/client/AdaptiveRetryStrategyTest.cpp.o
[ 89%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/aws/client/AwsConfigTest.cpp.o
[ 89%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/aws/client/HttpSchemeMapperTest.cpp.o
[ 90%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/aws/client/RequestCompressionTest.cpp.o
[ 90%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/aws/client/RetryStrategyTest.cpp.o
[ 90%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/aws/config/AWSConfigFileProfileConfigLoaderTest.cpp.o
[ 90%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/aws/config/ClientConfigurationDefaultsTest.cpp.o
[ 90%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/aws/config/EC2InstanceProfileConfigLoaderTest.cpp.o
[ 91%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/aws/net/UDPTest.cpp.o
[ 91%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/endpoint/endpointParamTest.cpp.o
[ 91%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/http/HttpClientTest.cpp.o
[ 91%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/http/HttpTypesMapperTest.cpp.o
[ 92%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/http/SignalHandlerTest.cpp.o
[ 92%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/http/URITest.cpp.o
[ 92%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/monitoring/MonitoringEndToEndTest.cpp.o
[ 92%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/monitoring/MonitoringTest.cpp.o
[ 92%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/smithy/client/SmithyClientTest.cpp.o
[ 93%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/smithy/tracing/SmithyTracingTest.cpp.o
[ 93%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/utils/ARNTest.cpp.o
[ 93%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/utils/ArrayTest.cpp.o
[ 93%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/utils/CacheTest.cpp.o
[ 94%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/utils/CompilerMacrosTest.cpp.o
[ 94%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/utils/DNSTest.cpp.o
[ 94%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/utils/DateTimeTest.cpp.o
[ 94%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/utils/DocumentTest.cpp.o
[ 95%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/utils/EnumOverflowTest.cpp.o
[ 95%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/utils/FileSystemUtilsTest.cpp.o
[ 95%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/utils/GetTheLightsTest.cpp.o
[ 95%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/utils/HashingUtilsTest.cpp.o
[ 95%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/utils/OSVersionInfoTest.cpp.o
[ 96%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/utils/OutcomeTest.cpp.o
[ 96%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/utils/StringUtilsTest.cpp.o
[ 96%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/utils/UUIDTest.cpp.o
[ 96%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/utils/crypto/CryptoStreamsTest.cpp.o
[ 97%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/utils/crypto/HashTest.cpp.o
[ 97%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/utils/crypto/SymmetricCiphersTest.cpp.o
[ 97%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/utils/event/EventStreamDecoderTest.cpp.o
[ 97%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/utils/event/EventStreamTest.cpp.o
[ 98%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/utils/json/JsonSerializerTest.cpp.o
[ 98%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/utils/logging/LoggingTest.cpp.o
[ 98%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/utils/memory/AWSMemoryTest.cpp.o
[ 98%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/utils/memory/AwsMemoryManagementTest.cpp.o
[ 98%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/utils/memory/SimpleStringStreamTests.cpp.o
[ 99%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/utils/ratelimiter/RateLimiterTests.cpp.o
[ 99%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/utils/stream/PreallocatedStreamBufTest.cpp.o
[ 99%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/utils/stream/ResponseStreamTest.cpp.o
[ 99%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/utils/stream/SimpleStreamBufTest.cpp.o
[100%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/utils/threading/DefaultExecutorTest.cpp.o
[100%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/utils/threading/ReaderWriterLockTest.cpp.o
[100%] Building CXX object tests/aws-cpp-sdk-core-tests/CMakeFiles/aws-cpp-sdk-core-tests.dir/utils/xml/XmlSerializerTest.cpp.o
[100%] Linking CXX executable aws-cpp-sdk-core-tests
/Users/chenyijun/qtproject/aws-sdk-cpp/tests/aws-cpp-sdk-core-tests/aws/auth/AWSAuthSignerTest.cpp:207: Failure
Expected equality of these values:
  (0)
    Which is: 0
  aws_validate_v4a_authorization_value(Aws::get_aws_allocator(), verification_key, string_to_sign_cursor, signature_cursor)
    Which is: -1
[  FAILED  ] AWSAuthSignerTest/AWSAuthSignerTestSuite.Signing/23, where GetParam() = (4-byte object <00-00 00-00>, 4-byte object <01-00 00-00>, false, "sha256") (3 ms)
/Users/chenyijun/qtproject/aws-sdk-cpp/tests/aws-cpp-sdk-core-tests/aws/auth/AWSAuthSignerTest.cpp:416: Failure
Expected equality of these values:
  GetHttpRequestSignatureFromTestCase(testCaseName, signPayload).c_str()
    Which is: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=f1adbe26c708041850df3726b165fa1ea1c67a1b1d41ca268c6d56a3ca20925a\r"
  requestToMake.GetAwsAuthorization().c_str()
    Which is: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=f1adbe26c708041850df3726b165fa1ea1c67a1b1d41ca268c6d56a3ca20925a"
[  FAILED  ] AWSAuthSignerTest/AWSAuthSignerTestSuite.Signing/9, where GetParam() = (4-byte object <02-00 00-00>, 4-byte object <01-00 00-00>, false, "none") (0 ms)
/Users/chenyijun/qtproject/aws-sdk-cpp/tests/aws-cpp-sdk-core-tests/aws/auth/AWSAuthSignerTest.cpp:207: Failure
Expected equality of these values:
  (0)
    Which is: 0
  aws_validate_v4a_authorization_value(Aws::get_aws_allocator(), verification_key, string_to_sign_cursor, signature_cursor)
    Which is: -1
[  FAILED  ] AWSAuthSignerTest/AWSAuthSignerTestSuite.Signing/25, where GetParam() = (4-byte object <01-00 00-00>, 4-byte object <00-00 00-00>, true, "crc32") (1 ms)
/Users/chenyijun/qtproject/aws-sdk-cpp/tests/aws-cpp-sdk-core-tests/aws/auth/AWSAuthSignerTest.cpp:416: Failure
Expected equality of these values:
  GetHttpRequestSignatureFromTestCase(testCaseName, signPayload).c_str()
    Which is: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=da4e5322c66862b8259f475516ef98e57070bee45e3662593187955a4635add1\r"
  requestToMake.GetAwsAuthorization().c_str()
    Which is: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=da4e5322c66862b8259f475516ef98e57070bee45e3662593187955a4635add1"
[  FAILED  ] AWSAuthSignerTest/AWSAuthSignerTestSuite.Signing/24, where GetParam() = (4-byte object <01-00 00-00>, 4-byte object <00-00 00-00>, true, "none") (0 ms)
/Users/chenyijun/qtproject/aws-sdk-cpp/tests/aws-cpp-sdk-core-tests/aws/auth/AWSAuthSignerTest.cpp:207: Failure
Expected equality of these values:
  (0)
    Which is: 0
  aws_validate_v4a_authorization_value(Aws::get_aws_allocator(), verification_key, string_to_sign_cursor, signature_cursor)
    Which is: -1
[  FAILED  ] AWSAuthSignerTest/AWSAuthSignerTestSuite.Signing/5, where GetParam() = (4-byte object <02-00 00-00>, 4-byte object <00-00 00-00>, false, "sha256") (2 ms)
/Users/chenyijun/qtproject/aws-sdk-cpp/tests/aws-cpp-sdk-core-tests/aws/auth/AWSAuthSignerTest.cpp:416: Failure
Expected equality of these values:
  GetHttpRequestSignatureFromTestCase(testCaseName, signPayload).c_str()
    Which is: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=da4e5322c66862b8259f475516ef98e57070bee45e3662593187955a4635add1\r"
  requestToMake.GetAwsAuthorization().c_str()
    Which is: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=da4e5322c66862b8259f475516ef98e57070bee45e3662593187955a4635add1"
[  FAILED  ] AWSAuthSignerTest/AWSAuthSignerTestSuite.Signing/30, where GetParam() = (4-byte object <01-00 00-00>, 4-byte object <01-00 00-00>, true, "none") (0 ms)
/Users/chenyijun/qtproject/aws-sdk-cpp/tests/aws-cpp-sdk-core-tests/aws/auth/AWSAuthSignerTest.cpp:416: Failure
Expected equality of these values:
  GetHttpRequestSignatureFromTestCase(testCaseName, signPayload).c_str()
    Which is: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=da4e5322c66862b8259f475516ef98e57070bee45e3662593187955a4635add1\r"
  requestToMake.GetAwsAuthorization().c_str()
    Which is: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=da4e5322c66862b8259f475516ef98e57070bee45e3662593187955a4635add1"
[  FAILED  ] AWSAuthSignerTest/AWSAuthSignerTestSuite.Signing/3, where GetParam() = (4-byte object <02-00 00-00>, 4-byte object <00-00 00-00>, false, "none") (0 ms)
/Users/chenyijun/qtproject/aws-sdk-cpp/tests/aws-cpp-sdk-core-tests/aws/auth/AWSAuthSignerTest.cpp:207: Failure
Expected equality of these values:
  (0)
    Which is: 0
  aws_validate_v4a_authorization_value(Aws::get_aws_allocator(), verification_key, string_to_sign_cursor, signature_cursor)
    Which is: -1
[  FAILED  ] AWSAuthSignerTest/AWSAuthSignerTestSuite.Signing/10, where GetParam() = (4-byte object <02-00 00-00>, 4-byte object <01-00 00-00>, false, "crc32") (1 ms)
/Users/chenyijun/qtproject/aws-sdk-cpp/tests/aws-cpp-sdk-core-tests/aws/auth/AWSAuthSignerTest.cpp:207: Failure
Expected equality of these values:
  (0)
    Which is: 0
  aws_validate_v4a_authorization_value(Aws::get_aws_allocator(), verification_key, string_to_sign_cursor, signature_cursor)
    Which is: -1
[  FAILED  ] AWSAuthSignerTest/AWSAuthSignerTestSuite.Signing/7, where GetParam() = (4-byte object <02-00 00-00>, 4-byte object <01-00 00-00>, true, "crc32") (1 ms)
/Users/chenyijun/qtproject/aws-sdk-cpp/tests/aws-cpp-sdk-core-tests/aws/auth/AWSAuthSignerTest.cpp:207: Failure
Expected equality of these values:
  (0)

安装:cmake --install . --config=Debug

chenyijun@chenyijundeMini aws-sdk-cpp % cmake --install . --config=Debug
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/cmake/AWSSDK/AWSSDKConfigVersion.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/cmake/AWSSDK/platformDeps.cmake
-- Up-to-date: /Users/chenyijun/qtproject/sdk_install/lib/cmake/AWSSDK
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/cmake/AWSSDK/compiler_settings.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/cmake/AWSSDK/.DS_Store
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/cmake/AWSSDK/AWSSDKConfig.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/cmake/AWSSDK/platform
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/cmake/AWSSDK/platform/linux.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/cmake/AWSSDK/platform/unix.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/cmake/AWSSDK/platform/android.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/cmake/AWSSDK/platform/windows.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/cmake/AWSSDK/platform/apple.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/cmake/AWSSDK/platform/custom.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/cmake/AWSSDK/external_dependencies.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/cmake/AWSSDK/initialize_project_version.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/cmake/AWSSDK/utilities.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/cmake/AWSSDK/sdksCommon.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/cmake/AWSSDK/project_version.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/cmake/AWSSDK/sdks.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/cmake/AWSSDK/resolve_platform.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/cmake/AWSSDK/setup_cmake_find_module.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/cmake/AWSSDK/dependencies.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/cmake/AWSSDK/build_external.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/cmake/AWSSDK/make_uninstall.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/crt/Config.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/crt/Allocator.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/crt/Api.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/crt/DateTime.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/crt/Exports.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/crt/ImdsClient.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/crt/JsonObject.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/crt/Optional.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/crt/RefCounted.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/crt/StlAllocator.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/crt/StringUtils.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/crt/StringView.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/crt/Types.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/crt/UUID.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/crt/Utility.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/crt/Variant.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/crt/auth/Credentials.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/crt/auth/Signing.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/crt/auth/Sigv4Signing.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/crt/crypto/HMAC.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/crt/crypto/Hash.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/crt/crypto/SecureRandom.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/crt/crypto/SymmetricCipher.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/crt/io/Bootstrap.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/crt/io/ChannelHandler.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/crt/io/EventLoopGroup.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/crt/io/HostResolver.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/crt/io/Pkcs11.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/crt/io/SocketOptions.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/crt/io/Stream.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/crt/io/TlsOptions.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/crt/io/Uri.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/iot/Mqtt5Client.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/iot/MqttClient.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/iot/MqttCommon.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/crt/mqtt/Mqtt5Client.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/crt/mqtt/Mqtt5Packets.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/crt/mqtt/Mqtt5Types.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/crt/mqtt/MqttClient.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/crt/mqtt/MqttConnection.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/crt/mqtt/MqttTypes.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/crt/http/HttpConnection.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/crt/http/HttpConnectionManager.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/crt/http/HttpProxyStrategy.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/crt/http/HttpRequestResponse.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/crt/endpoints/RuleEngine.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/crt/cbor/Cbor.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/libaws-crt-cpp.dylib
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/aws-crt-cpp/cmake/shared/aws-crt-cpp-targets.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/aws-crt-cpp/cmake/shared/aws-crt-cpp-targets-debug.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/aws-crt-cpp/cmake/aws-crt-cpp-config.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/aws-crt-cpp/cmake/aws-crt-cpp-config-version.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/allocator.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/array_list.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/array_list.inl
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/assert.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/atomics.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/atomics.inl
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/atomics_fallback.inl
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/atomics_gnu.inl
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/atomics_gnu_old.inl
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/atomics_msvc.inl
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/byte_buf.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/byte_order.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/byte_order.inl
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/cache.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/cbor.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/clock.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/clock.inl
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/command_line_parser.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/common.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/condition_variable.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/cpuid.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/cross_process_lock.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/date_time.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/device_random.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/encoding.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/encoding.inl
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/environment.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/error.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/error.inl
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/exports.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/fifo_cache.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/file.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/hash_table.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/host_utils.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/json.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/lifo_cache.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/linked_hash_table.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/linked_list.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/linked_list.inl
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/log_channel.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/log_formatter.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/log_writer.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/logging.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/lru_cache.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/macros.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/math.cbmc.inl
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/math.fallback.inl
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/math.gcc_arm64_asm.inl
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/math.gcc_builtin.inl
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/math.gcc_overflow.inl
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/math.gcc_x64_asm.inl
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/math.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/math.inl
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/math.msvc.inl
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/mutex.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/package.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/platform.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/predicates.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/priority_queue.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/process.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/ref_count.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/ring_buffer.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/ring_buffer.inl
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/rw_lock.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/statistics.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/stdbool.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/stdint.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/string.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/string.inl
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/system_info.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/system_resource_util.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/task_scheduler.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/thread.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/thread_scheduler.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/time.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/uri.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/uuid.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/xml_parser.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/zero.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/zero.inl
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/posix/common.inl
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/config.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/testing/aws_test_harness.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/common/external/ittnotify.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/libaws-c-common.1.0.0.dylib
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/libaws-c-common.1.dylib
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/libaws-c-common.dylib
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/aws-c-common/cmake/shared/aws-c-common-targets.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/aws-c-common/cmake/shared/aws-c-common-targets-debug.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/aws-c-common/cmake/aws-c-common-config.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/cmake/AwsCFlags.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/cmake/AwsCheckHeaders.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/cmake/AwsSharedLibSetup.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/cmake/AwsTestHarness.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/cmake/AwsLibFuzzer.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/cmake/AwsSanitizers.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/cmake/AwsSIMD.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/cmake/AwsFindPackage.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/cmake/AwsFeatureTests.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/cmake/AwsCRuntime.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/libaws-c-sdkutils.1.0.0.dylib
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/libaws-c-sdkutils.dylib
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/sdkutils/aws_profile.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/sdkutils/endpoints_rule_engine.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/sdkutils/exports.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/sdkutils/partitions.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/sdkutils/resource_name.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/sdkutils/sdkutils.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/aws-c-sdkutils/cmake/shared/aws-c-sdkutils-targets.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/aws-c-sdkutils/cmake/shared/aws-c-sdkutils-targets-debug.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/aws-c-sdkutils/cmake/aws-c-sdkutils-config.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/libaws-c-io.1.0.0.dylib
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/libaws-c-io.dylib
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/io/async_stream.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/io/channel.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/io/channel_bootstrap.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/io/event_loop.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/io/exports.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/io/file_utils.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/io/future.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/io/host_resolver.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/io/io.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/io/logging.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/io/message_pool.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/io/pem.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/io/pipe.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/io/pkcs11.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/io/retry_strategy.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/io/shared_library.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/io/socket.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/io/socket_channel_handler.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/io/statistics.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/io/stream.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/io/tls_channel_handler.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/io/uri.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/testing/async_stream_tester.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/testing/io_testing_channel.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/testing/stream_tester.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/aws-c-io/cmake/shared/aws-c-io-targets.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/aws-c-io/cmake/shared/aws-c-io-targets-debug.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/aws-c-io/cmake/aws-c-io-config.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/libaws-c-cal.1.0.0.dylib
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/libaws-c-cal.dylib
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/cal/cal.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/cal/ecc.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/cal/exports.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/cal/hash.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/cal/hmac.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/cal/rsa.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/cal/symmetric_cipher.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/aws-c-cal/cmake/shared/aws-c-cal-targets.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/aws-c-cal/cmake/shared/aws-c-cal-targets-debug.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/aws-c-cal/cmake/aws-c-cal-config.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/aws-c-cal/cmake/modules/Findcrypto.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/libaws-c-compression.1.0.0.dylib
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/libaws-c-compression.dylib
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/compression/compression.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/compression/exports.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/compression/huffman.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/aws-c-compression/cmake/shared/aws-c-compression-targets.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/aws-c-compression/cmake/shared/aws-c-compression-targets-debug.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/aws-c-compression/cmake/aws-c-compression-config.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/libaws-c-http.1.0.0.dylib
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/libaws-c-http.dylib
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/http/connection.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/http/connection_manager.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/http/exports.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/http/http.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/http/http2_stream_manager.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/http/proxy.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/http/request_response.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/http/server.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/http/statistics.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/http/status_code.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/http/websocket.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/aws-c-http/cmake/shared/aws-c-http-targets.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/aws-c-http/cmake/shared/aws-c-http-targets-debug.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/aws-c-http/cmake/aws-c-http-config.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/libaws-c-auth.1.0.0.dylib
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/libaws-c-auth.dylib
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/auth/auth.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/auth/aws_imds_client.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/auth/credentials.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/auth/exports.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/auth/signable.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/auth/signing.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/auth/signing_config.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/auth/signing_result.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/aws-c-auth/cmake/shared/aws-c-auth-targets.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/aws-c-auth/cmake/shared/aws-c-auth-targets-debug.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/aws-c-auth/cmake/aws-c-auth-config.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/libaws-c-mqtt.1.0.0.dylib
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/libaws-c-mqtt.dylib
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/mqtt/client.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/mqtt/exports.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/mqtt/mqtt.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/mqtt/v5/mqtt5_client.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/mqtt/v5/mqtt5_listener.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/mqtt/v5/mqtt5_packet_storage.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/mqtt/v5/mqtt5_types.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/mqtt/private/mqtt_client_test_helper.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/aws-c-mqtt/cmake/shared/aws-c-mqtt-targets.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/aws-c-mqtt/cmake/shared/aws-c-mqtt-targets-debug.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/aws-c-mqtt/cmake/aws-c-mqtt-config.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/libaws-checksums.1.0.0.dylib
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/libaws-checksums.dylib
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/checksums/crc.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/checksums/exports.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/aws-checksums/cmake/shared/aws-checksums-targets.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/aws-checksums/cmake/shared/aws-checksums-targets-debug.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/aws-checksums/cmake/aws-checksums-config.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/libaws-c-event-stream.1.0.0.dylib
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/libaws-c-event-stream.dylib
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/event-stream/event_stream.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/event-stream/event_stream_channel_handler.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/event-stream/event_stream_exports.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/event-stream/event_stream_rpc.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/event-stream/event_stream_rpc_client.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/event-stream/event_stream_rpc_server.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/aws-c-event-stream/cmake/shared/aws-c-event-stream-targets.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/aws-c-event-stream/cmake/shared/aws-c-event-stream-targets-debug.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/aws-c-event-stream/cmake/aws-c-event-stream-config.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/libaws-c-s3.1.0.0.dylib
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/libaws-c-s3.0unstable.dylib
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/libaws-c-s3.dylib
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/exports.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/s3.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/s3_client.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/s3_endpoint_resolver.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/s3express_credentials_provider.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/aws-c-s3/cmake/shared/aws-c-s3-targets.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/aws-c-s3/cmake/shared/aws-c-s3-targets-debug.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/aws-c-s3/cmake/aws-c-s3-config.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/libaws-cpp-sdk-s3.dylib
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/pkgconfig/aws-cpp-sdk-s3.pc
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/S3Client.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/S3ClientConfiguration.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/S3EndpointProvider.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/S3EndpointRules.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/S3ErrorMarshaller.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/S3Errors.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/S3ExpressIdentity.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/S3ExpressIdentityProvider.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/S3ExpressSigner.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/S3ExpressSignerProvider.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/S3Request.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/S3ServiceClientModel.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/S3_EXPORTS.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/AbortIncompleteMultipartUpload.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/AbortMultipartUploadRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/AbortMultipartUploadResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/AccelerateConfiguration.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/AccessControlPolicy.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/AccessControlTranslation.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/AnalyticsAndOperator.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/AnalyticsConfiguration.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/AnalyticsExportDestination.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/AnalyticsFilter.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/AnalyticsS3BucketDestination.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/AnalyticsS3ExportFileFormat.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ArchiveStatus.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/Bucket.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/BucketAccelerateStatus.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/BucketCannedACL.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/BucketInfo.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/BucketLifecycleConfiguration.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/BucketLocationConstraint.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/BucketLoggingStatus.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/BucketLogsPermission.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/BucketType.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/BucketVersioningStatus.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/CORSConfiguration.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/CORSRule.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/CSVInput.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/CSVOutput.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/Checksum.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ChecksumAlgorithm.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ChecksumMode.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/CloudFunctionConfiguration.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/CommonPrefix.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/CompleteMultipartUploadRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/CompleteMultipartUploadResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/CompletedMultipartUpload.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/CompletedPart.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/CompressionType.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/Condition.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/CopyObjectRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/CopyObjectResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/CopyObjectResultDetails.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/CopyPartResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/CreateBucketConfiguration.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/CreateBucketRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/CreateBucketResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/CreateMultipartUploadRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/CreateMultipartUploadResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/CreateSessionRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/CreateSessionResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/DataRedundancy.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/DefaultRetention.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/Delete.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/DeleteBucketAnalyticsConfigurationRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/DeleteBucketCorsRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/DeleteBucketEncryptionRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/DeleteBucketIntelligentTieringConfigurationRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/DeleteBucketInventoryConfigurationRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/DeleteBucketLifecycleRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/DeleteBucketMetricsConfigurationRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/DeleteBucketOwnershipControlsRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/DeleteBucketPolicyRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/DeleteBucketReplicationRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/DeleteBucketRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/DeleteBucketTaggingRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/DeleteBucketWebsiteRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/DeleteMarkerEntry.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/DeleteMarkerReplication.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/DeleteMarkerReplicationStatus.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/DeleteObjectRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/DeleteObjectResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/DeleteObjectTaggingRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/DeleteObjectTaggingResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/DeleteObjectsRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/DeleteObjectsResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/DeletePublicAccessBlockRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/DeletedObject.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/Destination.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/EncodingType.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/Encryption.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/EncryptionConfiguration.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/Error.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ErrorDocument.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/Event.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/EventBridgeConfiguration.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ExistingObjectReplication.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ExistingObjectReplicationStatus.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ExpirationStatus.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ExpressionType.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/FileHeaderInfo.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/FilterRule.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/FilterRuleName.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetBucketAccelerateConfigurationRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetBucketAccelerateConfigurationResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetBucketAclRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetBucketAclResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetBucketAnalyticsConfigurationRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetBucketAnalyticsConfigurationResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetBucketCorsRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetBucketCorsResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetBucketEncryptionRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetBucketEncryptionResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetBucketIntelligentTieringConfigurationRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetBucketIntelligentTieringConfigurationResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetBucketInventoryConfigurationRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetBucketInventoryConfigurationResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetBucketLifecycleConfigurationRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetBucketLifecycleConfigurationResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetBucketLocationRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetBucketLocationResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetBucketLoggingRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetBucketLoggingResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetBucketMetricsConfigurationRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetBucketMetricsConfigurationResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetBucketNotificationConfigurationRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetBucketNotificationConfigurationResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetBucketOwnershipControlsRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetBucketOwnershipControlsResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetBucketPolicyRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetBucketPolicyResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetBucketPolicyStatusRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetBucketPolicyStatusResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetBucketReplicationRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetBucketReplicationResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetBucketRequestPaymentRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetBucketRequestPaymentResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetBucketTaggingRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetBucketTaggingResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetBucketVersioningRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetBucketVersioningResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetBucketWebsiteRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetBucketWebsiteResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetObjectAclRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetObjectAclResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetObjectAttributesParts.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetObjectAttributesRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetObjectAttributesResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetObjectLegalHoldRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetObjectLegalHoldResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetObjectLockConfigurationRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetObjectLockConfigurationResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetObjectRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetObjectResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetObjectRetentionRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetObjectRetentionResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetObjectTaggingRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetObjectTaggingResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetObjectTorrentRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetObjectTorrentResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetPublicAccessBlockRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GetPublicAccessBlockResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/GlacierJobParameters.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/Grant.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/Grantee.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/HeadBucketRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/HeadBucketResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/HeadObjectRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/HeadObjectResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/IndexDocument.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/Initiator.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/InputSerialization.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/IntelligentTieringAccessTier.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/IntelligentTieringAndOperator.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/IntelligentTieringConfiguration.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/IntelligentTieringFilter.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/IntelligentTieringStatus.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/InvalidObjectState.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/InventoryConfiguration.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/InventoryDestination.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/InventoryEncryption.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/InventoryFilter.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/InventoryFormat.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/InventoryFrequency.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/InventoryIncludedObjectVersions.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/InventoryOptionalField.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/InventoryS3BucketDestination.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/InventorySchedule.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/JSONInput.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/JSONOutput.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/JSONType.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/LambdaFunctionConfiguration.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/LifecycleConfiguration.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/LifecycleExpiration.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/LifecycleRule.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/LifecycleRuleAndOperator.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/LifecycleRuleFilter.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ListBucketAnalyticsConfigurationsRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ListBucketAnalyticsConfigurationsResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ListBucketIntelligentTieringConfigurationsRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ListBucketIntelligentTieringConfigurationsResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ListBucketInventoryConfigurationsRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ListBucketInventoryConfigurationsResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ListBucketMetricsConfigurationsRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ListBucketMetricsConfigurationsResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ListBucketsRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ListBucketsResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ListDirectoryBucketsRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ListDirectoryBucketsResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ListMultipartUploadsRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ListMultipartUploadsResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ListObjectVersionsRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ListObjectVersionsResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ListObjectsRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ListObjectsResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ListObjectsV2Request.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ListObjectsV2Result.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ListPartsRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ListPartsResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/LocationInfo.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/LocationType.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/LoggingEnabled.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/MFADelete.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/MFADeleteStatus.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/MetadataDirective.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/MetadataEntry.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/Metrics.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/MetricsAndOperator.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/MetricsConfiguration.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/MetricsFilter.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/MetricsStatus.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/MultipartUpload.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/NoncurrentVersionExpiration.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/NoncurrentVersionTransition.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/NotificationConfiguration.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/NotificationConfigurationDeprecated.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/NotificationConfigurationFilter.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/Object.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ObjectAttributes.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ObjectCannedACL.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ObjectIdentifier.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ObjectLockConfiguration.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ObjectLockEnabled.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ObjectLockLegalHold.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ObjectLockLegalHoldStatus.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ObjectLockMode.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ObjectLockRetention.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ObjectLockRetentionMode.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ObjectLockRule.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ObjectOwnership.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ObjectPart.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ObjectStorageClass.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ObjectVersion.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ObjectVersionStorageClass.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/OptionalObjectAttributes.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/OutputLocation.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/OutputSerialization.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/Owner.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/OwnerOverride.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/OwnershipControls.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/OwnershipControlsRule.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ParquetInput.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/Part.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/PartitionDateSource.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/PartitionedPrefix.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/Payer.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/Permission.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/PolicyStatus.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/Progress.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ProgressEvent.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/Protocol.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/PublicAccessBlockConfiguration.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/PutBucketAccelerateConfigurationRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/PutBucketAclRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/PutBucketAnalyticsConfigurationRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/PutBucketCorsRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/PutBucketEncryptionRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/PutBucketIntelligentTieringConfigurationRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/PutBucketInventoryConfigurationRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/PutBucketLifecycleConfigurationRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/PutBucketLoggingRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/PutBucketMetricsConfigurationRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/PutBucketNotificationConfigurationRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/PutBucketOwnershipControlsRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/PutBucketPolicyRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/PutBucketReplicationRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/PutBucketRequestPaymentRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/PutBucketTaggingRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/PutBucketVersioningRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/PutBucketWebsiteRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/PutObjectAclRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/PutObjectAclResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/PutObjectLegalHoldRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/PutObjectLegalHoldResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/PutObjectLockConfigurationRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/PutObjectLockConfigurationResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/PutObjectRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/PutObjectResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/PutObjectRetentionRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/PutObjectRetentionResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/PutObjectTaggingRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/PutObjectTaggingResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/PutPublicAccessBlockRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/QueueConfiguration.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/QueueConfigurationDeprecated.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/QuoteFields.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/RecordsEvent.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/Redirect.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/RedirectAllRequestsTo.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ReplicaModifications.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ReplicaModificationsStatus.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ReplicationConfiguration.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ReplicationRule.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ReplicationRuleAndOperator.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ReplicationRuleFilter.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ReplicationRuleStatus.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ReplicationStatus.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ReplicationTime.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ReplicationTimeStatus.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ReplicationTimeValue.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/RequestCharged.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/RequestPayer.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/RequestPaymentConfiguration.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/RequestProgress.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/RestoreObjectRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/RestoreObjectResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/RestoreRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/RestoreRequestType.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/RestoreStatus.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/RoutingRule.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/Rule.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/S3KeyFilter.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/S3Location.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/SSEKMS.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/SSES3.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ScanRange.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/SelectObjectContentHandler.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/SelectObjectContentInitialResponse.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/SelectObjectContentRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/SelectParameters.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ServerSideEncryption.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ServerSideEncryptionByDefault.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ServerSideEncryptionConfiguration.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/ServerSideEncryptionRule.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/SessionCredentials.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/SessionMode.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/SimplePrefix.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/SourceSelectionCriteria.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/SseKmsEncryptedObjects.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/SseKmsEncryptedObjectsStatus.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/Stats.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/StatsEvent.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/StorageClass.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/StorageClassAnalysis.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/StorageClassAnalysisDataExport.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/StorageClassAnalysisSchemaVersion.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/Tag.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/Tagging.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/TaggingDirective.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/TargetGrant.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/TargetObjectKeyFormat.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/Tier.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/Tiering.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/TopicConfiguration.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/TopicConfigurationDeprecated.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/Transition.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/TransitionStorageClass.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/Type.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/UploadPartCopyRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/UploadPartCopyResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/UploadPartRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/UploadPartResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/VersioningConfiguration.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/WebsiteConfiguration.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/s3/model/WriteGetObjectResponseRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/cmake/aws-cpp-sdk-s3/aws-cpp-sdk-s3-targets.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/cmake/aws-cpp-sdk-s3/aws-cpp-sdk-s3-targets-debug.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/cmake/aws-cpp-sdk-s3/aws-cpp-sdk-s3-config.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/cmake/aws-cpp-sdk-s3/aws-cpp-sdk-s3-config-version.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/libaws-cpp-sdk-core.dylib
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/pkgconfig/aws-cpp-sdk-core.pc
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/AmazonSerializableWebServiceRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/AmazonStreamingWebServiceRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/AmazonWebServiceRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/AmazonWebServiceResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/Aws.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/Core_EXPORTS.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/Globals.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/NoResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/Region.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/SDKConfig.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/Version.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/VersionConfig.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/auth/AWSAuthSigner.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/auth/AWSAuthSignerProvider.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/auth/AWSBearerToken.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/auth/AWSCredentials.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/auth/AWSCredentialsProvider.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/auth/AWSCredentialsProviderChain.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/auth/GeneralHTTPCredentialsProvider.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/auth/SSOCredentialsProvider.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/auth/STSCredentialsProvider.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/auth/signer/AWSAuthBearerSigner.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/auth/signer/AWSAuthEventStreamV4Signer.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/auth/signer/AWSAuthSignerBase.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/auth/signer/AWSAuthSignerCommon.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/auth/signer/AWSAuthSignerHelper.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/auth/signer/AWSAuthV4Signer.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/auth/signer/AWSNullSigner.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/auth/signer-provider/AWSAuthSignerProviderBase.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/auth/signer-provider/BearerTokenAuthSignerProvider.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/auth/signer-provider/DefaultAuthSignerProvider.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/auth/bearer-token-provider/AWSBearerTokenProviderBase.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/auth/bearer-token-provider/AWSBearerTokenProviderChainBase.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/auth/bearer-token-provider/DefaultBearerTokenProviderChain.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/auth/bearer-token-provider/SSOBearerTokenProvider.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/auth/bearer-token-provider/StaticBearerTokenProvider.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/client/AWSAsyncOperationTemplate.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/client/AWSClient.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/client/AWSClientAsyncCRTP.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/client/AWSError.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/client/AWSErrorMarshaller.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/client/AWSJsonClient.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/client/AWSUrlPresigner.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/client/AWSXmlClient.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/client/AdaptiveRetryStrategy.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/client/AsyncCallerContext.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/client/ClientConfiguration.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/client/CoreErrors.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/client/DefaultRetryStrategy.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/client/GenericClientConfiguration.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/client/RequestCompression.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/client/RetryStrategy.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/client/SpecifiedRetryableErrorsRetryStrategy.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/internal/AWSHttpResourceClient.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/net/Net.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/net/SimpleUDP.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/http/HttpClient.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/http/HttpClientFactory.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/http/HttpRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/http/HttpResponse.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/http/HttpTypes.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/http/Scheme.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/http/URI.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/http/Version.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/http/standard/StandardHttpRequest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/http/standard/StandardHttpResponse.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/config/AWSConfigFileProfileConfigLoader.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/config/AWSProfileConfig.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/config/AWSProfileConfigLoader.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/config/AWSProfileConfigLoaderBase.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/config/ConfigAndCredentialsCacheManager.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/config/EC2InstanceProfileConfigLoader.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/config/defaults/ClientConfigurationDefaults.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/endpoint/AWSEndpoint.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/endpoint/AWSPartitions.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/endpoint/BuiltInParameters.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/endpoint/ClientContextParameters.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/endpoint/DefaultEndpointProvider.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/endpoint/EndpointParameter.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/endpoint/EndpointProviderBase.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/endpoint/internal/AWSEndpointAttribute.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/monitoring/CoreMetrics.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/monitoring/DefaultMonitoring.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/monitoring/HttpClientMetrics.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/monitoring/MonitoringFactory.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/monitoring/MonitoringInterface.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/monitoring/MonitoringManager.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/platform/Android.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/platform/Environment.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/platform/FileSystem.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/platform/OSVersionInfo.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/platform/Platform.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/platform/Security.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/platform/Time.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/ARN.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/Array.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/Cache.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/ConcurrentCache.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/DNS.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/DateTime.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/Document.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/EnumParseOverflowContainer.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/FileSystemUtils.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/FutureOutcome.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/GetTheLights.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/HashingUtils.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/Outcome.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/RAIICounter.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/ResourceManager.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/StringUtils.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/UUID.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/UnreferencedParam.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/event/EventDecoderStream.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/event/EventEncoderStream.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/event/EventHeader.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/event/EventMessage.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/event/EventStream.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/event/EventStreamBuf.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/event/EventStreamDecoder.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/event/EventStreamEncoder.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/event/EventStreamErrors.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/event/EventStreamHandler.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/base64/Base64.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/crypto/CRC32.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/crypto/Cipher.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/crypto/ContentCryptoMaterial.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/crypto/ContentCryptoScheme.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/crypto/CryptoBuf.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/crypto/CryptoStream.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/crypto/EncryptionMaterials.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/crypto/Factories.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/crypto/HMAC.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/crypto/Hash.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/crypto/HashResult.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/crypto/KeyWrapAlgorithm.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/crypto/MD5.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/crypto/PrecalculatedHash.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/crypto/SecureRandom.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/crypto/Sha1.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/crypto/Sha256.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/crypto/Sha256HMAC.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/json/JsonSerializer.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/xml/XmlSerializer.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/logging/AWSLogging.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/logging/CRTLogSystem.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/logging/CRTLogging.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/logging/ConsoleLogSystem.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/logging/DefaultCRTLogSystem.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/logging/DefaultLogSystem.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/logging/ErrorMacros.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/logging/FormattedLogSystem.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/logging/LogLevel.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/logging/LogMacros.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/logging/LogSystemInterface.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/logging/NullLogSystem.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/memory/AWSMemory.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/memory/MemorySystemInterface.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/component-registry/ComponentRegistry.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/memory/stl/AWSAllocator.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/memory/stl/AWSArray.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/memory/stl/AWSDeque.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/memory/stl/AWSList.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/memory/stl/AWSMap.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/memory/stl/AWSMultiMap.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/memory/stl/AWSQueue.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/memory/stl/AWSSet.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/memory/stl/AWSStack.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/memory/stl/AWSStreamFwd.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/memory/stl/AWSString.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/memory/stl/AWSStringStream.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/memory/stl/AWSVector.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/memory/stl/SimpleStringStream.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/ratelimiter/DefaultRateLimiter.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/ratelimiter/RateLimiterInterface.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/stream/ConcurrentStreamBuf.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/stream/PreallocatedStreamBuf.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/stream/ResponseStream.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/stream/SimpleStreamBuf.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/stream/StreamBufProtectedWriter.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/threading/DefaultExecutor.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/threading/Executor.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/threading/PooledThreadExecutor.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/threading/ReaderWriterLock.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/threading/SameThreadExecutor.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/threading/Semaphore.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/threading/ThreadTask.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/external/cjson/cJSON.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/external/tinyxml2/tinyxml2.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/smithy/Smithy_EXPORTS.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/smithy/client/AwsSmithyClient.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/smithy/client/AwsSmithyClientAsyncRequestContext.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/smithy/client/AwsSmithyClientBase.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/smithy/tracing/Gauge.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/smithy/tracing/Histogram.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/smithy/tracing/Meter.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/smithy/tracing/MeterProvider.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/smithy/tracing/MonotonicCounter.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/smithy/tracing/NoopMeterProvider.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/smithy/tracing/NoopTelemetryProvider.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/smithy/tracing/NoopTracerProvider.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/smithy/tracing/TelemetryProvider.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/smithy/tracing/TraceSpan.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/smithy/tracing/Tracer.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/smithy/tracing/TracerProvider.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/smithy/tracing/TracingUtils.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/smithy/tracing/UpDownCounter.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/smithy/identity/auth/AuthScheme.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/smithy/identity/auth/AuthSchemeOption.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/smithy/identity/auth/AuthSchemeResolverBase.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/smithy/identity/auth/built-in/SigV4AuthScheme.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/smithy/identity/auth/built-in/SigV4AuthSchemeOption.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/smithy/identity/auth/built-in/SigV4AuthSchemeResolver.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/smithy/identity/auth/built-in/SigV4aAuthScheme.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/smithy/identity/auth/built-in/SigV4aAuthSchemeOption.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/smithy/identity/auth/built-in/SigV4aAuthSchemeResolver.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/smithy/identity/identity/AwsBearerTokenIdentity.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/smithy/identity/identity/AwsBearerTokenIdentityBase.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/smithy/identity/identity/AwsCredentialIdentity.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/smithy/identity/identity/AwsCredentialIdentityBase.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/smithy/identity/identity/AwsIdentity.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/smithy/identity/resolver/AwsBearerTokenIdentityResolver.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/smithy/identity/resolver/AwsCredentialIdentityResolver.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/smithy/identity/resolver/AwsIdentityResolverBase.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/smithy/identity/identity/impl/AwsBearerTokenIdentityImpl.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/smithy/identity/identity/impl/AwsCredentialIdentityImpl.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/smithy/identity/signer/AwsSignerBase.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/smithy/identity/signer/built-in/SigV4Signer.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/smithy/identity/signer/built-in/SigV4aSigner.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/http/curl/CurlHandleContainer.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/http/curl/CurlHttpClient.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/crypto/crt/CRTHMAC.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/crypto/crt/CRTHash.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/crypto/crt/CRTSecureRandom.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/core/utils/crypto/crt/CRTSymmetricCipher.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/cmake/aws-cpp-sdk-core/aws-cpp-sdk-core-targets.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/cmake/aws-cpp-sdk-core/aws-cpp-sdk-core-targets-debug.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/cmake/aws-cpp-sdk-core/aws-cpp-sdk-core-config.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/cmake/aws-cpp-sdk-core/aws-cpp-sdk-core-config-version.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/libtesting-resources.dylib
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/pkgconfig/testing-resources.pc
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/testing/AwsCppSdkGTestSuite.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/testing/AwsTestHelpers.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/testing/MemoryTesting.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/testing/ProxyConfig.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/testing/TestingEnvironment.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/testing/Testing_EXPORTS.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/external/gtest/gtest-assertion-result.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/external/gtest/gtest-aws-helper.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/external/gtest/gtest-death-test.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/external/gtest/gtest-matchers.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/external/gtest/gtest-message.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/external/gtest/gtest-param-test.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/external/gtest/gtest-printers.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/external/gtest/gtest-spi.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/external/gtest/gtest-test-part.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/external/gtest/gtest-typed-test.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/external/gtest/gtest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/external/gtest/gtest_pred_impl.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/external/gtest/gtest_prod.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/external/gtest/internal/gtest-death-test-internal.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/external/gtest/internal/gtest-filepath.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/external/gtest/internal/gtest-internal.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/external/gtest/internal/gtest-param-util.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/external/gtest/internal/gtest-port-arch.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/external/gtest/internal/gtest-port.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/external/gtest/internal/gtest-string.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/external/gtest/internal/gtest-type-util.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/external/gtest/internal/custom/gtest-port.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/external/gtest/internal/custom/gtest-printers.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/external/gtest/internal/custom/gtest.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/testing/platform/PlatformTesting.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/testing/mocks/aws/auth/MockAWSHttpResourceClient.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/testing/mocks/aws/client/MockAWSClient.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/testing/mocks/event/MockEventStreamDecoder.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/testing/mocks/event/MockEventStreamHandler.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/testing/mocks/http/MockHttpClient.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/include/aws/testing/mocks/monitoring/TestingMonitoring.h
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/cmake/testing-resources/testing-resources-targets.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/cmake/testing-resources/testing-resources-targets-debug.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/cmake/testing-resources/testing-resources-config.cmake
-- Installing: /Users/chenyijun/qtproject/sdk_install/lib/cmake/testing-resources/testing-resources-config-version.cmake
chenyijun@chenyijundeMini aws-sdk-cpp % 

安装成功在sdk_install目录下

编写Qt代码测试sdk的库

好像库对不上

 

 编译的动态库是arm64版本的,QT的应用程序是x86_64版本的,所以得编译成x86_64版本的库

重新编译

cmake /Users/chenyijun/qtproject/aws-sdk-cpp -DCMAKE_BUILD_TYPE=Debug -DCMAKE_OSX_ARCHITECTURES=x86_64 -DCMAKE_INSTALL_PREFIX=/Users/chenyijun/qtproject/sdk_install -DBUILD_ONLY="s3"

加上红色的标记选项

编译: cmake --build . --config=Debug 

安装:cmake --install . --config=Debug

查看动态库架构:

 编译OK

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值