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 macOS (Xcode) using Xcode 16.3 on 29 Apr 2025 08:39:08 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 platform=macOS,arch=arm64 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:         macosXcodebuild
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"
    ]
  }
}
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 platform=macOS,arch=arm64 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 platform=macOS,arch=arm64 "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/MacOSX.platform/Developer/SDKs/MacOSX15.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: af7628cde608561a99984144e73fee43
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/af7628cde608561a99984144e73fee43.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
    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
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/FeedbackBulb_FeedbackBulb.Toolbox.build/empty-FeedbackBulb_FeedbackBulb.Toolbox.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/FeedbackBulb_FeedbackBulb.Toolbox.build/FeedbackBulb_FeedbackBulb.Toolbox.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/FeedbackBulb_FeedbackBulb.Toolbox.build/FeedbackBulb_FeedbackBulb.Toolbox.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/FeedbackBulb_FeedbackBulb.build/FeedbackBulb_FeedbackBulb.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/FeedbackBulb_FeedbackBulb.build/FeedbackBulb_FeedbackBulb.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/FeedbackBulb_FeedbackBulb.build/empty-FeedbackBulb_FeedbackBulb.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb.Toolbox.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb.Toolbox.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/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/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/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb.Toolbox.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb.Toolbox-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/FeedbackBulb.Toolbox.build/FeedbackBulb.Toolbox.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/FeedbackBulb.Toolbox.build/FeedbackBulb.Toolbox.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/FeedbackBulb.Toolbox.build/FeedbackBulb.Toolbox.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/FeedbackBulb.Toolbox.build/DerivedSources/resource_bundle_accessor.swift
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/FeedbackBulb.build/FeedbackBulb.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/FeedbackBulb.Toolbox.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/FeedbackBulb.Toolbox.build/FeedbackBulb.Toolbox.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/FeedbackBulb.build/FeedbackBulb.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/FeedbackBulb.build/FeedbackBulb.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/FeedbackBulb.build/DerivedSources/resource_bundle_accessor.swift
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/FeedbackBulb_FeedbackBulb.Toolbox.bundle
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FeedbackBulb_FeedbackBulb.Toolbox.bundle/Contents (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/FeedbackBulb_FeedbackBulb.Toolbox.bundle/Contents
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FeedbackBulb_FeedbackBulb.Toolbox.bundle/Contents/Resources (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/FeedbackBulb_FeedbackBulb.Toolbox.bundle/Contents/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FeedbackBulb_FeedbackBulb.bundle/Contents (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/FeedbackBulb_FeedbackBulb.bundle/Contents
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/FeedbackBulb_FeedbackBulb.bundle
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FeedbackBulb_FeedbackBulb.bundle/Contents/Resources (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/FeedbackBulb_FeedbackBulb.bundle/Contents/Resources
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/FeedbackBulb.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/FeedbackBulb.build/FeedbackBulb.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FeedbackBulb_FeedbackBulb.Toolbox.bundle/Contents/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/FeedbackBulb_FeedbackBulb.Toolbox.build/empty-FeedbackBulb_FeedbackBulb.Toolbox.plist -producttype com.apple.product-type.bundle -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FeedbackBulb_FeedbackBulb.Toolbox.bundle/Contents/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FeedbackBulb_FeedbackBulb.Toolbox.bundle/Contents/Resources/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/FeedbackBulb_FeedbackBulb.Toolbox.bundle/Contents/Resources
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FeedbackBulb_FeedbackBulb.bundle/Contents/Resources/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/FeedbackBulb_FeedbackBulb.bundle/Contents/Resources
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FeedbackBulb_FeedbackBulb.bundle/Contents/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/FeedbackBulb_FeedbackBulb.build/empty-FeedbackBulb_FeedbackBulb.plist -producttype com.apple.product-type.bundle -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FeedbackBulb_FeedbackBulb.bundle/Contents/Info.plist
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/FeedbackBulb_FeedbackBulb.Toolbox.bundle
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/FeedbackBulb_FeedbackBulb.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/FeedbackBulb_FeedbackBulb.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/FeedbackBulb_FeedbackBulb.Toolbox.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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos13.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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/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/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/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/FeedbackBulb.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/FeedbackBulb.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/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\ 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\ 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

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

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\ 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\ 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\ 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\ 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(
^~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ FeedbackEnvironmentObserver.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/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\ 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

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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos13.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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/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/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/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/FeedbackBulb.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/FeedbackBulb.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/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/FeedbackBulb-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/FeedbackBulb-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FeedbackBulb.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FeedbackBulb.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FeedbackBulb.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FeedbackBulb.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FeedbackBulb.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FeedbackBulb.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FeedbackBulb.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FeedbackBulb.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos13.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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/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/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/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb.Toolbox_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/FeedbackBulb.Toolbox.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/FeedbackBulb.Toolbox.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/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
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\ 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

SwiftDriverJobDiscovery normal arm64 Compiling URLSession+asyncData.swift (in target 'FeedbackBulb' from project 'FeedbackBulb')
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 Encoder.swift, HTTPBody.swift (in target 'FeedbackBulb' from project 'FeedbackBulb')
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 HTTPMethod.swift, HTTPRequest.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/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/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\ 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

SwiftDriverJobDiscovery normal arm64 Compiling HTTPRequestBuilder.swift, Data+Helpers.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

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

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

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

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

SwiftDriverJobDiscovery normal arm64 Compiling Data+prettyPrintedJSONString.swift, Decoder.swift (in target 'FeedbackBulb' from project 'FeedbackBulb')
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

SwiftDriverJobDiscovery normal arm64 Compiling FeedbackSDKClient+Request.swift, FeedbackSDKClient.swift (in target 'FeedbackBulb' from project 'FeedbackBulb')
SwiftDriverJobDiscovery normal arm64 Compiling Logger.swift (in target 'FeedbackBulb' from project 'FeedbackBulb')
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

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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos13.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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/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/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/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/FeedbackBulb.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/FeedbackBulb.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/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/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-macos13.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/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/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/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 13.0 --bundle-identifier spi-builder-workspace.FeedbackBulb --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FeedbackBulb.appintents --target-triple arm64-apple-macos13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FeedbackBulb.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/FeedbackBulb.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/FeedbackBulb.build/Objects-normal/arm64/FeedbackBulb.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/FeedbackBulb.build/FeedbackBulb.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/FeedbackBulb.build/FeedbackBulb.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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:39:05.673 appintentsmetadataprocessor[733:4153] Starting appintentsmetadataprocessor export
2025-04-29 01:39:05.726 appintentsmetadataprocessor[733:4153] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos13.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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/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/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/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb.Toolbox_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/FeedbackBulb.Toolbox.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/FeedbackBulb.Toolbox.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/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/FeedbackBulb.Toolbox-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb.Toolbox-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/FeedbackBulb.Toolbox-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FeedbackBulb_Toolbox.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb_Toolbox.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FeedbackBulb_Toolbox.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FeedbackBulb_Toolbox.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb_Toolbox.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FeedbackBulb_Toolbox.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FeedbackBulb_Toolbox.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb_Toolbox.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FeedbackBulb_Toolbox.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FeedbackBulb_Toolbox.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb_Toolbox.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FeedbackBulb_Toolbox.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling View+if.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
SwiftDriverJobDiscovery normal arm64 Compiling AttachmentPicker.swift, EditableSquareSelectImage.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 View+TextEditorBackground.swift, SimpleFeedbackConfig.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 FBBStarRatingView.swift, FeedbackTextEditor.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 SimpleFeedbackForm.swift, SimpleFeedbackFormViewModel.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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos13.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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/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/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/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb.Toolbox_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/FeedbackBulb.Toolbox.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/FeedbackBulb.Toolbox.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/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/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-macos13.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/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/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/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb_Toolbox.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 13.0 --bundle-identifier spi-builder-workspace.FeedbackBulb.Toolbox --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FeedbackBulb_Toolbox.appintents --target-triple arm64-apple-macos13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/FeedbackBulb.Toolbox.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/FeedbackBulb.Toolbox.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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/FeedbackBulb.Toolbox.build/FeedbackBulb.Toolbox.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/FeedbackBulb.Toolbox.build/FeedbackBulb.Toolbox.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug/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:39:07.961 appintentsmetadataprocessor[737:4186] Starting appintentsmetadataprocessor export
2025-04-29 01:39:07.994 appintentsmetadataprocessor[737:4186] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/FeedbackBulb.Toolbox.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:1b08439850b01af6ca71c878ebfb08049ecaf674, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:1b08439850b01af6ca71c878ebfb08049ecaf674, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:1b08439850b01af6ca71c878ebfb08049ecaf674, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:1b08439850b01af6ca71c878ebfb08049ecaf674, name:My Mac }
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.