The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of FeedbackBulb, reference main (c54484), with Swift 6.1 for visionOS using Xcode 16.3 on 29 Apr 2025 08:40:12 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme FeedbackBulb-Package -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Headbright/feedbackbulb-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Headbright/feedbackbulb-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c544844 Update README.md
Cloned https://github.com/Headbright/feedbackbulb-swift.git
Revision (git rev-parse @):
c544844201895bb1a33b0529201c54f4620ced12
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Headbright/feedbackbulb-swift.git at main
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Headbright/feedbackbulb-swift.git
https://github.com/Headbright/feedbackbulb-swift.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FeedbackBulb",
  "name" : "FeedbackBulb",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "FeedbackBulb",
      "targets" : [
        "FeedbackBulb"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FeedbackBulb.Toolbox",
      "targets" : [
        "FeedbackBulb.Toolbox"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FeedbackBulbTests",
      "module_type" : "SwiftTarget",
      "name" : "FeedbackBulbTests",
      "path" : "Tests/FeedbackBulbTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/FeedbackBulbTests/Resources/2.png",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/FeedbackBulbTests/Resources/exampleForm",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "FeedbackSDKClientTests.swift",
        "Helpers/XCTestCase+LocalContent.swift",
        "MultipartFormTests.swift"
      ],
      "target_dependencies" : [
        "FeedbackBulb"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FeedbackBulb_Toolbox",
      "module_type" : "SwiftTarget",
      "name" : "FeedbackBulb.Toolbox",
      "path" : "Sources/FeedbackBulb.Toolbox",
      "product_memberships" : [
        "FeedbackBulb.Toolbox"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Components/EmojiPicker.swift",
        "Components/FBBStarRatingView.swift",
        "Components/FeedbackTextEditor.swift",
        "Components/PhotoPicker/AttachmentPicker.swift",
        "Components/PhotoPicker/EditableSquareSelectImage.swift",
        "Components/PhotoPicker/SelectImageLegacy.swift",
        "Components/SubmitButtonStyle.swift",
        "Components/View+TextEditorBackground.swift",
        "Forms/SimpleFeedbackConfig.swift",
        "Forms/SimpleFeedbackForm.swift",
        "Forms/SimpleFeedbackFormViewModel.swift",
        "ScrollView+alwaysBounceVertical.swift",
        "UIVisualEffectView+representable.swift",
        "View+accessibleMotion.swift",
        "View+if.swift"
      ],
      "target_dependencies" : [
        "FeedbackBulb"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FeedbackBulb",
      "module_type" : "SwiftTarget",
      "name" : "FeedbackBulb",
      "path" : "Sources/FeedbackBulb",
      "product_memberships" : [
        "FeedbackBulb",
        "FeedbackBulb.Toolbox"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "FeedbackEnvironmentObserver.swift",
        "FeedbackSDKClient+Request.swift",
        "FeedbackSDKClient.swift",
        "FeedbackSDKError.swift",
        "FeedbackValue.swift",
        "HTTP/Data+prettyPrintedJSONString.swift",
        "HTTP/Decoder.swift",
        "HTTP/Encoder.swift",
        "HTTP/HTTPBody.swift",
        "HTTP/HTTPMethod.swift",
        "HTTP/HTTPRequest.swift",
        "HTTP/HTTPRequestBuilder.swift",
        "HTTP/MultipartForm/Data+Helpers.swift",
        "HTTP/MultipartForm/MultipartForm.swift",
        "HTTP/URLSession+asyncData.swift",
        "Logger.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  FeedbackBulb: /Users/admin/builder/spi-builder-workspace
resolved source packages: FeedbackBulb
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FeedbackBulb",
  "name" : "FeedbackBulb",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "FeedbackBulb",
      "targets" : [
        "FeedbackBulb"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FeedbackBulb.Toolbox",
      "targets" : [
        "FeedbackBulb.Toolbox"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FeedbackBulbTests",
      "module_type" : "SwiftTarget",
      "name" : "FeedbackBulbTests",
      "path" : "Tests/FeedbackBulbTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/FeedbackBulbTests/Resources/2.png",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/FeedbackBulbTests/Resources/exampleForm",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "FeedbackSDKClientTests.swift",
        "Helpers/XCTestCase+LocalContent.swift",
        "MultipartFormTests.swift"
      ],
      "target_dependencies" : [
        "FeedbackBulb"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FeedbackBulb_Toolbox",
      "module_type" : "SwiftTarget",
      "name" : "FeedbackBulb.Toolbox",
      "path" : "Sources/FeedbackBulb.Toolbox",
      "product_memberships" : [
        "FeedbackBulb.Toolbox"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Components/EmojiPicker.swift",
        "Components/FBBStarRatingView.swift",
        "Components/FeedbackTextEditor.swift",
        "Components/PhotoPicker/AttachmentPicker.swift",
        "Components/PhotoPicker/EditableSquareSelectImage.swift",
        "Components/PhotoPicker/SelectImageLegacy.swift",
        "Components/SubmitButtonStyle.swift",
        "Components/View+TextEditorBackground.swift",
        "Forms/SimpleFeedbackConfig.swift",
        "Forms/SimpleFeedbackForm.swift",
        "Forms/SimpleFeedbackFormViewModel.swift",
        "ScrollView+alwaysBounceVertical.swift",
        "UIVisualEffectView+representable.swift",
        "View+accessibleMotion.swift",
        "View+if.swift"
      ],
      "target_dependencies" : [
        "FeedbackBulb"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FeedbackBulb",
      "module_type" : "SwiftTarget",
      "name" : "FeedbackBulb",
      "path" : "Sources/FeedbackBulb",
      "product_memberships" : [
        "FeedbackBulb",
        "FeedbackBulb.Toolbox"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "FeedbackEnvironmentObserver.swift",
        "FeedbackSDKClient+Request.swift",
        "FeedbackSDKClient.swift",
        "FeedbackSDKError.swift",
        "FeedbackValue.swift",
        "HTTP/Data+prettyPrintedJSONString.swift",
        "HTTP/Decoder.swift",
        "HTTP/Encoder.swift",
        "HTTP/HTTPBody.swift",
        "HTTP/HTTPMethod.swift",
        "HTTP/HTTPRequest.swift",
        "HTTP/HTTPRequestBuilder.swift",
        "HTTP/MultipartForm/Data+Helpers.swift",
        "HTTP/MultipartForm/MultipartForm.swift",
        "HTTP/URLSession+asyncData.swift",
        "Logger.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "FeedbackBulb",
      "FeedbackBulb-Package",
      "FeedbackBulb.Toolbox"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "FeedbackBulb",
      "FeedbackBulb-Package",
      "FeedbackBulb.Toolbox"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme FeedbackBulb-Package -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme FeedbackBulb-Package -destination generic/platform=xrOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
  FeedbackBulb: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'FeedbackBulb.Toolbox' in project 'FeedbackBulb'
        ➜ Explicit dependency on target 'FeedbackBulb.Toolbox' in project 'FeedbackBulb'
        ➜ Explicit dependency on target 'FeedbackBulb_FeedbackBulb.Toolbox' in project 'FeedbackBulb'
        ➜ Explicit dependency on target 'FeedbackBulb' in project 'FeedbackBulb'
    Target 'FeedbackBulb.Toolbox' in project 'FeedbackBulb'
        ➜ Explicit dependency on target 'FeedbackBulb_FeedbackBulb.Toolbox' in project 'FeedbackBulb'
        ➜ Explicit dependency on target 'FeedbackBulb' in project 'FeedbackBulb'
    Target 'FeedbackBulb_FeedbackBulb.Toolbox' in project 'FeedbackBulb' (no dependencies)
    Target 'FeedbackBulb' in project 'FeedbackBulb'
        ➜ Explicit dependency on target 'FeedbackBulb' in project 'FeedbackBulb'
        ➜ Explicit dependency on target 'FeedbackBulb_FeedbackBulb' in project 'FeedbackBulb'
    Target 'FeedbackBulb' in project 'FeedbackBulb'
        ➜ Explicit dependency on target 'FeedbackBulb_FeedbackBulb' in project 'FeedbackBulb'
    Target 'FeedbackBulb_FeedbackBulb' in project 'FeedbackBulb' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 159ed84c598e2bd6a4c1b5f5bdefed33
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/159ed84c598e2bd6a4c1b5f5bdefed33.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb_FeedbackBulb.build/empty-FeedbackBulb_FeedbackBulb.plist (in target 'FeedbackBulb_FeedbackBulb' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb_FeedbackBulb.build/empty-FeedbackBulb_FeedbackBulb.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb_FeedbackBulb.build/FeedbackBulb_FeedbackBulb.DependencyMetadataFileList (in target 'FeedbackBulb_FeedbackBulb' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb_FeedbackBulb.build/FeedbackBulb_FeedbackBulb.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb_FeedbackBulb.build/FeedbackBulb_FeedbackBulb.DependencyStaticMetadataFileList (in target 'FeedbackBulb_FeedbackBulb' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb_FeedbackBulb.build/FeedbackBulb_FeedbackBulb.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb_FeedbackBulb.Toolbox.build/empty-FeedbackBulb_FeedbackBulb.Toolbox.plist (in target 'FeedbackBulb_FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb_FeedbackBulb.Toolbox.build/empty-FeedbackBulb_FeedbackBulb.Toolbox.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb_FeedbackBulb.Toolbox.build/FeedbackBulb_FeedbackBulb.Toolbox.DependencyStaticMetadataFileList (in target 'FeedbackBulb_FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb_FeedbackBulb.Toolbox.build/FeedbackBulb_FeedbackBulb.Toolbox.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/FeedbackBulb.modulemap (in target 'FeedbackBulb' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/FeedbackBulb.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb_FeedbackBulb.Toolbox.build/FeedbackBulb_FeedbackBulb.Toolbox.DependencyMetadataFileList (in target 'FeedbackBulb_FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb_FeedbackBulb.Toolbox.build/FeedbackBulb_FeedbackBulb.Toolbox.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb_const_extract_protocols.json (in target 'FeedbackBulb' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb-OutputFileMap.json (in target 'FeedbackBulb' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb.Toolbox_const_extract_protocols.json (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb.Toolbox_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb.Toolbox.SwiftFileList (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb.Toolbox.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb.Toolbox.SwiftConstValuesFileList (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb.Toolbox.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb.Toolbox.LinkFileList (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb.Toolbox.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb.Toolbox-OutputFileMap.json (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb.Toolbox-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/FeedbackBulb.Toolbox.modulemap (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/FeedbackBulb.Toolbox.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/FeedbackBulb.Toolbox.DependencyStaticMetadataFileList (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/FeedbackBulb.Toolbox.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/FeedbackBulb.Toolbox.DependencyMetadataFileList (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/FeedbackBulb.Toolbox.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/DerivedSources/resource_bundle_accessor.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/DerivedSources/resource_bundle_accessor.swift
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb.SwiftFileList (in target 'FeedbackBulb' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb.SwiftConstValuesFileList (in target 'FeedbackBulb' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb.LinkFileList (in target 'FeedbackBulb' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/FeedbackBulb.DependencyStaticMetadataFileList (in target 'FeedbackBulb' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/FeedbackBulb.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/FeedbackBulb.DependencyMetadataFileList (in target 'FeedbackBulb' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/FeedbackBulb.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/DerivedSources/resource_bundle_accessor.swift (in target 'FeedbackBulb' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/DerivedSources/resource_bundle_accessor.swift
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/FeedbackBulb.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/FeedbackBulb.modulemap (in target 'FeedbackBulb' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/FeedbackBulb.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/FeedbackBulb.Toolbox.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/FeedbackBulb.Toolbox.modulemap (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/FeedbackBulb.Toolbox.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FeedbackBulb_FeedbackBulb.Toolbox.bundle (in target 'FeedbackBulb_FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FeedbackBulb_FeedbackBulb.Toolbox.bundle
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FeedbackBulb_FeedbackBulb.bundle (in target 'FeedbackBulb_FeedbackBulb' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FeedbackBulb_FeedbackBulb.bundle
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FeedbackBulb_FeedbackBulb.Toolbox.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb_FeedbackBulb.Toolbox.build/empty-FeedbackBulb_FeedbackBulb.Toolbox.plist (in target 'FeedbackBulb_FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb_FeedbackBulb.Toolbox.build/empty-FeedbackBulb_FeedbackBulb.Toolbox.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform xros -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FeedbackBulb_FeedbackBulb.Toolbox.bundle/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FeedbackBulb_FeedbackBulb.Toolbox.bundle/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/PrivacyInfo.xcprivacy (in target 'FeedbackBulb_FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FeedbackBulb_FeedbackBulb.Toolbox.bundle
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FeedbackBulb_FeedbackBulb.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb_FeedbackBulb.build/empty-FeedbackBulb_FeedbackBulb.plist (in target 'FeedbackBulb_FeedbackBulb' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb_FeedbackBulb.build/empty-FeedbackBulb_FeedbackBulb.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform xros -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FeedbackBulb_FeedbackBulb.bundle/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FeedbackBulb_FeedbackBulb.bundle/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb/PrivacyInfo.xcprivacy (in target 'FeedbackBulb_FeedbackBulb' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FeedbackBulb_FeedbackBulb.bundle
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FeedbackBulb_FeedbackBulb.Toolbox.bundle (in target 'FeedbackBulb_FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FeedbackBulb_FeedbackBulb.Toolbox.bundle
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FeedbackBulb_FeedbackBulb.bundle (in target 'FeedbackBulb_FeedbackBulb' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FeedbackBulb_FeedbackBulb.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FeedbackBulb_FeedbackBulb.Toolbox.bundle (in target 'FeedbackBulb_FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FeedbackBulb_FeedbackBulb.Toolbox.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FeedbackBulb_FeedbackBulb.bundle (in target 'FeedbackBulb_FeedbackBulb' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FeedbackBulb_FeedbackBulb.bundle
SwiftDriver FeedbackBulb normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FeedbackBulb' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FeedbackBulb -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb-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/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb.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/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.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/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ FeedbackSDKClient+Request.swift,\ FeedbackSDKClient.swift /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb/FeedbackSDKClient+Request.swift /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb/FeedbackSDKClient.swift (in target 'FeedbackBulb' from project 'FeedbackBulb')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb/FeedbackSDKClient+Request.swift (in target 'FeedbackBulb' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb/FeedbackSDKClient.swift (in target 'FeedbackBulb' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ FeedbackEnvironmentObserver.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb/FeedbackEnvironmentObserver.swift (in target 'FeedbackBulb' from project 'FeedbackBulb')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/DerivedSources/resource_bundle_accessor.swift (in target 'FeedbackBulb' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb/FeedbackEnvironmentObserver.swift (in target 'FeedbackBulb' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Data+prettyPrintedJSONString.swift,\ Decoder.swift /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb/HTTP/Data+prettyPrintedJSONString.swift /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb/HTTP/Decoder.swift (in target 'FeedbackBulb' from project 'FeedbackBulb')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb/HTTP/Data+prettyPrintedJSONString.swift (in target 'FeedbackBulb' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb/HTTP/Decoder.swift (in target 'FeedbackBulb' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb/HTTP/Decoder.swift:6:22: warning: class 'FeedbackSDKDecoder' must restate inherited '@unchecked Sendable' conformance
internal final class FeedbackSDKDecoder: JSONDecoder {
                     ^
                                                    , @unchecked Sendable
SwiftCompile normal arm64 Compiling\ Encoder.swift,\ HTTPBody.swift /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb/HTTP/Encoder.swift /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb/HTTP/HTTPBody.swift (in target 'FeedbackBulb' from project 'FeedbackBulb')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb/HTTP/Encoder.swift (in target 'FeedbackBulb' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb/HTTP/Encoder.swift:6:22: warning: class 'FeedbackSDKEncoder' must restate inherited '@unchecked Sendable' conformance
internal final class FeedbackSDKEncoder: JSONEncoder {
                     ^
                                                    , @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb/HTTP/HTTPBody.swift (in target 'FeedbackBulb' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ FeedbackSDKError.swift,\ FeedbackValue.swift /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb/FeedbackSDKError.swift /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb/FeedbackValue.swift (in target 'FeedbackBulb' from project 'FeedbackBulb')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb/FeedbackSDKError.swift (in target 'FeedbackBulb' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb/FeedbackValue.swift (in target 'FeedbackBulb' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ HTTPMethod.swift,\ HTTPRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb/HTTP/HTTPMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb/HTTP/HTTPRequest.swift (in target 'FeedbackBulb' from project 'FeedbackBulb')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb/HTTP/HTTPMethod.swift (in target 'FeedbackBulb' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb/HTTP/HTTPRequest.swift (in target 'FeedbackBulb' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ MultipartForm.swift /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb/HTTP/MultipartForm/MultipartForm.swift (in target 'FeedbackBulb' from project 'FeedbackBulb')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb/HTTP/MultipartForm/MultipartForm.swift (in target 'FeedbackBulb' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ HTTPRequestBuilder.swift,\ Data+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb/HTTP/HTTPRequestBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb/HTTP/MultipartForm/Data+Helpers.swift (in target 'FeedbackBulb' from project 'FeedbackBulb')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb/HTTP/HTTPRequestBuilder.swift (in target 'FeedbackBulb' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb/HTTP/MultipartForm/Data+Helpers.swift (in target 'FeedbackBulb' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ URLSession+asyncData.swift /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb/HTTP/URLSession+asyncData.swift (in target 'FeedbackBulb' from project 'FeedbackBulb')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb/HTTP/URLSession+asyncData.swift (in target 'FeedbackBulb' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ FeedbackBulb (in target 'FeedbackBulb' from project 'FeedbackBulb')
EmitSwiftModule normal arm64 (in target 'FeedbackBulb' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb/HTTP/Decoder.swift:6:22: warning: class 'FeedbackSDKDecoder' must restate inherited '@unchecked Sendable' conformance
internal final class FeedbackSDKDecoder: JSONDecoder {
                     ^
                                                    , @unchecked Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb/HTTP/Encoder.swift:6:22: warning: class 'FeedbackSDKEncoder' must restate inherited '@unchecked Sendable' conformance
internal final class FeedbackSDKEncoder: JSONEncoder {
                     ^
                                                    , @unchecked Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb/Logger.swift:8:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'Logger', consider removing it
nonisolated(unsafe) let loggerMain = Logger(
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb/Logger.swift:10:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'Logger', consider removing it
nonisolated(unsafe) let loggerRequest = Logger(
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb/Logger.swift:12:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'Logger', consider removing it
nonisolated(unsafe) let loggerResponse = Logger(
^~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 Compiling\ Logger.swift /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb/Logger.swift (in target 'FeedbackBulb' from project 'FeedbackBulb')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb/Logger.swift (in target 'FeedbackBulb' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb/Logger.swift:8:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'Logger', consider removing it
nonisolated(unsafe) let loggerMain = Logger(
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb/Logger.swift:10:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'Logger', consider removing it
nonisolated(unsafe) let loggerRequest = Logger(
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb/Logger.swift:12:1: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'Logger', consider removing it
nonisolated(unsafe) let loggerResponse = Logger(
^~~~~~~~~~~~~~~~~~~~
SwiftDriverJobDiscovery normal arm64 Emitting module for FeedbackBulb (in target 'FeedbackBulb' from project 'FeedbackBulb')
SwiftDriver\ Compilation\ Requirements FeedbackBulb normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FeedbackBulb' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FeedbackBulb -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb-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/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb.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/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.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/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling MultipartForm.swift (in target 'FeedbackBulb' from project 'FeedbackBulb')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/FeedbackBulb-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb-Swift.h (in target 'FeedbackBulb' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/FeedbackBulb-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FeedbackBulb.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb.swiftmodule (in target 'FeedbackBulb' from project 'FeedbackBulb')
    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/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FeedbackBulb.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FeedbackBulb.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb.swiftdoc (in target 'FeedbackBulb' from project 'FeedbackBulb')
    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/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FeedbackBulb.swiftmodule/arm64-apple-xros.swiftdoc
SwiftDriverJobDiscovery normal arm64 Compiling URLSession+asyncData.swift (in target 'FeedbackBulb' from project 'FeedbackBulb')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FeedbackBulb.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb.abi.json (in target 'FeedbackBulb' from project 'FeedbackBulb')
    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/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FeedbackBulb.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FeedbackBulb.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb.swiftsourceinfo (in target 'FeedbackBulb' from project 'FeedbackBulb')
    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/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FeedbackBulb.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Logger.swift (in target 'FeedbackBulb' from project 'FeedbackBulb')
SwiftDriver FeedbackBulb.Toolbox normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FeedbackBulb_Toolbox -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb.Toolbox.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb.Toolbox-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/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb_Toolbox.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/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb.Toolbox_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.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/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb.Toolbox-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, FeedbackEnvironmentObserver.swift (in target 'FeedbackBulb' from project 'FeedbackBulb')
SwiftCompile normal arm64 Compiling\ ScrollView+alwaysBounceVertical.swift /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/ScrollView+alwaysBounceVertical.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/ScrollView+alwaysBounceVertical.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ FeedbackBulb_Toolbox (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
EmitSwiftModule normal arm64 (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SimpleFeedbackForm.swift,\ SimpleFeedbackFormViewModel.swift /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackForm.swift /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackFormViewModel.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackForm.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackForm.swift:125:41: warning: sending 'self.viewModel' risks causing data races; this is an error in the Swift 6 language mode
              try? await self.viewModel.primaryAction()
                         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackForm.swift:125:41: note: sending main actor-isolated 'self.viewModel' to nonisolated callee risks causing data races between nonisolated and main actor-isolated uses
              try? await self.viewModel.primaryAction()
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackForm.swift:152:41: warning: sending 'self.viewModel' risks causing data races; this is an error in the Swift 6 language mode
              try? await self.viewModel.primaryAction()
                         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackForm.swift:152:41: note: sending main actor-isolated 'self.viewModel' to nonisolated callee risks causing data races between nonisolated and main actor-isolated uses
              try? await self.viewModel.primaryAction()
                                        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackFormViewModel.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ View+accessibleMotion.swift /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/View+accessibleMotion.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/View+accessibleMotion.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ FBBStarRatingView.swift,\ FeedbackTextEditor.swift /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/FBBStarRatingView.swift /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/FeedbackTextEditor.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/FBBStarRatingView.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/FeedbackTextEditor.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling HTTPRequestBuilder.swift, Data+Helpers.swift (in target 'FeedbackBulb' from project 'FeedbackBulb')
SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ EmojiPicker.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/EmojiPicker.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/DerivedSources/resource_bundle_accessor.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/EmojiPicker.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling FeedbackSDKError.swift, FeedbackValue.swift (in target 'FeedbackBulb' from project 'FeedbackBulb')
SwiftCompile normal arm64 Compiling\ View+if.swift /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/View+if.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/View+if.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling FeedbackSDKClient+Request.swift, FeedbackSDKClient.swift (in target 'FeedbackBulb' from project 'FeedbackBulb')
SwiftCompile normal arm64 Compiling\ View+TextEditorBackground.swift,\ SimpleFeedbackConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/View+TextEditorBackground.swift /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackConfig.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/View+TextEditorBackground.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackConfig.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ UIVisualEffectView+representable.swift /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/UIVisualEffectView+representable.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/UIVisualEffectView+representable.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SelectImageLegacy.swift,\ SubmitButtonStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/SelectImageLegacy.swift /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/SubmitButtonStyle.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/SelectImageLegacy.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/SubmitButtonStyle.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Data+prettyPrintedJSONString.swift, Decoder.swift (in target 'FeedbackBulb' from project 'FeedbackBulb')
SwiftDriverJobDiscovery normal arm64 Compiling Encoder.swift, HTTPBody.swift (in target 'FeedbackBulb' from project 'FeedbackBulb')
SwiftDriverJobDiscovery normal arm64 Compiling HTTPMethod.swift, HTTPRequest.swift (in target 'FeedbackBulb' from project 'FeedbackBulb')
SwiftCompile normal arm64 Compiling\ AttachmentPicker.swift,\ EditableSquareSelectImage.swift /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/AttachmentPicker.swift /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/EditableSquareSelectImage.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/AttachmentPicker.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/AttachmentPicker.swift:32:10: warning: 'onChange(of:perform:)' was deprecated in visionOS 1.0: Use `onChange` with a two or zero parameter action closure instead.
        .onChange(
         ^
/Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/AttachmentPicker.swift:81:8: warning: 'onChange(of:perform:)' was deprecated in visionOS 1.0: Use `onChange` with a two or zero parameter action closure instead.
      .onChange(
       ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/EditableSquareSelectImage.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/EditableSquareSelectImage.swift:58:49: warning: main actor-isolated property 'imageState' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
        SquareSelectImage(imageState: viewModel.imageState)
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/EditableSquareSelectImage.swift:105:33: note: property declared here
    @Published private(set) var imageState: ImageState = .empty
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/EditableSquareSelectImage.swift:58:39: warning: main actor-isolated property 'viewModel' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
        SquareSelectImage(imageState: viewModel.imageState)
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/EditableSquareSelectImage.swift:50:25: note: property declared here
    @ObservedObject var viewModel: SelectImageModel
                        ^
SwiftDriverJobDiscovery normal arm64 Compiling ScrollView+alwaysBounceVertical.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
SwiftDriver\ Compilation FeedbackBulb normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FeedbackBulb' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FeedbackBulb -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb-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/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb.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/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.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/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling UIVisualEffectView+representable.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FeedbackBulb.o normal (in target 'FeedbackBulb' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FeedbackBulb.o
ExtractAppIntentsMetadata (in target 'FeedbackBulb' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name FeedbackBulb --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.FeedbackBulb --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FeedbackBulb.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FeedbackBulb.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/FeedbackBulb.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/FeedbackBulb.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-29 01:40:08.860 appintentsmetadataprocessor[752:4204] Starting appintentsmetadataprocessor export
2025-04-29 01:40:08.910 appintentsmetadataprocessor[752:4204] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FeedbackBulb.o (in target 'FeedbackBulb' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FeedbackBulb.o
SwiftDriverJobDiscovery normal arm64 Emitting module for FeedbackBulb_Toolbox (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
SwiftDriver\ Compilation\ Requirements FeedbackBulb.Toolbox normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FeedbackBulb_Toolbox -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb.Toolbox.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb.Toolbox-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/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb_Toolbox.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/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb.Toolbox_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.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/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb.Toolbox-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-xros/FeedbackBulb.Toolbox-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb.Toolbox-Swift.h (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb.Toolbox-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/FeedbackBulb.Toolbox-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FeedbackBulb_Toolbox.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb_Toolbox.swiftmodule (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    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/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb_Toolbox.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FeedbackBulb_Toolbox.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FeedbackBulb_Toolbox.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb_Toolbox.swiftdoc (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    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/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb_Toolbox.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FeedbackBulb_Toolbox.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FeedbackBulb_Toolbox.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb_Toolbox.abi.json (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    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/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb_Toolbox.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FeedbackBulb_Toolbox.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FeedbackBulb_Toolbox.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb_Toolbox.swiftsourceinfo (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    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/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb_Toolbox.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FeedbackBulb_Toolbox.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling View+TextEditorBackground.swift, SimpleFeedbackConfig.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, EmojiPicker.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
SwiftDriverJobDiscovery normal arm64 Compiling View+accessibleMotion.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
SwiftDriverJobDiscovery normal arm64 Compiling FBBStarRatingView.swift, FeedbackTextEditor.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
SwiftDriverJobDiscovery normal arm64 Compiling SelectImageLegacy.swift, SubmitButtonStyle.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
SwiftDriverJobDiscovery normal arm64 Compiling View+if.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
SwiftDriverJobDiscovery normal arm64 Compiling SimpleFeedbackForm.swift, SimpleFeedbackFormViewModel.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
SwiftDriverJobDiscovery normal arm64 Compiling AttachmentPicker.swift, EditableSquareSelectImage.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
SwiftDriver\ Compilation FeedbackBulb.Toolbox normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FeedbackBulb_Toolbox -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb.Toolbox.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb.Toolbox-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/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb_Toolbox.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/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb.Toolbox_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.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/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb.Toolbox-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-xros/FeedbackBulb.Toolbox.o normal (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb.Toolbox.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb.Toolbox_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb.Toolbox_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb_Toolbox.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FeedbackBulb.Toolbox.o
ExtractAppIntentsMetadata (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name FeedbackBulb_Toolbox --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.FeedbackBulb.Toolbox --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FeedbackBulb_Toolbox.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FeedbackBulb.Toolbox.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb.Toolbox_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb.Toolbox.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/FeedbackBulb.Toolbox.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/FeedbackBulb.Toolbox.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-xros/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb.Toolbox.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-29 01:40:11.631 appintentsmetadataprocessor[755:4238] Starting appintentsmetadataprocessor export
2025-04-29 01:40:11.663 appintentsmetadataprocessor[755:4238] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FeedbackBulb.Toolbox.o (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FeedbackBulb.Toolbox.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FeedbackBulb",
  "name" : "FeedbackBulb",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "FeedbackBulb",
      "targets" : [
        "FeedbackBulb"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FeedbackBulb.Toolbox",
      "targets" : [
        "FeedbackBulb.Toolbox"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FeedbackBulbTests",
      "module_type" : "SwiftTarget",
      "name" : "FeedbackBulbTests",
      "path" : "Tests/FeedbackBulbTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/FeedbackBulbTests/Resources/2.png",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/FeedbackBulbTests/Resources/exampleForm",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "FeedbackSDKClientTests.swift",
        "Helpers/XCTestCase+LocalContent.swift",
        "MultipartFormTests.swift"
      ],
      "target_dependencies" : [
        "FeedbackBulb"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FeedbackBulb_Toolbox",
      "module_type" : "SwiftTarget",
      "name" : "FeedbackBulb.Toolbox",
      "path" : "Sources/FeedbackBulb.Toolbox",
      "product_memberships" : [
        "FeedbackBulb.Toolbox"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Components/EmojiPicker.swift",
        "Components/FBBStarRatingView.swift",
        "Components/FeedbackTextEditor.swift",
        "Components/PhotoPicker/AttachmentPicker.swift",
        "Components/PhotoPicker/EditableSquareSelectImage.swift",
        "Components/PhotoPicker/SelectImageLegacy.swift",
        "Components/SubmitButtonStyle.swift",
        "Components/View+TextEditorBackground.swift",
        "Forms/SimpleFeedbackConfig.swift",
        "Forms/SimpleFeedbackForm.swift",
        "Forms/SimpleFeedbackFormViewModel.swift",
        "ScrollView+alwaysBounceVertical.swift",
        "UIVisualEffectView+representable.swift",
        "View+accessibleMotion.swift",
        "View+if.swift"
      ],
      "target_dependencies" : [
        "FeedbackBulb"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FeedbackBulb",
      "module_type" : "SwiftTarget",
      "name" : "FeedbackBulb",
      "path" : "Sources/FeedbackBulb",
      "product_memberships" : [
        "FeedbackBulb",
        "FeedbackBulb.Toolbox"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/FeedbackBulb/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "FeedbackEnvironmentObserver.swift",
        "FeedbackSDKClient+Request.swift",
        "FeedbackSDKClient.swift",
        "FeedbackSDKError.swift",
        "FeedbackValue.swift",
        "HTTP/Data+prettyPrintedJSONString.swift",
        "HTTP/Decoder.swift",
        "HTTP/Encoder.swift",
        "HTTP/HTTPBody.swift",
        "HTTP/HTTPMethod.swift",
        "HTTP/HTTPRequest.swift",
        "HTTP/HTTPRequestBuilder.swift",
        "HTTP/MultipartForm/Data+Helpers.swift",
        "HTTP/MultipartForm/MultipartForm.swift",
        "HTTP/URLSession+asyncData.swift",
        "Logger.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.