The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build FeedbackBulb with Swift 5.9 for watchOS using Xcode 15.2 at main.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme FeedbackBulb-Package -destination generic/platform=watchos

Build Log

/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/EditableSquareSelectImage.swift:91:47: error: 'TransferRepresentation' is only available in watchOS 9.0 or newer
      static var transferRepresentation: some TransferRepresentation {
                                              ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/EditableSquareSelectImage.swift:91:18: note: add @available attribute to enclosing static property
      static var transferRepresentation: some TransferRepresentation {
                 ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/EditableSquareSelectImage.swift:87:12: note: add @available attribute to enclosing struct
    struct FeedbackImage: Transferable {
           ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/EditableSquareSelectImage.swift:109:36: error: 'PhotosPickerItem' is only available in watchOS 9.0 or newer
    @Published var imageSelection: PhotosPickerItem? = nil {
                                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/EditableSquareSelectImage.swift:75:15: note: add @available attribute to enclosing class
  final class SelectImageModel: ObservableObject {
              ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/EditableSquareSelectImage.swift:120:56: error: 'PhotosPickerItem' is only available in watchOS 9.0 or newer
    private func loadTransferable(from imageSelection: PhotosPickerItem) -> Progress {
                                                       ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/EditableSquareSelectImage.swift:120:18: note: add @available attribute to enclosing instance method
    private func loadTransferable(from imageSelection: PhotosPickerItem) -> Progress {
                 ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/EditableSquareSelectImage.swift:75:15: note: add @available attribute to enclosing class
  final class SelectImageModel: ObservableObject {
              ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/SelectImageLegacy.swift:17:21: error: cannot find type 'UIImagePickerController' in scope
    var sourceType: UIImagePickerController.SourceType = .photoLibrary
                    ^~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/SelectImageLegacy.swift:21:10: error: cannot find type 'UIImagePickerController' in scope
      -> UIImagePickerController
         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/SelectImageLegacy.swift:20:40: error: cannot find type 'UIViewControllerRepresentableContext' in scope
    func makeUIViewController(context: UIViewControllerRepresentableContext<SelectImageLegacy>)
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/SelectImageLegacy.swift:33:27: error: cannot find type 'UIImagePickerController' in scope
      _ uiViewController: UIImagePickerController,
                          ^~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/SelectImageLegacy.swift:34:16: error: cannot find type 'UIViewControllerRepresentableContext' in scope
      context: UIViewControllerRepresentableContext<SelectImageLegacy>
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/SelectImageLegacy.swift:54:19: error: cannot find type 'UIImagePickerController' in scope
        _ picker: UIImagePickerController,
                  ^~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/SelectImageLegacy.swift:55:46: error: cannot find type 'UIImagePickerController' in scope
        didFinishPickingMediaWithInfo info: [UIImagePickerController.InfoKey: Any]
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/SelectImageLegacy.swift:43:40: error: cannot find type 'UIImagePickerControllerDelegate' in scope
    final class Coordinator: NSObject, UIImagePickerControllerDelegate,
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/SelectImageLegacy.swift:44:7: error: cannot find type 'UINavigationControllerDelegate' in scope
      UINavigationControllerDelegate
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/SelectImageLegacy.swift:15:29: error: cannot find type 'UIViewControllerRepresentable' in scope
  struct SelectImageLegacy: UIViewControllerRepresentable {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 Compiling\ View+accessibleMotion.swift,\ View+if.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/View+accessibleMotion.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/View+if.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources/resource_bundle_accessor.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/EmojiPicker.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/FBBStarRatingView.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/FeedbackTextEditor.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/AttachmentPicker.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/EditableSquareSelectImage.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/SelectImageLegacy.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/SubmitButtonStyle.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/View+TextEditorBackground.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackConfig.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackForm.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackFormViewModel.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/ScrollView+alwaysBounceVertical.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/UIVisualEffectView+representable.swift -primary-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/View+accessibleMotion.swift -primary-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/View+if.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/View+accessibleMotion.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/View+accessibleMotion.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/View+accessibleMotion.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/View+accessibleMotion.dia -emit-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/View+if.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/View+if.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/View+if.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/View+if.dia -target arm64-apple-watchos8.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb.Toolbox_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FeedbackBulb_Toolbox -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/View+accessibleMotion.o -o /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/View+if.o -index-unit-output-path /FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/View+accessibleMotion.o -index-unit-output-path /FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/View+if.o -index-store-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/View+accessibleMotion.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources/resource_bundle_accessor.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/EmojiPicker.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/FBBStarRatingView.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/FeedbackTextEditor.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/AttachmentPicker.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/EditableSquareSelectImage.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/SelectImageLegacy.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/SubmitButtonStyle.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/View+TextEditorBackground.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackConfig.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackForm.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackFormViewModel.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/ScrollView+alwaysBounceVertical.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/UIVisualEffectView+representable.swift -primary-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/View+accessibleMotion.swift -primary-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/View+if.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/View+accessibleMotion.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/View+accessibleMotion.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/View+accessibleMotion.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/View+accessibleMotion.dia -emit-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/View+if.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/View+if.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/View+if.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/View+if.dia -target arm64-apple-watchos8.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb.Toolbox_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FeedbackBulb_Toolbox -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/View+accessibleMotion.o -o /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/View+if.o -index-unit-output-path /FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/View+accessibleMotion.o -index-unit-output-path /FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/View+if.o -index-store-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/View+if.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources/resource_bundle_accessor.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/EmojiPicker.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/FBBStarRatingView.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/FeedbackTextEditor.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/AttachmentPicker.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/EditableSquareSelectImage.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/SelectImageLegacy.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/SubmitButtonStyle.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/View+TextEditorBackground.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackConfig.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackForm.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackFormViewModel.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/ScrollView+alwaysBounceVertical.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/UIVisualEffectView+representable.swift -primary-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/View+accessibleMotion.swift -primary-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/View+if.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/View+accessibleMotion.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/View+accessibleMotion.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/View+accessibleMotion.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/View+accessibleMotion.dia -emit-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/View+if.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/View+if.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/View+if.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/View+if.dia -target arm64-apple-watchos8.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb.Toolbox_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FeedbackBulb_Toolbox -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/View+accessibleMotion.o -o /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/View+if.o -index-unit-output-path /FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/View+accessibleMotion.o -index-unit-output-path /FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/View+if.o -index-store-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k Compiling\ SimpleFeedbackForm.swift,\ SimpleFeedbackFormViewModel.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackForm.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackFormViewModel.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources/resource_bundle_accessor.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/EmojiPicker.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/FBBStarRatingView.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/FeedbackTextEditor.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/AttachmentPicker.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/EditableSquareSelectImage.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/SelectImageLegacy.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/SubmitButtonStyle.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/View+TextEditorBackground.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackConfig.swift -primary-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackForm.swift -primary-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackFormViewModel.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/ScrollView+alwaysBounceVertical.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/UIVisualEffectView+representable.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/View+accessibleMotion.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/View+if.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/SimpleFeedbackForm.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/SimpleFeedbackForm.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/SimpleFeedbackForm.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/SimpleFeedbackForm.dia -emit-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/SimpleFeedbackFormViewModel.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/SimpleFeedbackFormViewModel.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/SimpleFeedbackFormViewModel.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/SimpleFeedbackFormViewModel.dia -target armv7k-apple-watchos8.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/FeedbackBulb.Toolbox_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources-normal/armv7k -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources/armv7k -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FeedbackBulb_Toolbox -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/SimpleFeedbackForm.o -o /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/SimpleFeedbackFormViewModel.o -index-unit-output-path /FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/SimpleFeedbackForm.o -index-unit-output-path /FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/SimpleFeedbackFormViewModel.o -index-store-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackForm.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources/resource_bundle_accessor.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/EmojiPicker.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/FBBStarRatingView.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/FeedbackTextEditor.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/AttachmentPicker.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/EditableSquareSelectImage.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/SelectImageLegacy.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/SubmitButtonStyle.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/View+TextEditorBackground.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackConfig.swift -primary-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackForm.swift -primary-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackFormViewModel.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/ScrollView+alwaysBounceVertical.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/UIVisualEffectView+representable.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/View+accessibleMotion.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/View+if.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/SimpleFeedbackForm.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/SimpleFeedbackForm.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/SimpleFeedbackForm.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/SimpleFeedbackForm.dia -emit-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/SimpleFeedbackFormViewModel.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/SimpleFeedbackFormViewModel.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/SimpleFeedbackFormViewModel.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/SimpleFeedbackFormViewModel.dia -target armv7k-apple-watchos8.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/FeedbackBulb.Toolbox_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources-normal/armv7k -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources/armv7k -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FeedbackBulb_Toolbox -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/SimpleFeedbackForm.o -o /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/SimpleFeedbackFormViewModel.o -index-unit-output-path /FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/SimpleFeedbackForm.o -index-unit-output-path /FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/SimpleFeedbackFormViewModel.o -index-store-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackFormViewModel.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources/resource_bundle_accessor.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/EmojiPicker.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/FBBStarRatingView.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/FeedbackTextEditor.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/AttachmentPicker.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/EditableSquareSelectImage.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/SelectImageLegacy.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/SubmitButtonStyle.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/View+TextEditorBackground.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackConfig.swift -primary-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackForm.swift -primary-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackFormViewModel.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/ScrollView+alwaysBounceVertical.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/UIVisualEffectView+representable.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/View+accessibleMotion.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/View+if.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/SimpleFeedbackForm.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/SimpleFeedbackForm.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/SimpleFeedbackForm.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/SimpleFeedbackForm.dia -emit-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/SimpleFeedbackFormViewModel.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/SimpleFeedbackFormViewModel.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/SimpleFeedbackFormViewModel.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/SimpleFeedbackFormViewModel.dia -target armv7k-apple-watchos8.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/FeedbackBulb.Toolbox_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources-normal/armv7k -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources/armv7k -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FeedbackBulb_Toolbox -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/SimpleFeedbackForm.o -o /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/SimpleFeedbackFormViewModel.o -index-unit-output-path /FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/SimpleFeedbackForm.o -index-unit-output-path /FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/SimpleFeedbackFormViewModel.o -index-store-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k Compiling\ resource_bundle_accessor.swift,\ EmojiPicker.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources/resource_bundle_accessor.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/EmojiPicker.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources/resource_bundle_accessor.swift -primary-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/EmojiPicker.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/FBBStarRatingView.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/FeedbackTextEditor.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/AttachmentPicker.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/EditableSquareSelectImage.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/SelectImageLegacy.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/SubmitButtonStyle.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/View+TextEditorBackground.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackConfig.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackForm.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackFormViewModel.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/ScrollView+alwaysBounceVertical.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/UIVisualEffectView+representable.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/View+accessibleMotion.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/View+if.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/resource_bundle_accessor.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/resource_bundle_accessor.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/resource_bundle_accessor.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/resource_bundle_accessor.dia -emit-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/EmojiPicker.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/EmojiPicker.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/EmojiPicker.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/EmojiPicker.dia -target armv7k-apple-watchos8.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/FeedbackBulb.Toolbox_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources-normal/armv7k -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources/armv7k -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FeedbackBulb_Toolbox -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/resource_bundle_accessor.o -o /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/EmojiPicker.o -index-unit-output-path /FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/resource_bundle_accessor.o -index-unit-output-path /FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/EmojiPicker.o -index-store-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources/resource_bundle_accessor.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources/resource_bundle_accessor.swift -primary-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/EmojiPicker.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/FBBStarRatingView.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/FeedbackTextEditor.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/AttachmentPicker.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/EditableSquareSelectImage.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/SelectImageLegacy.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/SubmitButtonStyle.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/View+TextEditorBackground.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackConfig.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackForm.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackFormViewModel.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/ScrollView+alwaysBounceVertical.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/UIVisualEffectView+representable.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/View+accessibleMotion.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/View+if.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/resource_bundle_accessor.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/resource_bundle_accessor.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/resource_bundle_accessor.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/resource_bundle_accessor.dia -emit-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/EmojiPicker.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/EmojiPicker.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/EmojiPicker.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/EmojiPicker.dia -target armv7k-apple-watchos8.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/FeedbackBulb.Toolbox_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources-normal/armv7k -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources/armv7k -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FeedbackBulb_Toolbox -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/resource_bundle_accessor.o -o /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/EmojiPicker.o -index-unit-output-path /FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/resource_bundle_accessor.o -index-unit-output-path /FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/EmojiPicker.o -index-store-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/EmojiPicker.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources/resource_bundle_accessor.swift -primary-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/EmojiPicker.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/FBBStarRatingView.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/FeedbackTextEditor.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/AttachmentPicker.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/EditableSquareSelectImage.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/SelectImageLegacy.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/SubmitButtonStyle.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/View+TextEditorBackground.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackConfig.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackForm.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackFormViewModel.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/ScrollView+alwaysBounceVertical.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/UIVisualEffectView+representable.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/View+accessibleMotion.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/View+if.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/resource_bundle_accessor.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/resource_bundle_accessor.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/resource_bundle_accessor.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/resource_bundle_accessor.dia -emit-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/EmojiPicker.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/EmojiPicker.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/EmojiPicker.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/EmojiPicker.dia -target armv7k-apple-watchos8.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/FeedbackBulb.Toolbox_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources-normal/armv7k -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources/armv7k -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FeedbackBulb_Toolbox -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/resource_bundle_accessor.o -o /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/EmojiPicker.o -index-unit-output-path /FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/resource_bundle_accessor.o -index-unit-output-path /FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/EmojiPicker.o -index-store-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k Compiling\ View+accessibleMotion.swift,\ View+if.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/View+accessibleMotion.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/View+if.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources/resource_bundle_accessor.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/EmojiPicker.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/FBBStarRatingView.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/FeedbackTextEditor.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/AttachmentPicker.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/EditableSquareSelectImage.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/SelectImageLegacy.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/SubmitButtonStyle.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/View+TextEditorBackground.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackConfig.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackForm.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackFormViewModel.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/ScrollView+alwaysBounceVertical.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/UIVisualEffectView+representable.swift -primary-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/View+accessibleMotion.swift -primary-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/View+if.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/View+accessibleMotion.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/View+accessibleMotion.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/View+accessibleMotion.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/View+accessibleMotion.dia -emit-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/View+if.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/View+if.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/View+if.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/View+if.dia -target armv7k-apple-watchos8.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/FeedbackBulb.Toolbox_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources-normal/armv7k -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources/armv7k -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FeedbackBulb_Toolbox -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/View+accessibleMotion.o -o /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/View+if.o -index-unit-output-path /FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/View+accessibleMotion.o -index-unit-output-path /FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/View+if.o -index-store-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/View+accessibleMotion.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources/resource_bundle_accessor.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/EmojiPicker.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/FBBStarRatingView.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/FeedbackTextEditor.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/AttachmentPicker.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/EditableSquareSelectImage.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/SelectImageLegacy.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/SubmitButtonStyle.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/View+TextEditorBackground.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackConfig.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackForm.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackFormViewModel.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/ScrollView+alwaysBounceVertical.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/UIVisualEffectView+representable.swift -primary-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/View+accessibleMotion.swift -primary-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/View+if.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/View+accessibleMotion.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/View+accessibleMotion.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/View+accessibleMotion.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/View+accessibleMotion.dia -emit-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/View+if.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/View+if.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/View+if.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/View+if.dia -target armv7k-apple-watchos8.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/FeedbackBulb.Toolbox_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources-normal/armv7k -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources/armv7k -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FeedbackBulb_Toolbox -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/View+accessibleMotion.o -o /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/View+if.o -index-unit-output-path /FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/View+accessibleMotion.o -index-unit-output-path /FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/View+if.o -index-store-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/View+if.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources/resource_bundle_accessor.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/EmojiPicker.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/FBBStarRatingView.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/FeedbackTextEditor.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/AttachmentPicker.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/EditableSquareSelectImage.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/SelectImageLegacy.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/SubmitButtonStyle.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/View+TextEditorBackground.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackConfig.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackForm.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackFormViewModel.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/ScrollView+alwaysBounceVertical.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/UIVisualEffectView+representable.swift -primary-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/View+accessibleMotion.swift -primary-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/View+if.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/View+accessibleMotion.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/View+accessibleMotion.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/View+accessibleMotion.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/View+accessibleMotion.dia -emit-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/View+if.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/View+if.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/View+if.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/View+if.dia -target armv7k-apple-watchos8.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/FeedbackBulb.Toolbox_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources-normal/armv7k -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources/armv7k -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FeedbackBulb_Toolbox -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/View+accessibleMotion.o -o /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/View+if.o -index-unit-output-path /FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/View+accessibleMotion.o -index-unit-output-path /FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/armv7k/View+if.o -index-store-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ SimpleFeedbackForm.swift,\ SimpleFeedbackFormViewModel.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackForm.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackFormViewModel.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources/resource_bundle_accessor.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/EmojiPicker.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/FBBStarRatingView.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/FeedbackTextEditor.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/AttachmentPicker.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/EditableSquareSelectImage.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/SelectImageLegacy.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/SubmitButtonStyle.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/View+TextEditorBackground.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackConfig.swift -primary-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackForm.swift -primary-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackFormViewModel.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/ScrollView+alwaysBounceVertical.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/UIVisualEffectView+representable.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/View+accessibleMotion.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/View+if.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/SimpleFeedbackForm.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/SimpleFeedbackForm.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/SimpleFeedbackForm.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/SimpleFeedbackForm.dia -emit-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/SimpleFeedbackFormViewModel.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/SimpleFeedbackFormViewModel.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/SimpleFeedbackFormViewModel.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/SimpleFeedbackFormViewModel.dia -target arm64-apple-watchos8.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb.Toolbox_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FeedbackBulb_Toolbox -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/SimpleFeedbackForm.o -o /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/SimpleFeedbackFormViewModel.o -index-unit-output-path /FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/SimpleFeedbackForm.o -index-unit-output-path /FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/SimpleFeedbackFormViewModel.o -index-store-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackForm.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources/resource_bundle_accessor.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/EmojiPicker.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/FBBStarRatingView.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/FeedbackTextEditor.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/AttachmentPicker.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/EditableSquareSelectImage.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/SelectImageLegacy.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/SubmitButtonStyle.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/View+TextEditorBackground.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackConfig.swift -primary-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackForm.swift -primary-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackFormViewModel.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/ScrollView+alwaysBounceVertical.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/UIVisualEffectView+representable.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/View+accessibleMotion.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/View+if.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/SimpleFeedbackForm.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/SimpleFeedbackForm.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/SimpleFeedbackForm.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/SimpleFeedbackForm.dia -emit-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/SimpleFeedbackFormViewModel.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/SimpleFeedbackFormViewModel.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/SimpleFeedbackFormViewModel.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/SimpleFeedbackFormViewModel.dia -target arm64-apple-watchos8.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb.Toolbox_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FeedbackBulb_Toolbox -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/SimpleFeedbackForm.o -o /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/SimpleFeedbackFormViewModel.o -index-unit-output-path /FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/SimpleFeedbackForm.o -index-unit-output-path /FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/SimpleFeedbackFormViewModel.o -index-store-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackFormViewModel.swift (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources/resource_bundle_accessor.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/EmojiPicker.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/FBBStarRatingView.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/FeedbackTextEditor.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/AttachmentPicker.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/EditableSquareSelectImage.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/SelectImageLegacy.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/SubmitButtonStyle.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/View+TextEditorBackground.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackConfig.swift -primary-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackForm.swift -primary-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackFormViewModel.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/ScrollView+alwaysBounceVertical.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/UIVisualEffectView+representable.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/View+accessibleMotion.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/View+if.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/SimpleFeedbackForm.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/SimpleFeedbackForm.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/SimpleFeedbackForm.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/SimpleFeedbackForm.dia -emit-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/SimpleFeedbackFormViewModel.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/SimpleFeedbackFormViewModel.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/SimpleFeedbackFormViewModel.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/SimpleFeedbackFormViewModel.dia -target arm64-apple-watchos8.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb.Toolbox_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FeedbackBulb_Toolbox -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/SimpleFeedbackForm.o -o /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/SimpleFeedbackFormViewModel.o -index-unit-output-path /FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/SimpleFeedbackForm.o -index-unit-output-path /FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/SimpleFeedbackFormViewModel.o -index-store-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ FeedbackBulb_Toolbox (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources/resource_bundle_accessor.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/EmojiPicker.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/FBBStarRatingView.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/FeedbackTextEditor.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/AttachmentPicker.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/EditableSquareSelectImage.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/SelectImageLegacy.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/SubmitButtonStyle.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/View+TextEditorBackground.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackConfig.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackForm.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Forms/SimpleFeedbackFormViewModel.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/ScrollView+alwaysBounceVertical.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/UIVisualEffectView+representable.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/View+accessibleMotion.swift /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/View+if.swift -target arm64_32-apple-watchos8.0 -enable-objc-interop -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64_32/FeedbackBulb.Toolbox_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources/arm64_32 -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name FeedbackBulb_Toolbox -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64_32/FeedbackBulb_Toolbox.swiftdoc -emit-module-source-info-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64_32/FeedbackBulb_Toolbox.swiftsourceinfo -emit-objc-header-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64_32/FeedbackBulb.Toolbox-Swift.h -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64_32/FeedbackBulb.Toolbox-master-emit-module.dia -emit-dependencies-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64_32/FeedbackBulb.Toolbox-master-emit-module.d -o /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64_32/FeedbackBulb_Toolbox.swiftmodule -emit-abi-descriptor-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64_32/FeedbackBulb_Toolbox.abi.json
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/EditableSquareSelectImage.swift:91:47: error: 'TransferRepresentation' is only available in watchOS 9.0 or newer
      static var transferRepresentation: some TransferRepresentation {
                                              ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/EditableSquareSelectImage.swift:91:18: note: add @available attribute to enclosing static property
      static var transferRepresentation: some TransferRepresentation {
                 ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/EditableSquareSelectImage.swift:87:12: note: add @available attribute to enclosing struct
    struct FeedbackImage: Transferable {
           ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/EditableSquareSelectImage.swift:109:36: error: 'PhotosPickerItem' is only available in watchOS 9.0 or newer
    @Published var imageSelection: PhotosPickerItem? = nil {
                                   ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/EditableSquareSelectImage.swift:75:15: note: add @available attribute to enclosing class
  final class SelectImageModel: ObservableObject {
              ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/EditableSquareSelectImage.swift:120:56: error: 'PhotosPickerItem' is only available in watchOS 9.0 or newer
    private func loadTransferable(from imageSelection: PhotosPickerItem) -> Progress {
                                                       ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/EditableSquareSelectImage.swift:120:18: note: add @available attribute to enclosing instance method
    private func loadTransferable(from imageSelection: PhotosPickerItem) -> Progress {
                 ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/EditableSquareSelectImage.swift:75:15: note: add @available attribute to enclosing class
  final class SelectImageModel: ObservableObject {
              ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/SelectImageLegacy.swift:17:21: error: cannot find type 'UIImagePickerController' in scope
    var sourceType: UIImagePickerController.SourceType = .photoLibrary
                    ^~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/SelectImageLegacy.swift:21:10: error: cannot find type 'UIImagePickerController' in scope
      -> UIImagePickerController
         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/SelectImageLegacy.swift:20:40: error: cannot find type 'UIViewControllerRepresentableContext' in scope
    func makeUIViewController(context: UIViewControllerRepresentableContext<SelectImageLegacy>)
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/SelectImageLegacy.swift:33:27: error: cannot find type 'UIImagePickerController' in scope
      _ uiViewController: UIImagePickerController,
                          ^~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/SelectImageLegacy.swift:34:16: error: cannot find type 'UIViewControllerRepresentableContext' in scope
      context: UIViewControllerRepresentableContext<SelectImageLegacy>
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/SelectImageLegacy.swift:54:19: error: cannot find type 'UIImagePickerController' in scope
        _ picker: UIImagePickerController,
                  ^~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/SelectImageLegacy.swift:55:46: error: cannot find type 'UIImagePickerController' in scope
        didFinishPickingMediaWithInfo info: [UIImagePickerController.InfoKey: Any]
                                             ^~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/SelectImageLegacy.swift:43:40: error: cannot find type 'UIImagePickerControllerDelegate' in scope
    final class Coordinator: NSObject, UIImagePickerControllerDelegate,
                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/SelectImageLegacy.swift:44:7: error: cannot find type 'UINavigationControllerDelegate' in scope
      UINavigationControllerDelegate
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FeedbackBulb.Toolbox/Components/PhotoPicker/SelectImageLegacy.swift:15:29: error: cannot find type 'UIViewControllerRepresentable' in scope
  struct SelectImageLegacy: UIViewControllerRepresentable {
                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftDriver\ Compilation\ Requirements FeedbackBulb.Toolbox normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
    cd /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FeedbackBulb_Toolbox -Onone -enforce-exclusivity\=checked @/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb.Toolbox.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -target arm64-apple-watchos8.0 -g -module-cache-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -c -j8 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -output-file-map /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/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/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb_Toolbox.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb.Toolbox_const_extract_protocols.json -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FeedbackBulb.build/Debug-watchos/FeedbackBulb.Toolbox.build/Objects-normal/arm64/FeedbackBulb.Toolbox-Swift.h -working-directory /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
objc[41516]: Class XROS1_1SimRuntime is implemented in both /Library/Developer/CoreSimulator/Volumes/xrOS_21O209/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10d5e80e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10d5fc0e0). One of the two will be used. Which one is undefined.
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal armv7k Emitting\ module\ for\ FeedbackBulb_Toolbox (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ FeedbackBulb_Toolbox (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ FeedbackBulb_Toolbox (in target 'FeedbackBulb.Toolbox' from project 'FeedbackBulb')
(3 failures)
BUILD FAILURE 5.9 watchOS