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

Build Command

Build command unavailable

Build Log

                Color.clear
                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/ViewSizeReader.swift:17:10: note: add @available attribute to enclosing instance method
    func readSize(onChange: @escaping (CGSize) -> Void) -> some View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/ViewSizeReader.swift:16:10: note: add @available attribute to enclosing extension
internal extension View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/ViewSizeReader.swift:21:22: error: 'preference(key:value:)' is only available in macOS 10.15 or newer
                    .preference(key: SizePreferenceKey.self, value: geometryProxy.size)
                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/ViewSizeReader.swift:21:22: note: add 'if #available' version check
                    .preference(key: SizePreferenceKey.self, value: geometryProxy.size)
                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/ViewSizeReader.swift:17:10: note: add @available attribute to enclosing instance method
    func readSize(onChange: @escaping (CGSize) -> Void) -> some View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/ViewSizeReader.swift:16:10: note: add @available attribute to enclosing extension
internal extension View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/ViewSizeReader.swift:24:10: error: 'onPreferenceChange(_:perform:)' is only available in macOS 10.15 or newer
        .onPreferenceChange(SizePreferenceKey.self, perform: onChange)
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/ViewSizeReader.swift:24:10: note: add 'if #available' version check
        .onPreferenceChange(SizePreferenceKey.self, perform: onChange)
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/ViewSizeReader.swift:17:10: note: add @available attribute to enclosing instance method
    func readSize(onChange: @escaping (CGSize) -> Void) -> some View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/ViewSizeReader.swift:16:10: note: add @available attribute to enclosing extension
internal extension View {
         ^
[4/6] Compiling ExpandableText ExpandableText+Modifiers.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText+Modifiers.swift:18:23: error: 'Font' is only available in macOS 10.15 or newer
    func font(_ font: Font) -> Self {
                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText+Modifiers.swift:18:10: note: add @available attribute to enclosing instance method
    func font(_ font: Font) -> Self {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText+Modifiers.swift:11:8: note: add @available attribute to enclosing extension
public extension ExpandableText {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText+Modifiers.swift:29:35: error: 'Color' is only available in macOS 10.15 or newer
    func foregroundColor(_ color: Color) -> Self {
                                  ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText+Modifiers.swift:29:10: note: add @available attribute to enclosing instance method
    func foregroundColor(_ color: Color) -> Self {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText+Modifiers.swift:11:8: note: add @available attribute to enclosing extension
public extension ExpandableText {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText+Modifiers.swift:62:33: error: 'Font' is only available in macOS 10.15 or newer
    func moreButtonFont(_ font: Font) -> Self {
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText+Modifiers.swift:62:10: note: add @available attribute to enclosing instance method
    func moreButtonFont(_ font: Font) -> Self {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText+Modifiers.swift:11:8: note: add @available attribute to enclosing extension
public extension ExpandableText {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText+Modifiers.swift:73:35: error: 'Color' is only available in macOS 10.15 or newer
    func moreButtonColor(_ color: Color) -> Self {
                                  ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText+Modifiers.swift:73:10: note: add @available attribute to enclosing instance method
    func moreButtonColor(_ color: Color) -> Self {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText+Modifiers.swift:11:8: note: add @available attribute to enclosing extension
public extension ExpandableText {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText+Modifiers.swift:84:39: error: 'Animation' is only available in macOS 10.15 or newer
    func expandAnimation(_ animation: Animation) -> Self {
                                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText+Modifiers.swift:84:10: note: add @available attribute to enclosing instance method
    func expandAnimation(_ animation: Animation) -> Self {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText+Modifiers.swift:11:8: note: add @available attribute to enclosing extension
public extension ExpandableText {
       ^
[5/6] Compiling ExpandableText OverlayAdapter.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:11:20: error: 'Alignment' is only available in macOS 10.15 or newer
    let alignment: Alignment
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:10:17: note: add @available attribute to enclosing generic struct
internal struct OverlayAdapter<V: View>: ViewModifier {
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:14:21: error: 'Alignment' is only available in macOS 10.15 or newer
    init(alignment: Alignment, @ViewBuilder view: @escaping () -> V) {
                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:14:5: note: add @available attribute to enclosing initializer
    init(alignment: Alignment, @ViewBuilder view: @escaping () -> V) {
    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:10:17: note: add @available attribute to enclosing generic struct
internal struct OverlayAdapter<V: View>: ViewModifier {
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:14:33: error: 'ViewBuilder' is only available in macOS 10.15 or newer
    init(alignment: Alignment, @ViewBuilder view: @escaping () -> V) {
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:14:5: note: add @available attribute to enclosing initializer
    init(alignment: Alignment, @ViewBuilder view: @escaping () -> V) {
    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:10:17: note: add @available attribute to enclosing generic struct
internal struct OverlayAdapter<V: View>: ViewModifier {
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:19:41: error: 'View' is only available in macOS 10.15 or newer
    func body(content: Content) -> some View {
                                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:19:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:10:17: note: add @available attribute to enclosing generic struct
internal struct OverlayAdapter<V: View>: ViewModifier {
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:10:35: error: 'View' is only available in macOS 10.15 or newer
internal struct OverlayAdapter<V: View>: ViewModifier {
                                  ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:10:17: note: add @available attribute to enclosing generic struct
internal struct OverlayAdapter<V: View>: ViewModifier {
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:20:12: warning: result builder 'ViewBuilder' does not implement 'buildLimitedAvailability'; this code may crash on earlier versions of the OS
        if #available(iOS 15.0, *) {
           ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:21:21: error: 'overlay(alignment:content:)' is only available in macOS 12.0 or newer
            content.overlay(alignment: alignment, content: view)
                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:21:21: note: add 'if #available' version check
            content.overlay(alignment: alignment, content: view)
                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:19:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:10:17: note: add @available attribute to enclosing generic struct
internal struct OverlayAdapter<V: View>: ViewModifier {
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:20:36: error: 'buildLimitedAvailability' is only available in macOS 11.0 or newer
        if #available(iOS 15.0, *) {
                                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:20:36: note: add 'if #available' version check
        if #available(iOS 15.0, *) {
                                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:19:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:10:17: note: add @available attribute to enclosing generic struct
internal struct OverlayAdapter<V: View>: ViewModifier {
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:20:36: error: 'buildEither(first:)' is only available in macOS 10.15 or newer
        if #available(iOS 15.0, *) {
                                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:20:36: note: add 'if #available' version check
        if #available(iOS 15.0, *) {
                                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:19:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:10:17: note: add @available attribute to enclosing generic struct
internal struct OverlayAdapter<V: View>: ViewModifier {
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:22:16: error: 'buildEither(second:)' is only available in macOS 10.15 or newer
        } else {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:22:16: note: add 'if #available' version check
        } else {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:19:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:10:17: note: add @available attribute to enclosing generic struct
internal struct OverlayAdapter<V: View>: ViewModifier {
                ^
[6/6] Compiling ExpandableText ExpandableText.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:30:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var isExpanded: Bool = false
     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:31:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var isTruncated: Bool = false
     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:33:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var intrinsicSize: CGSize = .zero
     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:34:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var truncatedSize: CGSize = .zero
     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:35:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var moreTextSize: CGSize = .zero
     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:38:24: error: 'Font' is only available in macOS 10.15 or newer
    internal var font: Font = .body
                       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:38:32: error: 'body' is only available in macOS 10.15 or newer
    internal var font: Font = .body
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:39:25: error: 'Color' is only available in macOS 10.15 or newer
    internal var color: Color = .primary
                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:39:34: error: 'primary' is only available in macOS 10.15 or newer
    internal var color: Color = .primary
                                 ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:42:34: error: 'Font' is only available in macOS 10.15 or newer
    internal var moreButtonFont: Font?
                                 ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:43:35: error: 'Color' is only available in macOS 10.15 or newer
    internal var moreButtonColor: Color = .accentColor
                                  ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:43:44: error: 'accentColor' is only available in macOS 10.15 or newer
    internal var moreButtonColor: Color = .accentColor
                                           ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:44:35: error: 'Animation' is only available in macOS 10.15 or newer
    internal var expandAnimation: Animation = .default
                                  ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:44:48: error: 'default' is only available in macOS 10.15 or newer
    internal var expandAnimation: Animation = .default
                                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:101:31: error: 'View' is only available in macOS 10.15 or newer
    private var content: some View {
                              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:101:17: note: add @available attribute to enclosing property
    private var content: some View {
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:85:21: error: 'withAnimation' is only available in macOS 10.15 or newer
                    withAnimation(expandAnimation) { isExpanded.toggle() }
                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:85:54: error: cannot pass as inout because setter for 'isExpanded' is only available in macOS 10.15 or newer
                    withAnimation(expandAnimation) { isExpanded.toggle() }
                                                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:71:25: error: setter for 'intrinsicSize' is only available in macOS 10.15 or newer
                        intrinsicSize = size
                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:72:25: error: setter for 'isTruncated' is only available in macOS 10.15 or newer
                        isTruncated = truncatedSize != intrinsicSize
                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:62:17: error: setter for 'truncatedSize' is only available in macOS 10.15 or newer
                truncatedSize = size
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:63:17: error: setter for 'isTruncated' is only available in macOS 10.15 or newer
                isTruncated = truncatedSize != intrinsicSize
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:88:14: warning: conformance of 'ModifiedContent<Content, Modifier>' to 'View' is only available in macOS 10.15 or newer
            .modifier(OverlayAdapter(alignment: .trailingLastTextBaseline, view: {
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:88:14: note: add 'if #available' version check
            .modifier(OverlayAdapter(alignment: .trailingLastTextBaseline, view: {
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:59:14: error: 'lineLimit' is only available in macOS 10.15 or newer
            .lineLimit(isExpanded ? nil : lineLimit)
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:62:17: error: setter for 'truncatedSize' is only available in macOS 10.15 or newer
                truncatedSize = size
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:63:17: error: setter for 'isTruncated' is only available in macOS 10.15 or newer
                isTruncated = truncatedSize != intrinsicSize
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:65:14: error: 'background(_:alignment:)' is only available in macOS 10.15 or newer
            .background(
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:67:22: error: 'lineLimit' is only available in macOS 10.15 or newer
                    .lineLimit(nil)
                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:68:22: error: 'fixedSize(horizontal:vertical:)' is only available in macOS 10.15 or newer
                    .fixedSize(horizontal: false, vertical: true)
                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:69:22: error: 'hidden()' is only available in macOS 10.15 or newer
                    .hidden()
                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:71:25: error: setter for 'intrinsicSize' is only available in macOS 10.15 or newer
                        intrinsicSize = size
                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:72:25: error: setter for 'isTruncated' is only available in macOS 10.15 or newer
                        isTruncated = truncatedSize != intrinsicSize
                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:75:14: error: 'background(_:alignment:)' is only available in macOS 10.15 or newer
            .background(
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:76:17: error: 'Text' is only available in macOS 10.15 or newer
                Text(moreButtonText)
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:77:22: error: 'font' is only available in macOS 10.15 or newer
                    .font(moreButtonFont ?? font)
                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:78:22: error: 'hidden()' is only available in macOS 10.15 or newer
                    .hidden()
                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:79:33: error: setter for 'moreTextSize' is only available in macOS 10.15 or newer
                    .readSize { moreTextSize = $0 }
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:81:14: error: 'contentShape(_:eoFill:)' is only available in macOS 10.15 or newer
            .contentShape(Rectangle())
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:81:27: error: 'Rectangle' is only available in macOS 10.15 or newer
            .contentShape(Rectangle())
                          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:82:14: error: 'onTapGesture(count:perform:)' is only available in macOS 10.15 or newer
            .onTapGesture {
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:85:21: error: 'withAnimation' is only available in macOS 10.15 or newer
                    withAnimation(expandAnimation) { isExpanded.toggle() }
                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:85:54: error: cannot pass as inout because setter for 'isExpanded' is only available in macOS 10.15 or newer
                    withAnimation(expandAnimation) { isExpanded.toggle() }
                                                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:88:14: error: 'modifier' is only available in macOS 10.15 or newer
            .modifier(OverlayAdapter(alignment: .trailingLastTextBaseline, view: {
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:88:14: note: add 'if #available' version check
            .modifier(OverlayAdapter(alignment: .trailingLastTextBaseline, view: {
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:88:23: warning: conformance of 'Optional<Wrapped>' to 'View' is only available in macOS 10.15 or newer
            .modifier(OverlayAdapter(alignment: .trailingLastTextBaseline, view: {
                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:88:23: note: add 'if #available' version check
            .modifier(OverlayAdapter(alignment: .trailingLastTextBaseline, view: {
                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:88:23: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
            .modifier(OverlayAdapter(alignment: .trailingLastTextBaseline, view: {
                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:88:23: note: add 'if #available' version check
            .modifier(OverlayAdapter(alignment: .trailingLastTextBaseline, view: {
                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:88:23: warning: conformance of 'Optional<Wrapped>' to 'View' is only available in macOS 10.15 or newer
            .modifier(OverlayAdapter(alignment: .trailingLastTextBaseline, view: {
                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:88:23: note: add 'if #available' version check
            .modifier(OverlayAdapter(alignment: .trailingLastTextBaseline, view: {
                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:88:50: error: 'trailingLastTextBaseline' is only available in macOS 10.15 or newer
            .modifier(OverlayAdapter(alignment: .trailingLastTextBaseline, view: {
                                                 ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:88:50: note: add 'if #available' version check
            .modifier(OverlayAdapter(alignment: .trailingLastTextBaseline, view: {
                                                 ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:88:82: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
            .modifier(OverlayAdapter(alignment: .trailingLastTextBaseline, view: {
                                                                                 ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:88:82: note: add 'if #available' version check
            .modifier(OverlayAdapter(alignment: .trailingLastTextBaseline, view: {
                                                                                 ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:90:21: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
                    Button {
                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:90:21: note: add 'if #available' version check
                    Button {
                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:90:21: error: 'Button' is only available in macOS 10.15 or newer
                    Button {
                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:90:21: note: add 'if #available' version check
                    Button {
                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:90:21: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
                    Button {
                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:90:21: note: add 'if #available' version check
                    Button {
                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:91:25: error: 'withAnimation' is only available in macOS 10.15 or newer
                        withAnimation(expandAnimation) { isExpanded.toggle() }
                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:91:25: note: add 'if #available' version check
                        withAnimation(expandAnimation) { isExpanded.toggle() }
                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:91:58: error: cannot pass as inout because setter for 'isExpanded' is only available in macOS 10.15 or newer
                        withAnimation(expandAnimation) { isExpanded.toggle() }
                                                         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:91:58: note: add 'if #available' version check
                        withAnimation(expandAnimation) { isExpanded.toggle() }
                                                         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:95:30: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
                            .foregroundColor(moreButtonColor)
                             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:95:30: note: add 'if #available' version check
                            .foregroundColor(moreButtonColor)
                             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:93:25: error: 'Text' is only available in macOS 10.15 or newer
                        Text(moreButtonText)
                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:93:25: note: add 'if #available' version check
                        Text(moreButtonText)
                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:94:30: error: 'font' is only available in macOS 10.15 or newer
                            .font(moreButtonFont ?? font)
                             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:94:30: note: add 'if #available' version check
                            .font(moreButtonFont ?? font)
                             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:95:30: error: 'foregroundColor' is only available in macOS 10.15 or newer
                            .foregroundColor(moreButtonColor)
                             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:95:30: note: add 'if #available' version check
                            .foregroundColor(moreButtonColor)
                             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:92:30: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
                    } label: {
                             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:92:30: note: add 'if #available' version check
                    } label: {
                             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:89:41: error: 'buildIf' is only available in macOS 10.15 or newer
                if shouldShowMoreButton {
                                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:89:41: note: add 'if #available' version check
                if shouldShowMoreButton {
                                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:89:41: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
                if shouldShowMoreButton {
                                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:89:41: note: add 'if #available' version check
                if shouldShowMoreButton {
                                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:97:17: error: 'buildIf' is only available in macOS 10.15 or newer
                }
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:97:17: note: add 'if #available' version check
                }
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:88:82: warning: conformance of 'Optional<Wrapped>' to 'View' is only available in macOS 10.15 or newer
            .modifier(OverlayAdapter(alignment: .trailingLastTextBaseline, view: {
                                                                                 ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:88:82: note: add 'if #available' version check
            .modifier(OverlayAdapter(alignment: .trailingLastTextBaseline, view: {
                                                                                 ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:102:9: error: 'Text' is only available in macOS 10.15 or newer
        Text(.init(
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:102:9: note: add 'if #available' version check
        Text(.init(
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:101:17: note: add @available attribute to enclosing property
    private var content: some View {
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:102:9: error: 'init(_:tableName:bundle:comment:)' is only available in macOS 10.15 or newer
        Text(.init(
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:102:9: note: add 'if #available' version check
        Text(.init(
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:101:17: note: add @available attribute to enclosing property
    private var content: some View {
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:107:10: error: 'font' is only available in macOS 10.15 or newer
        .font(font)
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:107:10: note: add 'if #available' version check
        .font(font)
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:101:17: note: add @available attribute to enclosing property
    private var content: some View {
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:108:10: error: 'foregroundColor' is only available in macOS 10.15 or newer
        .foregroundColor(color)
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:108:10: note: add 'if #available' version check
        .foregroundColor(color)
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:101:17: note: add @available attribute to enclosing property
    private var content: some View {
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:109:10: error: 'frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)' is only available in macOS 10.15 or newer
        .frame(maxWidth: .infinity, alignment: .leading)
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:109:10: note: add 'if #available' version check
        .frame(maxWidth: .infinity, alignment: .leading)
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:101:17: note: add @available attribute to enclosing property
    private var content: some View {
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:109:49: error: 'leading' is only available in macOS 10.15 or newer
        .frame(maxWidth: .infinity, alignment: .leading)
                                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:109:49: note: add 'if #available' version check
        .frame(maxWidth: .infinity, alignment: .leading)
                                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:101:17: note: add @available attribute to enclosing property
    private var content: some View {
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
error: fatalError
[0/1] Planning build
Building for debugging...
[1/6] Compiling ExpandableText OverlayAdapter.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:11:20: error: 'Alignment' is only available in macOS 10.15 or newer
    let alignment: Alignment
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:10:17: note: add @available attribute to enclosing generic struct
internal struct OverlayAdapter<V: View>: ViewModifier {
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:14:21: error: 'Alignment' is only available in macOS 10.15 or newer
    init(alignment: Alignment, @ViewBuilder view: @escaping () -> V) {
                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:14:5: note: add @available attribute to enclosing initializer
    init(alignment: Alignment, @ViewBuilder view: @escaping () -> V) {
    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:10:17: note: add @available attribute to enclosing generic struct
internal struct OverlayAdapter<V: View>: ViewModifier {
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:14:33: error: 'ViewBuilder' is only available in macOS 10.15 or newer
    init(alignment: Alignment, @ViewBuilder view: @escaping () -> V) {
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:14:5: note: add @available attribute to enclosing initializer
    init(alignment: Alignment, @ViewBuilder view: @escaping () -> V) {
    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:10:17: note: add @available attribute to enclosing generic struct
internal struct OverlayAdapter<V: View>: ViewModifier {
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:19:41: error: 'View' is only available in macOS 10.15 or newer
    func body(content: Content) -> some View {
                                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:19:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:10:17: note: add @available attribute to enclosing generic struct
internal struct OverlayAdapter<V: View>: ViewModifier {
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:10:35: error: 'View' is only available in macOS 10.15 or newer
internal struct OverlayAdapter<V: View>: ViewModifier {
                                  ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:10:17: note: add @available attribute to enclosing generic struct
internal struct OverlayAdapter<V: View>: ViewModifier {
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:20:12: warning: result builder 'ViewBuilder' does not implement 'buildLimitedAvailability'; this code may crash on earlier versions of the OS
        if #available(iOS 15.0, *) {
           ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:21:21: error: 'overlay(alignment:content:)' is only available in macOS 12.0 or newer
            content.overlay(alignment: alignment, content: view)
                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:21:21: note: add 'if #available' version check
            content.overlay(alignment: alignment, content: view)
                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:19:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:10:17: note: add @available attribute to enclosing generic struct
internal struct OverlayAdapter<V: View>: ViewModifier {
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:20:36: error: 'buildLimitedAvailability' is only available in macOS 11.0 or newer
        if #available(iOS 15.0, *) {
                                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:20:36: note: add 'if #available' version check
        if #available(iOS 15.0, *) {
                                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:19:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:10:17: note: add @available attribute to enclosing generic struct
internal struct OverlayAdapter<V: View>: ViewModifier {
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:20:36: error: 'buildEither(first:)' is only available in macOS 10.15 or newer
        if #available(iOS 15.0, *) {
                                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:20:36: note: add 'if #available' version check
        if #available(iOS 15.0, *) {
                                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:19:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:10:17: note: add @available attribute to enclosing generic struct
internal struct OverlayAdapter<V: View>: ViewModifier {
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:22:16: error: 'buildEither(second:)' is only available in macOS 10.15 or newer
        } else {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:22:16: note: add 'if #available' version check
        } else {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:19:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:10:17: note: add @available attribute to enclosing generic struct
internal struct OverlayAdapter<V: View>: ViewModifier {
                ^
[2/6] Compiling ExpandableText TruncationTextMask.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:15:20: error: 'layoutDirection' is only available in macOS 10.15 or newer
    @Environment(\.layoutDirection) private var layoutDirection
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:10:16: note: add @available attribute to enclosing struct
private struct TruncationTextMask: ViewModifier {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:15:6: error: 'Environment' is only available in macOS 10.15 or newer
    @Environment(\.layoutDirection) private var layoutDirection
     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:10:16: note: add @available attribute to enclosing struct
private struct TruncationTextMask: ViewModifier {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:17:41: error: 'View' is only available in macOS 10.15 or newer
    func body(content: Content) -> some View {
                                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:17:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:10:16: note: add @available attribute to enclosing struct
private struct TruncationTextMask: ViewModifier {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:51:70: error: 'View' is only available in macOS 10.15 or newer
    func applyingTruncationMask(size: CGSize, enabled: Bool) -> some View {
                                                                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:51:10: note: add @available attribute to enclosing instance method
    func applyingTruncationMask(size: CGSize, enabled: Bool) -> some View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:50:10: note: add @available attribute to enclosing extension
internal extension View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:50:20: error: 'View' is only available in macOS 10.15 or newer
internal extension View {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:50:10: note: add @available attribute to enclosing extension
internal extension View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:20:18: error: 'mask' is only available in macOS 10.15 or newer
                .mask(
                 ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:20:18: note: add 'if #available' version check
                .mask(
                 ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:17:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:10:16: note: add @available attribute to enclosing struct
private struct TruncationTextMask: ViewModifier {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:21:21: error: 'VStack' is only available in macOS 10.15 or newer
                    VStack(spacing: 0) {
                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:21:21: note: add 'if #available' version check
                    VStack(spacing: 0) {
                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:17:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:10:16: note: add @available attribute to enclosing struct
private struct TruncationTextMask: ViewModifier {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:22:25: error: 'Rectangle' is only available in macOS 10.15 or newer
                        Rectangle()
                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:22:25: note: add 'if #available' version check
                        Rectangle()
                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:17:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:10:16: note: add @available attribute to enclosing struct
private struct TruncationTextMask: ViewModifier {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:23:25: error: 'HStack' is only available in macOS 10.15 or newer
                        HStack(spacing: 0) {
                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:23:25: note: add 'if #available' version check
                        HStack(spacing: 0) {
                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:17:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:10:16: note: add @available attribute to enclosing struct
private struct TruncationTextMask: ViewModifier {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:24:29: error: 'Rectangle' is only available in macOS 10.15 or newer
                            Rectangle()
                            ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:24:29: note: add 'if #available' version check
                            Rectangle()
                            ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:17:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:10:16: note: add @available attribute to enclosing struct
private struct TruncationTextMask: ViewModifier {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:25:29: error: 'HStack' is only available in macOS 10.15 or newer
                            HStack(spacing: 0) {
                            ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:25:29: note: add 'if #available' version check
                            HStack(spacing: 0) {
                            ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:17:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:10:16: note: add @available attribute to enclosing struct
private struct TruncationTextMask: ViewModifier {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:26:33: error: 'LinearGradient' is only available in macOS 10.15 or newer
                                LinearGradient(
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:26:33: note: add 'if #available' version check
                                LinearGradient(
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:17:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:10:16: note: add @available attribute to enclosing struct
private struct TruncationTextMask: ViewModifier {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:27:47: error: 'Gradient' is only available in macOS 10.15 or newer
                                    gradient: Gradient(stops: [
                                              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:27:47: note: add 'if #available' version check
                                    gradient: Gradient(stops: [
                                              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:17:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:10:16: note: add @available attribute to enclosing struct
private struct TruncationTextMask: ViewModifier {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:28:41: error: 'Gradient' is only available in macOS 10.15 or newer
                                        Gradient.Stop(color: .black, location: 0),
                                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:28:41: note: add 'if #available' version check
                                        Gradient.Stop(color: .black, location: 0),
                                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:17:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:10:16: note: add @available attribute to enclosing struct
private struct TruncationTextMask: ViewModifier {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:28:63: error: 'black' is only available in macOS 10.15 or newer
                                        Gradient.Stop(color: .black, location: 0),
                                                              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:28:63: note: add 'if #available' version check
                                        Gradient.Stop(color: .black, location: 0),
                                                              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:17:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:10:16: note: add @available attribute to enclosing struct
private struct TruncationTextMask: ViewModifier {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:29:41: error: 'Gradient' is only available in macOS 10.15 or newer
                                        Gradient.Stop(color: .clear, location: 0.9)
                                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:29:41: note: add 'if #available' version check
                                        Gradient.Stop(color: .clear, location: 0.9)
                                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:17:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:10:16: note: add @available attribute to enclosing struct
private struct TruncationTextMask: ViewModifier {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:29:63: error: 'clear' is only available in macOS 10.15 or newer
                                        Gradient.Stop(color: .clear, location: 0.9)
                                                              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:29:63: note: add 'if #available' version check
                                        Gradient.Stop(color: .clear, location: 0.9)
                                                              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:17:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:10:16: note: add @available attribute to enclosing struct
private struct TruncationTextMask: ViewModifier {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:34:34: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
                                .frame(width: size.width, height: size.height)
                                 ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:34:34: note: add 'if #available' version check
                                .frame(width: size.width, height: size.height)
                                 ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:17:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:10:16: note: add @available attribute to enclosing struct
private struct TruncationTextMask: ViewModifier {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:36:33: error: 'Rectangle' is only available in macOS 10.15 or newer
                                Rectangle()
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:36:33: note: add 'if #available' version check
                                Rectangle()
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:17:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:10:16: note: add @available attribute to enclosing struct
private struct TruncationTextMask: ViewModifier {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:37:38: error: 'foregroundColor' is only available in macOS 10.15 or newer
                                    .foregroundColor(.clear)
                                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:37:38: note: add 'if #available' version check
                                    .foregroundColor(.clear)
                                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:17:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:10:16: note: add @available attribute to enclosing struct
private struct TruncationTextMask: ViewModifier {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:37:55: error: 'clear' is only available in macOS 10.15 or newer
                                    .foregroundColor(.clear)
                                                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:37:55: note: add 'if #available' version check
                                    .foregroundColor(.clear)
                                                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:17:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:10:16: note: add @available attribute to enclosing struct
private struct TruncationTextMask: ViewModifier {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:38:38: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
                                    .frame(width: size.width)
                                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:38:38: note: add 'if #available' version check
                                    .frame(width: size.width)
                                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:17:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:10:16: note: add @available attribute to enclosing struct
private struct TruncationTextMask: ViewModifier {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:40:27: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
                        }.frame(height: size.height)
                          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:40:27: note: add 'if #available' version check
                        }.frame(height: size.height)
                          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:17:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:10:16: note: add @available attribute to enclosing struct
private struct TruncationTextMask: ViewModifier {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:18:20: error: 'buildEither(first:)' is only available in macOS 10.15 or newer
        if enabled {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:18:20: note: add 'if #available' version check
        if enabled {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:17:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:10:16: note: add @available attribute to enclosing struct
private struct TruncationTextMask: ViewModifier {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:45:18: error: 'fixedSize(horizontal:vertical:)' is only available in macOS 10.15 or newer
                .fixedSize(horizontal: false, vertical: true)
                 ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:45:18: note: add 'if #available' version check
                .fixedSize(horizontal: false, vertical: true)
                 ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:17:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:10:16: note: add @available attribute to enclosing struct
private struct TruncationTextMask: ViewModifier {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:43:16: error: 'buildEither(second:)' is only available in macOS 10.15 or newer
        } else {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:43:16: note: add 'if #available' version check
        } else {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:17:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:10:16: note: add @available attribute to enclosing struct
private struct TruncationTextMask: ViewModifier {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:52:9: error: 'modifier' is only available in macOS 10.15 or newer
        modifier(TruncationTextMask(size: size, enabled: enabled))
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:52:9: note: add 'if #available' version check
        modifier(TruncationTextMask(size: size, enabled: enabled))
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:51:10: note: add @available attribute to enclosing instance method
    func applyingTruncationMask(size: CGSize, enabled: Bool) -> some View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:50:10: note: add @available attribute to enclosing extension
internal extension View {
         ^
[3/6] Compiling ExpandableText ViewSizeReader.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/ViewSizeReader.swift:17:65: error: 'View' is only available in macOS 10.15 or newer
    func readSize(onChange: @escaping (CGSize) -> Void) -> some View {
                                                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/ViewSizeReader.swift:17:10: note: add @available attribute to enclosing instance method
    func readSize(onChange: @escaping (CGSize) -> Void) -> some View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/ViewSizeReader.swift:16:10: note: add @available attribute to enclosing extension
internal extension View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/ViewSizeReader.swift:16:20: error: 'View' is only available in macOS 10.15 or newer
internal extension View {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/ViewSizeReader.swift:16:10: note: add @available attribute to enclosing extension
internal extension View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/ViewSizeReader.swift:18:9: error: 'background(_:alignment:)' is only available in macOS 10.15 or newer
        background(
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/ViewSizeReader.swift:18:9: note: add 'if #available' version check
        background(
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/ViewSizeReader.swift:17:10: note: add @available attribute to enclosing instance method
    func readSize(onChange: @escaping (CGSize) -> Void) -> some View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/ViewSizeReader.swift:16:10: note: add @available attribute to enclosing extension
internal extension View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/ViewSizeReader.swift:19:13: error: 'GeometryReader' is only available in macOS 10.15 or newer
            GeometryReader { geometryProxy in
            ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/ViewSizeReader.swift:19:13: note: add 'if #available' version check
            GeometryReader { geometryProxy in
            ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/ViewSizeReader.swift:17:10: note: add @available attribute to enclosing instance method
    func readSize(onChange: @escaping (CGSize) -> Void) -> some View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/ViewSizeReader.swift:16:10: note: add @available attribute to enclosing extension
internal extension View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/ViewSizeReader.swift:20:17: error: 'Color' is only available in macOS 10.15 or newer
                Color.clear
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/ViewSizeReader.swift:20:17: note: add 'if #available' version check
                Color.clear
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/ViewSizeReader.swift:17:10: note: add @available attribute to enclosing instance method
    func readSize(onChange: @escaping (CGSize) -> Void) -> some View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/ViewSizeReader.swift:16:10: note: add @available attribute to enclosing extension
internal extension View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/ViewSizeReader.swift:20:23: error: 'clear' is only available in macOS 10.15 or newer
                Color.clear
                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/ViewSizeReader.swift:20:23: note: add 'if #available' version check
                Color.clear
                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/ViewSizeReader.swift:17:10: note: add @available attribute to enclosing instance method
    func readSize(onChange: @escaping (CGSize) -> Void) -> some View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/ViewSizeReader.swift:16:10: note: add @available attribute to enclosing extension
internal extension View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/ViewSizeReader.swift:21:22: error: 'preference(key:value:)' is only available in macOS 10.15 or newer
                    .preference(key: SizePreferenceKey.self, value: geometryProxy.size)
                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/ViewSizeReader.swift:21:22: note: add 'if #available' version check
                    .preference(key: SizePreferenceKey.self, value: geometryProxy.size)
                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/ViewSizeReader.swift:17:10: note: add @available attribute to enclosing instance method
    func readSize(onChange: @escaping (CGSize) -> Void) -> some View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/ViewSizeReader.swift:16:10: note: add @available attribute to enclosing extension
internal extension View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/ViewSizeReader.swift:24:10: error: 'onPreferenceChange(_:perform:)' is only available in macOS 10.15 or newer
        .onPreferenceChange(SizePreferenceKey.self, perform: onChange)
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/ViewSizeReader.swift:24:10: note: add 'if #available' version check
        .onPreferenceChange(SizePreferenceKey.self, perform: onChange)
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/ViewSizeReader.swift:17:10: note: add @available attribute to enclosing instance method
    func readSize(onChange: @escaping (CGSize) -> Void) -> some View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/ViewSizeReader.swift:16:10: note: add @available attribute to enclosing extension
internal extension View {
         ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/6] Emitting module ExpandableText
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText+Modifiers.swift:18:23: error: 'Font' is only available in macOS 10.15 or newer
    func font(_ font: Font) -> Self {
                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText+Modifiers.swift:18:10: note: add @available attribute to enclosing instance method
    func font(_ font: Font) -> Self {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText+Modifiers.swift:11:8: note: add @available attribute to enclosing extension
public extension ExpandableText {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText+Modifiers.swift:29:35: error: 'Color' is only available in macOS 10.15 or newer
    func foregroundColor(_ color: Color) -> Self {
                                  ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText+Modifiers.swift:29:10: note: add @available attribute to enclosing instance method
    func foregroundColor(_ color: Color) -> Self {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText+Modifiers.swift:11:8: note: add @available attribute to enclosing extension
public extension ExpandableText {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText+Modifiers.swift:62:33: error: 'Font' is only available in macOS 10.15 or newer
    func moreButtonFont(_ font: Font) -> Self {
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText+Modifiers.swift:62:10: note: add @available attribute to enclosing instance method
    func moreButtonFont(_ font: Font) -> Self {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText+Modifiers.swift:11:8: note: add @available attribute to enclosing extension
public extension ExpandableText {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText+Modifiers.swift:73:35: error: 'Color' is only available in macOS 10.15 or newer
    func moreButtonColor(_ color: Color) -> Self {
                                  ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText+Modifiers.swift:73:10: note: add @available attribute to enclosing instance method
    func moreButtonColor(_ color: Color) -> Self {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText+Modifiers.swift:11:8: note: add @available attribute to enclosing extension
public extension ExpandableText {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText+Modifiers.swift:84:39: error: 'Animation' is only available in macOS 10.15 or newer
    func expandAnimation(_ animation: Animation) -> Self {
                                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText+Modifiers.swift:84:10: note: add @available attribute to enclosing instance method
    func expandAnimation(_ animation: Animation) -> Self {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText+Modifiers.swift:11:8: note: add @available attribute to enclosing extension
public extension ExpandableText {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:30:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var isExpanded: Bool = false
     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:31:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var isTruncated: Bool = false
     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:33:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var intrinsicSize: CGSize = .zero
     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:34:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var truncatedSize: CGSize = .zero
     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:35:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var moreTextSize: CGSize = .zero
     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:38:24: error: 'Font' is only available in macOS 10.15 or newer
    internal var font: Font = .body
                       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:38:32: error: 'body' is only available in macOS 10.15 or newer
    internal var font: Font = .body
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:39:25: error: 'Color' is only available in macOS 10.15 or newer
    internal var color: Color = .primary
                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:39:34: error: 'primary' is only available in macOS 10.15 or newer
    internal var color: Color = .primary
                                 ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:42:34: error: 'Font' is only available in macOS 10.15 or newer
    internal var moreButtonFont: Font?
                                 ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:43:35: error: 'Color' is only available in macOS 10.15 or newer
    internal var moreButtonColor: Color = .accentColor
                                  ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:43:44: error: 'accentColor' is only available in macOS 10.15 or newer
    internal var moreButtonColor: Color = .accentColor
                                           ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:44:35: error: 'Animation' is only available in macOS 10.15 or newer
    internal var expandAnimation: Animation = .default
                                  ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:44:48: error: 'default' is only available in macOS 10.15 or newer
    internal var expandAnimation: Animation = .default
                                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:101:31: error: 'View' is only available in macOS 10.15 or newer
    private var content: some View {
                              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:101:17: note: add @available attribute to enclosing property
    private var content: some View {
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:11:20: error: 'Alignment' is only available in macOS 10.15 or newer
    let alignment: Alignment
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:10:17: note: add @available attribute to enclosing generic struct
internal struct OverlayAdapter<V: View>: ViewModifier {
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:14:21: error: 'Alignment' is only available in macOS 10.15 or newer
    init(alignment: Alignment, @ViewBuilder view: @escaping () -> V) {
                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:14:5: note: add @available attribute to enclosing initializer
    init(alignment: Alignment, @ViewBuilder view: @escaping () -> V) {
    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:10:17: note: add @available attribute to enclosing generic struct
internal struct OverlayAdapter<V: View>: ViewModifier {
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:14:33: error: 'ViewBuilder' is only available in macOS 10.15 or newer
    init(alignment: Alignment, @ViewBuilder view: @escaping () -> V) {
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:14:5: note: add @available attribute to enclosing initializer
    init(alignment: Alignment, @ViewBuilder view: @escaping () -> V) {
    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:10:17: note: add @available attribute to enclosing generic struct
internal struct OverlayAdapter<V: View>: ViewModifier {
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:19:41: error: 'View' is only available in macOS 10.15 or newer
    func body(content: Content) -> some View {
                                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:19:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:10:17: note: add @available attribute to enclosing generic struct
internal struct OverlayAdapter<V: View>: ViewModifier {
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:10:35: error: 'View' is only available in macOS 10.15 or newer
internal struct OverlayAdapter<V: View>: ViewModifier {
                                  ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/OverlayAdapter.swift:10:17: note: add @available attribute to enclosing generic struct
internal struct OverlayAdapter<V: View>: ViewModifier {
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:15:20: error: 'layoutDirection' is only available in macOS 10.15 or newer
    @Environment(\.layoutDirection) private var layoutDirection
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:10:16: note: add @available attribute to enclosing struct
private struct TruncationTextMask: ViewModifier {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:15:6: error: 'Environment' is only available in macOS 10.15 or newer
    @Environment(\.layoutDirection) private var layoutDirection
     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:10:16: note: add @available attribute to enclosing struct
private struct TruncationTextMask: ViewModifier {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:17:41: error: 'View' is only available in macOS 10.15 or newer
    func body(content: Content) -> some View {
                                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:17:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:10:16: note: add @available attribute to enclosing struct
private struct TruncationTextMask: ViewModifier {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:51:70: error: 'View' is only available in macOS 10.15 or newer
    func applyingTruncationMask(size: CGSize, enabled: Bool) -> some View {
                                                                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:51:10: note: add @available attribute to enclosing instance method
    func applyingTruncationMask(size: CGSize, enabled: Bool) -> some View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:50:10: note: add @available attribute to enclosing extension
internal extension View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:50:20: error: 'View' is only available in macOS 10.15 or newer
internal extension View {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/TruncationTextMask.swift:50:10: note: add @available attribute to enclosing extension
internal extension View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/ViewSizeReader.swift:17:65: error: 'View' is only available in macOS 10.15 or newer
    func readSize(onChange: @escaping (CGSize) -> Void) -> some View {
                                                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/ViewSizeReader.swift:17:10: note: add @available attribute to enclosing instance method
    func readSize(onChange: @escaping (CGSize) -> Void) -> some View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/ViewSizeReader.swift:16:10: note: add @available attribute to enclosing extension
internal extension View {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/ViewSizeReader.swift:16:20: error: 'View' is only available in macOS 10.15 or newer
internal extension View {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Utilities/ViewSizeReader.swift:16:10: note: add @available attribute to enclosing extension
internal extension View {
         ^
[5/6] Compiling ExpandableText ExpandableText.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:30:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var isExpanded: Bool = false
     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:31:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var isTruncated: Bool = false
     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:33:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var intrinsicSize: CGSize = .zero
     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:34:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var truncatedSize: CGSize = .zero
     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:35:6: error: 'State' is only available in macOS 10.15 or newer
    @State private var moreTextSize: CGSize = .zero
     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:38:24: error: 'Font' is only available in macOS 10.15 or newer
    internal var font: Font = .body
                       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:38:32: error: 'body' is only available in macOS 10.15 or newer
    internal var font: Font = .body
                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:39:25: error: 'Color' is only available in macOS 10.15 or newer
    internal var color: Color = .primary
                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:39:34: error: 'primary' is only available in macOS 10.15 or newer
    internal var color: Color = .primary
                                 ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:42:34: error: 'Font' is only available in macOS 10.15 or newer
    internal var moreButtonFont: Font?
                                 ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:43:35: error: 'Color' is only available in macOS 10.15 or newer
    internal var moreButtonColor: Color = .accentColor
                                  ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:43:44: error: 'accentColor' is only available in macOS 10.15 or newer
    internal var moreButtonColor: Color = .accentColor
                                           ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:44:35: error: 'Animation' is only available in macOS 10.15 or newer
    internal var expandAnimation: Animation = .default
                                  ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:44:48: error: 'default' is only available in macOS 10.15 or newer
    internal var expandAnimation: Animation = .default
                                               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:27: error: 'View' is only available in macOS 10.15 or newer
    public var body: some View {
                          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:101:31: error: 'View' is only available in macOS 10.15 or newer
    private var content: some View {
                              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:101:17: note: add @available attribute to enclosing property
    private var content: some View {
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:85:21: error: 'withAnimation' is only available in macOS 10.15 or newer
                    withAnimation(expandAnimation) { isExpanded.toggle() }
                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:85:54: error: cannot pass as inout because setter for 'isExpanded' is only available in macOS 10.15 or newer
                    withAnimation(expandAnimation) { isExpanded.toggle() }
                                                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:71:25: error: setter for 'intrinsicSize' is only available in macOS 10.15 or newer
                        intrinsicSize = size
                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:72:25: error: setter for 'isTruncated' is only available in macOS 10.15 or newer
                        isTruncated = truncatedSize != intrinsicSize
                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:62:17: error: setter for 'truncatedSize' is only available in macOS 10.15 or newer
                truncatedSize = size
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:63:17: error: setter for 'isTruncated' is only available in macOS 10.15 or newer
                isTruncated = truncatedSize != intrinsicSize
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:88:14: warning: conformance of 'ModifiedContent<Content, Modifier>' to 'View' is only available in macOS 10.15 or newer
            .modifier(OverlayAdapter(alignment: .trailingLastTextBaseline, view: {
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:88:14: note: add 'if #available' version check
            .modifier(OverlayAdapter(alignment: .trailingLastTextBaseline, view: {
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:59:14: error: 'lineLimit' is only available in macOS 10.15 or newer
            .lineLimit(isExpanded ? nil : lineLimit)
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:62:17: error: setter for 'truncatedSize' is only available in macOS 10.15 or newer
                truncatedSize = size
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:63:17: error: setter for 'isTruncated' is only available in macOS 10.15 or newer
                isTruncated = truncatedSize != intrinsicSize
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:65:14: error: 'background(_:alignment:)' is only available in macOS 10.15 or newer
            .background(
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:67:22: error: 'lineLimit' is only available in macOS 10.15 or newer
                    .lineLimit(nil)
                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:68:22: error: 'fixedSize(horizontal:vertical:)' is only available in macOS 10.15 or newer
                    .fixedSize(horizontal: false, vertical: true)
                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:69:22: error: 'hidden()' is only available in macOS 10.15 or newer
                    .hidden()
                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:71:25: error: setter for 'intrinsicSize' is only available in macOS 10.15 or newer
                        intrinsicSize = size
                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:72:25: error: setter for 'isTruncated' is only available in macOS 10.15 or newer
                        isTruncated = truncatedSize != intrinsicSize
                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:75:14: error: 'background(_:alignment:)' is only available in macOS 10.15 or newer
            .background(
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:76:17: error: 'Text' is only available in macOS 10.15 or newer
                Text(moreButtonText)
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:77:22: error: 'font' is only available in macOS 10.15 or newer
                    .font(moreButtonFont ?? font)
                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:78:22: error: 'hidden()' is only available in macOS 10.15 or newer
                    .hidden()
                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:79:33: error: setter for 'moreTextSize' is only available in macOS 10.15 or newer
                    .readSize { moreTextSize = $0 }
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:81:14: error: 'contentShape(_:eoFill:)' is only available in macOS 10.15 or newer
            .contentShape(Rectangle())
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:81:27: error: 'Rectangle' is only available in macOS 10.15 or newer
            .contentShape(Rectangle())
                          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:82:14: error: 'onTapGesture(count:perform:)' is only available in macOS 10.15 or newer
            .onTapGesture {
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:85:21: error: 'withAnimation' is only available in macOS 10.15 or newer
                    withAnimation(expandAnimation) { isExpanded.toggle() }
                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:85:54: error: cannot pass as inout because setter for 'isExpanded' is only available in macOS 10.15 or newer
                    withAnimation(expandAnimation) { isExpanded.toggle() }
                                                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:88:14: error: 'modifier' is only available in macOS 10.15 or newer
            .modifier(OverlayAdapter(alignment: .trailingLastTextBaseline, view: {
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:88:14: note: add 'if #available' version check
            .modifier(OverlayAdapter(alignment: .trailingLastTextBaseline, view: {
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:88:23: warning: conformance of 'Optional<Wrapped>' to 'View' is only available in macOS 10.15 or newer
            .modifier(OverlayAdapter(alignment: .trailingLastTextBaseline, view: {
                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:88:23: note: add 'if #available' version check
            .modifier(OverlayAdapter(alignment: .trailingLastTextBaseline, view: {
                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:88:23: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
            .modifier(OverlayAdapter(alignment: .trailingLastTextBaseline, view: {
                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:88:23: note: add 'if #available' version check
            .modifier(OverlayAdapter(alignment: .trailingLastTextBaseline, view: {
                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:88:23: warning: conformance of 'Optional<Wrapped>' to 'View' is only available in macOS 10.15 or newer
            .modifier(OverlayAdapter(alignment: .trailingLastTextBaseline, view: {
                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:88:23: note: add 'if #available' version check
            .modifier(OverlayAdapter(alignment: .trailingLastTextBaseline, view: {
                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:88:50: error: 'trailingLastTextBaseline' is only available in macOS 10.15 or newer
            .modifier(OverlayAdapter(alignment: .trailingLastTextBaseline, view: {
                                                 ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:88:50: note: add 'if #available' version check
            .modifier(OverlayAdapter(alignment: .trailingLastTextBaseline, view: {
                                                 ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:88:82: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
            .modifier(OverlayAdapter(alignment: .trailingLastTextBaseline, view: {
                                                                                 ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:88:82: note: add 'if #available' version check
            .modifier(OverlayAdapter(alignment: .trailingLastTextBaseline, view: {
                                                                                 ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:90:21: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
                    Button {
                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:90:21: note: add 'if #available' version check
                    Button {
                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:90:21: error: 'Button' is only available in macOS 10.15 or newer
                    Button {
                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:90:21: note: add 'if #available' version check
                    Button {
                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:90:21: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
                    Button {
                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:90:21: note: add 'if #available' version check
                    Button {
                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:91:25: error: 'withAnimation' is only available in macOS 10.15 or newer
                        withAnimation(expandAnimation) { isExpanded.toggle() }
                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:91:25: note: add 'if #available' version check
                        withAnimation(expandAnimation) { isExpanded.toggle() }
                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:91:58: error: cannot pass as inout because setter for 'isExpanded' is only available in macOS 10.15 or newer
                        withAnimation(expandAnimation) { isExpanded.toggle() }
                                                         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:91:58: note: add 'if #available' version check
                        withAnimation(expandAnimation) { isExpanded.toggle() }
                                                         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:95:30: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
                            .foregroundColor(moreButtonColor)
                             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:95:30: note: add 'if #available' version check
                            .foregroundColor(moreButtonColor)
                             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:93:25: error: 'Text' is only available in macOS 10.15 or newer
                        Text(moreButtonText)
                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:93:25: note: add 'if #available' version check
                        Text(moreButtonText)
                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:94:30: error: 'font' is only available in macOS 10.15 or newer
                            .font(moreButtonFont ?? font)
                             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:94:30: note: add 'if #available' version check
                            .font(moreButtonFont ?? font)
                             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:95:30: error: 'foregroundColor' is only available in macOS 10.15 or newer
                            .foregroundColor(moreButtonColor)
                             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:95:30: note: add 'if #available' version check
                            .foregroundColor(moreButtonColor)
                             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:92:30: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
                    } label: {
                             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:92:30: note: add 'if #available' version check
                    } label: {
                             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:89:41: error: 'buildIf' is only available in macOS 10.15 or newer
                if shouldShowMoreButton {
                                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:89:41: note: add 'if #available' version check
                if shouldShowMoreButton {
                                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:89:41: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
                if shouldShowMoreButton {
                                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:89:41: note: add 'if #available' version check
                if shouldShowMoreButton {
                                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:97:17: error: 'buildIf' is only available in macOS 10.15 or newer
                }
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:97:17: note: add 'if #available' version check
                }
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:88:82: warning: conformance of 'Optional<Wrapped>' to 'View' is only available in macOS 10.15 or newer
            .modifier(OverlayAdapter(alignment: .trailingLastTextBaseline, view: {
                                                                                 ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:88:82: note: add 'if #available' version check
            .modifier(OverlayAdapter(alignment: .trailingLastTextBaseline, view: {
                                                                                 ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:57:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:102:9: error: 'Text' is only available in macOS 10.15 or newer
        Text(.init(
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:102:9: note: add 'if #available' version check
        Text(.init(
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:101:17: note: add @available attribute to enclosing property
    private var content: some View {
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:102:9: error: 'init(_:tableName:bundle:comment:)' is only available in macOS 10.15 or newer
        Text(.init(
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:102:9: note: add 'if #available' version check
        Text(.init(
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:101:17: note: add @available attribute to enclosing property
    private var content: some View {
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:107:10: error: 'font' is only available in macOS 10.15 or newer
        .font(font)
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:107:10: note: add 'if #available' version check
        .font(font)
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:101:17: note: add @available attribute to enclosing property
    private var content: some View {
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:108:10: error: 'foregroundColor' is only available in macOS 10.15 or newer
        .foregroundColor(color)
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:108:10: note: add 'if #available' version check
        .foregroundColor(color)
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:101:17: note: add @available attribute to enclosing property
    private var content: some View {
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:109:10: error: 'frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)' is only available in macOS 10.15 or newer
        .frame(maxWidth: .infinity, alignment: .leading)
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:109:10: note: add 'if #available' version check
        .frame(maxWidth: .infinity, alignment: .leading)
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:101:17: note: add @available attribute to enclosing property
    private var content: some View {
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:109:49: error: 'leading' is only available in macOS 10.15 or newer
        .frame(maxWidth: .infinity, alignment: .leading)
                                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:109:49: note: add 'if #available' version check
        .frame(maxWidth: .infinity, alignment: .leading)
                                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:101:17: note: add @available attribute to enclosing property
    private var content: some View {
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText.swift:28:15: note: add @available attribute to enclosing struct
public struct ExpandableText: View {
              ^
[6/6] Compiling ExpandableText ExpandableText+Modifiers.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText+Modifiers.swift:18:23: error: 'Font' is only available in macOS 10.15 or newer
    func font(_ font: Font) -> Self {
                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText+Modifiers.swift:18:10: note: add @available attribute to enclosing instance method
    func font(_ font: Font) -> Self {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText+Modifiers.swift:11:8: note: add @available attribute to enclosing extension
public extension ExpandableText {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText+Modifiers.swift:29:35: error: 'Color' is only available in macOS 10.15 or newer
    func foregroundColor(_ color: Color) -> Self {
                                  ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText+Modifiers.swift:29:10: note: add @available attribute to enclosing instance method
    func foregroundColor(_ color: Color) -> Self {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText+Modifiers.swift:11:8: note: add @available attribute to enclosing extension
public extension ExpandableText {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText+Modifiers.swift:62:33: error: 'Font' is only available in macOS 10.15 or newer
    func moreButtonFont(_ font: Font) -> Self {
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText+Modifiers.swift:62:10: note: add @available attribute to enclosing instance method
    func moreButtonFont(_ font: Font) -> Self {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText+Modifiers.swift:11:8: note: add @available attribute to enclosing extension
public extension ExpandableText {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText+Modifiers.swift:73:35: error: 'Color' is only available in macOS 10.15 or newer
    func moreButtonColor(_ color: Color) -> Self {
                                  ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText+Modifiers.swift:73:10: note: add @available attribute to enclosing instance method
    func moreButtonColor(_ color: Color) -> Self {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText+Modifiers.swift:11:8: note: add @available attribute to enclosing extension
public extension ExpandableText {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText+Modifiers.swift:84:39: error: 'Animation' is only available in macOS 10.15 or newer
    func expandAnimation(_ animation: Animation) -> Self {
                                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText+Modifiers.swift:84:10: note: add @available attribute to enclosing instance method
    func expandAnimation(_ animation: Animation) -> Self {
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ExpandableText/ExpandableText+Modifiers.swift:11:8: note: add @available attribute to enclosing extension
public extension ExpandableText {
       ^
error: fatalError
BUILD FAILURE 5.9 macosSpm