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 DSFAppKitBuilder, reference main (d188d6), with Swift 6.0 for tvOS using Xcode 16.2 on 1 Dec 2024 23:28:24 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dagronf/DSFAppKitBuilder.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dagronf/DSFAppKitBuilder
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d188d61 Update to latest focusoverlay
Cloned https://github.com/dagronf/DSFAppKitBuilder.git
Revision (git rev-parse @):
d188d61b706d8cac88bf9ba6a5bdd98f408f202b
SUCCESS checkout https://github.com/dagronf/DSFAppKitBuilder.git at main
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.0
Building package at path:  $PWD
https://github.com/dagronf/DSFAppKitBuilder.git
{
  "dependencies" : [
    {
      "identity" : "dsfpagercontrol",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.5.2",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dagronf/DSFPagerControl"
    },
    {
      "identity" : "dsfmenubuilder",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dagronf/DSFMenuBuilder"
    },
    {
      "identity" : "dsfvaluebinders",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "1.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dagronf/DSFValueBinders"
    },
    {
      "identity" : "dsfcombobutton",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dagronf/DSFComboButton"
    },
    {
      "identity" : "dsftogglebutton",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.1.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dagronf/DSFToggleButton"
    },
    {
      "identity" : "dsfstepperview",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.3.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dagronf/DSFStepperView"
    },
    {
      "identity" : "dsfsearchfield",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.2",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dagronf/DSFSearchField"
    }
  ],
  "manifest_display_name" : "DSFAppKitBuilder",
  "name" : "DSFAppKitBuilder",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "DSFAppKitBuilder",
      "targets" : [
        "DSFAppKitBuilder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DSFAppKitBuilder-static",
      "targets" : [
        "DSFAppKitBuilder"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "DSFAppKitBuilder-shared",
      "targets" : [
        "DSFAppKitBuilder"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DSFAppKitBuilderTests",
      "module_type" : "SwiftTarget",
      "name" : "DSFAppKitBuilderTests",
      "path" : "Tests/DSFAppKitBuilderTests",
      "sources" : [
        "DSFAppKitDSLTests.swift"
      ],
      "target_dependencies" : [
        "DSFAppKitBuilder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DSFAppKitBuilder",
      "module_type" : "SwiftTarget",
      "name" : "DSFAppKitBuilder",
      "path" : "Sources/DSFAppKitBuilder",
      "product_dependencies" : [
        "DSFMenuBuilder",
        "DSFPagerControl",
        "DSFValueBinders",
        "DSFComboButton",
        "DSFToggleButton",
        "DSFStepperView",
        "DSFSearchField"
      ],
      "product_memberships" : [
        "DSFAppKitBuilder",
        "DSFAppKitBuilder-static",
        "DSFAppKitBuilder-shared"
      ],
      "sources" : [
        "DSFAppKitBuilder.swift",
        "DSFAppKitBuilderViewHandler.swift",
        "binders/DoubleStringBinder.swift",
        "binders/ElementBinder.swift",
        "binders/WindowBinder.swift",
        "components/Accessibility.swift",
        "components/AttributedString.swift",
        "components/AutoLayout.swift",
        "components/Box.swift",
        "components/Button+radio.swift",
        "components/Button.swift",
        "components/ButtonStyle.swift",
        "components/CheckBox.swift",
        "components/ColorWell.swift",
        "components/ComboBox.swift",
        "components/ComboButton.swift",
        "components/Control.swift",
        "components/DatePicker.swift",
        "components/DisclosureGroup.swift",
        "components/DisclosureView.swift",
        "components/Divider.swift",
        "components/DynamicElement.swift",
        "components/EmptyView.swift",
        "components/FlatButton.swift",
        "components/Flow.swift",
        "components/ForEach.swift",
        "components/Form.swift",
        "components/Grid.swift",
        "components/Group.swift",
        "components/IfElse.swift",
        "components/Image.swift",
        "components/ImageView.swift",
        "components/Label.swift",
        "components/LabelStyle.swift",
        "components/LevelIndicator.swift",
        "components/Link.swift",
        "components/List.swift",
        "components/ManagedWindow.swift",
        "components/Maybe.swift",
        "components/Nothing.swift",
        "components/OneOf.swift",
        "components/Pager.swift",
        "components/PathControl.swift",
        "components/PlainTextView.swift",
        "components/PopupButton.swift",
        "components/ProgressBar.swift",
        "components/RadioGroup.swift",
        "components/ScrollView.swift",
        "components/SecureTextField.swift",
        "components/Segmented.swift",
        "components/Shape.swift",
        "components/Slider.swift",
        "components/SplitView.swift",
        "components/Stack.swift",
        "components/StackStyle.swift",
        "components/Stepper.swift",
        "components/StepperView.swift",
        "components/Switch.swift",
        "components/TabView.swift",
        "components/Toggle.swift",
        "components/View+SwiftUI.swift",
        "components/View.swift",
        "components/VisualEffectView.swift",
        "components/Window.swift",
        "components/ZStack.swift",
        "components/ZoomableScrollView.swift",
        "components/element/Element+Alert.swift",
        "components/element/Element+Change.swift",
        "components/element/Element+Gestures.swift",
        "components/element/Element+Panel.swift",
        "components/element/Element+Popover.swift",
        "components/element/Element+Sheet.swift",
        "components/element/Element+Size.swift",
        "components/element/Element.swift",
        "components/text-field/NumberField.swift",
        "components/text-field/SearchField.swift",
        "components/text-field/TextField.swift",
        "components/text-field/TokenField.swift",
        "fonts/DynamicFont.swift",
        "fonts/DynamicFontService.swift",
        "fonts/Font.swift",
        "presentation/DSFAppKitBuilderAssignableViewController.swift",
        "presentation/DSFAppKitBuilderView.swift",
        "presentation/DSFAppKitBuilderViewController.swift",
        "presentation/SwiftUIPreviews.swift",
        "utils/Animations.swift",
        "utils/Autolayout+helpers.swift",
        "utils/BindingBag.swift",
        "utils/CGColor+extensions.swift",
        "utils/CGSize+extensions.swift",
        "utils/CSFlatButton.swift",
        "utils/CenteringClipView.swift",
        "utils/CustomValueTransformers.swift",
        "utils/EmbeddedLayoutType.swift",
        "utils/Logging.swift",
        "utils/NSBezierPath+extensions.swift",
        "utils/NSColor+extensions.swift",
        "utils/NSGestureRecognizer+actionblock.swift",
        "utils/NumberFormatter+extensions.swift",
        "utils/PaddableTextField.swift",
        "utils/ProtectedLock.swift",
        "utils/RangeComponentBinder.swift",
        "utils/ScrollableTextView.swift",
        "utils/Shadow.swift",
        "utils/TrackingArea.swift",
        "utils/Utilities.swift",
        "utils/VerticalSizingTokenField.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Command line invocation:
    /Applications/Xcode-16.1.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/dagronf/DSFMenuBuilder
Fetching from https://github.com/dagronf/DSFSearchField
Fetching from https://github.com/dagronf/DSFPagerControl
Fetching from https://github.com/dagronf/DSFValueBinders
Fetching from https://github.com/dagronf/DSFToggleButton
Fetching from https://github.com/dagronf/DSFComboButton
Fetching from https://github.com/dagronf/DSFStepperView
Fetching from https://github.com/dagronf/DSFAppearanceManager
Creating working copy of package ‘DSFStepperView’
Checking out 4.3.0 of package ‘DSFStepperView’
Creating working copy of package ‘DSFSearchField’
Checking out 2.2.2 of package ‘DSFSearchField’
Creating working copy of package ‘DSFPagerControl’
Checking out 2.5.2 of package ‘DSFPagerControl’
Creating working copy of package ‘DSFToggleButton’
Checking out 7.1.0 of package ‘DSFToggleButton’
Creating working copy of package ‘DSFAppearanceManager’
Checking out 3.5.1 of package ‘DSFAppearanceManager’
Creating working copy of package ‘DSFMenuBuilder’
Checking out 1.2.1 of package ‘DSFMenuBuilder’
Creating working copy of package ‘DSFValueBinders’
Checking out 1.0.1 of package ‘DSFValueBinders’
Creating working copy of package ‘DSFComboButton’
Checking out 1.0.0 of package ‘DSFComboButton’
Resolve Package Graph
Resolved source packages:
  DSFMenuBuilder: https://github.com/dagronf/DSFMenuBuilder @ 1.2.1
  DSFValueBinders: https://github.com/dagronf/DSFValueBinders @ 1.0.1
  DSFStepperView: https://github.com/dagronf/DSFStepperView @ 4.3.0
  DSFComboButton: https://github.com/dagronf/DSFComboButton @ 1.0.0
  DSFToggleButton: https://github.com/dagronf/DSFToggleButton @ 7.1.0
  DSFPagerControl: https://github.com/dagronf/DSFPagerControl @ 2.5.2
  DSFAppearanceManager: https://github.com/dagronf/DSFAppearanceManager @ 3.5.1
  DSFAppKitBuilder: /Users/admin/builder/spi-builder-workspace
  DSFSearchField: https://github.com/dagronf/DSFSearchField @ 2.2.2
resolved source packages: DSFMenuBuilder, DSFValueBinders, DSFStepperView, DSFComboButton, DSFToggleButton, DSFPagerControl, DSFAppearanceManager, DSFAppKitBuilder, DSFSearchField
{
  "dependencies" : [
    {
      "identity" : "dsfpagercontrol",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.5.2",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dagronf/DSFPagerControl"
    },
    {
      "identity" : "dsfmenubuilder",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dagronf/DSFMenuBuilder"
    },
    {
      "identity" : "dsfvaluebinders",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "1.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dagronf/DSFValueBinders"
    },
    {
      "identity" : "dsfcombobutton",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dagronf/DSFComboButton"
    },
    {
      "identity" : "dsftogglebutton",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.1.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dagronf/DSFToggleButton"
    },
    {
      "identity" : "dsfstepperview",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.3.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dagronf/DSFStepperView"
    },
    {
      "identity" : "dsfsearchfield",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.2",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dagronf/DSFSearchField"
    }
  ],
  "manifest_display_name" : "DSFAppKitBuilder",
  "name" : "DSFAppKitBuilder",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "DSFAppKitBuilder",
      "targets" : [
        "DSFAppKitBuilder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DSFAppKitBuilder-static",
      "targets" : [
        "DSFAppKitBuilder"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "DSFAppKitBuilder-shared",
      "targets" : [
        "DSFAppKitBuilder"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DSFAppKitBuilderTests",
      "module_type" : "SwiftTarget",
      "name" : "DSFAppKitBuilderTests",
      "path" : "Tests/DSFAppKitBuilderTests",
      "sources" : [
        "DSFAppKitDSLTests.swift"
      ],
      "target_dependencies" : [
        "DSFAppKitBuilder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DSFAppKitBuilder",
      "module_type" : "SwiftTarget",
      "name" : "DSFAppKitBuilder",
      "path" : "Sources/DSFAppKitBuilder",
      "product_dependencies" : [
        "DSFMenuBuilder",
        "DSFPagerControl",
        "DSFValueBinders",
        "DSFComboButton",
        "DSFToggleButton",
        "DSFStepperView",
        "DSFSearchField"
      ],
      "product_memberships" : [
        "DSFAppKitBuilder",
        "DSFAppKitBuilder-static",
        "DSFAppKitBuilder-shared"
      ],
      "sources" : [
        "DSFAppKitBuilder.swift",
        "DSFAppKitBuilderViewHandler.swift",
        "binders/DoubleStringBinder.swift",
        "binders/ElementBinder.swift",
        "binders/WindowBinder.swift",
        "components/Accessibility.swift",
        "components/AttributedString.swift",
        "components/AutoLayout.swift",
        "components/Box.swift",
        "components/Button+radio.swift",
        "components/Button.swift",
        "components/ButtonStyle.swift",
        "components/CheckBox.swift",
        "components/ColorWell.swift",
        "components/ComboBox.swift",
        "components/ComboButton.swift",
        "components/Control.swift",
        "components/DatePicker.swift",
        "components/DisclosureGroup.swift",
        "components/DisclosureView.swift",
        "components/Divider.swift",
        "components/DynamicElement.swift",
        "components/EmptyView.swift",
        "components/FlatButton.swift",
        "components/Flow.swift",
        "components/ForEach.swift",
        "components/Form.swift",
        "components/Grid.swift",
        "components/Group.swift",
        "components/IfElse.swift",
        "components/Image.swift",
        "components/ImageView.swift",
        "components/Label.swift",
        "components/LabelStyle.swift",
        "components/LevelIndicator.swift",
        "components/Link.swift",
        "components/List.swift",
        "components/ManagedWindow.swift",
        "components/Maybe.swift",
        "components/Nothing.swift",
        "components/OneOf.swift",
        "components/Pager.swift",
        "components/PathControl.swift",
        "components/PlainTextView.swift",
        "components/PopupButton.swift",
        "components/ProgressBar.swift",
        "components/RadioGroup.swift",
        "components/ScrollView.swift",
        "components/SecureTextField.swift",
        "components/Segmented.swift",
        "components/Shape.swift",
        "components/Slider.swift",
        "components/SplitView.swift",
        "components/Stack.swift",
        "components/StackStyle.swift",
        "components/Stepper.swift",
        "components/StepperView.swift",
        "components/Switch.swift",
        "components/TabView.swift",
        "components/Toggle.swift",
        "components/View+SwiftUI.swift",
        "components/View.swift",
        "components/VisualEffectView.swift",
        "components/Window.swift",
        "components/ZStack.swift",
        "components/ZoomableScrollView.swift",
        "components/element/Element+Alert.swift",
        "components/element/Element+Change.swift",
        "components/element/Element+Gestures.swift",
        "components/element/Element+Panel.swift",
        "components/element/Element+Popover.swift",
        "components/element/Element+Sheet.swift",
        "components/element/Element+Size.swift",
        "components/element/Element.swift",
        "components/text-field/NumberField.swift",
        "components/text-field/SearchField.swift",
        "components/text-field/TextField.swift",
        "components/text-field/TokenField.swift",
        "fonts/DynamicFont.swift",
        "fonts/DynamicFontService.swift",
        "fonts/Font.swift",
        "presentation/DSFAppKitBuilderAssignableViewController.swift",
        "presentation/DSFAppKitBuilderView.swift",
        "presentation/DSFAppKitBuilderViewController.swift",
        "presentation/SwiftUIPreviews.swift",
        "utils/Animations.swift",
        "utils/Autolayout+helpers.swift",
        "utils/BindingBag.swift",
        "utils/CGColor+extensions.swift",
        "utils/CGSize+extensions.swift",
        "utils/CSFlatButton.swift",
        "utils/CenteringClipView.swift",
        "utils/CustomValueTransformers.swift",
        "utils/EmbeddedLayoutType.swift",
        "utils/Logging.swift",
        "utils/NSBezierPath+extensions.swift",
        "utils/NSColor+extensions.swift",
        "utils/NSGestureRecognizer+actionblock.swift",
        "utils/NumberFormatter+extensions.swift",
        "utils/PaddableTextField.swift",
        "utils/ProtectedLock.swift",
        "utils/RangeComponentBinder.swift",
        "utils/ScrollableTextView.swift",
        "utils/Shadow.swift",
        "utils/TrackingArea.swift",
        "utils/Utilities.swift",
        "utils/VerticalSizingTokenField.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "DSFAppKitBuilder",
      "DSFAppKitBuilder-Package",
      "DSFAppKitBuilder-shared",
      "DSFAppKitBuilder-static",
      "DSFMenuBuilder",
      "DSFMenuBuilder-Package",
      "DSFMenuBuilderDynamic",
      "DSFValueBinders",
      "DSFValueBinders-Package",
      "DSFValueBinders-shared"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DSFAppKitBuilder-Package -destination generic/platform=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.1.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme DSFAppKitBuilder-Package -destination generic/platform=tvOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  DSFToggleButton: https://github.com/dagronf/DSFToggleButton @ 7.1.0
  DSFSearchField: https://github.com/dagronf/DSFSearchField @ 2.2.2
  DSFComboButton: https://github.com/dagronf/DSFComboButton @ 1.0.0
  DSFAppearanceManager: https://github.com/dagronf/DSFAppearanceManager @ 3.5.1
  DSFStepperView: https://github.com/dagronf/DSFStepperView @ 4.3.0
  DSFAppKitBuilder: /Users/admin/builder/spi-builder-workspace
  DSFMenuBuilder: https://github.com/dagronf/DSFMenuBuilder @ 1.2.1
  DSFValueBinders: https://github.com/dagronf/DSFValueBinders @ 1.0.1
  DSFPagerControl: https://github.com/dagronf/DSFPagerControl @ 2.5.2
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (22 targets)
    Target 'DSFAppKitBuilder-static' in project 'DSFAppKitBuilder'
        ➜ Explicit dependency on target 'DSFAppKitBuilder' in project 'DSFAppKitBuilder'
        ➜ Explicit dependency on target 'DSFMenuBuilder' in project 'DSFMenuBuilder'
        ➜ Explicit dependency on target 'DSFPagerControl' in project 'DSFPagerControl'
        ➜ Explicit dependency on target 'DSFValueBinders' in project 'DSFValueBinders'
        ➜ Explicit dependency on target 'DSFComboButton' in project 'DSFComboButton'
        ➜ Explicit dependency on target 'DSFToggleButton' in project 'DSFToggleButton'
        ➜ Explicit dependency on target 'DSFStepperView' in project 'DSFStepperView'
        ➜ Explicit dependency on target 'DSFSearchField' in project 'DSFSearchField'
    Target 'DSFAppKitBuilder-shared' in project 'DSFAppKitBuilder'
        ➜ Explicit dependency on target 'DSFAppKitBuilder' in project 'DSFAppKitBuilder'
        ➜ Explicit dependency on target 'DSFMenuBuilder' in project 'DSFMenuBuilder'
        ➜ Explicit dependency on target 'DSFPagerControl' in project 'DSFPagerControl'
        ➜ Explicit dependency on target 'DSFValueBinders' in project 'DSFValueBinders'
        ➜ Explicit dependency on target 'DSFComboButton' in project 'DSFComboButton'
        ➜ Explicit dependency on target 'DSFToggleButton' in project 'DSFToggleButton'
        ➜ Explicit dependency on target 'DSFStepperView' in project 'DSFStepperView'
        ➜ Explicit dependency on target 'DSFSearchField' in project 'DSFSearchField'
    Target 'DSFAppKitBuilder' in project 'DSFAppKitBuilder'
        ➜ Explicit dependency on target 'DSFAppKitBuilder' in project 'DSFAppKitBuilder'
        ➜ Explicit dependency on target 'DSFMenuBuilder' in project 'DSFMenuBuilder'
        ➜ Explicit dependency on target 'DSFPagerControl' in project 'DSFPagerControl'
        ➜ Explicit dependency on target 'DSFValueBinders' in project 'DSFValueBinders'
        ➜ Explicit dependency on target 'DSFComboButton' in project 'DSFComboButton'
        ➜ Explicit dependency on target 'DSFToggleButton' in project 'DSFToggleButton'
        ➜ Explicit dependency on target 'DSFStepperView' in project 'DSFStepperView'
        ➜ Explicit dependency on target 'DSFSearchField' in project 'DSFSearchField'
    Target 'DSFAppKitBuilder' in project 'DSFAppKitBuilder'
        ➜ Explicit dependency on target 'DSFMenuBuilder' in project 'DSFMenuBuilder'
        ➜ Explicit dependency on target 'DSFPagerControl' in project 'DSFPagerControl'
        ➜ Explicit dependency on target 'DSFValueBinders' in project 'DSFValueBinders'
        ➜ Explicit dependency on target 'DSFComboButton' in project 'DSFComboButton'
        ➜ Explicit dependency on target 'DSFToggleButton' in project 'DSFToggleButton'
        ➜ Explicit dependency on target 'DSFStepperView' in project 'DSFStepperView'
        ➜ Explicit dependency on target 'DSFSearchField' in project 'DSFSearchField'
    Target 'DSFSearchField' in project 'DSFSearchField'
        ➜ Explicit dependency on target 'DSFSearchField' in project 'DSFSearchField'
        ➜ Explicit dependency on target 'DSFSearchField_DSFSearchField' in project 'DSFSearchField'
    Target 'DSFSearchField' in project 'DSFSearchField'
        ➜ Explicit dependency on target 'DSFSearchField_DSFSearchField' in project 'DSFSearchField'
    Target 'DSFSearchField_DSFSearchField' in project 'DSFSearchField' (no dependencies)
    Target 'DSFStepperView' in project 'DSFStepperView'
        ➜ Explicit dependency on target 'DSFStepperView' in project 'DSFStepperView'
        ➜ Explicit dependency on target 'DSFStepperView_DSFStepperView' in project 'DSFStepperView'
        ➜ Explicit dependency on target 'DSFAppearanceManager' in project 'DSFAppearanceManager'
    Target 'DSFStepperView' in project 'DSFStepperView'
        ➜ Explicit dependency on target 'DSFStepperView_DSFStepperView' in project 'DSFStepperView'
        ➜ Explicit dependency on target 'DSFAppearanceManager' in project 'DSFAppearanceManager'
    Target 'DSFStepperView_DSFStepperView' in project 'DSFStepperView' (no dependencies)
    Target 'DSFToggleButton' in project 'DSFToggleButton'
        ➜ Explicit dependency on target 'DSFToggleButton' in project 'DSFToggleButton'
        ➜ Explicit dependency on target 'DSFAppearanceManager' in project 'DSFAppearanceManager'
    Target 'DSFToggleButton' in project 'DSFToggleButton'
        ➜ Explicit dependency on target 'DSFAppearanceManager' in project 'DSFAppearanceManager'
    Target 'DSFComboButton' in project 'DSFComboButton'
        ➜ Explicit dependency on target 'DSFComboButton' in project 'DSFComboButton'
    Target 'DSFComboButton' in project 'DSFComboButton' (no dependencies)
    Target 'DSFValueBinders' in project 'DSFValueBinders'
        ➜ Explicit dependency on target 'DSFValueBinders' in project 'DSFValueBinders'
    Target 'DSFValueBinders' in project 'DSFValueBinders' (no dependencies)
    Target 'DSFPagerControl' in project 'DSFPagerControl'
        ➜ Explicit dependency on target 'DSFPagerControl' in project 'DSFPagerControl'
        ➜ Explicit dependency on target 'DSFAppearanceManager' in project 'DSFAppearanceManager'
    Target 'DSFPagerControl' in project 'DSFPagerControl'
        ➜ Explicit dependency on target 'DSFAppearanceManager' in project 'DSFAppearanceManager'
    Target 'DSFAppearanceManager' in project 'DSFAppearanceManager'
        ➜ Explicit dependency on target 'DSFAppearanceManager' in project 'DSFAppearanceManager'
    Target 'DSFAppearanceManager' in project 'DSFAppearanceManager' (no dependencies)
    Target 'DSFMenuBuilder' in project 'DSFMenuBuilder'
        ➜ Explicit dependency on target 'DSFMenuBuilder' in project 'DSFMenuBuilder'
    Target 'DSFMenuBuilder' in project 'DSFMenuBuilder' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.1.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: cded066463856edfe002426d8436e7a7
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/cded066463856edfe002426d8436e7a7.xcbuilddata
error: The package product 'DSFValueBinders' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'DSFAppKitBuilder-shared' from project 'DSFAppKitBuilder')
error: The package product 'DSFStepperView' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'DSFAppKitBuilder-shared' from project 'DSFAppKitBuilder')
error: The package product 'DSFValueBinders' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'DSFAppKitBuilder' from project 'DSFAppKitBuilder')
error: The package product 'DSFStepperView' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'DSFAppKitBuilder' from project 'DSFAppKitBuilder')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme DSFAppKitBuilder-Package
(1 failure)
Command line invocation:
    /Applications/Xcode-16.1.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme DSFAppKitBuilder-Package -destination generic/platform=tvOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
  DSFStepperView: https://github.com/dagronf/DSFStepperView @ 4.3.0
  DSFAppKitBuilder: /Users/admin/builder/spi-builder-workspace
  DSFAppearanceManager: https://github.com/dagronf/DSFAppearanceManager @ 3.5.1
  DSFComboButton: https://github.com/dagronf/DSFComboButton @ 1.0.0
  DSFSearchField: https://github.com/dagronf/DSFSearchField @ 2.2.2
  DSFToggleButton: https://github.com/dagronf/DSFToggleButton @ 7.1.0
  DSFValueBinders: https://github.com/dagronf/DSFValueBinders @ 1.0.1
  DSFMenuBuilder: https://github.com/dagronf/DSFMenuBuilder @ 1.2.1
  DSFPagerControl: https://github.com/dagronf/DSFPagerControl @ 2.5.2
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (22 targets)
    Target 'DSFAppKitBuilder-static' in project 'DSFAppKitBuilder'
        ➜ Explicit dependency on target 'DSFAppKitBuilder' in project 'DSFAppKitBuilder'
        ➜ Explicit dependency on target 'DSFMenuBuilder' in project 'DSFMenuBuilder'
        ➜ Explicit dependency on target 'DSFPagerControl' in project 'DSFPagerControl'
        ➜ Explicit dependency on target 'DSFValueBinders' in project 'DSFValueBinders'
        ➜ Explicit dependency on target 'DSFComboButton' in project 'DSFComboButton'
        ➜ Explicit dependency on target 'DSFToggleButton' in project 'DSFToggleButton'
        ➜ Explicit dependency on target 'DSFStepperView' in project 'DSFStepperView'
        ➜ Explicit dependency on target 'DSFSearchField' in project 'DSFSearchField'
    Target 'DSFAppKitBuilder-shared' in project 'DSFAppKitBuilder'
        ➜ Explicit dependency on target 'DSFAppKitBuilder' in project 'DSFAppKitBuilder'
        ➜ Explicit dependency on target 'DSFMenuBuilder' in project 'DSFMenuBuilder'
        ➜ Explicit dependency on target 'DSFPagerControl' in project 'DSFPagerControl'
        ➜ Explicit dependency on target 'DSFValueBinders' in project 'DSFValueBinders'
        ➜ Explicit dependency on target 'DSFComboButton' in project 'DSFComboButton'
        ➜ Explicit dependency on target 'DSFToggleButton' in project 'DSFToggleButton'
        ➜ Explicit dependency on target 'DSFStepperView' in project 'DSFStepperView'
        ➜ Explicit dependency on target 'DSFSearchField' in project 'DSFSearchField'
    Target 'DSFAppKitBuilder' in project 'DSFAppKitBuilder'
        ➜ Explicit dependency on target 'DSFAppKitBuilder' in project 'DSFAppKitBuilder'
        ➜ Explicit dependency on target 'DSFMenuBuilder' in project 'DSFMenuBuilder'
        ➜ Explicit dependency on target 'DSFPagerControl' in project 'DSFPagerControl'
        ➜ Explicit dependency on target 'DSFValueBinders' in project 'DSFValueBinders'
        ➜ Explicit dependency on target 'DSFComboButton' in project 'DSFComboButton'
        ➜ Explicit dependency on target 'DSFToggleButton' in project 'DSFToggleButton'
        ➜ Explicit dependency on target 'DSFStepperView' in project 'DSFStepperView'
        ➜ Explicit dependency on target 'DSFSearchField' in project 'DSFSearchField'
    Target 'DSFAppKitBuilder' in project 'DSFAppKitBuilder'
        ➜ Explicit dependency on target 'DSFMenuBuilder' in project 'DSFMenuBuilder'
        ➜ Explicit dependency on target 'DSFPagerControl' in project 'DSFPagerControl'
        ➜ Explicit dependency on target 'DSFValueBinders' in project 'DSFValueBinders'
        ➜ Explicit dependency on target 'DSFComboButton' in project 'DSFComboButton'
        ➜ Explicit dependency on target 'DSFToggleButton' in project 'DSFToggleButton'
        ➜ Explicit dependency on target 'DSFStepperView' in project 'DSFStepperView'
        ➜ Explicit dependency on target 'DSFSearchField' in project 'DSFSearchField'
    Target 'DSFSearchField' in project 'DSFSearchField'
        ➜ Explicit dependency on target 'DSFSearchField' in project 'DSFSearchField'
        ➜ Explicit dependency on target 'DSFSearchField_DSFSearchField' in project 'DSFSearchField'
    Target 'DSFSearchField' in project 'DSFSearchField'
        ➜ Explicit dependency on target 'DSFSearchField_DSFSearchField' in project 'DSFSearchField'
    Target 'DSFSearchField_DSFSearchField' in project 'DSFSearchField' (no dependencies)
    Target 'DSFStepperView' in project 'DSFStepperView'
        ➜ Explicit dependency on target 'DSFStepperView' in project 'DSFStepperView'
        ➜ Explicit dependency on target 'DSFStepperView_DSFStepperView' in project 'DSFStepperView'
        ➜ Explicit dependency on target 'DSFAppearanceManager' in project 'DSFAppearanceManager'
    Target 'DSFStepperView' in project 'DSFStepperView'
        ➜ Explicit dependency on target 'DSFStepperView_DSFStepperView' in project 'DSFStepperView'
        ➜ Explicit dependency on target 'DSFAppearanceManager' in project 'DSFAppearanceManager'
    Target 'DSFStepperView_DSFStepperView' in project 'DSFStepperView' (no dependencies)
    Target 'DSFToggleButton' in project 'DSFToggleButton'
        ➜ Explicit dependency on target 'DSFToggleButton' in project 'DSFToggleButton'
        ➜ Explicit dependency on target 'DSFAppearanceManager' in project 'DSFAppearanceManager'
    Target 'DSFToggleButton' in project 'DSFToggleButton'
        ➜ Explicit dependency on target 'DSFAppearanceManager' in project 'DSFAppearanceManager'
    Target 'DSFComboButton' in project 'DSFComboButton'
        ➜ Explicit dependency on target 'DSFComboButton' in project 'DSFComboButton'
    Target 'DSFComboButton' in project 'DSFComboButton' (no dependencies)
    Target 'DSFValueBinders' in project 'DSFValueBinders'
        ➜ Explicit dependency on target 'DSFValueBinders' in project 'DSFValueBinders'
    Target 'DSFValueBinders' in project 'DSFValueBinders' (no dependencies)
    Target 'DSFPagerControl' in project 'DSFPagerControl'
        ➜ Explicit dependency on target 'DSFPagerControl' in project 'DSFPagerControl'
        ➜ Explicit dependency on target 'DSFAppearanceManager' in project 'DSFAppearanceManager'
    Target 'DSFPagerControl' in project 'DSFPagerControl'
        ➜ Explicit dependency on target 'DSFAppearanceManager' in project 'DSFAppearanceManager'
    Target 'DSFAppearanceManager' in project 'DSFAppearanceManager'
        ➜ Explicit dependency on target 'DSFAppearanceManager' in project 'DSFAppearanceManager'
    Target 'DSFAppearanceManager' in project 'DSFAppearanceManager' (no dependencies)
    Target 'DSFMenuBuilder' in project 'DSFMenuBuilder'
        ➜ Explicit dependency on target 'DSFMenuBuilder' in project 'DSFMenuBuilder'
    Target 'DSFMenuBuilder' in project 'DSFMenuBuilder' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
error: The package product 'DSFStepperView' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'DSFAppKitBuilder-shared' from project 'DSFAppKitBuilder')
error: The package product 'DSFValueBinders' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'DSFAppKitBuilder-shared' from project 'DSFAppKitBuilder')
error: The package product 'DSFStepperView' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'DSFAppKitBuilder' from project 'DSFAppKitBuilder')
error: The package product 'DSFValueBinders' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'DSFAppKitBuilder' from project 'DSFAppKitBuilder')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme DSFAppKitBuilder-Package
(1 failure)
BUILD FAILURE 6.0 tvOS