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 swiftui-property-inspector, reference 1.3.0 (bc63d2), with Swift 5.9 for macOS (SPM) on 18 Feb 2025 18:02:51 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ipedro/swiftui-property-inspector.git
Reference: 1.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ipedro/swiftui-property-inspector
 * tag               1.3.0      -> FETCH_HEAD
HEAD is now at bc63d29 Generated PropertyInspector.swift
Cloned https://github.com/ipedro/swiftui-property-inspector.git
Revision (git rev-parse @):
bc63d290ffc074ab6bcf48b368e77ca04b005d3e
SUCCESS checkout https://github.com/ipedro/swiftui-property-inspector.git at 1.3.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/ipedro/swiftui-property-inspector.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin SwiftFormatPlugin
[2/2] Compiling plugin SwiftLintBuildToolPlugin
[3/3] Compiling plugin SwiftLintCommandPlugin
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/33] Emitting module PropertyInspector
/Users/admin/builder/spi-builder-workspace/Development/Styles/SheetPropertyInspector.swift:125:28: error: 'PresentationDetent' is only available in macOS 13.0 or newer
    private var selection: PresentationDetent = SheetPresentationModifier.detents[1]
                           ^
/Users/admin/builder/spi-builder-workspace/Development/Styles/SheetPropertyInspector.swift:115:16: note: add @available attribute to enclosing generic struct
private struct SheetPresentationModifier<Label: View>: ViewModifier {
               ^
/Users/admin/builder/spi-builder-workspace/Development/Styles/SheetPropertyInspector.swift:127:34: error: 'PresentationDetent' is only available in macOS 13.0 or newer
    private static var detents: [PresentationDetent] { [
                                 ^
/Users/admin/builder/spi-builder-workspace/Development/Styles/SheetPropertyInspector.swift:127:24: note: add @available attribute to enclosing static property
    private static var detents: [PresentationDetent] { [
                       ^
/Users/admin/builder/spi-builder-workspace/Development/Styles/SheetPropertyInspector.swift:115:16: note: add @available attribute to enclosing generic struct
private struct SheetPresentationModifier<Label: View>: ViewModifier {
               ^
/Users/admin/builder/spi-builder-workspace/Development/ToggleStyles/PropertyToggleStyle.swift:17:28: error: cannot find 'UISelectionFeedbackGenerator' in scope
    private let feedback = UISelectionFeedbackGenerator()
                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[5/36] Compiling PropertyInspector PropertyLocation.swift
[6/36] Compiling PropertyInspector PropertyType.swift
[7/36] Compiling PropertyInspector PropertyValue.swift
[8/36] Compiling PropertyInspector PropertyInspectorRow.swift
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorRow.swift:33:25: error: extraneous argument label 'uiColor:' in call
            isOn ? Color(uiColor: .tertiarySystemBackground) : .clear
                        ^~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorRow.swift:33:36: error: type 'CGColor' has no member 'tertiarySystemBackground'
            isOn ? Color(uiColor: .tertiarySystemBackground) : .clear
                                  ~^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorRows.swift:15:18: error: 'listRowSeparator(_:edges:)' is only available in macOS 13.0 or newer
                .listRowSeparator(.hidden)
                 ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorRows.swift:15:18: note: add 'if #available' version check
                .listRowSeparator(.hidden)
                 ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorRows.swift:7:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorRows.swift:3:8: note: add @available attribute to enclosing struct
struct PropertyInspectorRows: View {
       ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyLocationView.swift:23:18: error: 'foregroundStyle' is only available in macOS 14.0 or newer
            self.foregroundStyle(.quinary)
                 ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyLocationView.swift:23:18: note: add 'if #available' version check
            self.foregroundStyle(.quinary)
                 ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyLocationView.swift:21:10: note: add @available attribute to enclosing instance method
    func ios17_quinaryForegroundStyle() -> Text {
         ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyLocationView.swift:20:9: note: add @available attribute to enclosing extension
private extension Text {
        ^
[9/36] Compiling PropertyInspector PropertyInspectorRows.swift
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorRow.swift:33:25: error: extraneous argument label 'uiColor:' in call
            isOn ? Color(uiColor: .tertiarySystemBackground) : .clear
                        ^~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorRow.swift:33:36: error: type 'CGColor' has no member 'tertiarySystemBackground'
            isOn ? Color(uiColor: .tertiarySystemBackground) : .clear
                                  ~^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorRows.swift:15:18: error: 'listRowSeparator(_:edges:)' is only available in macOS 13.0 or newer
                .listRowSeparator(.hidden)
                 ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorRows.swift:15:18: note: add 'if #available' version check
                .listRowSeparator(.hidden)
                 ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorRows.swift:7:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorRows.swift:3:8: note: add @available attribute to enclosing struct
struct PropertyInspectorRows: View {
       ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyLocationView.swift:23:18: error: 'foregroundStyle' is only available in macOS 14.0 or newer
            self.foregroundStyle(.quinary)
                 ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyLocationView.swift:23:18: note: add 'if #available' version check
            self.foregroundStyle(.quinary)
                 ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyLocationView.swift:21:10: note: add @available attribute to enclosing instance method
    func ios17_quinaryForegroundStyle() -> Text {
         ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyLocationView.swift:20:9: note: add @available attribute to enclosing extension
private extension Text {
        ^
[10/36] Compiling PropertyInspector PropertyLocationView.swift
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorRow.swift:33:25: error: extraneous argument label 'uiColor:' in call
            isOn ? Color(uiColor: .tertiarySystemBackground) : .clear
                        ^~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorRow.swift:33:36: error: type 'CGColor' has no member 'tertiarySystemBackground'
            isOn ? Color(uiColor: .tertiarySystemBackground) : .clear
                                  ~^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorRows.swift:15:18: error: 'listRowSeparator(_:edges:)' is only available in macOS 13.0 or newer
                .listRowSeparator(.hidden)
                 ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorRows.swift:15:18: note: add 'if #available' version check
                .listRowSeparator(.hidden)
                 ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorRows.swift:7:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorRows.swift:3:8: note: add @available attribute to enclosing struct
struct PropertyInspectorRows: View {
       ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyLocationView.swift:23:18: error: 'foregroundStyle' is only available in macOS 14.0 or newer
            self.foregroundStyle(.quinary)
                 ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyLocationView.swift:23:18: note: add 'if #available' version check
            self.foregroundStyle(.quinary)
                 ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyLocationView.swift:21:10: note: add @available attribute to enclosing instance method
    func ios17_quinaryForegroundStyle() -> Text {
         ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyLocationView.swift:20:9: note: add @available attribute to enclosing extension
private extension Text {
        ^
[11/36] Compiling PropertyInspector PropertyInspector.swift
[12/36] Compiling PropertyInspector PropertyInspectorStyle.swift
[13/36] Compiling PropertyInspector InlinePropertyInspector.swift
[14/36] Compiling PropertyInspector EnvironmentKeys.swift
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:7:13: error: 'scrollBounceBehavior(_:axes:)' is only available in macOS 13.3 or newer
            scrollBounceBehavior(.basedOnSize)
            ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:7:13: note: add 'if #available' version check
            scrollBounceBehavior(.basedOnSize)
            ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:5:10: note: add @available attribute to enclosing instance method
    func ios16_scrollBounceBehaviorBasedOnSize() -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:3:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:16:13: error: 'scrollIndicators(_:axes:)' is only available in macOS 13.0 or newer
            scrollIndicators(hide ? .hidden : .automatic)
            ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:16:13: note: add 'if #available' version check
            scrollIndicators(hide ? .hidden : .automatic)
            ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:14:10: note: add @available attribute to enclosing instance method
    func ios16_hideScrollIndicators(_ hide: Bool = true) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:3:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:25:13: error: 'contentTransition' is only available in macOS 13.0 or newer
            contentTransition(.symbolEffect(.automatic, options: .speed(2)))
            ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:25:13: note: add 'if #available' version check
            contentTransition(.symbolEffect(.automatic, options: .speed(2)))
            ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:23:10: note: add @available attribute to enclosing instance method
    func ios17_interpolateSymbolEffect() -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:3:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:25:32: error: 'symbolEffect(_:options:)' is only available in macOS 14.0 or newer
            contentTransition(.symbolEffect(.automatic, options: .speed(2)))
                               ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:25:32: note: add 'if #available' version check
            contentTransition(.symbolEffect(.automatic, options: .speed(2)))
                               ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:23:10: note: add @available attribute to enclosing instance method
    func ios17_interpolateSymbolEffect() -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:3:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:25:46: error: 'automatic' is only available in macOS 14.0 or newer
            contentTransition(.symbolEffect(.automatic, options: .speed(2)))
                                             ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:25:46: note: add 'if #available' version check
            contentTransition(.symbolEffect(.automatic, options: .speed(2)))
                                             ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:23:10: note: add @available attribute to enclosing instance method
    func ios17_interpolateSymbolEffect() -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:3:1: note: add @available attribute to enclosing extension
extension View {
^
[15/36] Compiling PropertyInspector PreferenceKeys.swift
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:7:13: error: 'scrollBounceBehavior(_:axes:)' is only available in macOS 13.3 or newer
            scrollBounceBehavior(.basedOnSize)
            ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:7:13: note: add 'if #available' version check
            scrollBounceBehavior(.basedOnSize)
            ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:5:10: note: add @available attribute to enclosing instance method
    func ios16_scrollBounceBehaviorBasedOnSize() -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:3:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:16:13: error: 'scrollIndicators(_:axes:)' is only available in macOS 13.0 or newer
            scrollIndicators(hide ? .hidden : .automatic)
            ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:16:13: note: add 'if #available' version check
            scrollIndicators(hide ? .hidden : .automatic)
            ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:14:10: note: add @available attribute to enclosing instance method
    func ios16_hideScrollIndicators(_ hide: Bool = true) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:3:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:25:13: error: 'contentTransition' is only available in macOS 13.0 or newer
            contentTransition(.symbolEffect(.automatic, options: .speed(2)))
            ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:25:13: note: add 'if #available' version check
            contentTransition(.symbolEffect(.automatic, options: .speed(2)))
            ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:23:10: note: add @available attribute to enclosing instance method
    func ios17_interpolateSymbolEffect() -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:3:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:25:32: error: 'symbolEffect(_:options:)' is only available in macOS 14.0 or newer
            contentTransition(.symbolEffect(.automatic, options: .speed(2)))
                               ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:25:32: note: add 'if #available' version check
            contentTransition(.symbolEffect(.automatic, options: .speed(2)))
                               ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:23:10: note: add @available attribute to enclosing instance method
    func ios17_interpolateSymbolEffect() -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:3:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:25:46: error: 'automatic' is only available in macOS 14.0 or newer
            contentTransition(.symbolEffect(.automatic, options: .speed(2)))
                                             ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:25:46: note: add 'if #available' version check
            contentTransition(.symbolEffect(.automatic, options: .speed(2)))
                                             ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:23:10: note: add @available attribute to enclosing instance method
    func ios17_interpolateSymbolEffect() -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:3:1: note: add @available attribute to enclosing extension
extension View {
^
[16/36] Compiling PropertyInspector Animation+Constants.swift
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:7:13: error: 'scrollBounceBehavior(_:axes:)' is only available in macOS 13.3 or newer
            scrollBounceBehavior(.basedOnSize)
            ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:7:13: note: add 'if #available' version check
            scrollBounceBehavior(.basedOnSize)
            ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:5:10: note: add @available attribute to enclosing instance method
    func ios16_scrollBounceBehaviorBasedOnSize() -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:3:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:16:13: error: 'scrollIndicators(_:axes:)' is only available in macOS 13.0 or newer
            scrollIndicators(hide ? .hidden : .automatic)
            ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:16:13: note: add 'if #available' version check
            scrollIndicators(hide ? .hidden : .automatic)
            ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:14:10: note: add @available attribute to enclosing instance method
    func ios16_hideScrollIndicators(_ hide: Bool = true) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:3:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:25:13: error: 'contentTransition' is only available in macOS 13.0 or newer
            contentTransition(.symbolEffect(.automatic, options: .speed(2)))
            ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:25:13: note: add 'if #available' version check
            contentTransition(.symbolEffect(.automatic, options: .speed(2)))
            ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:23:10: note: add @available attribute to enclosing instance method
    func ios17_interpolateSymbolEffect() -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:3:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:25:32: error: 'symbolEffect(_:options:)' is only available in macOS 14.0 or newer
            contentTransition(.symbolEffect(.automatic, options: .speed(2)))
                               ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:25:32: note: add 'if #available' version check
            contentTransition(.symbolEffect(.automatic, options: .speed(2)))
                               ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:23:10: note: add @available attribute to enclosing instance method
    func ios17_interpolateSymbolEffect() -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:3:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:25:46: error: 'automatic' is only available in macOS 14.0 or newer
            contentTransition(.symbolEffect(.automatic, options: .speed(2)))
                                             ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:25:46: note: add 'if #available' version check
            contentTransition(.symbolEffect(.automatic, options: .speed(2)))
                                             ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:23:10: note: add @available attribute to enclosing instance method
    func ios17_interpolateSymbolEffect() -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:3:1: note: add @available attribute to enclosing extension
extension View {
^
[17/36] Compiling PropertyInspector View+ConditionalFeatures.swift
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:7:13: error: 'scrollBounceBehavior(_:axes:)' is only available in macOS 13.3 or newer
            scrollBounceBehavior(.basedOnSize)
            ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:7:13: note: add 'if #available' version check
            scrollBounceBehavior(.basedOnSize)
            ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:5:10: note: add @available attribute to enclosing instance method
    func ios16_scrollBounceBehaviorBasedOnSize() -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:3:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:16:13: error: 'scrollIndicators(_:axes:)' is only available in macOS 13.0 or newer
            scrollIndicators(hide ? .hidden : .automatic)
            ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:16:13: note: add 'if #available' version check
            scrollIndicators(hide ? .hidden : .automatic)
            ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:14:10: note: add @available attribute to enclosing instance method
    func ios16_hideScrollIndicators(_ hide: Bool = true) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:3:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:25:13: error: 'contentTransition' is only available in macOS 13.0 or newer
            contentTransition(.symbolEffect(.automatic, options: .speed(2)))
            ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:25:13: note: add 'if #available' version check
            contentTransition(.symbolEffect(.automatic, options: .speed(2)))
            ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:23:10: note: add @available attribute to enclosing instance method
    func ios17_interpolateSymbolEffect() -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:3:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:25:32: error: 'symbolEffect(_:options:)' is only available in macOS 14.0 or newer
            contentTransition(.symbolEffect(.automatic, options: .speed(2)))
                               ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:25:32: note: add 'if #available' version check
            contentTransition(.symbolEffect(.automatic, options: .speed(2)))
                               ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:23:10: note: add @available attribute to enclosing instance method
    func ios17_interpolateSymbolEffect() -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:3:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:25:46: error: 'automatic' is only available in macOS 14.0 or newer
            contentTransition(.symbolEffect(.automatic, options: .speed(2)))
                                             ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:25:46: note: add 'if #available' version check
            contentTransition(.symbolEffect(.automatic, options: .speed(2)))
                                             ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:23:10: note: add @available attribute to enclosing instance method
    func ios17_interpolateSymbolEffect() -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift:3:1: note: add @available attribute to enclosing extension
extension View {
^
[18/36] Compiling PropertyInspector Context.Data.swift
[19/36] Compiling PropertyInspector Context.Filter.swift
[20/36] Compiling PropertyInspector HashableBox.swift
[21/36] Compiling PropertyInspector HashableDictionary.swift
[22/36] Compiling PropertyInspector ListPropertyInspector.swift
/Users/admin/builder/spi-builder-workspace/Development/Styles/SheetPropertyInspector.swift:125:28: error: 'PresentationDetent' is only available in macOS 13.0 or newer
    private var selection: PresentationDetent = SheetPresentationModifier.detents[1]
                           ^
/Users/admin/builder/spi-builder-workspace/Development/Styles/SheetPropertyInspector.swift:115:16: note: add @available attribute to enclosing generic struct
private struct SheetPresentationModifier<Label: View>: ViewModifier {
               ^
/Users/admin/builder/spi-builder-workspace/Development/Styles/SheetPropertyInspector.swift:127:34: error: 'PresentationDetent' is only available in macOS 13.0 or newer
    private static var detents: [PresentationDetent] { [
                                 ^
/Users/admin/builder/spi-builder-workspace/Development/Styles/SheetPropertyInspector.swift:127:24: note: add @available attribute to enclosing static property
    private static var detents: [PresentationDetent] { [
                       ^
/Users/admin/builder/spi-builder-workspace/Development/Styles/SheetPropertyInspector.swift:115:16: note: add @available attribute to enclosing generic struct
private struct SheetPresentationModifier<Label: View>: ViewModifier {
               ^
/Users/admin/builder/spi-builder-workspace/Development/Styles/SheetPropertyInspector.swift:146:48: error: cannot find 'UIScreen' in scope
                            let screenHeight = UIScreen.main.bounds.height
                                               ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Development/Styles/SheetPropertyInspector.swift:167:13: error: cannot find 'UIImpactFeedbackGenerator' in scope
            UIImpactFeedbackGenerator(style: .rigid).impactOccurred()
            ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Development/Styles/SheetPropertyInspector.swift:189:21: error: cannot find 'UIImpactFeedbackGenerator' in scope
                    UIImpactFeedbackGenerator(style: .light).impactOccurred()
                    ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Development/ToggleStyles/PropertyToggleStyle.swift:17:28: error: cannot find 'UISelectionFeedbackGenerator' in scope
    private let feedback = UISelectionFeedbackGenerator()
                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[23/36] Compiling PropertyInspector SheetPropertyInspector.swift
/Users/admin/builder/spi-builder-workspace/Development/Styles/SheetPropertyInspector.swift:125:28: error: 'PresentationDetent' is only available in macOS 13.0 or newer
    private var selection: PresentationDetent = SheetPresentationModifier.detents[1]
                           ^
/Users/admin/builder/spi-builder-workspace/Development/Styles/SheetPropertyInspector.swift:115:16: note: add @available attribute to enclosing generic struct
private struct SheetPresentationModifier<Label: View>: ViewModifier {
               ^
/Users/admin/builder/spi-builder-workspace/Development/Styles/SheetPropertyInspector.swift:127:34: error: 'PresentationDetent' is only available in macOS 13.0 or newer
    private static var detents: [PresentationDetent] { [
                                 ^
/Users/admin/builder/spi-builder-workspace/Development/Styles/SheetPropertyInspector.swift:127:24: note: add @available attribute to enclosing static property
    private static var detents: [PresentationDetent] { [
                       ^
/Users/admin/builder/spi-builder-workspace/Development/Styles/SheetPropertyInspector.swift:115:16: note: add @available attribute to enclosing generic struct
private struct SheetPresentationModifier<Label: View>: ViewModifier {
               ^
/Users/admin/builder/spi-builder-workspace/Development/Styles/SheetPropertyInspector.swift:146:48: error: cannot find 'UIScreen' in scope
                            let screenHeight = UIScreen.main.bounds.height
                                               ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Development/Styles/SheetPropertyInspector.swift:167:13: error: cannot find 'UIImpactFeedbackGenerator' in scope
            UIImpactFeedbackGenerator(style: .rigid).impactOccurred()
            ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Development/Styles/SheetPropertyInspector.swift:189:21: error: cannot find 'UIImpactFeedbackGenerator' in scope
                    UIImpactFeedbackGenerator(style: .light).impactOccurred()
                    ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Development/ToggleStyles/PropertyToggleStyle.swift:17:28: error: cannot find 'UISelectionFeedbackGenerator' in scope
    private let feedback = UISelectionFeedbackGenerator()
                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[24/36] Compiling PropertyInspector PropertyToggleStyle.swift
/Users/admin/builder/spi-builder-workspace/Development/Styles/SheetPropertyInspector.swift:125:28: error: 'PresentationDetent' is only available in macOS 13.0 or newer
    private var selection: PresentationDetent = SheetPresentationModifier.detents[1]
                           ^
/Users/admin/builder/spi-builder-workspace/Development/Styles/SheetPropertyInspector.swift:115:16: note: add @available attribute to enclosing generic struct
private struct SheetPresentationModifier<Label: View>: ViewModifier {
               ^
/Users/admin/builder/spi-builder-workspace/Development/Styles/SheetPropertyInspector.swift:127:34: error: 'PresentationDetent' is only available in macOS 13.0 or newer
    private static var detents: [PresentationDetent] { [
                                 ^
/Users/admin/builder/spi-builder-workspace/Development/Styles/SheetPropertyInspector.swift:127:24: note: add @available attribute to enclosing static property
    private static var detents: [PresentationDetent] { [
                       ^
/Users/admin/builder/spi-builder-workspace/Development/Styles/SheetPropertyInspector.swift:115:16: note: add @available attribute to enclosing generic struct
private struct SheetPresentationModifier<Label: View>: ViewModifier {
               ^
/Users/admin/builder/spi-builder-workspace/Development/Styles/SheetPropertyInspector.swift:146:48: error: cannot find 'UIScreen' in scope
                            let screenHeight = UIScreen.main.bounds.height
                                               ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Development/Styles/SheetPropertyInspector.swift:167:13: error: cannot find 'UIImpactFeedbackGenerator' in scope
            UIImpactFeedbackGenerator(style: .rigid).impactOccurred()
            ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Development/Styles/SheetPropertyInspector.swift:189:21: error: cannot find 'UIImpactFeedbackGenerator' in scope
                    UIImpactFeedbackGenerator(style: .light).impactOccurred()
                    ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Development/ToggleStyles/PropertyToggleStyle.swift:17:28: error: cannot find 'UISelectionFeedbackGenerator' in scope
    private let feedback = UISelectionFeedbackGenerator()
                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[25/36] Compiling PropertyInspector Property.swift
[26/36] Compiling PropertyInspector PropertyID.swift
[27/36] Compiling PropertyInspector PropertyInspectorHighlightBehavior.swift
[28/36] Compiling PropertyInspector Context.swift
[29/36] Compiling PropertyInspector PreferenceWriter.swift
[30/36] Compiling PropertyInspector PropertyHiglighter.swift
[31/36] Compiling PropertyInspector RowViewBuilder.swift
[32/36] Compiling PropertyInspector RowViewBuilderRegistry.swift
[33/36] Compiling PropertyInspector PropertyInspector+View.swift
[34/36] Compiling PropertyInspector PropertyWriter.swift
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorHeader.swift:52:13: error: 'init(sources:isOn:label:)' is only available in macOS 13.0 or newer
            Toggle(sources: context.properties, isOn: \.$isHighlighted) {
            ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorHeader.swift:52:13: note: add 'if #available' version check
            Toggle(sources: context.properties, isOn: \.$isHighlighted) {
            ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorHeader.swift:46:18: note: add @available attribute to enclosing instance method
    private func title() -> some View {
                 ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorHeader.swift:3:8: note: add @available attribute to enclosing struct
struct PropertyInspectorHeader: View {
       ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorHeader.swift:57:26: error: 'contentTransition' is only available in macOS 13.0 or newer
                        .contentTransition(.numericText())
                         ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorHeader.swift:57:26: note: add 'if #available' version check
                        .contentTransition(.numericText())
                         ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorHeader.swift:46:18: note: add @available attribute to enclosing instance method
    private func title() -> some View {
                 ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorHeader.swift:3:8: note: add @available attribute to enclosing struct
struct PropertyInspectorHeader: View {
       ^
[35/36] Compiling PropertyInspector PropertyInspectorFilters.swift
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorHeader.swift:52:13: error: 'init(sources:isOn:label:)' is only available in macOS 13.0 or newer
            Toggle(sources: context.properties, isOn: \.$isHighlighted) {
            ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorHeader.swift:52:13: note: add 'if #available' version check
            Toggle(sources: context.properties, isOn: \.$isHighlighted) {
            ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorHeader.swift:46:18: note: add @available attribute to enclosing instance method
    private func title() -> some View {
                 ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorHeader.swift:3:8: note: add @available attribute to enclosing struct
struct PropertyInspectorHeader: View {
       ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorHeader.swift:57:26: error: 'contentTransition' is only available in macOS 13.0 or newer
                        .contentTransition(.numericText())
                         ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorHeader.swift:57:26: note: add 'if #available' version check
                        .contentTransition(.numericText())
                         ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorHeader.swift:46:18: note: add @available attribute to enclosing instance method
    private func title() -> some View {
                 ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorHeader.swift:3:8: note: add @available attribute to enclosing struct
struct PropertyInspectorHeader: View {
       ^
[36/36] Compiling PropertyInspector PropertyInspectorHeader.swift
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorHeader.swift:52:13: error: 'init(sources:isOn:label:)' is only available in macOS 13.0 or newer
            Toggle(sources: context.properties, isOn: \.$isHighlighted) {
            ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorHeader.swift:52:13: note: add 'if #available' version check
            Toggle(sources: context.properties, isOn: \.$isHighlighted) {
            ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorHeader.swift:46:18: note: add @available attribute to enclosing instance method
    private func title() -> some View {
                 ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorHeader.swift:3:8: note: add @available attribute to enclosing struct
struct PropertyInspectorHeader: View {
       ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorHeader.swift:57:26: error: 'contentTransition' is only available in macOS 13.0 or newer
                        .contentTransition(.numericText())
                         ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorHeader.swift:57:26: note: add 'if #available' version check
                        .contentTransition(.numericText())
                         ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorHeader.swift:46:18: note: add @available attribute to enclosing instance method
    private func title() -> some View {
                 ^
/Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorHeader.swift:3:8: note: add @available attribute to enclosing struct
struct PropertyInspectorHeader: View {
       ^
error: fatalError
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/SimplyDanny/SwiftLintPlugins
[1/193] Fetching swiftlintplugins
[194/46711] Fetching swiftlintplugins, swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat (20.81s)
Fetched https://github.com/SimplyDanny/SwiftLintPlugins (20.81s)
Computing version for https://github.com/SimplyDanny/SwiftLintPlugins
Computed https://github.com/SimplyDanny/SwiftLintPlugins at 0.58.2 (0.37s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.55.5 (0.48s)
Creating working copy for https://github.com/SimplyDanny/SwiftLintPlugins
Working copy of https://github.com/SimplyDanny/SwiftLintPlugins resolved at 0.58.2
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.55.5
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.58.2/SwiftLintBinary.artifactbundle.zip
[32750/40913916] Downloading https://github.com/realm/SwiftLint/releases/download/0.58.2/SwiftLintBinary.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.58.2/SwiftLintBinary.artifactbundle.zip (2.88s)
BUILD FAILURE 5.9 macosSpm