The Swift Package Index logo.Swift Package Index

Build Information

Successful build of OpenUSD, reference main (263df8), with Swift 6.2 for iOS using Xcode 26.3 on 19 Mar 2026 01:56:11 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

  _LIBCPP_HIDE_FROM_ABI error_condition(int __val, const error_category& __cat) _NOEXCEPT
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:56:52: note: parameter '__cat' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI error_condition(int __val, const error_category& __cat) _NOEXCEPT
                                                   ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:66:3: note: function 'assign' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:66:48: note: parameter '__cat' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
                                               ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:85:3: note: function 'category' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:85:3: note: return type unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:49:3: note: function 'error_code' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__cat) {}
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:49:47: note: parameter '__cat' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__cat) {}
                                              ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:57:3: note: function 'assign' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:57:48: note: parameter '__cat' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
                                               ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:76:3: note: function 'category' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:76:3: note: return type unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/__exception/exception_ptr.h:73:3: note: function 'exception_ptr' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {}
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/__exception/exception_ptr.h:73:39: note: parameter '' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {}
                                      ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/__filesystem/directory_iterator.h:86:3: note: function 'operator++' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI __dir_element_proxy operator++(int) {
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/__filesystem/directory_iterator.h:86:3: note: return type unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI __dir_element_proxy operator++(int) {
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/__filesystem/recursive_directory_iterator.h:82:3: note: function 'operator++' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI __dir_element_proxy operator++(int) {
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/__filesystem/recursive_directory_iterator.h:82:3: note: return type unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI __dir_element_proxy operator++(int) {
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/__locale:112:3: note: function 'has_facet' unavailable (cannot import)
  bool has_facet(id&) const;
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/__locale:112:18: note: parameter '' unavailable (cannot import)
  bool has_facet(id&) const;
                 ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/__locale:113:3: note: function 'use_facet' unavailable (cannot import)
  const facet* use_facet(id&) const;
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/__locale:113:26: note: parameter '' unavailable (cannot import)
  const facet* use_facet(id&) const;
                         ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/typeindex:69:3: note: function 'type_index' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI type_index(const type_info& __y) _NOEXCEPT : __t_(&__y) {}
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/typeindex:69:36: note: parameter '__y' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI type_index(const type_info& __y) _NOEXCEPT : __t_(&__y) {}
                                   ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/any:271:3: note: function 'type' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI const type_info& type() const _NOEXCEPT {
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/any:271:3: note: return type unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI const type_info& type() const _NOEXCEPT {
  ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/swift-package/Sources/OpenUSD/SwiftOverlay/VtArrayProtocol.swift (in target 'OpenUSD' from project 'OpenUSD')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usdImaging/usdImaging/instanceAdapter.h:577:18: warning: cycle detected while resolving 'PrimvarInfo' in swift_name attribute for 'operator=='
            bool operator==(const PrimvarInfo& rhs) const;
                 ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usdImaging/usdImaging/instanceAdapter.h:557:12: note: while resolving 'UsdImagingInstanceAdapter' in swift_name attribute for '_InstancerData'
    struct _InstancerData {
           ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usdImaging/usdImaging/instanceAdapter.h:574:16: note: while resolving '_InstancerData' in swift_name attribute for 'PrimvarInfo'
        struct PrimvarInfo {
               ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usdImaging/usdImaging/instanceAdapter.h:577:18: note: please report this issue to the owners of '_OpenUSD_SwiftBindingHelpers'
            bool operator==(const PrimvarInfo& rhs) const;
                 ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/imaging/hd/dependencyForwardingSceneIndex.h:239:21: warning: cycle detected while resolving '_VisitedNode' in swift_name attribute for 'operator=='
        inline bool operator==(_VisitedNode const &rhs) const noexcept
                    ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/base/tf/declarePtrs.h:31:41: note: while resolving 'TfDeclarePtrs' in swift_name attribute for 'RefPtr'
    typedef TfRefPtr< T >               RefPtr;
                                        ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/imaging/hd/dependencyForwardingSceneIndex.h:234:12: note: while resolving 'HdDependencyForwardingSceneIndex' in swift_name attribute for '_VisitedNode'
    struct _VisitedNode
           ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/imaging/hd/dependencyForwardingSceneIndex.h:239:21: note: please report this issue to the owners of '_OpenUSD_SwiftBindingHelpers'
        inline bool operator==(_VisitedNode const &rhs) const noexcept
                    ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usd/notice.h:258:22: warning: cycle detected while resolving 'iterator' in swift_name attribute for 'operator=='
                bool operator==(const iterator& other) const{
                     ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usd/notice.h:111:11: note: while resolving 'UsdNotice' in swift_name attribute for 'ObjectsChanged'
    class ObjectsChanged : public StageNotice {
          ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usd/notice.h:229:15: note: while resolving 'ObjectsChanged' in swift_name attribute for 'PathRange'
        class PathRange
              ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usd/notice.h:233:19: note: while resolving 'PathRange' in swift_name attribute for 'iterator'
            class iterator {
                  ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usd/notice.h:258:22: note: please report this issue to the owners of '_OpenUSD_SwiftBindingHelpers'
                bool operator==(const iterator& other) const{
                     ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/exec/vdf/sparseInputPathFinder.h:104:14: warning: cycle detected while resolving '_PathSegment' in swift_name attribute for 'operator=='
        bool operator==(const _PathSegment &rhs) const {
             ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/exec/vdf/sparseInputPathFinder.h:95:12: note: while resolving 'VdfSparseInputPathFinder' in swift_name attribute for '_PathSegment'
    struct _PathSegment
           ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/exec/vdf/sparseInputPathFinder.h:104:14: note: please report this issue to the owners of '_OpenUSD_SwiftBindingHelpers'
        bool operator==(const _PathSegment &rhs) const {
             ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usdGeom/hermiteCurves.h:257:14: warning: cycle detected while resolving 'PointAndTangentArrays' in swift_name attribute for 'operator=='
        bool operator==(const PointAndTangentArrays& other) {
             ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usdGeom/hermiteCurves.h:201:11: note: while resolving 'UsdGeomHermiteCurves' in swift_name attribute for 'PointAndTangentArrays'
    class PointAndTangentArrays {
          ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usdGeom/hermiteCurves.h:257:14: note: please report this issue to the owners of '_OpenUSD_SwiftBindingHelpers'
        bool operator==(const PointAndTangentArrays& other) {
             ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usdGeom/bboxCache.h:412:14: warning: cycle detected while resolving '_PrimContext' in swift_name attribute for 'operator=='
        bool operator==(const _PrimContext &rhs) const {
             ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usdGeom/bboxCache.h:399:12: note: while resolving 'UsdGeomBBoxCache' in swift_name attribute for '_PrimContext'
    struct _PrimContext {
           ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usdGeom/bboxCache.h:412:14: note: please report this issue to the owners of '_OpenUSD_SwiftBindingHelpers'
        bool operator==(const _PrimContext &rhs) const {
             ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/imaging/glf/drawTarget.h:72:11: warning: unable to infer SWIFT_SHARED_REFERENCE for 'Attachment', although one of its transitive base types is marked as SWIFT_SHARED_REFERENCE
    class Attachment : public GlfTexture {
          ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:56:3: note: function 'error_condition' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI error_condition(int __val, const error_category& __cat) _NOEXCEPT
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:56:52: note: parameter '__cat' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI error_condition(int __val, const error_category& __cat) _NOEXCEPT
                                                   ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:66:3: note: function 'assign' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:66:48: note: parameter '__cat' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
                                               ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:85:3: note: function 'category' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/__system_error/error_condition.h:85:3: note: return type unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:49:3: note: function 'error_code' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__cat) {}
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:49:47: note: parameter '__cat' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val), __cat_(&__cat) {}
                                              ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:57:3: note: function 'assign' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:57:48: note: parameter '__cat' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT {
                                               ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:76:3: note: function 'category' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/__system_error/error_code.h:76:3: note: return type unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI const error_category& category() const _NOEXCEPT { return *__cat_; }
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/__exception/exception_ptr.h:73:3: note: function 'exception_ptr' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {}
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/__exception/exception_ptr.h:73:39: note: parameter '' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {}
                                      ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/__filesystem/directory_iterator.h:86:3: note: function 'operator++' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI __dir_element_proxy operator++(int) {
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/__filesystem/directory_iterator.h:86:3: note: return type unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI __dir_element_proxy operator++(int) {
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/__filesystem/recursive_directory_iterator.h:82:3: note: function 'operator++' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI __dir_element_proxy operator++(int) {
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/__filesystem/recursive_directory_iterator.h:82:3: note: return type unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI __dir_element_proxy operator++(int) {
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/__locale:112:3: note: function 'has_facet' unavailable (cannot import)
  bool has_facet(id&) const;
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/__locale:112:18: note: parameter '' unavailable (cannot import)
  bool has_facet(id&) const;
                 ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/__locale:113:3: note: function 'use_facet' unavailable (cannot import)
  const facet* use_facet(id&) const;
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/__locale:113:26: note: parameter '' unavailable (cannot import)
  const facet* use_facet(id&) const;
                         ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/typeindex:69:3: note: function 'type_index' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI type_index(const type_info& __y) _NOEXCEPT : __t_(&__y) {}
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/typeindex:69:36: note: parameter '__y' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI type_index(const type_info& __y) _NOEXCEPT : __t_(&__y) {}
                                   ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/any:271:3: note: function 'type' unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI const type_info& type() const _NOEXCEPT {
  ^
/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/usr/include/c++/v1/any:271:3: note: return type unavailable (cannot import)
  _LIBCPP_HIDE_FROM_ABI const type_info& type() const _NOEXCEPT {
  ^
SwiftDriverJobDiscovery normal arm64 Compiling operatorBool.swift, NoticeCaster.swift, TfNoticeProtocol.swift, Util.swift, DetachedTask.swift (in target 'OpenUSD' from project 'OpenUSD')
SwiftCompile normal arm64 Compiling\ Identifiable.swift,\ Math.swift,\ MethodsReturningRefererences.swift,\ Miscellaneous.swift,\ SdfSpecHandle.swift /Users/admin/builder/spi-builder-workspace/swift-package/Sources/OpenUSD/SwiftOverlay/Identifiable.swift /Users/admin/builder/spi-builder-workspace/swift-package/Sources/OpenUSD/SwiftOverlay/Math.swift /Users/admin/builder/spi-builder-workspace/swift-package/Sources/OpenUSD/SwiftOverlay/MethodsReturningRefererences.swift /Users/admin/builder/spi-builder-workspace/swift-package/Sources/OpenUSD/SwiftOverlay/Miscellaneous.swift /Users/admin/builder/spi-builder-workspace/swift-package/Sources/OpenUSD/SwiftOverlay/SdfSpecHandle.swift (in target 'OpenUSD' from project 'OpenUSD')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/swift-package/Sources/OpenUSD/SwiftOverlay/Identifiable.swift (in target 'OpenUSD' from project 'OpenUSD')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usdImaging/usdImaging/instanceAdapter.h:577:18: warning: cycle detected while resolving 'PrimvarInfo' in swift_name attribute for 'operator=='
            bool operator==(const PrimvarInfo& rhs) const;
                 ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usdImaging/usdImaging/instanceAdapter.h:557:12: note: while resolving 'UsdImagingInstanceAdapter' in swift_name attribute for '_InstancerData'
    struct _InstancerData {
           ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usdImaging/usdImaging/instanceAdapter.h:574:16: note: while resolving '_InstancerData' in swift_name attribute for 'PrimvarInfo'
        struct PrimvarInfo {
               ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usdImaging/usdImaging/instanceAdapter.h:577:18: note: please report this issue to the owners of '_OpenUSD_SwiftBindingHelpers'
            bool operator==(const PrimvarInfo& rhs) const;
                 ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/imaging/hd/dependencyForwardingSceneIndex.h:239:21: warning: cycle detected while resolving '_VisitedNode' in swift_name attribute for 'operator=='
        inline bool operator==(_VisitedNode const &rhs) const noexcept
                    ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/base/tf/declarePtrs.h:31:41: note: while resolving 'TfDeclarePtrs' in swift_name attribute for 'RefPtr'
    typedef TfRefPtr< T >               RefPtr;
                                        ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/imaging/hd/dependencyForwardingSceneIndex.h:234:12: note: while resolving 'HdDependencyForwardingSceneIndex' in swift_name attribute for '_VisitedNode'
    struct _VisitedNode
           ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/imaging/hd/dependencyForwardingSceneIndex.h:239:21: note: please report this issue to the owners of '_OpenUSD_SwiftBindingHelpers'
        inline bool operator==(_VisitedNode const &rhs) const noexcept
                    ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usd/notice.h:258:22: warning: cycle detected while resolving 'iterator' in swift_name attribute for 'operator=='
                bool operator==(const iterator& other) const{
                     ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usd/notice.h:111:11: note: while resolving 'UsdNotice' in swift_name attribute for 'ObjectsChanged'
    class ObjectsChanged : public StageNotice {
          ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usd/notice.h:229:15: note: while resolving 'ObjectsChanged' in swift_name attribute for 'PathRange'
        class PathRange
              ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usd/notice.h:233:19: note: while resolving 'PathRange' in swift_name attribute for 'iterator'
            class iterator {
                  ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usd/notice.h:258:22: note: please report this issue to the owners of '_OpenUSD_SwiftBindingHelpers'
                bool operator==(const iterator& other) const{
                     ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/exec/vdf/sparseInputPathFinder.h:104:14: warning: cycle detected while resolving '_PathSegment' in swift_name attribute for 'operator=='
        bool operator==(const _PathSegment &rhs) const {
             ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/exec/vdf/sparseInputPathFinder.h:95:12: note: while resolving 'VdfSparseInputPathFinder' in swift_name attribute for '_PathSegment'
    struct _PathSegment
           ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/exec/vdf/sparseInputPathFinder.h:104:14: note: please report this issue to the owners of '_OpenUSD_SwiftBindingHelpers'
        bool operator==(const _PathSegment &rhs) const {
             ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usdGeom/hermiteCurves.h:257:14: warning: cycle detected while resolving 'PointAndTangentArrays' in swift_name attribute for 'operator=='
        bool operator==(const PointAndTangentArrays& other) {
             ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usdGeom/hermiteCurves.h:201:11: note: while resolving 'UsdGeomHermiteCurves' in swift_name attribute for 'PointAndTangentArrays'
    class PointAndTangentArrays {
          ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usdGeom/hermiteCurves.h:257:14: note: please report this issue to the owners of '_OpenUSD_SwiftBindingHelpers'
        bool operator==(const PointAndTangentArrays& other) {
             ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usdGeom/bboxCache.h:412:14: warning: cycle detected while resolving '_PrimContext' in swift_name attribute for 'operator=='
        bool operator==(const _PrimContext &rhs) const {
             ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usdGeom/bboxCache.h:399:12: note: while resolving 'UsdGeomBBoxCache' in swift_name attribute for '_PrimContext'
    struct _PrimContext {
           ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usdGeom/bboxCache.h:412:14: note: please report this issue to the owners of '_OpenUSD_SwiftBindingHelpers'
        bool operator==(const _PrimContext &rhs) const {
             ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/imaging/glf/drawTarget.h:72:11: warning: unable to infer SWIFT_SHARED_REFERENCE for 'Attachment', although one of its transitive base types is marked as SWIFT_SHARED_REFERENCE
    class Attachment : public GlfTexture {
          ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/swift-package/Sources/OpenUSD/SwiftOverlay/Math.swift (in target 'OpenUSD' from project 'OpenUSD')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usdImaging/usdImaging/instanceAdapter.h:577:18: warning: cycle detected while resolving 'PrimvarInfo' in swift_name attribute for 'operator=='
            bool operator==(const PrimvarInfo& rhs) const;
                 ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usdImaging/usdImaging/instanceAdapter.h:557:12: note: while resolving 'UsdImagingInstanceAdapter' in swift_name attribute for '_InstancerData'
    struct _InstancerData {
           ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usdImaging/usdImaging/instanceAdapter.h:574:16: note: while resolving '_InstancerData' in swift_name attribute for 'PrimvarInfo'
        struct PrimvarInfo {
               ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usdImaging/usdImaging/instanceAdapter.h:577:18: note: please report this issue to the owners of '_OpenUSD_SwiftBindingHelpers'
            bool operator==(const PrimvarInfo& rhs) const;
                 ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/imaging/hd/dependencyForwardingSceneIndex.h:239:21: warning: cycle detected while resolving '_VisitedNode' in swift_name attribute for 'operator=='
        inline bool operator==(_VisitedNode const &rhs) const noexcept
                    ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/base/tf/declarePtrs.h:31:41: note: while resolving 'TfDeclarePtrs' in swift_name attribute for 'RefPtr'
    typedef TfRefPtr< T >               RefPtr;
                                        ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/imaging/hd/dependencyForwardingSceneIndex.h:234:12: note: while resolving 'HdDependencyForwardingSceneIndex' in swift_name attribute for '_VisitedNode'
    struct _VisitedNode
           ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/imaging/hd/dependencyForwardingSceneIndex.h:239:21: note: please report this issue to the owners of '_OpenUSD_SwiftBindingHelpers'
        inline bool operator==(_VisitedNode const &rhs) const noexcept
                    ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usd/notice.h:258:22: warning: cycle detected while resolving 'iterator' in swift_name attribute for 'operator=='
                bool operator==(const iterator& other) const{
                     ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usd/notice.h:111:11: note: while resolving 'UsdNotice' in swift_name attribute for 'ObjectsChanged'
    class ObjectsChanged : public StageNotice {
          ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usd/notice.h:229:15: note: while resolving 'ObjectsChanged' in swift_name attribute for 'PathRange'
        class PathRange
              ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usd/notice.h:233:19: note: while resolving 'PathRange' in swift_name attribute for 'iterator'
            class iterator {
                  ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usd/notice.h:258:22: note: please report this issue to the owners of '_OpenUSD_SwiftBindingHelpers'
                bool operator==(const iterator& other) const{
                     ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/exec/vdf/sparseInputPathFinder.h:104:14: warning: cycle detected while resolving '_PathSegment' in swift_name attribute for 'operator=='
        bool operator==(const _PathSegment &rhs) const {
             ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/exec/vdf/sparseInputPathFinder.h:95:12: note: while resolving 'VdfSparseInputPathFinder' in swift_name attribute for '_PathSegment'
    struct _PathSegment
           ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/exec/vdf/sparseInputPathFinder.h:104:14: note: please report this issue to the owners of '_OpenUSD_SwiftBindingHelpers'
        bool operator==(const _PathSegment &rhs) const {
             ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usdGeom/hermiteCurves.h:257:14: warning: cycle detected while resolving 'PointAndTangentArrays' in swift_name attribute for 'operator=='
        bool operator==(const PointAndTangentArrays& other) {
             ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usdGeom/hermiteCurves.h:201:11: note: while resolving 'UsdGeomHermiteCurves' in swift_name attribute for 'PointAndTangentArrays'
    class PointAndTangentArrays {
          ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usdGeom/hermiteCurves.h:257:14: note: please report this issue to the owners of '_OpenUSD_SwiftBindingHelpers'
        bool operator==(const PointAndTangentArrays& other) {
             ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usdGeom/bboxCache.h:412:14: warning: cycle detected while resolving '_PrimContext' in swift_name attribute for 'operator=='
        bool operator==(const _PrimContext &rhs) const {
             ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usdGeom/bboxCache.h:399:12: note: while resolving 'UsdGeomBBoxCache' in swift_name attribute for '_PrimContext'
    struct _PrimContext {
           ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usdGeom/bboxCache.h:412:14: note: please report this issue to the owners of '_OpenUSD_SwiftBindingHelpers'
        bool operator==(const _PrimContext &rhs) const {
             ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/imaging/glf/drawTarget.h:72:11: warning: unable to infer SWIFT_SHARED_REFERENCE for 'Attachment', although one of its transitive base types is marked as SWIFT_SHARED_REFERENCE
    class Attachment : public GlfTexture {
          ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/swift-package/Sources/OpenUSD/SwiftOverlay/MethodsReturningRefererences.swift (in target 'OpenUSD' from project 'OpenUSD')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usdImaging/usdImaging/instanceAdapter.h:577:18: warning: cycle detected while resolving 'PrimvarInfo' in swift_name attribute for 'operator=='
            bool operator==(const PrimvarInfo& rhs) const;
                 ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usdImaging/usdImaging/instanceAdapter.h:557:12: note: while resolving 'UsdImagingInstanceAdapter' in swift_name attribute for '_InstancerData'
    struct _InstancerData {
           ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usdImaging/usdImaging/instanceAdapter.h:574:16: note: while resolving '_InstancerData' in swift_name attribute for 'PrimvarInfo'
        struct PrimvarInfo {
               ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usdImaging/usdImaging/instanceAdapter.h:577:18: note: please report this issue to the owners of '_OpenUSD_SwiftBindingHelpers'
            bool operator==(const PrimvarInfo& rhs) const;
                 ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/imaging/hd/dependencyForwardingSceneIndex.h:239:21: warning: cycle detected while resolving '_VisitedNode' in swift_name attribute for 'operator=='
        inline bool operator==(_VisitedNode const &rhs) const noexcept
                    ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/base/tf/declarePtrs.h:31:41: note: while resolving 'TfDeclarePtrs' in swift_name attribute for 'RefPtr'
    typedef TfRefPtr< T >               RefPtr;
                                        ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/imaging/hd/dependencyForwardingSceneIndex.h:234:12: note: while resolving 'HdDependencyForwardingSceneIndex' in swift_name attribute for '_VisitedNode'
    struct _VisitedNode
           ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/imaging/hd/dependencyForwardingSceneIndex.h:239:21: note: please report this issue to the owners of '_OpenUSD_SwiftBindingHelpers'
        inline bool operator==(_VisitedNode const &rhs) const noexcept
                    ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usd/notice.h:258:22: warning: cycle detected while resolving 'iterator' in swift_name attribute for 'operator=='
                bool operator==(const iterator& other) const{
                     ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usd/notice.h:111:11: note: while resolving 'UsdNotice' in swift_name attribute for 'ObjectsChanged'
    class ObjectsChanged : public StageNotice {
          ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usd/notice.h:229:15: note: while resolving 'ObjectsChanged' in swift_name attribute for 'PathRange'
        class PathRange
              ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usd/notice.h:233:19: note: while resolving 'PathRange' in swift_name attribute for 'iterator'
            class iterator {
                  ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usd/notice.h:258:22: note: please report this issue to the owners of '_OpenUSD_SwiftBindingHelpers'
                bool operator==(const iterator& other) const{
                     ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/exec/vdf/sparseInputPathFinder.h:104:14: warning: cycle detected while resolving '_PathSegment' in swift_name attribute for 'operator=='
        bool operator==(const _PathSegment &rhs) const {
             ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/exec/vdf/sparseInputPathFinder.h:95:12: note: while resolving 'VdfSparseInputPathFinder' in swift_name attribute for '_PathSegment'
    struct _PathSegment
           ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/exec/vdf/sparseInputPathFinder.h:104:14: note: please report this issue to the owners of '_OpenUSD_SwiftBindingHelpers'
        bool operator==(const _PathSegment &rhs) const {
             ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usdGeom/hermiteCurves.h:257:14: warning: cycle detected while resolving 'PointAndTangentArrays' in swift_name attribute for 'operator=='
        bool operator==(const PointAndTangentArrays& other) {
             ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usdGeom/hermiteCurves.h:201:11: note: while resolving 'UsdGeomHermiteCurves' in swift_name attribute for 'PointAndTangentArrays'
    class PointAndTangentArrays {
          ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usdGeom/hermiteCurves.h:257:14: note: please report this issue to the owners of '_OpenUSD_SwiftBindingHelpers'
        bool operator==(const PointAndTangentArrays& other) {
             ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usdGeom/bboxCache.h:412:14: warning: cycle detected while resolving '_PrimContext' in swift_name attribute for 'operator=='
        bool operator==(const _PrimContext &rhs) const {
             ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usdGeom/bboxCache.h:399:12: note: while resolving 'UsdGeomBBoxCache' in swift_name attribute for '_PrimContext'
    struct _PrimContext {
           ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usdGeom/bboxCache.h:412:14: note: please report this issue to the owners of '_OpenUSD_SwiftBindingHelpers'
        bool operator==(const _PrimContext &rhs) const {
             ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/imaging/glf/drawTarget.h:72:11: warning: unable to infer SWIFT_SHARED_REFERENCE for 'Attachment', although one of its transitive base types is marked as SWIFT_SHARED_REFERENCE
    class Attachment : public GlfTexture {
          ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/swift-package/Sources/OpenUSD/SwiftOverlay/Miscellaneous.swift (in target 'OpenUSD' from project 'OpenUSD')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usdImaging/usdImaging/instanceAdapter.h:577:18: warning: cycle detected while resolving 'PrimvarInfo' in swift_name attribute for 'operator=='
            bool operator==(const PrimvarInfo& rhs) const;
                 ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usdImaging/usdImaging/instanceAdapter.h:557:12: note: while resolving 'UsdImagingInstanceAdapter' in swift_name attribute for '_InstancerData'
    struct _InstancerData {
           ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usdImaging/usdImaging/instanceAdapter.h:574:16: note: while resolving '_InstancerData' in swift_name attribute for 'PrimvarInfo'
        struct PrimvarInfo {
               ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usdImaging/usdImaging/instanceAdapter.h:577:18: note: please report this issue to the owners of '_OpenUSD_SwiftBindingHelpers'
            bool operator==(const PrimvarInfo& rhs) const;
                 ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/imaging/hd/dependencyForwardingSceneIndex.h:239:21: warning: cycle detected while resolving '_VisitedNode' in swift_name attribute for 'operator=='
        inline bool operator==(_VisitedNode const &rhs) const noexcept
                    ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/base/tf/declarePtrs.h:31:41: note: while resolving 'TfDeclarePtrs' in swift_name attribute for 'RefPtr'
    typedef TfRefPtr< T >               RefPtr;
                                        ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/imaging/hd/dependencyForwardingSceneIndex.h:234:12: note: while resolving 'HdDependencyForwardingSceneIndex' in swift_name attribute for '_VisitedNode'
    struct _VisitedNode
           ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/imaging/hd/dependencyForwardingSceneIndex.h:239:21: note: please report this issue to the owners of '_OpenUSD_SwiftBindingHelpers'
        inline bool operator==(_VisitedNode const &rhs) const noexcept
                    ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usd/notice.h:258:22: warning: cycle detected while resolving 'iterator' in swift_name attribute for 'operator=='
                bool operator==(const iterator& other) const{
                     ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usd/notice.h:111:11: note: while resolving 'UsdNotice' in swift_name attribute for 'ObjectsChanged'
    class ObjectsChanged : public StageNotice {
          ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usd/notice.h:229:15: note: while resolving 'ObjectsChanged' in swift_name attribute for 'PathRange'
        class PathRange
              ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usd/notice.h:233:19: note: while resolving 'PathRange' in swift_name attribute for 'iterator'
            class iterator {
                  ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usd/notice.h:258:22: note: please report this issue to the owners of '_OpenUSD_SwiftBindingHelpers'
                bool operator==(const iterator& other) const{
                     ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/exec/vdf/sparseInputPathFinder.h:104:14: warning: cycle detected while resolving '_PathSegment' in swift_name attribute for 'operator=='
        bool operator==(const _PathSegment &rhs) const {
             ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/exec/vdf/sparseInputPathFinder.h:95:12: note: while resolving 'VdfSparseInputPathFinder' in swift_name attribute for '_PathSegment'
    struct _PathSegment
           ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/exec/vdf/sparseInputPathFinder.h:104:14: note: please report this issue to the owners of '_OpenUSD_SwiftBindingHelpers'
        bool operator==(const _PathSegment &rhs) const {
             ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usdGeom/hermiteCurves.h:257:14: warning: cycle detected while resolving 'PointAndTangentArrays' in swift_name attribute for 'operator=='
        bool operator==(const PointAndTangentArrays& other) {
             ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usdGeom/hermiteCurves.h:201:11: note: while resolving 'UsdGeomHermiteCurves' in swift_name attribute for 'PointAndTangentArrays'
    class PointAndTangentArrays {
          ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usdGeom/hermiteCurves.h:257:14: note: please report this issue to the owners of '_OpenUSD_SwiftBindingHelpers'
        bool operator==(const PointAndTangentArrays& other) {
             ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usdGeom/bboxCache.h:412:14: warning: cycle detected while resolving '_PrimContext' in swift_name attribute for 'operator=='
        bool operator==(const _PrimContext &rhs) const {
             ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usdGeom/bboxCache.h:399:12: note: while resolving 'UsdGeomBBoxCache' in swift_name attribute for '_PrimContext'
    struct _PrimContext {
           ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usdGeom/bboxCache.h:412:14: note: please report this issue to the owners of '_OpenUSD_SwiftBindingHelpers'
        bool operator==(const _PrimContext &rhs) const {
             ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/imaging/glf/drawTarget.h:72:11: warning: unable to infer SWIFT_SHARED_REFERENCE for 'Attachment', although one of its transitive base types is marked as SWIFT_SHARED_REFERENCE
    class Attachment : public GlfTexture {
          ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/swift-package/Sources/OpenUSD/SwiftOverlay/SdfSpecHandle.swift (in target 'OpenUSD' from project 'OpenUSD')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usdImaging/usdImaging/instanceAdapter.h:577:18: warning: cycle detected while resolving 'PrimvarInfo' in swift_name attribute for 'operator=='
            bool operator==(const PrimvarInfo& rhs) const;
                 ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usdImaging/usdImaging/instanceAdapter.h:557:12: note: while resolving 'UsdImagingInstanceAdapter' in swift_name attribute for '_InstancerData'
    struct _InstancerData {
           ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usdImaging/usdImaging/instanceAdapter.h:574:16: note: while resolving '_InstancerData' in swift_name attribute for 'PrimvarInfo'
        struct PrimvarInfo {
               ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usdImaging/usdImaging/instanceAdapter.h:577:18: note: please report this issue to the owners of '_OpenUSD_SwiftBindingHelpers'
            bool operator==(const PrimvarInfo& rhs) const;
                 ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/imaging/hd/dependencyForwardingSceneIndex.h:239:21: warning: cycle detected while resolving '_VisitedNode' in swift_name attribute for 'operator=='
        inline bool operator==(_VisitedNode const &rhs) const noexcept
                    ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/base/tf/declarePtrs.h:31:41: note: while resolving 'TfDeclarePtrs' in swift_name attribute for 'RefPtr'
    typedef TfRefPtr< T >               RefPtr;
                                        ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/imaging/hd/dependencyForwardingSceneIndex.h:234:12: note: while resolving 'HdDependencyForwardingSceneIndex' in swift_name attribute for '_VisitedNode'
    struct _VisitedNode
           ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/imaging/hd/dependencyForwardingSceneIndex.h:239:21: note: please report this issue to the owners of '_OpenUSD_SwiftBindingHelpers'
        inline bool operator==(_VisitedNode const &rhs) const noexcept
                    ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usd/notice.h:258:22: warning: cycle detected while resolving 'iterator' in swift_name attribute for 'operator=='
                bool operator==(const iterator& other) const{
                     ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usd/notice.h:111:11: note: while resolving 'UsdNotice' in swift_name attribute for 'ObjectsChanged'
    class ObjectsChanged : public StageNotice {
          ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usd/notice.h:229:15: note: while resolving 'ObjectsChanged' in swift_name attribute for 'PathRange'
        class PathRange
              ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usd/notice.h:233:19: note: while resolving 'PathRange' in swift_name attribute for 'iterator'
            class iterator {
                  ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usd/notice.h:258:22: note: please report this issue to the owners of '_OpenUSD_SwiftBindingHelpers'
                bool operator==(const iterator& other) const{
                     ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/exec/vdf/sparseInputPathFinder.h:104:14: warning: cycle detected while resolving '_PathSegment' in swift_name attribute for 'operator=='
        bool operator==(const _PathSegment &rhs) const {
             ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/exec/vdf/sparseInputPathFinder.h:95:12: note: while resolving 'VdfSparseInputPathFinder' in swift_name attribute for '_PathSegment'
    struct _PathSegment
           ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/exec/vdf/sparseInputPathFinder.h:104:14: note: please report this issue to the owners of '_OpenUSD_SwiftBindingHelpers'
        bool operator==(const _PathSegment &rhs) const {
             ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usdGeom/hermiteCurves.h:257:14: warning: cycle detected while resolving 'PointAndTangentArrays' in swift_name attribute for 'operator=='
        bool operator==(const PointAndTangentArrays& other) {
             ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usdGeom/hermiteCurves.h:201:11: note: while resolving 'UsdGeomHermiteCurves' in swift_name attribute for 'PointAndTangentArrays'
    class PointAndTangentArrays {
          ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usdGeom/hermiteCurves.h:257:14: note: please report this issue to the owners of '_OpenUSD_SwiftBindingHelpers'
        bool operator==(const PointAndTangentArrays& other) {
             ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usdGeom/bboxCache.h:412:14: warning: cycle detected while resolving '_PrimContext' in swift_name attribute for 'operator=='
        bool operator==(const _PrimContext &rhs) const {
             ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usdGeom/bboxCache.h:399:12: note: while resolving 'UsdGeomBBoxCache' in swift_name attribute for '_PrimContext'
    struct _PrimContext {
           ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/usd/usdGeom/bboxCache.h:412:14: note: please report this issue to the owners of '_OpenUSD_SwiftBindingHelpers'
        bool operator==(const _PrimContext &rhs) const {
             ^
/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include/pxr/imaging/glf/drawTarget.h:72:11: warning: unable to infer SWIFT_SHARED_REFERENCE for 'Attachment', although one of its transitive base types is marked as SWIFT_SHARED_REFERENCE
    class Attachment : public GlfTexture {
          ^
SwiftDriverJobDiscovery normal arm64 Compiling ExpressibleByDictionaryLiteral.swift, ExpressibleByFloatLiteral.swift, ExpressibleByIntegerLiteral.swift, ExpressibleByStringLiteral.swift, FRTProtocols.swift (in target 'OpenUSD' from project 'OpenUSD')
ExtractAppIntentsMetadata (in target 'SwiftSyntax' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name SwiftSyntax --sdk-root /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk --xcode-version 17A324 --platform-family iOS --deployment-target 13.0 --bundle-identifier swift-syntax.SwiftSyntax --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftSyntax.appintents --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftSyntax.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftSyntax.build/Objects-normal/arm64/SwiftSyntax_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftSyntax.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftSyntax.build/Objects-normal/arm64/SwiftSyntax.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftSyntax.build/SwiftSyntax.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftSyntax.build/SwiftSyntax.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftSyntax.build/Objects-normal/arm64/SwiftSyntax.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-03-18 21:55:50.010 appintentsmetadataprocessor[1302:7626] Starting appintentsmetadataprocessor export
2026-03-18 21:55:50.161 appintentsmetadataprocessor[1302:7626] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/_OpenUSD_SwiftBindingHelpers.o (in target '_OpenUSD_SwiftBindingHelpers' from project 'OpenUSD')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/_OpenUSD_SwiftBindingHelpers.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftSyntax.o (in target 'SwiftSyntax' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftSyntax.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftParser.o normal (in target 'SwiftParser' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -r -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftParser.build/Objects-normal/arm64/SwiftParser.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftParser.build/Objects-normal/arm64/SwiftParser_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftParser.build/Objects-normal/arm64/SwiftParser_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftParser.build/Objects-normal/arm64/SwiftParser.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftParser.build/Objects-normal/arm64/SwiftParser-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftParser.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftDiagnostics.o normal (in target 'SwiftDiagnostics' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -r -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftDiagnostics.build/Objects-normal/arm64/SwiftDiagnostics.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftDiagnostics.build/Objects-normal/arm64/SwiftDiagnostics_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftDiagnostics.build/Objects-normal/arm64/SwiftDiagnostics_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftDiagnostics.build/Objects-normal/arm64/SwiftDiagnostics.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftDiagnostics.build/Objects-normal/arm64/SwiftDiagnostics-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftDiagnostics.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftBasicFormat.o normal (in target 'SwiftBasicFormat' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -r -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftBasicFormat.build/Objects-normal/arm64/SwiftBasicFormat.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftBasicFormat.build/Objects-normal/arm64/SwiftBasicFormat_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftBasicFormat.build/Objects-normal/arm64/SwiftBasicFormat_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftBasicFormat.build/Objects-normal/arm64/SwiftBasicFormat.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftBasicFormat.build/Objects-normal/arm64/SwiftBasicFormat-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftBasicFormat.o
ExtractAppIntentsMetadata (in target 'SwiftParser' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name SwiftParser --sdk-root /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk --xcode-version 17A324 --platform-family iOS --deployment-target 13.0 --bundle-identifier swift-syntax.SwiftParser --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftParser.appintents --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftParser.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftParser.build/Objects-normal/arm64/SwiftParser_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftParser.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftParser.build/Objects-normal/arm64/SwiftParser.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftParser.build/SwiftParser.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftParser.build/SwiftParser.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftParser.build/Objects-normal/arm64/SwiftParser.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-03-18 21:55:50.335 appintentsmetadataprocessor[1309:7675] Starting appintentsmetadataprocessor export
2026-03-18 21:55:50.474 appintentsmetadataprocessor[1309:7675] Extracted no relevant App Intents symbols, skipping writing output
ExtractAppIntentsMetadata (in target 'SwiftDiagnostics' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name SwiftDiagnostics --sdk-root /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk --xcode-version 17A324 --platform-family iOS --deployment-target 13.0 --bundle-identifier swift-syntax.SwiftDiagnostics --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftDiagnostics.appintents --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftDiagnostics.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftDiagnostics.build/Objects-normal/arm64/SwiftDiagnostics_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftDiagnostics.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftDiagnostics.build/Objects-normal/arm64/SwiftDiagnostics.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftDiagnostics.build/SwiftDiagnostics.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftDiagnostics.build/SwiftDiagnostics.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftDiagnostics.build/Objects-normal/arm64/SwiftDiagnostics.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-03-18 21:55:50.494 appintentsmetadataprocessor[1310:7681] Starting appintentsmetadataprocessor export
2026-03-18 21:55:50.635 appintentsmetadataprocessor[1310:7681] Extracted no relevant App Intents symbols, skipping writing output
ExtractAppIntentsMetadata (in target 'SwiftBasicFormat' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name SwiftBasicFormat --sdk-root /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk --xcode-version 17A324 --platform-family iOS --deployment-target 13.0 --bundle-identifier swift-syntax.SwiftBasicFormat --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftBasicFormat.appintents --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftBasicFormat.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftBasicFormat.build/Objects-normal/arm64/SwiftBasicFormat_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftBasicFormat.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftBasicFormat.build/Objects-normal/arm64/SwiftBasicFormat.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftBasicFormat.build/SwiftBasicFormat.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftBasicFormat.build/SwiftBasicFormat.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftBasicFormat.build/Objects-normal/arm64/SwiftBasicFormat.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-03-18 21:55:50.657 appintentsmetadataprocessor[1311:7684] Starting appintentsmetadataprocessor export
2026-03-18 21:55:50.797 appintentsmetadataprocessor[1311:7684] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftParser.o (in target 'SwiftParser' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftParser.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftDiagnostics.o (in target 'SwiftDiagnostics' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftDiagnostics.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftOperators.o normal (in target 'SwiftOperators' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -r -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftOperators.build/Objects-normal/arm64/SwiftOperators.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftOperators.build/Objects-normal/arm64/SwiftOperators_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftOperators.build/Objects-normal/arm64/SwiftOperators_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftOperators.build/Objects-normal/arm64/SwiftOperators.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftOperators.build/Objects-normal/arm64/SwiftOperators-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftOperators.o
ExtractAppIntentsMetadata (in target 'SwiftOperators' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name SwiftOperators --sdk-root /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk --xcode-version 17A324 --platform-family iOS --deployment-target 13.0 --bundle-identifier swift-syntax.SwiftOperators --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftOperators.appintents --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftOperators.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftOperators.build/Objects-normal/arm64/SwiftOperators_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftOperators.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftOperators.build/Objects-normal/arm64/SwiftOperators.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftOperators.build/SwiftOperators.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftOperators.build/SwiftOperators.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftOperators.build/Objects-normal/arm64/SwiftOperators.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-03-18 21:55:50.935 appintentsmetadataprocessor[1314:7703] Starting appintentsmetadataprocessor export
2026-03-18 21:55:51.092 appintentsmetadataprocessor[1314:7703] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftBasicFormat.o (in target 'SwiftBasicFormat' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftBasicFormat.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftOperators.o (in target 'SwiftOperators' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftOperators.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftParserDiagnostics.o normal (in target 'SwiftParserDiagnostics' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -r -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftParserDiagnostics.build/Objects-normal/arm64/SwiftParserDiagnostics.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftParserDiagnostics.build/Objects-normal/arm64/SwiftParserDiagnostics_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftParserDiagnostics.build/Objects-normal/arm64/SwiftParserDiagnostics_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftParserDiagnostics.build/Objects-normal/arm64/SwiftParserDiagnostics.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftParserDiagnostics.build/Objects-normal/arm64/SwiftParserDiagnostics-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftParserDiagnostics.o
ExtractAppIntentsMetadata (in target 'SwiftParserDiagnostics' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name SwiftParserDiagnostics --sdk-root /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk --xcode-version 17A324 --platform-family iOS --deployment-target 13.0 --bundle-identifier swift-syntax.SwiftParserDiagnostics --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftParserDiagnostics.appintents --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftParserDiagnostics.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftParserDiagnostics.build/Objects-normal/arm64/SwiftParserDiagnostics_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftParserDiagnostics.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftParserDiagnostics.build/Objects-normal/arm64/SwiftParserDiagnostics.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftParserDiagnostics.build/SwiftParserDiagnostics.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftParserDiagnostics.build/SwiftParserDiagnostics.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftParserDiagnostics.build/Objects-normal/arm64/SwiftParserDiagnostics.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-03-18 21:55:51.209 appintentsmetadataprocessor[1317:7720] Starting appintentsmetadataprocessor export
2026-03-18 21:55:51.345 appintentsmetadataprocessor[1317:7720] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftParserDiagnostics.o (in target 'SwiftParserDiagnostics' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftParserDiagnostics.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftSyntaxBuilder.o normal (in target 'SwiftSyntaxBuilder' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -r -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftSyntaxBuilder.build/Objects-normal/arm64/SwiftSyntaxBuilder.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftSyntaxBuilder.build/Objects-normal/arm64/SwiftSyntaxBuilder_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftSyntaxBuilder.build/Objects-normal/arm64/SwiftSyntaxBuilder_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftSyntaxBuilder.build/Objects-normal/arm64/SwiftSyntaxBuilder.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftSyntaxBuilder.build/Objects-normal/arm64/SwiftSyntaxBuilder-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftSyntaxBuilder.o
ExtractAppIntentsMetadata (in target 'SwiftSyntaxBuilder' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name SwiftSyntaxBuilder --sdk-root /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk --xcode-version 17A324 --platform-family iOS --deployment-target 13.0 --bundle-identifier swift-syntax.SwiftSyntaxBuilder --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftSyntaxBuilder.appintents --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftSyntaxBuilder.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftSyntaxBuilder.build/Objects-normal/arm64/SwiftSyntaxBuilder_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftSyntaxBuilder.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftSyntaxBuilder.build/Objects-normal/arm64/SwiftSyntaxBuilder.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftSyntaxBuilder.build/SwiftSyntaxBuilder.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftSyntaxBuilder.build/SwiftSyntaxBuilder.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftSyntaxBuilder.build/Objects-normal/arm64/SwiftSyntaxBuilder.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-03-18 21:55:51.415 appintentsmetadataprocessor[1320:7739] Starting appintentsmetadataprocessor export
2026-03-18 21:55:51.556 appintentsmetadataprocessor[1320:7739] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftSyntaxBuilder.o (in target 'SwiftSyntaxBuilder' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftSyntaxBuilder.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftSyntaxMacros.o normal (in target 'SwiftSyntaxMacros' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -r -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftSyntaxMacros.build/Objects-normal/arm64/SwiftSyntaxMacros.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftSyntaxMacros.build/Objects-normal/arm64/SwiftSyntaxMacros_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftSyntaxMacros.build/Objects-normal/arm64/SwiftSyntaxMacros_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftSyntaxMacros.build/Objects-normal/arm64/SwiftSyntaxMacros.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftSyntaxMacros.build/Objects-normal/arm64/SwiftSyntaxMacros-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftSyntaxMacros.o
ExtractAppIntentsMetadata (in target 'SwiftSyntaxMacros' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name SwiftSyntaxMacros --sdk-root /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk --xcode-version 17A324 --platform-family iOS --deployment-target 13.0 --bundle-identifier swift-syntax.SwiftSyntaxMacros --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftSyntaxMacros.appintents --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftSyntaxMacros.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftSyntaxMacros.build/Objects-normal/arm64/SwiftSyntaxMacros_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftSyntaxMacros.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftSyntaxMacros.build/Objects-normal/arm64/SwiftSyntaxMacros.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftSyntaxMacros.build/SwiftSyntaxMacros.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftSyntaxMacros.build/SwiftSyntaxMacros.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftSyntaxMacros.build/Objects-normal/arm64/SwiftSyntaxMacros.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-03-18 21:55:51.657 appintentsmetadataprocessor[1323:7754] Starting appintentsmetadataprocessor export
2026-03-18 21:55:51.798 appintentsmetadataprocessor[1323:7754] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftSyntaxMacros.o (in target 'SwiftSyntaxMacros' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftSyntaxMacros.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftSyntaxMacroExpansion.o normal (in target 'SwiftSyntaxMacroExpansion' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -r -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftSyntaxMacroExpansion.build/Objects-normal/arm64/SwiftSyntaxMacroExpansion.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftSyntaxMacroExpansion.build/Objects-normal/arm64/SwiftSyntaxMacroExpansion_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftSyntaxMacroExpansion.build/Objects-normal/arm64/SwiftSyntaxMacroExpansion_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftSyntaxMacroExpansion.build/Objects-normal/arm64/SwiftSyntaxMacroExpansion.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftSyntaxMacroExpansion.build/Objects-normal/arm64/SwiftSyntaxMacroExpansion-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftSyntaxMacroExpansion.o
ExtractAppIntentsMetadata (in target 'SwiftSyntaxMacroExpansion' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name SwiftSyntaxMacroExpansion --sdk-root /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk --xcode-version 17A324 --platform-family iOS --deployment-target 13.0 --bundle-identifier swift-syntax.SwiftSyntaxMacroExpansion --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftSyntaxMacroExpansion.appintents --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftSyntaxMacroExpansion.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftSyntaxMacroExpansion.build/Objects-normal/arm64/SwiftSyntaxMacroExpansion_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftSyntaxMacroExpansion.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftSyntaxMacroExpansion.build/Objects-normal/arm64/SwiftSyntaxMacroExpansion.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftSyntaxMacroExpansion.build/SwiftSyntaxMacroExpansion.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftSyntaxMacroExpansion.build/SwiftSyntaxMacroExpansion.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftSyntaxMacroExpansion.build/Objects-normal/arm64/SwiftSyntaxMacroExpansion.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-03-18 21:55:51.898 appintentsmetadataprocessor[1326:7769] Starting appintentsmetadataprocessor export
2026-03-18 21:55:52.047 appintentsmetadataprocessor[1326:7769] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftSyntaxMacroExpansion.o (in target 'SwiftSyntaxMacroExpansion' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftSyntaxMacroExpansion.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftCompilerPluginMessageHandling.o normal (in target 'SwiftCompilerPluginMessageHandling' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -r -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftCompilerPluginMessageHandling.build/Objects-normal/arm64/SwiftCompilerPluginMessageHandling.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftCompilerPluginMessageHandling.build/Objects-normal/arm64/SwiftCompilerPluginMessageHandling_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftCompilerPluginMessageHandling.build/Objects-normal/arm64/SwiftCompilerPluginMessageHandling_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftCompilerPluginMessageHandling.build/Objects-normal/arm64/SwiftCompilerPluginMessageHandling.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftCompilerPluginMessageHandling.build/Objects-normal/arm64/SwiftCompilerPluginMessageHandling-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftCompilerPluginMessageHandling.o
ExtractAppIntentsMetadata (in target 'SwiftCompilerPluginMessageHandling' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name SwiftCompilerPluginMessageHandling --sdk-root /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk --xcode-version 17A324 --platform-family iOS --deployment-target 13.0 --bundle-identifier swift-syntax.SwiftCompilerPluginMessageHandling --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftCompilerPluginMessageHandling.appintents --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftCompilerPluginMessageHandling.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftCompilerPluginMessageHandling.build/Objects-normal/arm64/SwiftCompilerPluginMessageHandling_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftCompilerPluginMessageHandling.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftCompilerPluginMessageHandling.build/Objects-normal/arm64/SwiftCompilerPluginMessageHandling.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftCompilerPluginMessageHandling.build/SwiftCompilerPluginMessageHandling.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftCompilerPluginMessageHandling.build/SwiftCompilerPluginMessageHandling.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftCompilerPluginMessageHandling.build/Objects-normal/arm64/SwiftCompilerPluginMessageHandling.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-03-18 21:55:52.153 appintentsmetadataprocessor[1329:7785] Starting appintentsmetadataprocessor export
2026-03-18 21:55:52.304 appintentsmetadataprocessor[1329:7785] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftCompilerPluginMessageHandling.o (in target 'SwiftCompilerPluginMessageHandling' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftCompilerPluginMessageHandling.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftCompilerPlugin.o normal (in target 'SwiftCompilerPlugin' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -r -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftCompilerPlugin.build/Objects-normal/arm64/SwiftCompilerPlugin.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftCompilerPlugin.build/Objects-normal/arm64/SwiftCompilerPlugin_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftCompilerPlugin.build/Objects-normal/arm64/SwiftCompilerPlugin_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftCompilerPlugin.build/Objects-normal/arm64/SwiftCompilerPlugin.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftCompilerPlugin.build/Objects-normal/arm64/SwiftCompilerPlugin-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftCompilerPlugin.o
ExtractAppIntentsMetadata (in target 'SwiftCompilerPlugin' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name SwiftCompilerPlugin --sdk-root /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk --xcode-version 17A324 --platform-family iOS --deployment-target 13.0 --bundle-identifier swift-syntax.SwiftCompilerPlugin --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftCompilerPlugin.appintents --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftCompilerPlugin.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftCompilerPlugin.build/Objects-normal/arm64/SwiftCompilerPlugin_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftCompilerPlugin.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftCompilerPlugin.build/Objects-normal/arm64/SwiftCompilerPlugin.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftCompilerPlugin.build/SwiftCompilerPlugin.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftCompilerPlugin.build/SwiftCompilerPlugin.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-syntax.build/Debug-iphoneos/SwiftCompilerPlugin.build/Objects-normal/arm64/SwiftCompilerPlugin.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-03-18 21:55:52.395 appintentsmetadataprocessor[1332:7801] Starting appintentsmetadataprocessor export
2026-03-18 21:55:52.535 appintentsmetadataprocessor[1332:7801] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftCompilerPlugin.o (in target 'SwiftCompilerPlugin' from project 'swift-syntax')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SwiftCompilerPlugin.o
SwiftDriverJobDiscovery normal arm64 Emitting module for OpenUSD (in target 'OpenUSD' from project 'OpenUSD')
SwiftDriver\ Compilation\ Requirements OpenUSD normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OpenUSD' from project 'OpenUSD')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OpenUSD -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenUSD.build/Debug-iphoneos/OpenUSD.build/Objects-normal/arm64/OpenUSD.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -cxx-interoperability-mode\=default -Xcc -std\=gnu++17 -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios17.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/_OpenUSD_MacroImplementations\#_OpenUSD_MacroImplementations -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A339-031f2ee2c39ede4aa7d3d33a6e255a3e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenUSD.build/Debug-iphoneos/OpenUSD.build/Objects-normal/arm64/OpenUSD-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/OpenUSD.build/Debug-iphoneos/OpenUSD.build/Objects-normal/arm64/OpenUSD.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenUSD.build/Debug-iphoneos/OpenUSD.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenUSD.build/Debug-iphoneos/OpenUSD.build/Objects-normal/arm64/OpenUSD_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/_SwiftSyntaxCShims/include -Xcc -I/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include -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/OpenUSD.build/Debug-iphoneos/OpenUSD.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenUSD.build/Debug-iphoneos/OpenUSD.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenUSD.build/Debug-iphoneos/OpenUSD.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/OpenUSD.build/Debug-iphoneos/OpenUSD.build/Objects-normal/arm64/OpenUSD-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/OpenUSD-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenUSD.build/Debug-iphoneos/OpenUSD.build/Objects-normal/arm64/OpenUSD-Swift.h (in target 'OpenUSD' from project 'OpenUSD')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenUSD.build/Debug-iphoneos/OpenUSD.build/Objects-normal/arm64/OpenUSD-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/OpenUSD-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/OpenUSD.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenUSD.build/Debug-iphoneos/OpenUSD.build/Objects-normal/arm64/OpenUSD.swiftmodule (in target 'OpenUSD' from project 'OpenUSD')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenUSD.build/Debug-iphoneos/OpenUSD.build/Objects-normal/arm64/OpenUSD.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/OpenUSD.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/OpenUSD.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenUSD.build/Debug-iphoneos/OpenUSD.build/Objects-normal/arm64/OpenUSD.swiftdoc (in target 'OpenUSD' from project 'OpenUSD')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenUSD.build/Debug-iphoneos/OpenUSD.build/Objects-normal/arm64/OpenUSD.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/OpenUSD.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/OpenUSD.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenUSD.build/Debug-iphoneos/OpenUSD.build/Objects-normal/arm64/OpenUSD.abi.json (in target 'OpenUSD' from project 'OpenUSD')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenUSD.build/Debug-iphoneos/OpenUSD.build/Objects-normal/arm64/OpenUSD.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/OpenUSD.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/OpenUSD.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenUSD.build/Debug-iphoneos/OpenUSD.build/Objects-normal/arm64/OpenUSD.swiftsourceinfo (in target 'OpenUSD' from project 'OpenUSD')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenUSD.build/Debug-iphoneos/OpenUSD.build/Objects-normal/arm64/OpenUSD.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/OpenUSD.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling TfErrorMarkWrapper.swift, Comparable.swift, CustomStringConvertible.swift, Enums.swift (in target 'OpenUSD' from project 'OpenUSD')
SwiftDriverJobDiscovery normal arm64 Compiling SdfValueTypeNames_Extensions.swift, Sendable.swift, StaticTokens.swift, TfNoticeProtocolConformances.swift (in target 'OpenUSD' from project 'OpenUSD')
SwiftDriverJobDiscovery normal arm64 Compiling UsdPrimRangeIteratedSequence.swift, UsdTimeCode.swift, UsdUtilsTimeCodeRange.swift, Usd_PrimFlags.swift, VtArrayProtocol.swift (in target 'OpenUSD' from project 'OpenUSD')
SwiftDriverJobDiscovery normal arm64 Compiling Loops.swift, Reduce.swift, SdfProxyTypesIteratorWrapper.swift, SdfZipFileIteratorWrapper.swift, TfDiagnosticsWrapper.swift (in target 'OpenUSD' from project 'OpenUSD')
SwiftDriverJobDiscovery normal arm64 Compiling Sequence.swift, StdVectorProtocol.swift, TypeConversionInitializers.swift, UsdEditContext.swift, UsdPrimRange.swift (in target 'OpenUSD' from project 'OpenUSD')
SwiftDriverJobDiscovery normal arm64 Compiling Equatable.swift, Hashable.swift, ReferenceTypeConformances.swift, SchemaUtil.swift (in target 'OpenUSD' from project 'OpenUSD')
SwiftDriverJobDiscovery normal arm64 Compiling OpenUSD.swift, Codable.swift, ConvenientExtensions.swift, Deprecated.swift, ExpressibleByArrayLiteral.swift (in target 'OpenUSD' from project 'OpenUSD')
SwiftDriverJobDiscovery normal arm64 Compiling Identifiable.swift, Math.swift, MethodsReturningRefererences.swift, Miscellaneous.swift, SdfSpecHandle.swift (in target 'OpenUSD' from project 'OpenUSD')
SwiftDriver\ Compilation OpenUSD normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OpenUSD' from project 'OpenUSD')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name OpenUSD -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenUSD.build/Debug-iphoneos/OpenUSD.build/Objects-normal/arm64/OpenUSD.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -cxx-interoperability-mode\=default -Xcc -std\=gnu++17 -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios17.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/_OpenUSD_MacroImplementations\#_OpenUSD_MacroImplementations -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A339-031f2ee2c39ede4aa7d3d33a6e255a3e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenUSD.build/Debug-iphoneos/OpenUSD.build/Objects-normal/arm64/OpenUSD-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/OpenUSD.build/Debug-iphoneos/OpenUSD.build/Objects-normal/arm64/OpenUSD.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenUSD.build/Debug-iphoneos/OpenUSD.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenUSD.build/Debug-iphoneos/OpenUSD.build/Objects-normal/arm64/OpenUSD_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/_SwiftSyntaxCShims/include -Xcc -I/Users/admin/builder/spi-builder-workspace/swift-package/Sources/_OpenUSD_SwiftBindingHelpers/include -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/OpenUSD.build/Debug-iphoneos/OpenUSD.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenUSD.build/Debug-iphoneos/OpenUSD.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenUSD.build/Debug-iphoneos/OpenUSD.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/OpenUSD.build/Debug-iphoneos/OpenUSD.build/Objects-normal/arm64/OpenUSD-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/OpenUSD.o normal (in target 'OpenUSD' from project 'OpenUSD')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios17.0 -r -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenUSD.build/Debug-iphoneos/OpenUSD.build/Objects-normal/arm64/OpenUSD.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenUSD.build/Debug-iphoneos/OpenUSD.build/Objects-normal/arm64/OpenUSD_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenUSD.build/Debug-iphoneos/OpenUSD.build/Objects-normal/arm64/OpenUSD_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenUSD.build/Debug-iphoneos/OpenUSD.build/Objects-normal/arm64/OpenUSD.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenUSD.build/Debug-iphoneos/OpenUSD.build/Objects-normal/arm64/OpenUSD-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/OpenUSD.o
ExtractAppIntentsMetadata (in target 'OpenUSD' from project 'OpenUSD')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name OpenUSD --sdk-root /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk --xcode-version 17A324 --platform-family iOS --deployment-target 17.0 --bundle-identifier spi-builder-workspace.OpenUSD --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/OpenUSD.appintents --target-triple arm64-apple-ios17.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/OpenUSD.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenUSD.build/Debug-iphoneos/OpenUSD.build/Objects-normal/arm64/OpenUSD_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenUSD.build/Debug-iphoneos/OpenUSD.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenUSD.build/Debug-iphoneos/OpenUSD.build/Objects-normal/arm64/OpenUSD.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenUSD.build/Debug-iphoneos/OpenUSD.build/OpenUSD.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenUSD.build/Debug-iphoneos/OpenUSD.build/OpenUSD.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OpenUSD.build/Debug-iphoneos/OpenUSD.build/Objects-normal/arm64/OpenUSD.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-03-18 21:56:08.654 appintentsmetadataprocessor[1335:7865] Starting appintentsmetadataprocessor export
2026-03-18 21:56:08.751 appintentsmetadataprocessor[1335:7865] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/OpenUSD.o (in target 'OpenUSD' from project 'OpenUSD')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/OpenUSD.o
** BUILD SUCCEEDED **
2026-03-18 21:54:06.087 xcodebuild[736:4863] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Build complete.
{
  "cxx_language_standard" : "gnu++17",
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0-latest",
            "upper_bound" : "602.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "OpenUSD",
  "name" : "OpenUSD",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "OpenUSD",
      "targets" : [
        "_OpenUSD_SwiftBindingHelpers",
        "OpenUSD"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "_OpenUSD_MacroImplementations",
      "targets" : [
        "_OpenUSD_MacroImplementations"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "_usdShaders_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_usdShaders_xcframework",
      "path" : "swift-package/Libraries/usdShaders.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_usdAbc_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_usdAbc_xcframework",
      "path" : "swift-package/Libraries/usdAbc.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_sdrGlslfx_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_sdrGlslfx_xcframework",
      "path" : "swift-package/Libraries/sdrGlslfx.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_hioOpenEXR_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_hioOpenEXR_xcframework",
      "path" : "swift-package/Libraries/hioOpenEXR.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_hioImageIO_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_hioImageIO_xcframework",
      "path" : "swift-package/Libraries/hioImageIO.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_hioAvif_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_hioAvif_xcframework",
      "path" : "swift-package/Libraries/hioAvif.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_hdStorm_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_hdStorm_xcframework",
      "path" : "swift-package/Libraries/hdStorm.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_hdEmbree_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_hdEmbree_xcframework",
      "path" : "swift-package/Libraries/hdEmbree.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_embree4_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_embree4_xcframework",
      "path" : "swift-package/Libraries/embree4.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_boost_iostreams_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_boost_iostreams_xcframework",
      "path" : "swift-package/Libraries/boost_iostreams.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_blosc_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_blosc_xcframework",
      "path" : "swift-package/Libraries/blosc.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_Work_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_Work_xcframework",
      "path" : "swift-package/Libraries/Usd_Work.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_Vt_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_Vt_xcframework",
      "path" : "swift-package/Libraries/Usd_Vt.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_Vdf_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_Vdf_xcframework",
      "path" : "swift-package/Libraries/Usd_Vdf.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_Usd_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_Usd_xcframework",
      "path" : "swift-package/Libraries/Usd_Usd.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_UsdVol_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_UsdVol_xcframework",
      "path" : "swift-package/Libraries/Usd_UsdVol.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_UsdVolImaging_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_UsdVolImaging_xcframework",
      "path" : "swift-package/Libraries/Usd_UsdVolImaging.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_UsdValidation_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_UsdValidation_xcframework",
      "path" : "swift-package/Libraries/Usd_UsdValidation.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_UsdUtils_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_UsdUtils_xcframework",
      "path" : "swift-package/Libraries/Usd_UsdUtils.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_UsdUtilsValidators_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_UsdUtilsValidators_xcframework",
      "path" : "swift-package/Libraries/Usd_UsdUtilsValidators.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_UsdUI_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_UsdUI_xcframework",
      "path" : "swift-package/Libraries/Usd_UsdUI.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_UsdSkel_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_UsdSkel_xcframework",
      "path" : "swift-package/Libraries/Usd_UsdSkel.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_UsdSkelValidators_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_UsdSkelValidators_xcframework",
      "path" : "swift-package/Libraries/Usd_UsdSkelValidators.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_UsdSkelImaging_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_UsdSkelImaging_xcframework",
      "path" : "swift-package/Libraries/Usd_UsdSkelImaging.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_UsdShade_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_UsdShade_xcframework",
      "path" : "swift-package/Libraries/Usd_UsdShade.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_UsdShadeValidators_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_UsdShadeValidators_xcframework",
      "path" : "swift-package/Libraries/Usd_UsdShadeValidators.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_UsdSemantics_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_UsdSemantics_xcframework",
      "path" : "swift-package/Libraries/Usd_UsdSemantics.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_UsdRi_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_UsdRi_xcframework",
      "path" : "swift-package/Libraries/Usd_UsdRi.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_UsdRiPxrImaging_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_UsdRiPxrImaging_xcframework",
      "path" : "swift-package/Libraries/Usd_UsdRiPxrImaging.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_UsdRender_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_UsdRender_xcframework",
      "path" : "swift-package/Libraries/Usd_UsdRender.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_UsdProc_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_UsdProc_xcframework",
      "path" : "swift-package/Libraries/Usd_UsdProc.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_UsdProcImaging_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_UsdProcImaging_xcframework",
      "path" : "swift-package/Libraries/Usd_UsdProcImaging.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_UsdPhysics_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_UsdPhysics_xcframework",
      "path" : "swift-package/Libraries/Usd_UsdPhysics.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_UsdPhysicsValidators_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_UsdPhysicsValidators_xcframework",
      "path" : "swift-package/Libraries/Usd_UsdPhysicsValidators.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_UsdMtlx_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_UsdMtlx_xcframework",
      "path" : "swift-package/Libraries/Usd_UsdMtlx.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_UsdMedia_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_UsdMedia_xcframework",
      "path" : "swift-package/Libraries/Usd_UsdMedia.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_UsdLux_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_UsdLux_xcframework",
      "path" : "swift-package/Libraries/Usd_UsdLux.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_UsdImaging_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_UsdImaging_xcframework",
      "path" : "swift-package/Libraries/Usd_UsdImaging.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_UsdImagingGL_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_UsdImagingGL_xcframework",
      "path" : "swift-package/Libraries/Usd_UsdImagingGL.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_UsdHydra_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_UsdHydra_xcframework",
      "path" : "swift-package/Libraries/Usd_UsdHydra.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_UsdGeom_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_UsdGeom_xcframework",
      "path" : "swift-package/Libraries/Usd_UsdGeom.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_UsdGeomValidators_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_UsdGeomValidators_xcframework",
      "path" : "swift-package/Libraries/Usd_UsdGeomValidators.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_UsdBakeMtlx_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_UsdBakeMtlx_xcframework",
      "path" : "swift-package/Libraries/Usd_UsdBakeMtlx.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_UsdAppUtils_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_UsdAppUtils_xcframework",
      "path" : "swift-package/Libraries/Usd_UsdAppUtils.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_Ts_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_Ts_xcframework",
      "path" : "swift-package/Libraries/Usd_Ts.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_Trace_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_Trace_xcframework",
      "path" : "swift-package/Libraries/Usd_Trace.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_Tf_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_Tf_xcframework",
      "path" : "swift-package/Libraries/Usd_Tf.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_Sdr_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_Sdr_xcframework",
      "path" : "swift-package/Libraries/Usd_Sdr.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_Sdf_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_Sdf_xcframework",
      "path" : "swift-package/Libraries/Usd_Sdf.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_PxOsd_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_PxOsd_xcframework",
      "path" : "swift-package/Libraries/Usd_PxOsd.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_Plug_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_Plug_xcframework",
      "path" : "swift-package/Libraries/Usd_Plug.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_Pegtl_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_Pegtl_xcframework",
      "path" : "swift-package/Libraries/Usd_Pegtl.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_Pcp_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_Pcp_xcframework",
      "path" : "swift-package/Libraries/Usd_Pcp.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_Kind_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_Kind_xcframework",
      "path" : "swift-package/Libraries/Usd_Kind.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_Js_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_Js_xcframework",
      "path" : "swift-package/Libraries/Usd_Js.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_Hio_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_Hio_xcframework",
      "path" : "swift-package/Libraries/Usd_Hio.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_HioOpenVDB_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_HioOpenVDB_xcframework",
      "path" : "swift-package/Libraries/Usd_HioOpenVDB.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_Hgi_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_Hgi_xcframework",
      "path" : "swift-package/Libraries/Usd_Hgi.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_HgiMetal_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_HgiMetal_xcframework",
      "path" : "swift-package/Libraries/Usd_HgiMetal.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_HgiInterop_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_HgiInterop_xcframework",
      "path" : "swift-package/Libraries/Usd_HgiInterop.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_HgiGL_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_HgiGL_xcframework",
      "path" : "swift-package/Libraries/Usd_HgiGL.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_Hf_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_Hf_xcframework",
      "path" : "swift-package/Libraries/Usd_Hf.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_Hdx_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_Hdx_xcframework",
      "path" : "swift-package/Libraries/Usd_Hdx.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_Hdsi_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_Hdsi_xcframework",
      "path" : "swift-package/Libraries/Usd_Hdsi.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_Hdar_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_Hdar_xcframework",
      "path" : "swift-package/Libraries/Usd_Hdar.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_Hd_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_Hd_xcframework",
      "path" : "swift-package/Libraries/Usd_Hd.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_HdSt_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_HdSt_xcframework",
      "path" : "swift-package/Libraries/Usd_HdSt.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_HdMtlx_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_HdMtlx_xcframework",
      "path" : "swift-package/Libraries/Usd_HdMtlx.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_HdGp_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_HdGp_xcframework",
      "path" : "swift-package/Libraries/Usd_HdGp.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_Glf_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_Glf_xcframework",
      "path" : "swift-package/Libraries/Usd_Glf.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_Gf_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_Gf_xcframework",
      "path" : "swift-package/Libraries/Usd_Gf.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_GeomUtil_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_GeomUtil_xcframework",
      "path" : "swift-package/Libraries/Usd_GeomUtil.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_Garch_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_Garch_xcframework",
      "path" : "swift-package/Libraries/Usd_Garch.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_Exec_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_Exec_xcframework",
      "path" : "swift-package/Libraries/Usd_Exec.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_ExecUsd_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_ExecUsd_xcframework",
      "path" : "swift-package/Libraries/Usd_ExecUsd.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_ExecIr_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_ExecIr_xcframework",
      "path" : "swift-package/Libraries/Usd_ExecIr.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_ExecGeom_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_ExecGeom_xcframework",
      "path" : "swift-package/Libraries/Usd_ExecGeom.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_Esf_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_Esf_xcframework",
      "path" : "swift-package/Libraries/Usd_Esf.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_EsfUsd_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_EsfUsd_xcframework",
      "path" : "swift-package/Libraries/Usd_EsfUsd.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_Ef_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_Ef_xcframework",
      "path" : "swift-package/Libraries/Usd_Ef.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_CameraUtil_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_CameraUtil_xcframework",
      "path" : "swift-package/Libraries/Usd_CameraUtil.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_Arch_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_Arch_xcframework",
      "path" : "swift-package/Libraries/Usd_Arch.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Usd_Ar_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Usd_Ar_xcframework",
      "path" : "swift-package/Libraries/Usd_Ar.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_TBB_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_TBB_xcframework",
      "path" : "swift-package/Libraries/TBB.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_OsdGPU_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_OsdGPU_xcframework",
      "path" : "swift-package/Libraries/OsdGPU.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_OsdCPU_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_OsdCPU_xcframework",
      "path" : "swift-package/Libraries/OsdCPU.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_OpenVDB_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_OpenVDB_xcframework",
      "path" : "swift-package/Libraries/OpenVDB.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_OpenUSD_SwiftBindingHelpers",
      "module_type" : "ClangTarget",
      "name" : "_OpenUSD_SwiftBindingHelpers",
      "path" : "swift-package/Sources/_OpenUSD_SwiftBindingHelpers",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
        "SwiftOverlay/HydraHelpers.mm",
        "SwiftOverlay/Math.cpp",
        "SwiftOverlay/Miscellaneous.cpp",
        "SwiftOverlay/SdfLayer.cpp",
        "SwiftOverlay/SdfSpecHandle.cpp",
        "SwiftOverlay/TypeConversionInitializers.cpp",
        "SwiftOverlay/UsdAttribute.cpp",
        "SwiftOverlay/UsdRelationship.cpp",
        "SwiftOverlay/UsdUtilsTimeCodeRange.cpp",
        "SwiftOverlay/Usd_PrimFlags.cpp",
        "SwiftOverlay/VtDictionary.cpp",
        "SwiftOverlay/__LinkerErrorWorkarounds.cpp",
        "SwiftOverlay/operatorBool.cpp",
        "TfNotice/ListenerHolder.mm",
        "TfNotice/SwiftKey.cpp",
        "Util/Util.cpp",
        "Work/DetachedTask.cpp",
        "Work/Loops.cpp",
        "Work/Reduce.cpp",
        "Wrappers/ArResolverWrapper.cpp",
        "Wrappers/HgiMetalWrapper.mm",
        "Wrappers/HgiWrapper.cpp",
        "Wrappers/HioImageWrapper.cpp",
        "Wrappers/SdfZipFileIteratorWrapper.cpp",
        "Wrappers/TfErrorMarkWrapper.cpp",
        "Wrappers/UsdAppUtilsFrameRecorderWrapper.cpp",
        "Wrappers/UsdImagingGLEngineWrapper.cpp",
        "Wrappers/UsdPrimRangeIteratorWrapper.cpp",
        "Wrappers/UsdPrimTypeInfoWrapper.cpp",
        "Wrappers/VtDictionaryConstIteratorWrapper.cpp",
        "generated/Comparable.cpp",
        "generated/CustomStringConvertible.mm",
        "generated/Enums.mm",
        "generated/Equatable.cpp",
        "generated/Hashable.cpp",
        "generated/ReferenceTypeConformances.cpp",
        "generated/SchemaUtil.cpp",
        "generated/SdfValueTypeNames_Extensions.cpp",
        "generated/StaticTokens.mm",
        "generated/_OpenUSD_SwiftBindingHelpers.cpp"
      ],
      "target_dependencies" : [
        "_Alembic_xcframework",
        "_Iex_xcframework",
        "_IlmThread_xcframework",
        "_Imath_xcframework",
        "_MaterialX_xcframework",
        "_MaterialXCore_xcframework",
        "_MaterialXFormat_xcframework",
        "_MaterialXGenGlsl_xcframework",
        "_MaterialXGenMsl_xcframework",
        "_MaterialXGenShader_xcframework",
        "_MaterialXRender_xcframework",
        "_MaterialXRenderGlsl_xcframework",
        "_MaterialXRenderHw_xcframework",
        "_OpenEXR_xcframework",
        "_OpenEXRCore_xcframework",
        "_OpenEXRUtil_xcframework",
        "_OpenVDB_xcframework",
        "_OsdCPU_xcframework",
        "_OsdGPU_xcframework",
        "_TBB_xcframework",
        "_Usd_Ar_xcframework",
        "_Usd_Arch_xcframework",
        "_Usd_CameraUtil_xcframework",
        "_Usd_Ef_xcframework",
        "_Usd_Esf_xcframework",
        "_Usd_EsfUsd_xcframework",
        "_Usd_Exec_xcframework",
        "_Usd_ExecGeom_xcframework",
        "_Usd_ExecIr_xcframework",
        "_Usd_ExecUsd_xcframework",
        "_Usd_Garch_xcframework",
        "_Usd_GeomUtil_xcframework",
        "_Usd_Gf_xcframework",
        "_Usd_Glf_xcframework",
        "_Usd_Hd_xcframework",
        "_Usd_HdGp_xcframework",
        "_Usd_HdMtlx_xcframework",
        "_Usd_HdSt_xcframework",
        "_Usd_Hdar_xcframework",
        "_Usd_Hdsi_xcframework",
        "_Usd_Hdx_xcframework",
        "_Usd_Hf_xcframework",
        "_Usd_Hgi_xcframework",
        "_Usd_HgiGL_xcframework",
        "_Usd_HgiInterop_xcframework",
        "_Usd_HgiMetal_xcframework",
        "_Usd_Hio_xcframework",
        "_Usd_HioOpenVDB_xcframework",
        "_Usd_Js_xcframework",
        "_Usd_Kind_xcframework",
        "_Usd_Pcp_xcframework",
        "_Usd_Pegtl_xcframework",
        "_Usd_Plug_xcframework",
        "_Usd_PxOsd_xcframework",
        "_Usd_Sdf_xcframework",
        "_Usd_Sdr_xcframework",
        "_Usd_Tf_xcframework",
        "_Usd_Trace_xcframework",
        "_Usd_Ts_xcframework",
        "_Usd_Usd_xcframework",
        "_Usd_UsdAppUtils_xcframework",
        "_Usd_UsdBakeMtlx_xcframework",
        "_Usd_UsdGeom_xcframework",
        "_Usd_UsdGeomValidators_xcframework",
        "_Usd_UsdHydra_xcframework",
        "_Usd_UsdImaging_xcframework",
        "_Usd_UsdImagingGL_xcframework",
        "_Usd_UsdLux_xcframework",
        "_Usd_UsdMedia_xcframework",
        "_Usd_UsdMtlx_xcframework",
        "_Usd_UsdPhysics_xcframework",
        "_Usd_UsdPhysicsValidators_xcframework",
        "_Usd_UsdProc_xcframework",
        "_Usd_UsdProcImaging_xcframework",
        "_Usd_UsdRender_xcframework",
        "_Usd_UsdRi_xcframework",
        "_Usd_UsdRiPxrImaging_xcframework",
        "_Usd_UsdSemantics_xcframework",
        "_Usd_UsdShade_xcframework",
        "_Usd_UsdShadeValidators_xcframework",
        "_Usd_UsdSkel_xcframework",
        "_Usd_UsdSkelImaging_xcframework",
        "_Usd_UsdSkelValidators_xcframework",
        "_Usd_UsdUI_xcframework",
        "_Usd_UsdUtils_xcframework",
        "_Usd_UsdUtilsValidators_xcframework",
        "_Usd_UsdValidation_xcframework",
        "_Usd_UsdVol_xcframework",
        "_Usd_UsdVolImaging_xcframework",
        "_Usd_Vdf_xcframework",
        "_Usd_Vt_xcframework",
        "_Usd_Work_xcframework",
        "_blosc_xcframework",
        "_boost_iostreams_xcframework",
        "_embree4_xcframework",
        "_hdEmbree_xcframework",
        "_hdStorm_xcframework",
        "_hioAvif_xcframework",
        "_hioImageIO_xcframework",
        "_hioOpenEXR_xcframework",
        "_sdrGlslfx_xcframework",
        "_usdAbc_xcframework",
        "_usdShaders_xcframework"
      ],
      "type" : "library"
    },
    {
      "c99name" : "_OpenUSD_MacroImplementations",
      "module_type" : "SwiftTarget",
      "name" : "_OpenUSD_MacroImplementations",
      "path" : "swift-package/Sources/_OpenUSD_MacroImplementations",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "OpenUSD",
        "_OpenUSD_MacroImplementations"
      ],
      "sources" : [
        "_OpenUSD_MacroImplementations/TfDiagnosticsMacros.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "_OpenEXR_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_OpenEXR_xcframework",
      "path" : "swift-package/Libraries/OpenEXR.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_OpenEXRUtil_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_OpenEXRUtil_xcframework",
      "path" : "swift-package/Libraries/OpenEXRUtil.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_OpenEXRCore_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_OpenEXRCore_xcframework",
      "path" : "swift-package/Libraries/OpenEXRCore.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_MaterialX_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_MaterialX_xcframework",
      "path" : "swift-package/Libraries/MaterialX.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_MaterialXRender_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_MaterialXRender_xcframework",
      "path" : "swift-package/Libraries/MaterialXRender.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_MaterialXRenderHw_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_MaterialXRenderHw_xcframework",
      "path" : "swift-package/Libraries/MaterialXRenderHw.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_MaterialXRenderGlsl_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_MaterialXRenderGlsl_xcframework",
      "path" : "swift-package/Libraries/MaterialXRenderGlsl.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_MaterialXGenShader_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_MaterialXGenShader_xcframework",
      "path" : "swift-package/Libraries/MaterialXGenShader.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_MaterialXGenMsl_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_MaterialXGenMsl_xcframework",
      "path" : "swift-package/Libraries/MaterialXGenMsl.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_MaterialXGenGlsl_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_MaterialXGenGlsl_xcframework",
      "path" : "swift-package/Libraries/MaterialXGenGlsl.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_MaterialXFormat_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_MaterialXFormat_xcframework",
      "path" : "swift-package/Libraries/MaterialXFormat.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_MaterialXCore_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_MaterialXCore_xcframework",
      "path" : "swift-package/Libraries/MaterialXCore.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Imath_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Imath_xcframework",
      "path" : "swift-package/Libraries/Imath.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_IlmThread_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_IlmThread_xcframework",
      "path" : "swift-package/Libraries/IlmThread.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Iex_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Iex_xcframework",
      "path" : "swift-package/Libraries/Iex.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "_Alembic_xcframework",
      "module_type" : "BinaryTarget",
      "name" : "_Alembic_xcframework",
      "path" : "swift-package/Libraries/Alembic.xcframework",
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "OpenUSD",
      "module_type" : "SwiftTarget",
      "name" : "OpenUSD",
      "path" : "swift-package/Sources/OpenUSD",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "OpenUSD"
      ],
      "sources" : [
        "OpenUSD.swift",
        "SwiftOverlay/Codable.swift",
        "SwiftOverlay/ConvenientExtensions.swift",
        "SwiftOverlay/Deprecated.swift",
        "SwiftOverlay/ExpressibleByArrayLiteral.swift",
        "SwiftOverlay/ExpressibleByDictionaryLiteral.swift",
        "SwiftOverlay/ExpressibleByFloatLiteral.swift",
        "SwiftOverlay/ExpressibleByIntegerLiteral.swift",
        "SwiftOverlay/ExpressibleByStringLiteral.swift",
        "SwiftOverlay/FRTProtocols.swift",
        "SwiftOverlay/Identifiable.swift",
        "SwiftOverlay/Math.swift",
        "SwiftOverlay/MethodsReturningRefererences.swift",
        "SwiftOverlay/Miscellaneous.swift",
        "SwiftOverlay/SdfSpecHandle.swift",
        "SwiftOverlay/Sequence.swift",
        "SwiftOverlay/StdVectorProtocol.swift",
        "SwiftOverlay/TypeConversionInitializers.swift",
        "SwiftOverlay/UsdEditContext.swift",
        "SwiftOverlay/UsdPrimRange.swift",
        "SwiftOverlay/UsdPrimRangeIteratedSequence.swift",
        "SwiftOverlay/UsdTimeCode.swift",
        "SwiftOverlay/UsdUtilsTimeCodeRange.swift",
        "SwiftOverlay/Usd_PrimFlags.swift",
        "SwiftOverlay/VtArrayProtocol.swift",
        "SwiftOverlay/operatorBool.swift",
        "TfNotice/NoticeCaster.swift",
        "TfNotice/TfNoticeProtocol.swift",
        "Util/Util.swift",
        "Work/DetachedTask.swift",
        "Work/Loops.swift",
        "Work/Reduce.swift",
        "Wrappers/SdfProxyTypesIteratorWrapper.swift",
        "Wrappers/SdfZipFileIteratorWrapper.swift",
        "Wrappers/TfDiagnosticsWrapper.swift",
        "Wrappers/TfErrorMarkWrapper.swift",
        "generated/Comparable.swift",
        "generated/CustomStringConvertible.swift",
        "generated/Enums.swift",
        "generated/Equatable.swift",
        "generated/Hashable.swift",
        "generated/ReferenceTypeConformances.swift",
        "generated/SchemaUtil.swift",
        "generated/SdfValueTypeNames_Extensions.swift",
        "generated/Sendable.swift",
        "generated/StaticTokens.swift",
        "generated/TfNoticeProtocolConformances.swift"
      ],
      "target_dependencies" : [
        "_OpenUSD_SwiftBindingHelpers",
        "_OpenUSD_MacroImplementations"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.