The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build swift-log-sentry, reference 1.0.0 (308062), with Swift 6.1 for iOS using Xcode 16.3 on 26 Apr 2025 19:17:18 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-log-sentry -destination generic/platform=iOS

Build Log

In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadMetadataCache.hpp:7:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadHandle.hpp:9:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/chrono:1002:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/vector:427:50: error: no type named 'value_type' in 'std::allocator<const sentry::profiling::ThreadMetadataCache::ThreadHandleMetadataPair>'
  427 |   static_assert(is_same<typename allocator_type::value_type, value_type>::value,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryThreadMetadataCache.cpp:1:
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadMetadataCache.hpp:69:53: note: in instantiation of template class 'std::vector<const sentry::profiling::ThreadMetadataCache::ThreadHandleMetadataPair>' requested here
   69 |         std::vector<const ThreadHandleMetadataPair> threadMetadataCache_;
      |                                                     ^
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryThreadMetadataCache.cpp:1:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadMetadataCache.hpp:7:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadHandle.hpp:9:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/chrono:944:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__chrono/duration.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__compare/ordering.h:13:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__type_traits/enable_if.h:28:58: error: no type named 'type' in 'std::enable_if<false, int>'; 'enable_if' cannot be used to disable this declaration
   28 | using __enable_if_t _LIBCPP_NODEBUG = typename enable_if<_Bp, _Tp>::type;
      |                                                          ^~~
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryThreadMetadataCache.cpp:1:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadMetadataCache.hpp:7:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadHandle.hpp:9:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/chrono:1002:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/vector:471:13: note: in instantiation of template type alias '__enable_if_t' requested here
  471 |   template <__enable_if_t<__is_allocator<_Allocator>::value, int> = 0>
      |             ^
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryThreadMetadataCache.cpp:1:
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadMetadataCache.hpp:69:53: note: in instantiation of template class 'std::vector<const sentry::profiling::ThreadMetadataCache::ThreadHandleMetadataPair>' requested here
   69 |         std::vector<const ThreadHandleMetadataPair> threadMetadataCache_;
      |                                                     ^
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryThreadMetadataCache.cpp:1:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadMetadataCache.hpp:7:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadHandle.hpp:9:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/chrono:1001:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/string_view:941:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/algorithm:1842:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__algorithm/for_each.h:16:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__ranges/movable_box.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/optional:1294:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/memory:940:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/allocator.h:95:17: error: static assertion failed due to requirement '!is_const<const sentry::profiling::QueueMetadata>::value': std::allocator does not support const types
   95 |   static_assert(!is_const<_Tp>::value, "std::allocator does not support const types");
      |                 ^~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryThreadMetadataCache.cpp:1:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadMetadataCache.hpp:7:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadHandle.hpp:9:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/chrono:1001:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/string_view:941:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/algorithm:1842:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__algorithm/for_each.h:16:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__ranges/movable_box.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/optional:1294:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/memory:940:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/allocator.h:15:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/allocate_at_least.h:13:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/allocator_traits.h:248:39: note: in instantiation of template class 'std::allocator<const sentry::profiling::QueueMetadata>' requested here
  248 |   using value_type         = typename allocator_type::value_type;
      |                                       ^
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryThreadMetadataCache.cpp:1:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadMetadataCache.hpp:7:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadHandle.hpp:9:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/chrono:1002:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/vector:400:20: note: in instantiation of template class 'std::allocator_traits<std::allocator<const sentry::profiling::QueueMetadata>>' requested here
  400 |   typedef typename __alloc_traits::size_type size_type;
      |                    ^
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryThreadMetadataCache.cpp:1:
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadMetadataCache.hpp:70:42: note: in instantiation of template class 'std::vector<const sentry::profiling::QueueMetadata>' requested here
   70 |         std::vector<const QueueMetadata> queueMetadataCache_;
      |                                          ^
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryThreadMetadataCache.cpp:1:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadMetadataCache.hpp:7:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadHandle.hpp:9:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/chrono:1001:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/string_view:941:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/algorithm:1842:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__algorithm/for_each.h:16:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__ranges/movable_box.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/optional:1294:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/memory:940:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/allocator.h:15:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/allocate_at_least.h:13:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/allocator_traits.h:378:17: error: static assertion failed due to requirement 'is_same<std::allocator<const sentry::profiling::QueueMetadata>, std::allocator<int>>::value': [allocator.requirements] states that rebinding an allocator to the same type should result in the original allocator
  378 |   static_assert(is_same<_Alloc, __rebind_alloc<_Traits, typename _Traits::value_type> >::value,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryThreadMetadataCache.cpp:1:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadMetadataCache.hpp:7:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadHandle.hpp:9:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/chrono:1002:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/vector:426:17: note: in instantiation of template class 'std::__check_valid_allocator<std::allocator<const sentry::profiling::QueueMetadata>>' requested here
  426 |   static_assert(__check_valid_allocator<allocator_type>::value, "");
      |                 ^
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryThreadMetadataCache.cpp:1:
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadMetadataCache.hpp:70:42: note: in instantiation of template class 'std::vector<const sentry::profiling::QueueMetadata>' requested here
   70 |         std::vector<const QueueMetadata> queueMetadataCache_;
      |                                          ^
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryThreadMetadataCache.cpp:1:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadMetadataCache.hpp:7:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadHandle.hpp:9:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/chrono:1002:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/vector:427:50: error: no type named 'value_type' in 'std::allocator<const sentry::profiling::QueueMetadata>'
  427 |   static_assert(is_same<typename allocator_type::value_type, value_type>::value,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryThreadMetadataCache.cpp:1:
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadMetadataCache.hpp:70:42: note: in instantiation of template class 'std::vector<const sentry::profiling::QueueMetadata>' requested here
   70 |         std::vector<const QueueMetadata> queueMetadataCache_;
      |                                          ^
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryThreadMetadataCache.cpp:1:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadMetadataCache.hpp:7:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadHandle.hpp:9:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/chrono:944:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__chrono/duration.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__compare/ordering.h:13:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__type_traits/enable_if.h:28:58: error: no type named 'type' in 'std::enable_if<false, int>'; 'enable_if' cannot be used to disable this declaration
   28 | using __enable_if_t _LIBCPP_NODEBUG = typename enable_if<_Bp, _Tp>::type;
      |                                                          ^~~
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryThreadMetadataCache.cpp:1:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadMetadataCache.hpp:7:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadHandle.hpp:9:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/chrono:1002:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/vector:471:13: note: in instantiation of template type alias '__enable_if_t' requested here
  471 |   template <__enable_if_t<__is_allocator<_Allocator>::value, int> = 0>
      |             ^
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryThreadMetadataCache.cpp:1:
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadMetadataCache.hpp:70:42: note: in instantiation of template class 'std::vector<const sentry::profiling::QueueMetadata>' requested here
   70 |         std::vector<const QueueMetadata> queueMetadataCache_;
      |                                          ^
8 errors generated.
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryThreadHandle.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryThreadHandle.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'Sentry' from project 'Sentry')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryThreadHandle.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryThreadHandle.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryThreadHandle.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryThreadHandle.o -index-unit-output-path /Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryThreadHandle.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentrySamplingProfiler.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentrySamplingProfiler.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'Sentry' from project 'Sentry')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentrySamplingProfiler.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentrySamplingProfiler.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentrySamplingProfiler.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentrySamplingProfiler.o -index-unit-output-path /Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentrySamplingProfiler.o
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentrySamplingProfiler.cpp:1:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentrySamplingProfiler.hpp:8:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/functional:548:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__functional/function.h:21:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/allocator.h:95:17: error: static assertion failed due to requirement '!is_const<const sentry::profiling::ThreadMetadataCache::ThreadHandleMetadataPair>::value': std::allocator does not support const types
   95 |   static_assert(!is_const<_Tp>::value, "std::allocator does not support const types");
      |                 ^~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentrySamplingProfiler.cpp:1:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentrySamplingProfiler.hpp:8:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/functional:548:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__functional/function.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/allocator.h:15:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/allocate_at_least.h:13:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/allocator_traits.h:248:39: note: in instantiation of template class 'std::allocator<const sentry::profiling::ThreadMetadataCache::ThreadHandleMetadataPair>' requested here
  248 |   using value_type         = typename allocator_type::value_type;
      |                                       ^
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentrySamplingProfiler.cpp:1:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentrySamplingProfiler.hpp:8:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/functional:581:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/vector:400:20: note: in instantiation of template class 'std::allocator_traits<std::allocator<const sentry::profiling::ThreadMetadataCache::ThreadHandleMetadataPair>>' requested here
  400 |   typedef typename __alloc_traits::size_type size_type;
      |                    ^
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentrySamplingProfiler.cpp:5:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryBacktrace.hpp:9:
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadMetadataCache.hpp:69:53: note: in instantiation of template class 'std::vector<const sentry::profiling::ThreadMetadataCache::ThreadHandleMetadataPair>' requested here
   69 |         std::vector<const ThreadHandleMetadataPair> threadMetadataCache_;
      |                                                     ^
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentrySamplingProfiler.cpp:1:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentrySamplingProfiler.hpp:8:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/functional:548:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__functional/function.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/allocator.h:15:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/allocate_at_least.h:13:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/allocator_traits.h:378:17: error: static assertion failed due to requirement 'is_same<std::allocator<const sentry::profiling::ThreadMetadataCache::ThreadHandleMetadataPair>, std::allocator<int>>::value': [allocator.requirements] states that rebinding an allocator to the same type should result in the original allocator
  378 |   static_assert(is_same<_Alloc, __rebind_alloc<_Traits, typename _Traits::value_type> >::value,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentrySamplingProfiler.cpp:1:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentrySamplingProfiler.hpp:8:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/functional:581:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/vector:426:17: note: in instantiation of template class 'std::__check_valid_allocator<std::allocator<const sentry::profiling::ThreadMetadataCache::ThreadHandleMetadataPair>>' requested here
  426 |   static_assert(__check_valid_allocator<allocator_type>::value, "");
      |                 ^
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentrySamplingProfiler.cpp:5:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryBacktrace.hpp:9:
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadMetadataCache.hpp:69:53: note: in instantiation of template class 'std::vector<const sentry::profiling::ThreadMetadataCache::ThreadHandleMetadataPair>' requested here
   69 |         std::vector<const ThreadHandleMetadataPair> threadMetadataCache_;
      |                                                     ^
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentrySamplingProfiler.cpp:1:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentrySamplingProfiler.hpp:8:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/functional:581:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/vector:427:50: error: no type named 'value_type' in 'std::allocator<const sentry::profiling::ThreadMetadataCache::ThreadHandleMetadataPair>'
  427 |   static_assert(is_same<typename allocator_type::value_type, value_type>::value,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentrySamplingProfiler.cpp:5:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryBacktrace.hpp:9:
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadMetadataCache.hpp:69:53: note: in instantiation of template class 'std::vector<const sentry::profiling::ThreadMetadataCache::ThreadHandleMetadataPair>' requested here
   69 |         std::vector<const ThreadHandleMetadataPair> threadMetadataCache_;
      |                                                     ^
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentrySamplingProfiler.cpp:1:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentrySamplingProfiler.hpp:8:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/functional:534:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__functional/bind.h:14:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__functional/invoke.h:14:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__type_traits/invoke.h:16:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__type_traits/enable_if.h:28:58: error: no type named 'type' in 'std::enable_if<false, int>'; 'enable_if' cannot be used to disable this declaration
   28 | using __enable_if_t _LIBCPP_NODEBUG = typename enable_if<_Bp, _Tp>::type;
      |                                                          ^~~
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentrySamplingProfiler.cpp:1:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentrySamplingProfiler.hpp:8:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/functional:581:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/vector:471:13: note: in instantiation of template type alias '__enable_if_t' requested here
  471 |   template <__enable_if_t<__is_allocator<_Allocator>::value, int> = 0>
      |             ^
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentrySamplingProfiler.cpp:5:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryBacktrace.hpp:9:
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadMetadataCache.hpp:69:53: note: in instantiation of template class 'std::vector<const sentry::profiling::ThreadMetadataCache::ThreadHandleMetadataPair>' requested here
   69 |         std::vector<const ThreadHandleMetadataPair> threadMetadataCache_;
      |                                                     ^
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentrySamplingProfiler.cpp:1:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentrySamplingProfiler.hpp:8:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/functional:548:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__functional/function.h:21:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/allocator.h:95:17: error: static assertion failed due to requirement '!is_const<const sentry::profiling::QueueMetadata>::value': std::allocator does not support const types
   95 |   static_assert(!is_const<_Tp>::value, "std::allocator does not support const types");
      |                 ^~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentrySamplingProfiler.cpp:1:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentrySamplingProfiler.hpp:8:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/functional:548:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__functional/function.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/allocator.h:15:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/allocate_at_least.h:13:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/allocator_traits.h:248:39: note: in instantiation of template class 'std::allocator<const sentry::profiling::QueueMetadata>' requested here
  248 |   using value_type         = typename allocator_type::value_type;
      |                                       ^
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentrySamplingProfiler.cpp:1:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentrySamplingProfiler.hpp:8:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/functional:581:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/vector:400:20: note: in instantiation of template class 'std::allocator_traits<std::allocator<const sentry::profiling::QueueMetadata>>' requested here
  400 |   typedef typename __alloc_traits::size_type size_type;
      |                    ^
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentrySamplingProfiler.cpp:5:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryBacktrace.hpp:9:
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadMetadataCache.hpp:70:42: note: in instantiation of template class 'std::vector<const sentry::profiling::QueueMetadata>' requested here
   70 |         std::vector<const QueueMetadata> queueMetadataCache_;
      |                                          ^
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentrySamplingProfiler.cpp:1:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentrySamplingProfiler.hpp:8:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/functional:548:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__functional/function.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/allocator.h:15:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/allocate_at_least.h:13:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/allocator_traits.h:378:17: error: static assertion failed due to requirement 'is_same<std::allocator<const sentry::profiling::QueueMetadata>, std::allocator<int>>::value': [allocator.requirements] states that rebinding an allocator to the same type should result in the original allocator
  378 |   static_assert(is_same<_Alloc, __rebind_alloc<_Traits, typename _Traits::value_type> >::value,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentrySamplingProfiler.cpp:1:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentrySamplingProfiler.hpp:8:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/functional:581:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/vector:426:17: note: in instantiation of template class 'std::__check_valid_allocator<std::allocator<const sentry::profiling::QueueMetadata>>' requested here
  426 |   static_assert(__check_valid_allocator<allocator_type>::value, "");
      |                 ^
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentrySamplingProfiler.cpp:5:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryBacktrace.hpp:9:
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadMetadataCache.hpp:70:42: note: in instantiation of template class 'std::vector<const sentry::profiling::QueueMetadata>' requested here
   70 |         std::vector<const QueueMetadata> queueMetadataCache_;
      |                                          ^
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentrySamplingProfiler.cpp:1:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentrySamplingProfiler.hpp:8:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/functional:581:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/vector:427:50: error: no type named 'value_type' in 'std::allocator<const sentry::profiling::QueueMetadata>'
  427 |   static_assert(is_same<typename allocator_type::value_type, value_type>::value,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentrySamplingProfiler.cpp:5:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryBacktrace.hpp:9:
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadMetadataCache.hpp:70:42: note: in instantiation of template class 'std::vector<const sentry::profiling::QueueMetadata>' requested here
   70 |         std::vector<const QueueMetadata> queueMetadataCache_;
      |                                          ^
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentrySamplingProfiler.cpp:1:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentrySamplingProfiler.hpp:8:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/functional:534:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__functional/bind.h:14:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__functional/invoke.h:14:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__type_traits/invoke.h:16:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__type_traits/enable_if.h:28:58: error: no type named 'type' in 'std::enable_if<false, int>'; 'enable_if' cannot be used to disable this declaration
   28 | using __enable_if_t _LIBCPP_NODEBUG = typename enable_if<_Bp, _Tp>::type;
      |                                                          ^~~
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentrySamplingProfiler.cpp:1:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentrySamplingProfiler.hpp:8:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/functional:581:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/vector:471:13: note: in instantiation of template type alias '__enable_if_t' requested here
  471 |   template <__enable_if_t<__is_allocator<_Allocator>::value, int> = 0>
      |             ^
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentrySamplingProfiler.cpp:5:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryBacktrace.hpp:9:
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadMetadataCache.hpp:70:42: note: in instantiation of template class 'std::vector<const sentry::profiling::QueueMetadata>' requested here
   70 |         std::vector<const QueueMetadata> queueMetadataCache_;
      |                                          ^
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentrySamplingProfiler.cpp:1:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentrySamplingProfiler.hpp:8:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/functional:548:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__functional/function.h:24:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/builtin_new_allocator.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/unique_ptr.h:21:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/compressed_pair.h:146:12: error: static_cast from '__compressed_pair<allocator<ThreadMetadataCache>, ThreadMetadataCache> *' to '_Base1 *' (aka '__compressed_pair_elem<std::allocator<sentry::profiling::ThreadMetadataCache>, 0> *'), which are not related by inheritance, is not allowed
  146 |     return static_cast<_Base1*>(__pair);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentrySamplingProfiler.cpp:1:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentrySamplingProfiler.hpp:8:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/functional:578:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/array:507:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/algorithm:1842:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__algorithm/for_each.h:16:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__ranges/movable_box.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/optional:1294:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/memory:944:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/inout_ptr.h:16:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/shared_ptr.h:314:68: note: in instantiation of member function 'std::__compressed_pair<std::allocator<sentry::profiling::ThreadMetadataCache>, sentry::profiling::ThreadMetadataCache>::__get_first_base' requested here
  314 |       typename _CompressedPair::_Base1* __first = _CompressedPair::__get_first_base(__as_pair);
      |                                                                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/shared_ptr.h:310:75: note: in instantiation of member function 'std::__shared_ptr_emplace<sentry::profiling::ThreadMetadataCache, std::allocator<sentry::profiling::ThreadMetadataCache>>::_Storage::__get_alloc' requested here
  310 |     _LIBCPP_HIDE_FROM_ABI explicit _Storage(_Alloc&& __a) { ::new ((void*)__get_alloc()) _Alloc(std::move(__a)); }
      |                                                                           ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/shared_ptr.h:263:88: note: in instantiation of member function 'std::__shared_ptr_emplace<sentry::profiling::ThreadMetadataCache, std::allocator<sentry::profiling::ThreadMetadataCache>>::_Storage::_Storage' requested here
  263 |   _LIBCPP_HIDE_FROM_ABI explicit __shared_ptr_emplace(_Alloc __a, _Args&&... __args) : __storage_(std::move(__a)) {
      |                                                                                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/shared_ptr.h:845:51: note: in instantiation of function template specialization 'std::__shared_ptr_emplace<sentry::profiling::ThreadMetadataCache, std::allocator<sentry::profiling::ThreadMetadataCache>>::__shared_ptr_emplace<std::allocator<sentry::profiling::ThreadMetadataCache>, 0>' requested here
  845 |   ::new ((void*)std::addressof(*__guard.__get())) _ControlBlock(__a, std::forward<_Args>(__args)...);
      |                                                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/shared_ptr.h:853:15: note: in instantiation of function template specialization 'std::allocate_shared<sentry::profiling::ThreadMetadataCache, std::allocator<sentry::profiling::ThreadMetadataCache>, 0>' requested here
  853 |   return std::allocate_shared<_Tp>(allocator<__remove_cv_t<_Tp> >(), std::forward<_Args>(__args)...);
      |               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentrySamplingProfiler.cpp:62:23: note: in instantiation of function template specialization 'std::make_shared<sentry::profiling::ThreadMetadataCache, 0>' requested here
   62 |         , cache_(std::make_shared<ThreadMetadataCache>())
      |                       ^
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentrySamplingProfiler.cpp:1:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentrySamplingProfiler.hpp:8:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/functional:548:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__functional/function.h:24:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/builtin_new_allocator.h:13:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/unique_ptr.h:21:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/compressed_pair.h:149:12: error: static_cast from '__compressed_pair<allocator<ThreadMetadataCache>, ThreadMetadataCache> *' to '_Base2 *' (aka '__compressed_pair_elem<sentry::profiling::ThreadMetadataCache, 1> *'), which are not related by inheritance, is not allowed
  149 |     return static_cast<_Base2*>(__pair);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentrySamplingProfiler.cpp:1:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentrySamplingProfiler.hpp:8:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/functional:578:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/array:507:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/algorithm:1842:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__algorithm/for_each.h:16:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__ranges/movable_box.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/optional:1294:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/memory:944:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/inout_ptr.h:16:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/shared_ptr.h:320:69: note: in instantiation of member function 'std::__compressed_pair<std::allocator<sentry::profiling::ThreadMetadataCache>, sentry::profiling::ThreadMetadataCache>::__get_second_base' requested here
  320 |       typename _CompressedPair::_Base2* __second = _CompressedPair::__get_second_base(__as_pair);
      |                                                                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/shared_ptr.h:271:73: note: in instantiation of member function 'std::__shared_ptr_emplace<sentry::profiling::ThreadMetadataCache, std::allocator<sentry::profiling::ThreadMetadataCache>>::_Storage::__get_elem' requested here
  271 |   _LIBCPP_HIDE_FROM_ABI _Tp* __get_elem() _NOEXCEPT { return __storage_.__get_elem(); }
      |                                                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/shared_ptr.h:848:26: note: in instantiation of member function 'std::__shared_ptr_emplace<sentry::profiling::ThreadMetadataCache, std::allocator<sentry::profiling::ThreadMetadataCache>>::__get_elem' requested here
  848 |       (*__control_block).__get_elem(), std::addressof(*__control_block));
      |                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/shared_ptr.h:853:15: note: in instantiation of function template specialization 'std::allocate_shared<sentry::profiling::ThreadMetadataCache, std::allocator<sentry::profiling::ThreadMetadataCache>, 0>' requested here
  853 |   return std::allocate_shared<_Tp>(allocator<__remove_cv_t<_Tp> >(), std::forward<_Args>(__args)...);
      |               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentrySamplingProfiler.cpp:62:23: note: in instantiation of function template specialization 'std::make_shared<sentry::profiling::ThreadMetadataCache, 0>' requested here
   62 |         , cache_(std::make_shared<ThreadMetadataCache>())
      |                       ^
10 errors generated.
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryProfilingLogging.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryProfilingLogging.mm normal arm64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'Sentry' from project 'Sentry')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryProfilingLogging.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryProfilingLogging.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryProfilingLogging.mm -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryProfilingLogging.o -index-unit-output-path /Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryProfilingLogging.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryProfiler.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryProfiler.mm normal arm64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'Sentry' from project 'Sentry')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryProfiler.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryProfiler.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryProfiler.mm -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryProfiler.o -index-unit-output-path /Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryProfiler.o
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryProfiler.mm:5:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryBacktrace.hpp:8:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadHandle.hpp:9:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/chrono:1001:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/string_view:941:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/algorithm:1842:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__algorithm/for_each.h:16:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__ranges/movable_box.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/optional:1294:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/memory:940:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/allocator.h:95:17: error: static assertion failed due to requirement '!is_const<const sentry::profiling::ThreadMetadataCache::ThreadHandleMetadataPair>::value': std::allocator does not support const types
   95 |   static_assert(!is_const<_Tp>::value, "std::allocator does not support const types");
      |                 ^~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryProfiler.mm:5:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryBacktrace.hpp:8:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadHandle.hpp:9:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/chrono:1001:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/string_view:941:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/algorithm:1842:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__algorithm/for_each.h:16:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__ranges/movable_box.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/optional:1294:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/memory:940:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/allocator.h:15:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/allocate_at_least.h:13:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/allocator_traits.h:248:39: note: in instantiation of template class 'std::allocator<const sentry::profiling::ThreadMetadataCache::ThreadHandleMetadataPair>' requested here
  248 |   using value_type         = typename allocator_type::value_type;
      |                                       ^
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryProfiler.mm:5:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryBacktrace.hpp:8:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadHandle.hpp:9:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/chrono:1002:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/vector:400:20: note: in instantiation of template class 'std::allocator_traits<std::allocator<const sentry::profiling::ThreadMetadataCache::ThreadHandleMetadataPair>>' requested here
  400 |   typedef typename __alloc_traits::size_type size_type;
      |                    ^
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryProfiler.mm:5:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryBacktrace.hpp:9:
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadMetadataCache.hpp:69:53: note: in instantiation of template class 'std::vector<const sentry::profiling::ThreadMetadataCache::ThreadHandleMetadataPair>' requested here
   69 |         std::vector<const ThreadHandleMetadataPair> threadMetadataCache_;
      |                                                     ^
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryProfiler.mm:5:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryBacktrace.hpp:8:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadHandle.hpp:9:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/chrono:1001:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/string_view:941:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/algorithm:1842:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__algorithm/for_each.h:16:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__ranges/movable_box.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/optional:1294:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/memory:940:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/allocator.h:15:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/allocate_at_least.h:13:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/allocator_traits.h:378:17: error: static assertion failed due to requirement 'is_same<std::allocator<const sentry::profiling::ThreadMetadataCache::ThreadHandleMetadataPair>, std::allocator<int>>::value': [allocator.requirements] states that rebinding an allocator to the same type should result in the original allocator
  378 |   static_assert(is_same<_Alloc, __rebind_alloc<_Traits, typename _Traits::value_type> >::value,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryProfiler.mm:5:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryBacktrace.hpp:8:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadHandle.hpp:9:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/chrono:1002:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/vector:426:17: note: in instantiation of template class 'std::__check_valid_allocator<std::allocator<const sentry::profiling::ThreadMetadataCache::ThreadHandleMetadataPair>>' requested here
  426 |   static_assert(__check_valid_allocator<allocator_type>::value, "");
      |                 ^
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryProfiler.mm:5:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryBacktrace.hpp:9:
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadMetadataCache.hpp:69:53: note: in instantiation of template class 'std::vector<const sentry::profiling::ThreadMetadataCache::ThreadHandleMetadataPair>' requested here
   69 |         std::vector<const ThreadHandleMetadataPair> threadMetadataCache_;
      |                                                     ^
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryProfiler.mm:5:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryBacktrace.hpp:8:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadHandle.hpp:9:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/chrono:1002:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/vector:427:50: error: no type named 'value_type' in 'std::allocator<const sentry::profiling::ThreadMetadataCache::ThreadHandleMetadataPair>'
  427 |   static_assert(is_same<typename allocator_type::value_type, value_type>::value,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryProfiler.mm:5:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryBacktrace.hpp:9:
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadMetadataCache.hpp:69:53: note: in instantiation of template class 'std::vector<const sentry::profiling::ThreadMetadataCache::ThreadHandleMetadataPair>' requested here
   69 |         std::vector<const ThreadHandleMetadataPair> threadMetadataCache_;
      |                                                     ^
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryProfiler.mm:1:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryProfiler.h:3:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentrySpan.h:1:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/Public/SentryDefines.h:1:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/math.h:358:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__math/abs.h:13:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__type_traits/enable_if.h:28:58: error: no type named 'type' in 'std::enable_if<false, int>'; 'enable_if' cannot be used to disable this declaration
   28 | using __enable_if_t _LIBCPP_NODEBUG = typename enable_if<_Bp, _Tp>::type;
      |                                                          ^~~
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryProfiler.mm:5:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryBacktrace.hpp:8:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadHandle.hpp:9:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/chrono:1002:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/vector:471:13: note: in instantiation of template type alias '__enable_if_t' requested here
  471 |   template <__enable_if_t<__is_allocator<_Allocator>::value, int> = 0>
      |             ^
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryProfiler.mm:5:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryBacktrace.hpp:9:
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadMetadataCache.hpp:69:53: note: in instantiation of template class 'std::vector<const sentry::profiling::ThreadMetadataCache::ThreadHandleMetadataPair>' requested here
   69 |         std::vector<const ThreadHandleMetadataPair> threadMetadataCache_;
      |                                                     ^
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryProfiler.mm:5:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryBacktrace.hpp:8:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadHandle.hpp:9:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/chrono:1001:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/string_view:941:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/algorithm:1842:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__algorithm/for_each.h:16:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__ranges/movable_box.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/optional:1294:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/memory:940:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/allocator.h:95:17: error: static assertion failed due to requirement '!is_const<const sentry::profiling::QueueMetadata>::value': std::allocator does not support const types
   95 |   static_assert(!is_const<_Tp>::value, "std::allocator does not support const types");
      |                 ^~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryProfiler.mm:5:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryBacktrace.hpp:8:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadHandle.hpp:9:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/chrono:1001:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/string_view:941:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/algorithm:1842:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__algorithm/for_each.h:16:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__ranges/movable_box.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/optional:1294:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/memory:940:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/allocator.h:15:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/allocate_at_least.h:13:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/allocator_traits.h:248:39: note: in instantiation of template class 'std::allocator<const sentry::profiling::QueueMetadata>' requested here
  248 |   using value_type         = typename allocator_type::value_type;
      |                                       ^
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryProfiler.mm:5:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryBacktrace.hpp:8:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadHandle.hpp:9:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/chrono:1002:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/vector:400:20: note: in instantiation of template class 'std::allocator_traits<std::allocator<const sentry::profiling::QueueMetadata>>' requested here
  400 |   typedef typename __alloc_traits::size_type size_type;
      |                    ^
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryProfiler.mm:5:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryBacktrace.hpp:9:
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadMetadataCache.hpp:70:42: note: in instantiation of template class 'std::vector<const sentry::profiling::QueueMetadata>' requested here
   70 |         std::vector<const QueueMetadata> queueMetadataCache_;
      |                                          ^
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryProfiler.mm:5:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryBacktrace.hpp:8:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadHandle.hpp:9:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/chrono:1001:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/string_view:941:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/algorithm:1842:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__algorithm/for_each.h:16:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__ranges/movable_box.h:21:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/optional:1294:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/memory:940:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/allocator.h:15:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/allocate_at_least.h:13:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__memory/allocator_traits.h:378:17: error: static assertion failed due to requirement 'is_same<std::allocator<const sentry::profiling::QueueMetadata>, std::allocator<int>>::value': [allocator.requirements] states that rebinding an allocator to the same type should result in the original allocator
  378 |   static_assert(is_same<_Alloc, __rebind_alloc<_Traits, typename _Traits::value_type> >::value,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryProfiler.mm:5:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryBacktrace.hpp:8:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadHandle.hpp:9:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/chrono:1002:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/vector:426:17: note: in instantiation of template class 'std::__check_valid_allocator<std::allocator<const sentry::profiling::QueueMetadata>>' requested here
  426 |   static_assert(__check_valid_allocator<allocator_type>::value, "");
      |                 ^
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryProfiler.mm:5:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryBacktrace.hpp:9:
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadMetadataCache.hpp:70:42: note: in instantiation of template class 'std::vector<const sentry::profiling::QueueMetadata>' requested here
   70 |         std::vector<const QueueMetadata> queueMetadataCache_;
      |                                          ^
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryProfiler.mm:5:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryBacktrace.hpp:8:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadHandle.hpp:9:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/chrono:1002:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/vector:427:50: error: no type named 'value_type' in 'std::allocator<const sentry::profiling::QueueMetadata>'
  427 |   static_assert(is_same<typename allocator_type::value_type, value_type>::value,
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryProfiler.mm:5:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryBacktrace.hpp:9:
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadMetadataCache.hpp:70:42: note: in instantiation of template class 'std::vector<const sentry::profiling::QueueMetadata>' requested here
   70 |         std::vector<const QueueMetadata> queueMetadataCache_;
      |                                          ^
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryProfiler.mm:1:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryProfiler.h:3:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentrySpan.h:1:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/Public/SentryDefines.h:1:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:28:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/math.h:358:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__math/abs.h:13:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__type_traits/enable_if.h:28:58: error: no type named 'type' in 'std::enable_if<false, int>'; 'enable_if' cannot be used to disable this declaration
   28 | using __enable_if_t _LIBCPP_NODEBUG = typename enable_if<_Bp, _Tp>::type;
      |                                                          ^~~
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryProfiler.mm:5:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryBacktrace.hpp:8:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadHandle.hpp:9:
In file included from /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/chrono:1002:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/vector:471:13: note: in instantiation of template type alias '__enable_if_t' requested here
  471 |   template <__enable_if_t<__is_allocator<_Allocator>::value, int> = 0>
      |             ^
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryProfiler.mm:5:
In file included from /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryBacktrace.hpp:9:
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/include/SentryThreadMetadataCache.hpp:70:42: note: in instantiation of template class 'std::vector<const sentry::profiling::QueueMetadata>' requested here
   70 |         std::vector<const QueueMetadata> queueMetadataCache_;
      |                                          ^
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryMachLogging.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryMachLogging.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'Sentry' from project 'Sentry')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryMachLogging.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryMachLogging.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryMachLogging.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryMachLogging.o -index-unit-output-path /Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryMachLogging.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryDevice.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryDevice.mm normal arm64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'Sentry' from project 'Sentry')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryDevice.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryDevice.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryDevice.mm -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryDevice.o -index-unit-output-path /Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryDevice.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashUUIDConversion.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/SentryCrash/Recording/Tools/SentryCrashUUIDConversion.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Sentry' from project 'Sentry')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashUUIDConversion.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashUUIDConversion.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/SentryCrash/Recording/Tools/SentryCrashUUIDConversion.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashUUIDConversion.o -index-unit-output-path /Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashUUIDConversion.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashMonitor_CPPException.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_CPPException.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'Sentry' from project 'Sentry')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashMonitor_CPPException.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashMonitor_CPPException.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_CPPException.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashMonitor_CPPException.o -index-unit-output-path /Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashMonitor_CPPException.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryBacktrace.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryBacktrace.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'Sentry' from project 'Sentry')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryBacktrace.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryBacktrace.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryBacktrace.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryBacktrace.o -index-unit-output-path /Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryBacktrace.o
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_availability_internal-BRQY15FLC6RG6C3YPI0FW1NTW.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_availability_internal-BRQY15FLC6RG6C3YPI0FW1NTW.scan
** BUILD FAILED **
The following build commands failed:
	CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryThreadMetadataCache.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryThreadMetadataCache.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'Sentry' from project 'Sentry')
	CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentrySamplingProfiler.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentrySamplingProfiler.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'Sentry' from project 'Sentry')
	Building workspace spi-builder-workspace with scheme swift-log-sentry
(3 failures)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  swift-log: https://github.com/apple/swift-log.git @ 1.6.3
  Sentry: https://github.com/getsentry/sentry-cocoa.git @ 7.31.5
  swift-log-sentry: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-log, Sentry, swift-log-sentry
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "sentry-cocoa",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.0.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/getsentry/sentry-cocoa.git"
    }
  ],
  "manifest_display_name" : "swift-log-sentry",
  "name" : "swift-log-sentry",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "SentryLogHandler",
      "targets" : [
        "swift-log-sentry"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swift_log_sentryTests",
      "module_type" : "SwiftTarget",
      "name" : "swift-log-sentryTests",
      "path" : "Tests/swift-log-sentryTests",
      "product_dependencies" : [
        "Logging",
        "Sentry"
      ],
      "sources" : [
        "swift_log_sentryTests.swift"
      ],
      "target_dependencies" : [
        "swift-log-sentry"
      ],
      "type" : "test"
    },
    {
      "c99name" : "swift_log_sentry",
      "module_type" : "SwiftTarget",
      "name" : "swift-log-sentry",
      "path" : "Sources/swift-log-sentry",
      "product_dependencies" : [
        "Logging",
        "Sentry"
      ],
      "product_memberships" : [
        "SentryLogHandler"
      ],
      "sources" : [
        "LogHandler.swift",
        "SentryClient+Live.swift",
        "SentryClient.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "swift-log-sentry"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-log-sentry -destination generic/platform=iOS
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme swift-log-sentry -destination generic/platform=iOS
Resolve Package Graph
Resolved source packages:
  swift-log: https://github.com/apple/swift-log.git @ 1.6.3
  swift-log-sentry: /Users/admin/builder/spi-builder-workspace
  Sentry: https://github.com/getsentry/sentry-cocoa.git @ 7.31.5
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (7 targets)
    Target 'swift-log-sentryTests' in project 'swift-log-sentry'
        ➜ Explicit dependency on target 'swift-log-sentry' in project 'swift-log-sentry'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Sentry' in project 'Sentry'
    Target 'SentryLogHandler' in project 'swift-log-sentry'
        ➜ Explicit dependency on target 'swift-log-sentry' in project 'swift-log-sentry'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Sentry' in project 'Sentry'
    Target 'swift-log-sentry' in project 'swift-log-sentry'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Sentry' in project 'Sentry'
    Target 'Sentry' in project 'Sentry'
        ➜ Explicit dependency on target 'Sentry' in project 'Sentry'
    Target 'Sentry' in project 'Sentry' (no dependencies)
    Target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x objective-c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: f500d48ef647cb92f424481f6cb561bd
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/f500d48ef647cb92f424481f6cb561bd.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashStackCursor_Backtrace.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor_Backtrace.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Sentry' from project 'Sentry')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashStackCursor_Backtrace.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashStackCursor_Backtrace.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashStackCursor_Backtrace.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor_Backtrace.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashStackCursor_Backtrace.o -index-unit-output-path /Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashStackCursor_Backtrace.o
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashObjC.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/SentryCrash/Recording/Tools/SentryCrashObjC.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Sentry' from project 'Sentry')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashObjC.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashObjC.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashObjC.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/SentryCrash/Recording/Tools/SentryCrashObjC.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashObjC.o -index-unit-output-path /Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashObjC.o
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashStackCursor.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Sentry' from project 'Sentry')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashStackCursor.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashStackCursor.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashStackCursor.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashStackCursor.o -index-unit-output-path /Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashStackCursor.o
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/Container+SentryDeepSearch.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/SentryCrash/Reporting/Filters/Tools/Container+SentryDeepSearch.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Sentry' from project 'Sentry')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/Container+SentryDeepSearch.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/Container+SentryDeepSearch.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/Container+SentryDeepSearch.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/SentryCrash/Reporting/Filters/Tools/Container+SentryDeepSearch.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/Container+SentryDeepSearch.o -index-unit-output-path /Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/Container+SentryDeepSearch.o
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashSignalInfo.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/SentryCrash/Recording/Tools/SentryCrashSignalInfo.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Sentry' from project 'Sentry')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashSignalInfo.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashSignalInfo.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashSignalInfo.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/SentryCrash/Recording/Tools/SentryCrashSignalInfo.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashSignalInfo.o -index-unit-output-path /Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashSignalInfo.o
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashCString.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/SentryCrash/Reporting/Tools/SentryCrashCString.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Sentry' from project 'Sentry')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashCString.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashCString.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashCString.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/SentryCrash/Reporting/Tools/SentryCrashCString.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashCString.o -index-unit-output-path /Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashCString.o
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashMemory.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/SentryCrash/Recording/Tools/SentryCrashMemory.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Sentry' from project 'Sentry')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashMemory.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashMemory.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashMemory.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/SentryCrash/Recording/Tools/SentryCrashMemory.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashMemory.o -index-unit-output-path /Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashMemory.o
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashMachineContext.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/SentryCrash/Recording/Tools/SentryCrashMachineContext.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Sentry' from project 'Sentry')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashMachineContext.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashMachineContext.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashMachineContext.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/SentryCrash/Recording/Tools/SentryCrashMachineContext.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashMachineContext.o -index-unit-output-path /Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashMachineContext.o
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashMach.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/SentryCrash/Recording/Tools/SentryCrashMach.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Sentry' from project 'Sentry')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashMach.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashMach.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashMach.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/SentryCrash/Recording/Tools/SentryCrashMach.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashMach.o -index-unit-output-path /Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashMach.o
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashReportStore.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/SentryCrash/Recording/SentryCrashReportStore.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Sentry' from project 'Sentry')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashReportStore.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashReportStore.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashReportStore.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/SentryCrash/Recording/SentryCrashReportStore.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashReportStore.o -index-unit-output-path /Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashReportStore.o
SwiftDriver Logging normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Logging -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -enable-experimental-feature StrictConcurrency\=complete -enable-upcoming-feature MemberImportVisibility -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swift_log -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-iphoneos/Logging.build/Objects-normal/arm64/Logging-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryTransactionContext.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryTransactionContext.mm normal arm64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'Sentry' from project 'Sentry')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryTransactionContext.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryTransactionContext.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryTransactionContext.mm -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryTransactionContext.o -index-unit-output-path /Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryTransactionContext.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryTime.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryTime.mm normal arm64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'Sentry' from project 'Sentry')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryTime.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryTime.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryTime.mm -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryTime.o -index-unit-output-path /Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryTime.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryThreadMetadataCache.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryThreadMetadataCache.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'Sentry' from project 'Sentry')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryThreadMetadataCache.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryThreadMetadataCache.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryThreadMetadataCache.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryThreadMetadataCache.o -index-unit-output-path /Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryThreadMetadataCache.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentrySamplingProfiler.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentrySamplingProfiler.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'Sentry' from project 'Sentry')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentrySamplingProfiler.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentrySamplingProfiler.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentrySamplingProfiler.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentrySamplingProfiler.o -index-unit-output-path /Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentrySamplingProfiler.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryProfilingLogging.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryProfilingLogging.mm normal arm64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'Sentry' from project 'Sentry')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryProfilingLogging.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryProfilingLogging.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryProfilingLogging.mm -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryProfilingLogging.o -index-unit-output-path /Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryProfilingLogging.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryProfiler.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryProfiler.mm normal arm64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'Sentry' from project 'Sentry')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryProfiler.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryProfiler.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryProfiler.mm -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryProfiler.o -index-unit-output-path /Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryProfiler.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryDevice.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryDevice.mm normal arm64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'Sentry' from project 'Sentry')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryDevice.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryDevice.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryDevice.mm -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryDevice.o -index-unit-output-path /Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryDevice.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashMonitor_CPPException.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_CPPException.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'Sentry' from project 'Sentry')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashMonitor_CPPException.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashMonitor_CPPException.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_CPPException.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashMonitor_CPPException.o -index-unit-output-path /Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashMonitor_CPPException.o
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_CPPException.cpp:59:13: error: no type named 'terminate_handler' in namespace 'std'
   59 | static std::terminate_handler g_originalTerminateHandler;
      |        ~~~~~^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_CPPException.cpp:197:47: error: no member named 'set_terminate' in namespace 'std'
  197 |             g_originalTerminateHandler = std::set_terminate(CPPExceptionTerminate);
      |                                          ~~~~~^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_CPPException.cpp:199:18: error: no type named 'set_terminate' in namespace 'std'
  199 |             std::set_terminate(g_originalTerminateHandler);
      |             ~~~~~^
3 errors generated.
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryBacktrace.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryBacktrace.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'Sentry' from project 'Sentry')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/82b82416624d2658e5098eb0a28c15c5-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryBacktrace.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryBacktrace.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/Sentry/SentryBacktrace.cpp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryBacktrace.o -index-unit-output-path /Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryBacktrace.o
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_availability_internal-BRQY15FLC6RG6C3YPI0FW1NTW.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_availability_internal-BRQY15FLC6RG6C3YPI0FW1NTW.scan
SwiftEmitModule normal arm64 Emitting\ module\ for\ Logging (in target 'Logging' from project 'swift-log')
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_fenv-DPIM1NZ3D411JU99ECPJMNQ4Z.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_fenv-DPIM1NZ3D411JU99ECPJMNQ4Z.scan
** BUILD FAILED **
The following build commands failed:
	CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Sentry.build/Debug-iphoneos/Sentry.build/Objects-normal/arm64/SentryCrashMonitor_CPPException.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/sentry-cocoa/Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_CPPException.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'Sentry' from project 'Sentry')
	Building workspace spi-builder-workspace with scheme swift-log-sentry
(2 failures)
BUILD FAILURE 6.1 iOS