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 JunoUI with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/christianselig/JunoSlider.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/christianselig/JunoSlider
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c7c9967 Create LICENSE
Cloned https://github.com/christianselig/JunoSlider.git
Revision (git rev-parse @):
c7c9967c0107b3753bf45f23babba7f94d82a684
SUCCESS checkout https://github.com/christianselig/JunoSlider.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/christianselig/JunoSlider.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/4] Emitting module JunoUI
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:5:6: error: 'Binding' is only available in macOS 10.15 or newer
    @Binding var sliderValue: CGFloat
     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:12:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var isGestureActive: Bool = false
     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:13:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var startingSliderValue: CGFloat?
     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:14:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var sliderWidth = 10.0 // Just an initial value to prevent division by 0
     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:15:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var isAtTrackExtremity = false
     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:25:30: error: 'Binding' is only available in macOS 10.15 or newer
    public init(sliderValue: Binding<CGFloat>, maxSliderValue: CGFloat, baseHeight: CGFloat = 9.0, expandedHeight: CGFloat = 20.0, label: String, editingChanged: ((Bool) -> Void)? = nil) {
                             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:25:12: note: add @available attribute to enclosing initializer
    public init(sliderValue: Binding<CGFloat>, maxSliderValue: CGFloat, baseHeight: CGFloat = 9.0, expandedHeight: CGFloat = 20.0, label: String, editingChanged: ((Bool) -> Void)? = nil) {
           ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
[4/4] Compiling JunoUI JunoSlider.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:5:6: error: 'Binding' is only available in macOS 10.15 or newer
    @Binding var sliderValue: CGFloat
     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:12:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var isGestureActive: Bool = false
     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:13:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var startingSliderValue: CGFloat?
     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:14:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var sliderWidth = 10.0 // Just an initial value to prevent division by 0
     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:15:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var isAtTrackExtremity = false
     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:25:30: error: 'Binding' is only available in macOS 10.15 or newer
    public init(sliderValue: Binding<CGFloat>, maxSliderValue: CGFloat, baseHeight: CGFloat = 9.0, expandedHeight: CGFloat = 20.0, label: String, editingChanged: ((Bool) -> Void)? = nil) {
                             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:25:12: note: add @available attribute to enclosing initializer
    public init(sliderValue: Binding<CGFloat>, maxSliderValue: CGFloat, baseHeight: CGFloat = 9.0, expandedHeight: CGFloat = 20.0, label: String, editingChanged: ((Bool) -> Void)? = nil) {
           ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:35:9: error: 'ZStack' is only available in macOS 10.15 or newer
        ZStack {
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:35:9: note: add 'if #available' version check
        ZStack {
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:37:13: error: 'Color' is only available in macOS 10.15 or newer
            Color.orange.opacity(0.0001)
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:37:19: error: 'orange' is only available in macOS 10.15 or newer
            Color.orange.opacity(0.0001)
                  ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:37:26: error: 'opacity' is only available in macOS 10.15 or newer
            Color.orange.opacity(0.0001)
                         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:38:18: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
                .frame(height: 40.0)
                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:40:13: error: 'Capsule' is only available in macOS 10.15 or newer
            Capsule()
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:41:18: error: 'background(alignment:content:)' is only available in macOS 12.0 or newer
                .background {
                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:42:21: error: 'GeometryReader' is only available in macOS 10.15 or newer
                    GeometryReader { proxy in
                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:43:25: error: 'Color' is only available in macOS 10.15 or newer
                        Color.clear
                        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:43:31: error: 'clear' is only available in macOS 10.15 or newer
                        Color.clear
                              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:44:30: error: 'onAppear(perform:)' is only available in macOS 10.15 or newer
                            .onAppear {
                             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:45:33: error: setter for 'sliderWidth' is only available in macOS 10.15 or newer
                                sliderWidth = proxy.size.width
                                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:49:18: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
                .frame(height: isGestureActive ? expandedHeight : baseHeight)
                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:50:18: error: 'foregroundStyle' is only available in macOS 12.0 or newer
                .foregroundStyle(
                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:51:21: error: 'Color' is only available in macOS 10.15 or newer
                    Color(white: 0.1, opacity: 0.5)
                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:51:21: error: 'init(_:white:opacity:)' is only available in macOS 10.15 or newer
                    Color(white: 0.1, opacity: 0.5)
                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:52:26: error: 'shadow' is only available in macOS 13.0 or newer
                        .shadow(.inner(color: .black.opacity(0.3), radius: 3.0, y: 2.0))
                         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:52:48: error: 'black' is only available in macOS 10.15 or newer
                        .shadow(.inner(color: .black.opacity(0.3), radius: 3.0, y: 2.0))
                                               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:52:54: error: 'opacity' is only available in macOS 10.15 or newer
                        .shadow(.inner(color: .black.opacity(0.3), radius: 3.0, y: 2.0))
                                                     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:54:18: error: 'shadow(color:radius:x:y:)' is only available in macOS 10.15 or newer
                .shadow(color: .white.opacity(0.2), radius: 1, y: 1)
                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:54:33: error: 'white' is only available in macOS 10.15 or newer
                .shadow(color: .white.opacity(0.2), radius: 1, y: 1)
                                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:54:39: error: 'opacity' is only available in macOS 10.15 or newer
                .shadow(color: .white.opacity(0.2), radius: 1, y: 1)
                                      ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:55:18: error: 'overlay(alignment:content:)' is only available in macOS 12.0 or newer
                .overlay(alignment: .leading) {
                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:55:38: error: 'leading' is only available in macOS 10.15 or newer
                .overlay(alignment: .leading) {
                                     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:56:21: error: 'Capsule' is only available in macOS 10.15 or newer
                    Capsule()
                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:57:26: error: 'overlay(alignment:content:)' is only available in macOS 12.0 or newer
                        .overlay(alignment: .trailing) {
                         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:57:46: error: 'trailing' is only available in macOS 10.15 or newer
                        .overlay(alignment: .trailing) {
                                             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:58:29: error: 'Circle' is only available in macOS 10.15 or newer
                            Circle()
                            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:59:34: error: 'foregroundStyle' is only available in macOS 12.0 or newer
                                .foregroundStyle(Color.white)
                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:59:50: error: 'Color' is only available in macOS 10.15 or newer
                                .foregroundStyle(Color.white)
                                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:59:56: error: 'white' is only available in macOS 10.15 or newer
                                .foregroundStyle(Color.white)
                                                       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:60:34: error: 'shadow(color:radius:x:y:)' is only available in macOS 10.15 or newer
                                .shadow(radius: 1.0)
                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:61:34: error: 'padding' is only available in macOS 10.15 or newer
                                .padding(innerCirclePadding)
                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:62:34: error: 'opacity' is only available in macOS 10.15 or newer
                                .opacity(isGestureActive ? 1.0 : 0.0)
                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:64:26: error: 'foregroundStyle' is only available in macOS 12.0 or newer
                        .foregroundStyle(Color(white: isGestureActive ? 0.85 : 1.0))
                         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:64:42: error: 'Color' is only available in macOS 10.15 or newer
                        .foregroundStyle(Color(white: isGestureActive ? 0.85 : 1.0))
                                         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:64:42: error: 'init(_:white:opacity:)' is only available in macOS 10.15 or newer
                        .foregroundStyle(Color(white: isGestureActive ? 0.85 : 1.0))
                                         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:65:26: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
                        .frame(width: calculateProgressWidth(), height: isGestureActive ? expandedHeight : baseHeight)
                         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:67:18: error: 'clipShape(_:style:)' is only available in macOS 10.15 or newer
                .clipShape(.capsule) // Best attempt at fixing a bug https://twitter.com/ChristianSelig/status/1757139789457829902
                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:67:29: error: 'capsule' is only available in macOS 10.15 or newer
                .clipShape(.capsule) // Best attempt at fixing a bug https://twitter.com/ChristianSelig/status/1757139789457829902
                            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:68:18: error: 'contentShape(_:_:eoFill:)' is only available in macOS 12.0 or newer
                .contentShape(.hoverEffect, .capsule)
                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:68:32: error: 'hoverEffect' is unavailable in macOS
                .contentShape(.hoverEffect, .capsule)
                               ^~~~~~~~~~~
SwiftUI.ContentShapeKinds:16:23: note: 'hoverEffect' has been explicitly marked unavailable here
    public static let hoverEffect: ContentShapeKinds
                      ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:68:46: error: 'capsule' is only available in macOS 10.15 or newer
                .contentShape(.hoverEffect, .capsule)
                                             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:70:10: error: 'gesture(_:including:)' is only available in macOS 10.15 or newer
        .gesture(DragGesture(minimumDistance: 0.0)
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:70:18: error: 'DragGesture' is only available in macOS 10.15 or newer
        .gesture(DragGesture(minimumDistance: 0.0)
                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:70:18: error: 'init(minimumDistance:coordinateSpace:)' is only available in macOS 14.0 or newer
        .gesture(DragGesture(minimumDistance: 0.0)
                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:71:14: error: 'onChanged' is only available in macOS 10.15 or newer
            .onChanged { value in
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:73:21: error: setter for 'startingSliderValue' is only available in macOS 10.15 or newer
                    startingSliderValue = sliderValue
                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:74:21: error: setter for 'isGestureActive' is only available in macOS 10.15 or newer
                    isGestureActive = true
                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:81:17: error: setter for 'sliderValue' is only available in macOS 10.15 or newer
                sliderValue = newPercentage * maxSliderValue
                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:84:21: error: setter for 'isAtTrackExtremity' is only available in macOS 10.15 or newer
                    isAtTrackExtremity = true
                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:86:21: error: setter for 'isAtTrackExtremity' is only available in macOS 10.15 or newer
                    isAtTrackExtremity = true
                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:88:21: error: setter for 'isAtTrackExtremity' is only available in macOS 10.15 or newer
                    isAtTrackExtremity = false
                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:91:14: error: 'onEnded' is only available in macOS 10.15 or newer
            .onEnded { value in
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:96:21: error: 'withAnimation' is only available in macOS 10.15 or newer
                    withAnimation {
                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:97:25: error: setter for 'sliderValue' is only available in macOS 10.15 or newer
                        sliderValue = newPercentage * maxSliderValue
                        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:101:17: error: setter for 'startingSliderValue' is only available in macOS 10.15 or newer
                startingSliderValue = nil
                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:102:17: error: setter for 'isGestureActive' is only available in macOS 10.15 or newer
                isGestureActive = false
                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:106:10: error: 'hoverEffect(_:isEnabled:)' is unavailable in macOS
        .hoverEffect(.highlight)
         ^~~~~~~~~~~
SwiftUI.View:5:17: note: 'hoverEffect(_:isEnabled:)' has been explicitly marked unavailable here
    public func hoverEffect(_ effect: HoverEffect = .automatic, isEnabled: Bool = true) -> some View
                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:107:10: error: 'animation(_:value:)' is only available in macOS 10.15 or newer
        .animation(.default, value: isGestureActive)
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:107:21: error: 'default' is only available in macOS 10.15 or newer
        .animation(.default, value: isGestureActive)
                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:108:10: error: 'accessibilityRepresentation(representation:)' is only available in macOS 12.0 or newer
        .accessibilityRepresentation {
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:108:10: note: add 'if #available' version check
        .accessibilityRepresentation {
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:108:38: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
        .accessibilityRepresentation {
                                     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:108:38: note: add 'if #available' version check
        .accessibilityRepresentation {
                                     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:109:13: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
            Slider(value: $sliderValue, in: 0.0 ... maxSliderValue, label: {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:109:13: note: add 'if #available' version check
            Slider(value: $sliderValue, in: 0.0 ... maxSliderValue, label: {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:109:13: error: 'Slider' is only available in macOS 10.15 or newer
            Slider(value: $sliderValue, in: 0.0 ... maxSliderValue, label: {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:109:13: note: add 'if #available' version check
            Slider(value: $sliderValue, in: 0.0 ... maxSliderValue, label: {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:109:13: error: 'init(value:in:label:onEditingChanged:)' is only available in macOS 10.15 or newer
            Slider(value: $sliderValue, in: 0.0 ... maxSliderValue, label: {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:109:13: note: add 'if #available' version check
            Slider(value: $sliderValue, in: 0.0 ... maxSliderValue, label: {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:110:17: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
                Text(label)
                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:110:17: note: add 'if #available' version check
                Text(label)
                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:110:17: error: 'Text' is only available in macOS 10.15 or newer
                Text(label)
                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:110:17: note: add 'if #available' version check
                Text(label)
                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:109:76: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
            Slider(value: $sliderValue, in: 0.0 ... maxSliderValue, label: {
                                                                           ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:109:76: note: add 'if #available' version check
            Slider(value: $sliderValue, in: 0.0 ... maxSliderValue, label: {
                                                                           ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:108:38: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
        .accessibilityRepresentation {
                                     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:108:38: note: add 'if #available' version check
        .accessibilityRepresentation {
                                     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
error: fatalError
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version--423B1241ED78D482.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/3] Emitting module JunoUI
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:5:6: error: 'Binding' is only available in macOS 10.15 or newer
    @Binding var sliderValue: CGFloat
     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:12:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var isGestureActive: Bool = false
     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:13:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var startingSliderValue: CGFloat?
     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:14:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var sliderWidth = 10.0 // Just an initial value to prevent division by 0
     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:15:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var isAtTrackExtremity = false
     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:25:30: error: 'Binding' is only available in macOS 10.15 or newer
    public init(sliderValue: Binding<CGFloat>, maxSliderValue: CGFloat, baseHeight: CGFloat = 9.0, expandedHeight: CGFloat = 20.0, label: String, editingChanged: ((Bool) -> Void)? = nil) {
                             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:25:12: note: add @available attribute to enclosing initializer
    public init(sliderValue: Binding<CGFloat>, maxSliderValue: CGFloat, baseHeight: CGFloat = 9.0, expandedHeight: CGFloat = 20.0, label: String, editingChanged: ((Bool) -> Void)? = nil) {
           ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
[3/3] Compiling JunoUI JunoSlider.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:5:6: error: 'Binding' is only available in macOS 10.15 or newer
    @Binding var sliderValue: CGFloat
     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:12:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var isGestureActive: Bool = false
     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:13:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var startingSliderValue: CGFloat?
     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:14:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var sliderWidth = 10.0 // Just an initial value to prevent division by 0
     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:15:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var isAtTrackExtremity = false
     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:25:30: error: 'Binding' is only available in macOS 10.15 or newer
    public init(sliderValue: Binding<CGFloat>, maxSliderValue: CGFloat, baseHeight: CGFloat = 9.0, expandedHeight: CGFloat = 20.0, label: String, editingChanged: ((Bool) -> Void)? = nil) {
                             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:25:12: note: add @available attribute to enclosing initializer
    public init(sliderValue: Binding<CGFloat>, maxSliderValue: CGFloat, baseHeight: CGFloat = 9.0, expandedHeight: CGFloat = 20.0, label: String, editingChanged: ((Bool) -> Void)? = nil) {
           ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:35:9: error: 'ZStack' is only available in macOS 10.15 or newer
        ZStack {
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:35:9: note: add 'if #available' version check
        ZStack {
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:37:13: error: 'Color' is only available in macOS 10.15 or newer
            Color.orange.opacity(0.0001)
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:37:19: error: 'orange' is only available in macOS 10.15 or newer
            Color.orange.opacity(0.0001)
                  ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:37:26: error: 'opacity' is only available in macOS 10.15 or newer
            Color.orange.opacity(0.0001)
                         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:38:18: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
                .frame(height: 40.0)
                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:40:13: error: 'Capsule' is only available in macOS 10.15 or newer
            Capsule()
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:41:18: error: 'background(alignment:content:)' is only available in macOS 12.0 or newer
                .background {
                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:42:21: error: 'GeometryReader' is only available in macOS 10.15 or newer
                    GeometryReader { proxy in
                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:43:25: error: 'Color' is only available in macOS 10.15 or newer
                        Color.clear
                        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:43:31: error: 'clear' is only available in macOS 10.15 or newer
                        Color.clear
                              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:44:30: error: 'onAppear(perform:)' is only available in macOS 10.15 or newer
                            .onAppear {
                             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:45:33: error: setter for 'sliderWidth' is only available in macOS 10.15 or newer
                                sliderWidth = proxy.size.width
                                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:49:18: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
                .frame(height: isGestureActive ? expandedHeight : baseHeight)
                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:50:18: error: 'foregroundStyle' is only available in macOS 12.0 or newer
                .foregroundStyle(
                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:51:21: error: 'Color' is only available in macOS 10.15 or newer
                    Color(white: 0.1, opacity: 0.5)
                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:51:21: error: 'init(_:white:opacity:)' is only available in macOS 10.15 or newer
                    Color(white: 0.1, opacity: 0.5)
                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:52:26: error: 'shadow' is only available in macOS 13.0 or newer
                        .shadow(.inner(color: .black.opacity(0.3), radius: 3.0, y: 2.0))
                         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:52:48: error: 'black' is only available in macOS 10.15 or newer
                        .shadow(.inner(color: .black.opacity(0.3), radius: 3.0, y: 2.0))
                                               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:52:54: error: 'opacity' is only available in macOS 10.15 or newer
                        .shadow(.inner(color: .black.opacity(0.3), radius: 3.0, y: 2.0))
                                                     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:54:18: error: 'shadow(color:radius:x:y:)' is only available in macOS 10.15 or newer
                .shadow(color: .white.opacity(0.2), radius: 1, y: 1)
                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:54:33: error: 'white' is only available in macOS 10.15 or newer
                .shadow(color: .white.opacity(0.2), radius: 1, y: 1)
                                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:54:39: error: 'opacity' is only available in macOS 10.15 or newer
                .shadow(color: .white.opacity(0.2), radius: 1, y: 1)
                                      ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:55:18: error: 'overlay(alignment:content:)' is only available in macOS 12.0 or newer
                .overlay(alignment: .leading) {
                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:55:38: error: 'leading' is only available in macOS 10.15 or newer
                .overlay(alignment: .leading) {
                                     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:56:21: error: 'Capsule' is only available in macOS 10.15 or newer
                    Capsule()
                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:57:26: error: 'overlay(alignment:content:)' is only available in macOS 12.0 or newer
                        .overlay(alignment: .trailing) {
                         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:57:46: error: 'trailing' is only available in macOS 10.15 or newer
                        .overlay(alignment: .trailing) {
                                             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:58:29: error: 'Circle' is only available in macOS 10.15 or newer
                            Circle()
                            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:59:34: error: 'foregroundStyle' is only available in macOS 12.0 or newer
                                .foregroundStyle(Color.white)
                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:59:50: error: 'Color' is only available in macOS 10.15 or newer
                                .foregroundStyle(Color.white)
                                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:59:56: error: 'white' is only available in macOS 10.15 or newer
                                .foregroundStyle(Color.white)
                                                       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:60:34: error: 'shadow(color:radius:x:y:)' is only available in macOS 10.15 or newer
                                .shadow(radius: 1.0)
                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:61:34: error: 'padding' is only available in macOS 10.15 or newer
                                .padding(innerCirclePadding)
                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:62:34: error: 'opacity' is only available in macOS 10.15 or newer
                                .opacity(isGestureActive ? 1.0 : 0.0)
                                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:64:26: error: 'foregroundStyle' is only available in macOS 12.0 or newer
                        .foregroundStyle(Color(white: isGestureActive ? 0.85 : 1.0))
                         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:64:42: error: 'Color' is only available in macOS 10.15 or newer
                        .foregroundStyle(Color(white: isGestureActive ? 0.85 : 1.0))
                                         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:64:42: error: 'init(_:white:opacity:)' is only available in macOS 10.15 or newer
                        .foregroundStyle(Color(white: isGestureActive ? 0.85 : 1.0))
                                         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:65:26: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
                        .frame(width: calculateProgressWidth(), height: isGestureActive ? expandedHeight : baseHeight)
                         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:67:18: error: 'clipShape(_:style:)' is only available in macOS 10.15 or newer
                .clipShape(.capsule) // Best attempt at fixing a bug https://twitter.com/ChristianSelig/status/1757139789457829902
                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:67:29: error: 'capsule' is only available in macOS 10.15 or newer
                .clipShape(.capsule) // Best attempt at fixing a bug https://twitter.com/ChristianSelig/status/1757139789457829902
                            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:68:18: error: 'contentShape(_:_:eoFill:)' is only available in macOS 12.0 or newer
                .contentShape(.hoverEffect, .capsule)
                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:68:32: error: 'hoverEffect' is unavailable in macOS
                .contentShape(.hoverEffect, .capsule)
                               ^~~~~~~~~~~
SwiftUI.ContentShapeKinds:16:23: note: 'hoverEffect' has been explicitly marked unavailable here
    public static let hoverEffect: ContentShapeKinds
                      ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:68:46: error: 'capsule' is only available in macOS 10.15 or newer
                .contentShape(.hoverEffect, .capsule)
                                             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:70:10: error: 'gesture(_:including:)' is only available in macOS 10.15 or newer
        .gesture(DragGesture(minimumDistance: 0.0)
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:70:18: error: 'DragGesture' is only available in macOS 10.15 or newer
        .gesture(DragGesture(minimumDistance: 0.0)
                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:70:18: error: 'init(minimumDistance:coordinateSpace:)' is only available in macOS 14.0 or newer
        .gesture(DragGesture(minimumDistance: 0.0)
                 ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:71:14: error: 'onChanged' is only available in macOS 10.15 or newer
            .onChanged { value in
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:73:21: error: setter for 'startingSliderValue' is only available in macOS 10.15 or newer
                    startingSliderValue = sliderValue
                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:74:21: error: setter for 'isGestureActive' is only available in macOS 10.15 or newer
                    isGestureActive = true
                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:81:17: error: setter for 'sliderValue' is only available in macOS 10.15 or newer
                sliderValue = newPercentage * maxSliderValue
                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:84:21: error: setter for 'isAtTrackExtremity' is only available in macOS 10.15 or newer
                    isAtTrackExtremity = true
                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:86:21: error: setter for 'isAtTrackExtremity' is only available in macOS 10.15 or newer
                    isAtTrackExtremity = true
                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:88:21: error: setter for 'isAtTrackExtremity' is only available in macOS 10.15 or newer
                    isAtTrackExtremity = false
                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:91:14: error: 'onEnded' is only available in macOS 10.15 or newer
            .onEnded { value in
             ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:96:21: error: 'withAnimation' is only available in macOS 10.15 or newer
                    withAnimation {
                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:97:25: error: setter for 'sliderValue' is only available in macOS 10.15 or newer
                        sliderValue = newPercentage * maxSliderValue
                        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:101:17: error: setter for 'startingSliderValue' is only available in macOS 10.15 or newer
                startingSliderValue = nil
                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:102:17: error: setter for 'isGestureActive' is only available in macOS 10.15 or newer
                isGestureActive = false
                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:106:10: error: 'hoverEffect(_:isEnabled:)' is unavailable in macOS
        .hoverEffect(.highlight)
         ^~~~~~~~~~~
SwiftUI.View:5:17: note: 'hoverEffect(_:isEnabled:)' has been explicitly marked unavailable here
    public func hoverEffect(_ effect: HoverEffect = .automatic, isEnabled: Bool = true) -> some View
                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:107:10: error: 'animation(_:value:)' is only available in macOS 10.15 or newer
        .animation(.default, value: isGestureActive)
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:107:21: error: 'default' is only available in macOS 10.15 or newer
        .animation(.default, value: isGestureActive)
                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:108:10: error: 'accessibilityRepresentation(representation:)' is only available in macOS 12.0 or newer
        .accessibilityRepresentation {
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:108:10: note: add 'if #available' version check
        .accessibilityRepresentation {
         ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:108:38: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
        .accessibilityRepresentation {
                                     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:108:38: note: add 'if #available' version check
        .accessibilityRepresentation {
                                     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:109:13: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
            Slider(value: $sliderValue, in: 0.0 ... maxSliderValue, label: {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:109:13: note: add 'if #available' version check
            Slider(value: $sliderValue, in: 0.0 ... maxSliderValue, label: {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:109:13: error: 'Slider' is only available in macOS 10.15 or newer
            Slider(value: $sliderValue, in: 0.0 ... maxSliderValue, label: {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:109:13: note: add 'if #available' version check
            Slider(value: $sliderValue, in: 0.0 ... maxSliderValue, label: {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:109:13: error: 'init(value:in:label:onEditingChanged:)' is only available in macOS 10.15 or newer
            Slider(value: $sliderValue, in: 0.0 ... maxSliderValue, label: {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:109:13: note: add 'if #available' version check
            Slider(value: $sliderValue, in: 0.0 ... maxSliderValue, label: {
            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:110:17: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
                Text(label)
                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:110:17: note: add 'if #available' version check
                Text(label)
                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:110:17: error: 'Text' is only available in macOS 10.15 or newer
                Text(label)
                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:110:17: note: add 'if #available' version check
                Text(label)
                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:109:76: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
            Slider(value: $sliderValue, in: 0.0 ... maxSliderValue, label: {
                                                                           ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:109:76: note: add 'if #available' version check
            Slider(value: $sliderValue, in: 0.0 ... maxSliderValue, label: {
                                                                           ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:108:38: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
        .accessibilityRepresentation {
                                     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:108:38: note: add 'if #available' version check
        .accessibilityRepresentation {
                                     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:34:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JunoUI/JunoSlider.swift:4:15: note: add @available attribute to enclosing struct
public struct JunoSlider: View {
              ^
error: fatalError
BUILD FAILURE 5.10 macosSpm