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

Build Command

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

Build Log

    public func body(children: _VariadicView.Children) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:590:8: note: add @available attribute to enclosing struct
struct SwipeActionsLayout: _VariadicView_UnaryViewRoot {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:844:27: error: 'DragGesture' is only available in macOS 10.15 or newer
    func onChanged(value: DragGesture.Value) {
                          ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:844:10: note: add @available attribute to enclosing instance method
    func onChanged(value: DragGesture.Value) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:843:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:920:25: error: 'DragGesture' is only available in macOS 10.15 or newer
    func onEnded(value: DragGesture.Value) {
                        ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:920:10: note: add @available attribute to enclosing instance method
    func onEnded(value: DragGesture.Value) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:843:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:927:21: error: 'DragGesture' is only available in macOS 10.15 or newer
    func end(value: DragGesture.Value, velocity: CGFloat) {
                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:927:10: note: add @available attribute to enclosing instance method
    func end(value: DragGesture.Value, velocity: CGFloat) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:843:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:971:18: error: 'LocalizedStringKey' is only available in macOS 10.15 or newer
        _ title: LocalizedStringKey,
                 ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:970:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:969:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == Text, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:972:26: error: 'Color' is only available in macOS 10.15 or newer
        backgroundColor: Color = Color.primary.opacity(0.1),
                         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:970:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:969:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == Text, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:972:34: error: 'Color' is only available in macOS 10.15 or newer
        backgroundColor: Color = Color.primary.opacity(0.1),
                                 ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:970:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:969:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == Text, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:972:40: error: 'primary' is only available in macOS 10.15 or newer
        backgroundColor: Color = Color.primary.opacity(0.1),
                                       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:970:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:969:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == Text, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:972:48: error: 'opacity' is only available in macOS 10.15 or newer
        backgroundColor: Color = Color.primary.opacity(0.1),
                                               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:970:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:969:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == Text, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:969:45: error: 'Text' is only available in macOS 10.15 or newer
public extension SwipeAction where Label == Text, Background == Color {
                                            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:969:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == Text, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:969:65: error: 'Color' is only available in macOS 10.15 or newer
public extension SwipeAction where Label == Text, Background == Color {
                                                                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:969:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == Text, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:988:26: error: 'Color' is only available in macOS 10.15 or newer
        backgroundColor: Color = Color.primary.opacity(0.1),
                         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:986:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:985:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == Image, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:988:34: error: 'Color' is only available in macOS 10.15 or newer
        backgroundColor: Color = Color.primary.opacity(0.1),
                                 ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:986:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:985:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == Image, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:988:40: error: 'primary' is only available in macOS 10.15 or newer
        backgroundColor: Color = Color.primary.opacity(0.1),
                                       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:986:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:985:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == Image, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:988:48: error: 'opacity' is only available in macOS 10.15 or newer
        backgroundColor: Color = Color.primary.opacity(0.1),
                                               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:986:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:985:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == Image, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:985:45: error: 'Image' is only available in macOS 10.15 or newer
public extension SwipeAction where Label == Image, Background == Color {
                                            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:985:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == Image, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:985:66: error: 'Color' is only available in macOS 10.15 or newer
public extension SwipeAction where Label == Image, Background == Color {
                                                                 ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:985:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == Image, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1003:18: error: 'LocalizedStringKey' is only available in macOS 10.15 or newer
        _ title: LocalizedStringKey,
                 ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1002:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1001:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == VStack<TupleView<(ModifiedContent<Image, _EnvironmentKeyWritingModifier<Font?>>, Text)>>, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1005:20: error: 'Font' is only available in macOS 10.15 or newer
        imageFont: Font? = .title2,
                   ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1002:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1001:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == VStack<TupleView<(ModifiedContent<Image, _EnvironmentKeyWritingModifier<Font?>>, Text)>>, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1006:26: error: 'Color' is only available in macOS 10.15 or newer
        backgroundColor: Color = Color.primary.opacity(0.1),
                         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1002:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1001:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == VStack<TupleView<(ModifiedContent<Image, _EnvironmentKeyWritingModifier<Font?>>, Text)>>, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1005:29: error: 'title2' is only available in macOS 11.0 or newer
        imageFont: Font? = .title2,
                            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1002:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1001:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == VStack<TupleView<(ModifiedContent<Image, _EnvironmentKeyWritingModifier<Font?>>, Text)>>, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1006:34: error: 'Color' is only available in macOS 10.15 or newer
        backgroundColor: Color = Color.primary.opacity(0.1),
                                 ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1002:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1001:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == VStack<TupleView<(ModifiedContent<Image, _EnvironmentKeyWritingModifier<Font?>>, Text)>>, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1006:40: error: 'primary' is only available in macOS 10.15 or newer
        backgroundColor: Color = Color.primary.opacity(0.1),
                                       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1002:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1001:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == VStack<TupleView<(ModifiedContent<Image, _EnvironmentKeyWritingModifier<Font?>>, Text)>>, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1006:48: error: 'opacity' is only available in macOS 10.15 or newer
        backgroundColor: Color = Color.primary.opacity(0.1),
                                               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1002:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1001:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == VStack<TupleView<(ModifiedContent<Image, _EnvironmentKeyWritingModifier<Font?>>, Text)>>, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1001:45: error: 'VStack' is only available in macOS 10.15 or newer
public extension SwipeAction where Label == VStack<TupleView<(ModifiedContent<Image, _EnvironmentKeyWritingModifier<Font?>>, Text)>>, Background == Color {
                                            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1001:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == VStack<TupleView<(ModifiedContent<Image, _EnvironmentKeyWritingModifier<Font?>>, Text)>>, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1001:149: error: 'Color' is only available in macOS 10.15 or newer
public extension SwipeAction where Label == VStack<TupleView<(ModifiedContent<Image, _EnvironmentKeyWritingModifier<Font?>>, Text)>>, Background == Color {
                                                                                                                                                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1001:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == VStack<TupleView<(ModifiedContent<Image, _EnvironmentKeyWritingModifier<Font?>>, Text)>>, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1027:10: error: 'ViewBuilder' is only available in macOS 10.15 or newer
        @ViewBuilder label: @escaping () -> Label,
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1026:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1025:8: note: add @available attribute to enclosing extension
public extension SwipeView where TrailingActions == EmptyView {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1028:10: error: 'ViewBuilder' is only available in macOS 10.15 or newer
        @ViewBuilder leadingActions: @escaping (SwipeContext) -> LeadingActions
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1026:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1025:8: note: add @available attribute to enclosing extension
public extension SwipeView where TrailingActions == EmptyView {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1025:53: error: 'EmptyView' is only available in macOS 10.15 or newer
public extension SwipeView where TrailingActions == EmptyView {
                                                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1025:8: note: add @available attribute to enclosing extension
public extension SwipeView where TrailingActions == EmptyView {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1037:10: error: 'ViewBuilder' is only available in macOS 10.15 or newer
        @ViewBuilder label: @escaping () -> Label,
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1036:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1035:8: note: add @available attribute to enclosing extension
public extension SwipeView where LeadingActions == EmptyView {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1038:10: error: 'ViewBuilder' is only available in macOS 10.15 or newer
        @ViewBuilder trailingActions: @escaping (SwipeContext) -> TrailingActions
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1036:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1035:8: note: add @available attribute to enclosing extension
public extension SwipeView where LeadingActions == EmptyView {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1035:52: error: 'EmptyView' is only available in macOS 10.15 or newer
public extension SwipeView where LeadingActions == EmptyView {
                                                   ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1035:8: note: add @available attribute to enclosing extension
public extension SwipeView where LeadingActions == EmptyView {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1046:11: error: 'ViewBuilder' is only available in macOS 10.15 or newer
    init(@ViewBuilder label: @escaping () -> Label) {
          ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1046:5: note: add @available attribute to enclosing initializer
    init(@ViewBuilder label: @escaping () -> Label) {
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1045:8: note: add @available attribute to enclosing extension
public extension SwipeView where LeadingActions == EmptyView, TrailingActions == EmptyView {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1045:52: error: 'EmptyView' is only available in macOS 10.15 or newer
public extension SwipeView where LeadingActions == EmptyView, TrailingActions == EmptyView {
                                                   ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1045:8: note: add @available attribute to enclosing extension
public extension SwipeView where LeadingActions == EmptyView, TrailingActions == EmptyView {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1045:82: error: 'EmptyView' is only available in macOS 10.15 or newer
public extension SwipeView where LeadingActions == EmptyView, TrailingActions == EmptyView {
                                                                                 ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1045:8: note: add @available attribute to enclosing extension
public extension SwipeView where LeadingActions == EmptyView, TrailingActions == EmptyView {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1071:60: error: 'View' is only available in macOS 10.15 or newer
    func allowSwipeToTrigger(_ value: Bool = true) -> some View {
                                                           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1071:10: note: add @available attribute to enclosing instance method
    func allowSwipeToTrigger(_ value: Bool = true) -> some View {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1053:8: note: add @available attribute to enclosing extension
public extension SwipeAction {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1199:54: error: 'Animation' is only available in macOS 10.15 or newer
    func swipeActionContentTriggerAnimation(_ value: Animation) -> SwipeView {
                                                     ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1199:10: note: add @available attribute to enclosing instance method
    func swipeActionContentTriggerAnimation(_ value: Animation) -> SwipeView {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1099:8: note: add @available attribute to enclosing extension
public extension SwipeView {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1234:48: error: 'View' is only available in macOS 10.15 or newer
    public func body(content: Content) -> some View {
                                               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1234:17: note: add @available attribute to enclosing instance method
    public func body(content: Content) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1231:15: note: add @available attribute to enclosing struct
public struct SwipeDeleteModifier: ViewModifier {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1247:29: error: 'AnyTransition' is only available in macOS 10.15 or newer
    static var swipeDelete: AnyTransition {
                            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1247:16: note: add @available attribute to enclosing static property
    static var swipeDelete: AnyTransition {
               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1245:8: note: add @available attribute to enclosing extension
public extension AnyTransition {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1245:18: error: 'AnyTransition' is only available in macOS 10.15 or newer
public extension AnyTransition {
                 ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1245:8: note: add @available attribute to enclosing extension
public extension AnyTransition {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1259:42: error: 'Path' is only available in macOS 10.15 or newer
    public func path(in rect: CGRect) -> Path {
                                         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1259:17: note: add @available attribute to enclosing instance method
    public func path(in rect: CGRect) -> Path {
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1256:15: note: add @available attribute to enclosing struct
public struct SwipeDeleteMaskShape: Shape {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1256:15: warning: conformance of 'Double' to 'VectorArithmetic' is only available in macOS 10.15 or newer
public struct SwipeDeleteMaskShape: Shape {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1256:15: note: add @available attribute to enclosing struct
public struct SwipeDeleteMaskShape: Shape {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1256:15: note: in associated type 'Self.AnimatableData' (inferred as 'Double')
public struct SwipeDeleteMaskShape: Shape {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1272:64: error: 'View' is only available in macOS 10.15 or newer
    public func makeBody(configuration: Configuration) -> some View {
                                                               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1272:17: note: add @available attribute to enclosing instance method
    public func makeBody(configuration: Configuration) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1269:15: note: add @available attribute to enclosing struct
public struct SwipeActionButtonStyle: ButtonStyle {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1306:26: error: 'DragGesture' is only available in macOS 10.15 or newer
    @State var previous: DragGesture.Value?
                         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1305:8: note: add @available attribute to enclosing struct
struct GestureVelocity: DynamicProperty {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1306:6: error: 'State' is only available in macOS 10.15 or newer
    @State var previous: DragGesture.Value?
     ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1305:8: note: add @available attribute to enclosing struct
struct GestureVelocity: DynamicProperty {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1307:25: error: 'DragGesture' is only available in macOS 10.15 or newer
    @State var current: DragGesture.Value?
                        ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1305:8: note: add @available attribute to enclosing struct
struct GestureVelocity: DynamicProperty {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1307:6: error: 'State' is only available in macOS 10.15 or newer
    @State var current: DragGesture.Value?
     ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1305:8: note: add @available attribute to enclosing struct
struct GestureVelocity: DynamicProperty {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1309:26: error: 'DragGesture' is only available in macOS 10.15 or newer
    func update(_ value: DragGesture.Value) {
                         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1309:10: note: add @available attribute to enclosing instance method
    func update(_ value: DragGesture.Value) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1305:8: note: add @available attribute to enclosing struct
struct GestureVelocity: DynamicProperty {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1353:59: error: '_EndedGesture' is only available in macOS 10.15 or newer
    func updatingVelocity(_ velocity: GestureVelocity) -> _EndedGesture<_ChangedGesture<Self>> {
                                                          ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1353:10: note: add @available attribute to enclosing instance method
    func updatingVelocity(_ velocity: GestureVelocity) -> _EndedGesture<_ChangedGesture<Self>> {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1352:1: note: add @available attribute to enclosing extension
extension Gesture where Value == DragGesture.Value {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1352:11: error: 'Gesture' is only available in macOS 10.15 or newer
extension Gesture where Value == DragGesture.Value {
          ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1352:1: note: add @available attribute to enclosing extension
extension Gesture where Value == DragGesture.Value {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1352:34: error: 'DragGesture' is only available in macOS 10.15 or newer
extension Gesture where Value == DragGesture.Value {
                                 ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1352:1: note: add @available attribute to enclosing extension
extension Gesture where Value == DragGesture.Value {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1369:61: error: 'View' is only available in macOS 10.15 or newer
    func readSize(size: @escaping (CGSize) -> Void) -> some View {
                                                            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1369:10: note: add @available attribute to enclosing instance method
    func readSize(size: @escaping (CGSize) -> Void) -> some View {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1368:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1368:11: error: 'View' is only available in macOS 10.15 or newer
extension View {
          ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1368:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:70:21: error: 'leading' is only available in macOS 10.15 or newer
            return .leading
                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:70:21: note: add 'if #available' version check
            return .leading
                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:67:9: note: add @available attribute to enclosing property
    var alignment: Alignment {
        ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:52:13: note: add @available attribute to enclosing enum
public enum SwipeSide {
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:72:21: error: 'trailing' is only available in macOS 10.15 or newer
            return .trailing
                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:72:21: note: add 'if #available' version check
            return .trailing
                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:67:9: note: add @available attribute to enclosing property
    var alignment: Alignment {
        ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:52:13: note: add @available attribute to enclosing enum
public enum SwipeSide {
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:80:21: error: 'trailing' is only available in macOS 10.15 or newer
            return .trailing
                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:80:21: note: add 'if #available' version check
            return .trailing
                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:77:9: note: add @available attribute to enclosing property
    var edgeTriggerAlignment: Alignment {
        ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:52:13: note: add @available attribute to enclosing enum
public enum SwipeSide {
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:82:21: error: 'leading' is only available in macOS 10.15 or newer
            return .leading
                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:82:21: note: add 'if #available' version check
            return .leading
                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:77:9: note: add @available attribute to enclosing property
    var edgeTriggerAlignment: Alignment {
        ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:52:13: note: add @available attribute to enclosing enum
public enum SwipeSide {
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:219:14: error: 'environment' is only available in macOS 10.15 or newer
            .environment(\.swipeViewGroupSelection, $selection)
             ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:219:14: note: add 'if #available' version check
            .environment(\.swipeViewGroupSelection, $selection)
             ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:217:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:208:15: note: add @available attribute to enclosing generic struct
public struct SwipeViewGroup<Content: View>: View {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:271:29: error: 'Alignment' is only available in macOS 10.15 or newer
        let labelAlignment: Alignment = {
                            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:271:29: note: add 'if #available' version check
        let labelAlignment: Alignment = {
                            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:269:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:226:15: note: add @available attribute to enclosing generic struct
public struct SwipeAction<Label: View, Background: View>: View {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:272:79: error: 'center' is only available in macOS 10.15 or newer
            guard let allowSwipeToTrigger, allowSwipeToTrigger else { return .center }
                                                                              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:272:79: note: add 'if #available' version check
            guard let allowSwipeToTrigger, allowSwipeToTrigger else { return .center }
                                                                              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:269:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:226:15: note: add @available attribute to enclosing generic struct
public struct SwipeAction<Label: View, Background: View>: View {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:278:21: error: 'center' is only available in macOS 10.15 or newer
            return .center
                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:278:21: note: add 'if #available' version check
            return .center
                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:269:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:226:15: note: add @available attribute to enclosing generic struct
public struct SwipeAction<Label: View, Background: View>: View {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:289:9: error: 'Button' is only available in macOS 10.15 or newer
        Button(action: action) {
        ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:289:9: note: add 'if #available' version check
        Button(action: action) {
        ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:269:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:226:15: note: add @available attribute to enclosing generic struct
public struct SwipeAction<Label: View, Background: View>: View {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:291:18: error: 'overlay(_:alignment:)' is only available in macOS 10.15 or newer
                .overlay(
                 ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:269:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:226:15: note: add @available attribute to enclosing generic struct
public struct SwipeAction<Label: View, Background: View>: View {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:293:26: error: 'opacity' is only available in macOS 10.15 or newer
                        .opacity(labelOpacity)
                         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:269:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:226:15: note: add @available attribute to enclosing generic struct
public struct SwipeAction<Label: View, Background: View>: View {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:294:26: error: 'fixedSize(horizontal:vertical:)' is only available in macOS 10.15 or newer
                        .fixedSize(horizontal: labelFixedSize, vertical: labelFixedSize)
                         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:269:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:226:15: note: add @available attribute to enclosing generic struct
public struct SwipeAction<Label: View, Background: View>: View {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:295:26: error: 'padding' is only available in macOS 10.15 or newer
                        .padding(.horizontal, labelHorizontalPadding),
                         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:269:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:226:15: note: add @available attribute to enclosing generic struct
public struct SwipeAction<Label: View, Background: View>: View {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:299:10: error: 'opacity' is only available in macOS 10.15 or newer
        .opacity(totalOpacity)
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:269:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:226:15: note: add @available attribute to enclosing generic struct
public struct SwipeAction<Label: View, Background: View>: View {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:300:10: error: '_onButtonGesture(pressing:perform:)' is only available in macOS 10.15 or newer
        ._onButtonGesture { pressing in
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:269:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:226:15: note: add @available attribute to enclosing generic struct
public struct SwipeAction<Label: View, Background: View>: View {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:301:13: error: setter for 'highlighted' is only available in macOS 10.15 or newer
            self.highlighted = pressing
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:269:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:226:15: note: add @available attribute to enclosing generic struct
public struct SwipeAction<Label: View, Background: View>: View {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:303:10: error: 'buttonStyle' is only available in macOS 10.15 or newer
        .buttonStyle(SwipeActionButtonStyle())
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:269:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:226:15: note: add @available attribute to enclosing generic struct
public struct SwipeAction<Label: View, Background: View>: View {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:304:10: error: 'onChange(of:perform:)' is only available in macOS 11.0 or newer
        .onChange(of: swipeContext.state.wrappedValue) { state in /// Read changes in state.
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:269:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:226:15: note: add @available attribute to enclosing generic struct
public struct SwipeAction<Label: View, Background: View>: View {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:309:21: error: setter for 'highlighted' is only available in macOS 10.15 or newer
                    highlighted = true
                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:269:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:226:15: note: add @available attribute to enclosing generic struct
public struct SwipeAction<Label: View, Background: View>: View {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:311:21: error: setter for 'highlighted' is only available in macOS 10.15 or newer
                    highlighted = false
                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:269:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:226:15: note: add @available attribute to enclosing generic struct
public struct SwipeAction<Label: View, Background: View>: View {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:318:17: error: setter for 'highlighted' is only available in macOS 10.15 or newer
                highlighted = false
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:269:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:226:15: note: add @available attribute to enclosing generic struct
public struct SwipeAction<Label: View, Background: View>: View {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:321:10: error: 'preference(key:value:)' is only available in macOS 10.15 or newer
        .preference(key: AllowSwipeToTriggerKey.self, value: allowSwipeToTrigger)
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:321:10: note: add 'if #available' version check
        .preference(key: AllowSwipeToTriggerKey.self, value: allowSwipeToTrigger)
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:269:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:226:15: note: add @available attribute to enclosing generic struct
public struct SwipeAction<Label: View, Background: View>: View {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:461:33: error: cannot find 'UIImpactFeedbackGenerator' in scope
                let generator = UIImpactFeedbackGenerator(style: .rigid)
                                ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:472:33: error: cannot find 'UIImpactFeedbackGenerator' in scope
                let generator = UIImpactFeedbackGenerator(style: .rigid)
                                ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:543:9: error: '_VariadicView' is only available in macOS 10.15 or newer
        _VariadicView.Tree(
        ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:543:9: note: add 'if #available' version check
        _VariadicView.Tree(
        ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:516:23: note: add @available attribute to enclosing instance method
    @ViewBuilder func actionsView<Actions: View>(
                      ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:514:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:552:32: error: 'Binding' is only available in macOS 10.15 or newer
            let stateBinding = Binding {
                               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:516:23: note: add @available attribute to enclosing instance method
    @ViewBuilder func actionsView<Actions: View>(
                      ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:514:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:558:21: error: setter for 'currentSide' is only available in macOS 10.15 or newer
                    currentSide = nil /// If closed, set `currentSide` to nil.
                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:516:23: note: add @available attribute to enclosing instance method
    @ViewBuilder func actionsView<Actions: View>(
                      ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:514:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:560:21: error: setter for 'currentSide' is only available in macOS 10.15 or newer
                    currentSide = side /// Set the current side to the action's side.
                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:516:23: note: add @available attribute to enclosing instance method
    @ViewBuilder func actionsView<Actions: View>(
                      ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:514:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:577:10: error: 'mask' is only available in macOS 10.15 or newer
        .mask(
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:577:10: note: add 'if #available' version check
        .mask(
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:516:23: note: add @available attribute to enclosing instance method
    @ViewBuilder func actionsView<Actions: View>(
                      ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:514:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:578:13: error: 'Color' is only available in macOS 10.15 or newer
            Color.clear.overlay(
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:578:13: note: add 'if #available' version check
            Color.clear.overlay(
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:516:23: note: add @available attribute to enclosing instance method
    @ViewBuilder func actionsView<Actions: View>(
                      ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:514:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:578:19: error: 'clear' is only available in macOS 10.15 or newer
            Color.clear.overlay(
                  ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:578:19: note: add 'if #available' version check
            Color.clear.overlay(
                  ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:516:23: note: add @available attribute to enclosing instance method
    @ViewBuilder func actionsView<Actions: View>(
                      ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:514:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:578:25: error: 'overlay(_:alignment:)' is only available in macOS 10.15 or newer
            Color.clear.overlay(
                        ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:578:25: note: add 'if #available' version check
            Color.clear.overlay(
                        ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:516:23: note: add @available attribute to enclosing instance method
    @ViewBuilder func actionsView<Actions: View>(
                      ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:514:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:580:17: error: 'RoundedRectangle' is only available in macOS 10.15 or newer
                RoundedRectangle(cornerRadius: options.actionsMaskCornerRadius, style: .continuous)
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:580:17: note: add 'if #available' version check
                RoundedRectangle(cornerRadius: options.actionsMaskCornerRadius, style: .continuous)
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:516:23: note: add @available attribute to enclosing instance method
    @ViewBuilder func actionsView<Actions: View>(
                      ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:514:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:581:22: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
                    .frame(width: visibleWidth),
                     ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:581:22: note: add 'if #available' version check
                    .frame(width: visibleWidth),
                     ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:516:23: note: add @available attribute to enclosing instance method
    @ViewBuilder func actionsView<Actions: View>(
                      ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:514:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:603:33: warning: conformance of '_VariadicView_Children' to 'Collection' is only available in macOS 10.15 or newer
                return children.first?.id
                                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:603:33: note: add 'if #available' version check
                return children.first?.id
                                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:598:17: note: add @available attribute to enclosing instance method
    public func body(children: _VariadicView.Children) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:590:8: note: add @available attribute to enclosing struct
struct SwipeActionsLayout: _VariadicView_UnaryViewRoot {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:605:33: warning: conformance of '_VariadicView_Children' to 'BidirectionalCollection' is only available in macOS 10.15 or newer
                return children.last?.id
                                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:605:33: note: add 'if #available' version check
                return children.last?.id
                                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:598:17: note: add @available attribute to enclosing instance method
    public func body(children: _VariadicView.Children) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:590:8: note: add @available attribute to enclosing struct
struct SwipeActionsLayout: _VariadicView_UnaryViewRoot {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:609:9: error: 'HStack' is only available in macOS 10.15 or newer
        HStack(spacing: options.spacing) {
        ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:609:9: note: add 'if #available' version check
        HStack(spacing: options.spacing) {
        ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:598:17: note: add @available attribute to enclosing instance method
    public func body(children: _VariadicView.Children) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:590:8: note: add @available attribute to enclosing struct
struct SwipeActionsLayout: _VariadicView_UnaryViewRoot {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:609:9: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer
        HStack(spacing: options.spacing) {
        ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:609:9: note: add 'if #available' version check
        HStack(spacing: options.spacing) {
        ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:598:17: note: add @available attribute to enclosing instance method
    public func body(children: _VariadicView.Children) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:590:8: note: add @available attribute to enclosing struct
struct SwipeActionsLayout: _VariadicView_UnaryViewRoot {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:610:13: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer
            ForEach(Array(zip(children.indices, children)), id: \.1.id) { index, child in
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:598:17: note: add @available attribute to enclosing instance method
    public func body(children: _VariadicView.Children) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:590:8: note: add @available attribute to enclosing struct
struct SwipeActionsLayout: _VariadicView_UnaryViewRoot {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:610:13: error: 'ForEach' is only available in macOS 10.15 or newer
            ForEach(Array(zip(children.indices, children)), id: \.1.id) { index, child in
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:598:17: note: add @available attribute to enclosing instance method
    public func body(children: _VariadicView.Children) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:590:8: note: add @available attribute to enclosing struct
struct SwipeActionsLayout: _VariadicView_UnaryViewRoot {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:610:13: error: 'init(_:id:content:)' is only available in macOS 10.15 or newer
            ForEach(Array(zip(children.indices, children)), id: \.1.id) { index, child in
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:598:17: note: add @available attribute to enclosing instance method
    public func body(children: _VariadicView.Children) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:590:8: note: add @available attribute to enclosing struct
struct SwipeActionsLayout: _VariadicView_UnaryViewRoot {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:610:21: warning: conformance of '_VariadicView_Children' to 'Sequence' is only available in macOS 10.15 or newer
            ForEach(Array(zip(children.indices, children)), id: \.1.id) { index, child in
                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:598:17: note: add @available attribute to enclosing instance method
    public func body(children: _VariadicView.Children) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:590:8: note: add @available attribute to enclosing struct
struct SwipeActionsLayout: _VariadicView_UnaryViewRoot {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:610:27: warning: conformance of '_VariadicView_Children' to 'Sequence' is only available in macOS 10.15 or newer
            ForEach(Array(zip(children.indices, children)), id: \.1.id) { index, child in
                          ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:598:17: note: add @available attribute to enclosing instance method
    public func body(children: _VariadicView.Children) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:590:8: note: add @available attribute to enclosing struct
struct SwipeActionsLayout: _VariadicView_UnaryViewRoot {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:610:40: warning: conformance of '_VariadicView_Children' to 'RandomAccessCollection' is only available in macOS 10.15 or newer
            ForEach(Array(zip(children.indices, children)), id: \.1.id) { index, child in
                                       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:598:17: note: add @available attribute to enclosing instance method
    public func body(children: _VariadicView.Children) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:590:8: note: add @available attribute to enclosing struct
struct SwipeActionsLayout: _VariadicView_UnaryViewRoot {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:662:45: warning: conformance of '_VariadicView_Children' to 'Collection' is only available in macOS 10.15 or newer
                            return children.count - index - 1 /// Left-most views should be on top.
                                            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:598:17: note: add @available attribute to enclosing instance method
    public func body(children: _VariadicView.Children) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:590:8: note: add @available attribute to enclosing struct
struct SwipeActionsLayout: _VariadicView_UnaryViewRoot {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:668:21: error: 'Color' is only available in macOS 10.15 or newer
                    Color.clear.overlay(
                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:598:17: note: add @available attribute to enclosing instance method
    public func body(children: _VariadicView.Children) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:590:8: note: add @available attribute to enclosing struct
struct SwipeActionsLayout: _VariadicView_UnaryViewRoot {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:668:27: error: 'clear' is only available in macOS 10.15 or newer
                    Color.clear.overlay(
                          ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:598:17: note: add @available attribute to enclosing instance method
    public func body(children: _VariadicView.Children) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:590:8: note: add @available attribute to enclosing struct
struct SwipeActionsLayout: _VariadicView_UnaryViewRoot {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:668:33: error: 'overlay(_:alignment:)' is only available in macOS 10.15 or newer
                    Color.clear.overlay(
                                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:598:17: note: add @available attribute to enclosing instance method
    public func body(children: _VariadicView.Children) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:590:8: note: add @available attribute to enclosing struct
struct SwipeActionsLayout: _VariadicView_UnaryViewRoot {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:670:30: error: 'frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)' is only available in macOS 10.15 or newer
                            .frame(maxHeight: .infinity)
                             ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:598:17: note: add @available attribute to enclosing instance method
    public func body(children: _VariadicView.Children) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:590:8: note: add @available attribute to enclosing struct
struct SwipeActionsLayout: _VariadicView_UnaryViewRoot {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:671:30: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
                            .frame(width: width)
                             ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:598:17: note: add @available attribute to enclosing instance method
    public func body(children: _VariadicView.Children) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:590:8: note: add @available attribute to enclosing struct
struct SwipeActionsLayout: _VariadicView_UnaryViewRoot {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:672:30: error: 'opacity' is only available in macOS 10.15 or newer
                            .opacity(shown ? 1 : 0)
                             ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:598:17: note: add @available attribute to enclosing instance method
    public func body(children: _VariadicView.Children) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:590:8: note: add @available attribute to enclosing struct
struct SwipeActionsLayout: _VariadicView_UnaryViewRoot {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:673:30: error: 'mask' is only available in macOS 10.15 or newer
                            .mask(
                             ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:598:17: note: add @available attribute to enclosing instance method
    public func body(children: _VariadicView.Children) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:590:8: note: add @available attribute to enclosing struct
struct SwipeActionsLayout: _VariadicView_UnaryViewRoot {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:674:33: error: 'RoundedRectangle' is only available in macOS 10.15 or newer
                                RoundedRectangle(cornerRadius: options.actionCornerRadius, style: .continuous)
                                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:598:17: note: add @available attribute to enclosing instance method
    public func body(children: _VariadicView.Children) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:590:8: note: add @available attribute to enclosing struct
struct SwipeActionsLayout: _VariadicView_UnaryViewRoot {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:678:22: error: 'zIndex' is only available in macOS 10.15 or newer
                    .zIndex(Double(zIndex))
                     ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:598:17: note: add @available attribute to enclosing instance method
    public func body(children: _VariadicView.Children) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:590:8: note: add @available attribute to enclosing struct
struct SwipeActionsLayout: _VariadicView_UnaryViewRoot {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:657:53: error: 'buildEither(first:)' is only available in macOS 10.15 or newer
                if options.actionsStyle == .cascade {
                                                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:598:17: note: add @available attribute to enclosing instance method
    public func body(children: _VariadicView.Children) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:590:8: note: add @available attribute to enclosing struct
struct SwipeActionsLayout: _VariadicView_UnaryViewRoot {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:681:26: error: 'frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)' is only available in macOS 10.15 or newer
                        .frame(maxHeight: .infinity)
                         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:598:17: note: add @available attribute to enclosing instance method
    public func body(children: _VariadicView.Children) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:590:8: note: add @available attribute to enclosing struct
struct SwipeActionsLayout: _VariadicView_UnaryViewRoot {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:682:26: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
                        .frame(width: width)
                         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:598:17: note: add @available attribute to enclosing instance method
    public func body(children: _VariadicView.Children) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:590:8: note: add @available attribute to enclosing struct
struct SwipeActionsLayout: _VariadicView_UnaryViewRoot {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:683:26: error: 'opacity' is only available in macOS 10.15 or newer
                        .opacity(shown ? 1 : 0)
                         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:598:17: note: add @available attribute to enclosing instance method
    public func body(children: _VariadicView.Children) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:590:8: note: add @available attribute to enclosing struct
struct SwipeActionsLayout: _VariadicView_UnaryViewRoot {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:684:26: error: 'mask' is only available in macOS 10.15 or newer
                        .mask(
                         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:598:17: note: add @available attribute to enclosing instance method
    public func body(children: _VariadicView.Children) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:590:8: note: add @available attribute to enclosing struct
struct SwipeActionsLayout: _VariadicView_UnaryViewRoot {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:685:29: error: 'RoundedRectangle' is only available in macOS 10.15 or newer
                            RoundedRectangle(cornerRadius: options.actionCornerRadius, style: .continuous)
                            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:598:17: note: add @available attribute to enclosing instance method
    public func body(children: _VariadicView.Children) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:590:8: note: add @available attribute to enclosing struct
struct SwipeActionsLayout: _VariadicView_UnaryViewRoot {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:679:24: error: 'buildEither(second:)' is only available in macOS 10.15 or newer
                } else {
                       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:598:17: note: add @available attribute to enclosing instance method
    public func body(children: _VariadicView.Children) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:590:8: note: add @available attribute to enclosing struct
struct SwipeActionsLayout: _VariadicView_UnaryViewRoot {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:610:73: warning: conformance of '_ConditionalContent<TrueContent, FalseContent>' to 'View' is only available in macOS 10.15 or newer
            ForEach(Array(zip(children.indices, children)), id: \.1.id) { index, child in
                                                                        ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:598:17: note: add @available attribute to enclosing instance method
    public func body(children: _VariadicView.Children) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:590:8: note: add @available attribute to enclosing struct
struct SwipeActionsLayout: _VariadicView_UnaryViewRoot {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:609:42: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer
        HStack(spacing: options.spacing) {
                                         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:598:17: note: add @available attribute to enclosing instance method
    public func body(children: _VariadicView.Children) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:590:8: note: add @available attribute to enclosing struct
struct SwipeActionsLayout: _VariadicView_UnaryViewRoot {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:690:10: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
        .frame(width: options.actionsStyle == .cascade ? visibleWidth : nil)
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:598:17: note: add @available attribute to enclosing instance method
    public func body(children: _VariadicView.Children) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:590:8: note: add @available attribute to enclosing struct
struct SwipeActionsLayout: _VariadicView_UnaryViewRoot {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:691:10: error: 'animation(_:value:)' is only available in macOS 10.15 or newer
        .animation(options.actionContentTriggerAnimation, value: state)
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:598:17: note: add @available attribute to enclosing instance method
    public func body(children: _VariadicView.Children) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:590:8: note: add @available attribute to enclosing struct
struct SwipeActionsLayout: _VariadicView_UnaryViewRoot {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:692:10: error: 'onAppear(perform:)' is only available in macOS 10.15 or newer
        .onAppear { /// Set the number of actions here.
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:598:17: note: add @available attribute to enclosing instance method
    public func body(children: _VariadicView.Children) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:590:8: note: add @available attribute to enclosing struct
struct SwipeActionsLayout: _VariadicView_UnaryViewRoot {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:693:13: error: setter for 'numberOfActions' is only available in macOS 10.15 or newer
            numberOfActions = children.count
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:598:17: note: add @available attribute to enclosing instance method
    public func body(children: _VariadicView.Children) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:590:8: note: add @available attribute to enclosing struct
struct SwipeActionsLayout: _VariadicView_UnaryViewRoot {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:693:40: warning: conformance of '_VariadicView_Children' to 'Collection' is only available in macOS 10.15 or newer
            numberOfActions = children.count
                                       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:598:17: note: add @available attribute to enclosing instance method
    public func body(children: _VariadicView.Children) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:590:8: note: add @available attribute to enclosing struct
struct SwipeActionsLayout: _VariadicView_UnaryViewRoot {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:695:10: error: 'onChange(of:perform:)' is only available in macOS 11.0 or newer
        .onChange(of: children.count) { count in
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:695:10: note: add 'if #available' version check
        .onChange(of: children.count) { count in
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:598:17: note: add @available attribute to enclosing instance method
    public func body(children: _VariadicView.Children) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:590:8: note: add @available attribute to enclosing struct
struct SwipeActionsLayout: _VariadicView_UnaryViewRoot {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:695:32: warning: conformance of '_VariadicView_Children' to 'Collection' is only available in macOS 10.15 or newer
        .onChange(of: children.count) { count in
                               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:695:32: note: add 'if #available' version check
        .onChange(of: children.count) { count in
                               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:598:17: note: add @available attribute to enclosing instance method
    public func body(children: _VariadicView.Children) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:590:8: note: add @available attribute to enclosing struct
struct SwipeActionsLayout: _VariadicView_UnaryViewRoot {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:696:13: error: setter for 'numberOfActions' is only available in macOS 10.15 or newer
            numberOfActions = count
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:696:13: note: add 'if #available' version check
            numberOfActions = count
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:598:17: note: add @available attribute to enclosing instance method
    public func body(children: _VariadicView.Children) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:590:8: note: add @available attribute to enclosing struct
struct SwipeActionsLayout: _VariadicView_UnaryViewRoot {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:810:9: error: 'withAnimation' is only available in macOS 10.15 or newer
        withAnimation(.interpolatingSpring(stiffness: options.offsetTriggerAnimationStiffness, damping: options.offsetTriggerAnimationDamping, initialVelocity: velocity)) {
        ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:810:9: note: add 'if #available' version check
        withAnimation(.interpolatingSpring(stiffness: options.offsetTriggerAnimationStiffness, damping: options.offsetTriggerAnimationDamping, initialVelocity: velocity)) {
        ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:809:10: note: add @available attribute to enclosing instance method
    func close(velocity: Double) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:793:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:810:24: error: 'interpolatingSpring(mass:stiffness:damping:initialVelocity:)' is only available in macOS 10.15 or newer
        withAnimation(.interpolatingSpring(stiffness: options.offsetTriggerAnimationStiffness, damping: options.offsetTriggerAnimationDamping, initialVelocity: velocity)) {
                       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:810:24: note: add 'if #available' version check
        withAnimation(.interpolatingSpring(stiffness: options.offsetTriggerAnimationStiffness, damping: options.offsetTriggerAnimationDamping, initialVelocity: velocity)) {
                       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:809:10: note: add @available attribute to enclosing instance method
    func close(velocity: Double) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:793:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:811:13: error: setter for 'savedOffset' is only available in macOS 10.15 or newer
            savedOffset = 0
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:811:13: note: add 'if #available' version check
            savedOffset = 0
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:809:10: note: add @available attribute to enclosing instance method
    func close(velocity: Double) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:793:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:812:13: error: setter for 'currentOffset' is only available in macOS 10.15 or newer
            currentOffset = 0
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:812:13: note: add 'if #available' version check
            currentOffset = 0
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:809:10: note: add @available attribute to enclosing instance method
    func close(velocity: Double) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:793:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:817:9: error: 'withAnimation' is only available in macOS 10.15 or newer
        withAnimation(.interpolatingSpring(stiffness: options.offsetTriggerAnimationStiffness, damping: options.offsetTriggerAnimationDamping, initialVelocity: velocity)) {
        ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:817:9: note: add 'if #available' version check
        withAnimation(.interpolatingSpring(stiffness: options.offsetTriggerAnimationStiffness, damping: options.offsetTriggerAnimationDamping, initialVelocity: velocity)) {
        ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:816:10: note: add @available attribute to enclosing instance method
    func trigger(side: SwipeSide, velocity: Double) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:793:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:817:24: error: 'interpolatingSpring(mass:stiffness:damping:initialVelocity:)' is only available in macOS 10.15 or newer
        withAnimation(.interpolatingSpring(stiffness: options.offsetTriggerAnimationStiffness, damping: options.offsetTriggerAnimationDamping, initialVelocity: velocity)) {
                       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:817:24: note: add 'if #available' version check
        withAnimation(.interpolatingSpring(stiffness: options.offsetTriggerAnimationStiffness, damping: options.offsetTriggerAnimationDamping, initialVelocity: velocity)) {
                       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:816:10: note: add @available attribute to enclosing instance method
    func trigger(side: SwipeSide, velocity: Double) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:793:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:820:17: error: setter for 'savedOffset' is only available in macOS 10.15 or newer
                savedOffset = leadingTriggeredOffset
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:820:17: note: add 'if #available' version check
                savedOffset = leadingTriggeredOffset
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:816:10: note: add @available attribute to enclosing instance method
    func trigger(side: SwipeSide, velocity: Double) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:793:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:822:17: error: setter for 'savedOffset' is only available in macOS 10.15 or newer
                savedOffset = trailingTriggeredOffset
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:822:17: note: add 'if #available' version check
                savedOffset = trailingTriggeredOffset
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:816:10: note: add @available attribute to enclosing instance method
    func trigger(side: SwipeSide, velocity: Double) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:793:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:824:13: error: setter for 'currentOffset' is only available in macOS 10.15 or newer
            currentOffset = 0
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:824:13: note: add 'if #available' version check
            currentOffset = 0
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:816:10: note: add @available attribute to enclosing instance method
    func trigger(side: SwipeSide, velocity: Double) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:793:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:829:9: error: 'withAnimation' is only available in macOS 10.15 or newer
        withAnimation(.interpolatingSpring(stiffness: options.offsetExpandAnimationStiffness, damping: options.offsetExpandAnimationDamping, initialVelocity: velocity)) {
        ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:829:9: note: add 'if #available' version check
        withAnimation(.interpolatingSpring(stiffness: options.offsetExpandAnimationStiffness, damping: options.offsetExpandAnimationDamping, initialVelocity: velocity)) {
        ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:828:10: note: add @available attribute to enclosing instance method
    func expand(side: SwipeSide, velocity: Double) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:793:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:829:24: error: 'interpolatingSpring(mass:stiffness:damping:initialVelocity:)' is only available in macOS 10.15 or newer
        withAnimation(.interpolatingSpring(stiffness: options.offsetExpandAnimationStiffness, damping: options.offsetExpandAnimationDamping, initialVelocity: velocity)) {
                       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:829:24: note: add 'if #available' version check
        withAnimation(.interpolatingSpring(stiffness: options.offsetExpandAnimationStiffness, damping: options.offsetExpandAnimationDamping, initialVelocity: velocity)) {
                       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:828:10: note: add @available attribute to enclosing instance method
    func expand(side: SwipeSide, velocity: Double) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:793:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:832:17: error: setter for 'savedOffset' is only available in macOS 10.15 or newer
                savedOffset = leadingExpandedOffset
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:832:17: note: add 'if #available' version check
                savedOffset = leadingExpandedOffset
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:828:10: note: add @available attribute to enclosing instance method
    func expand(side: SwipeSide, velocity: Double) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:793:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:834:17: error: setter for 'savedOffset' is only available in macOS 10.15 or newer
                savedOffset = trailingExpandedOffset
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:834:17: note: add 'if #available' version check
                savedOffset = trailingExpandedOffset
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:828:10: note: add @available attribute to enclosing instance method
    func expand(side: SwipeSide, velocity: Double) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:793:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:836:13: error: setter for 'currentOffset' is only available in macOS 10.15 or newer
            currentOffset = 0
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:836:13: note: add 'if #available' version check
            currentOffset = 0
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:828:10: note: add @available attribute to enclosing instance method
    func expand(side: SwipeSide, velocity: Double) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:793:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:846:9: error: setter for 'latestDragGestureValueBackup' is only available in macOS 10.15 or newer
        latestDragGestureValueBackup = value
        ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:846:9: note: add 'if #available' version check
        latestDragGestureValueBackup = value
        ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:844:10: note: add @available attribute to enclosing instance method
    func onChanged(value: DragGesture.Value) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:843:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:852:17: error: setter for 'currentSide' is only available in macOS 10.15 or newer
                currentSide = .leading
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:852:17: note: add 'if #available' version check
                currentSide = .leading
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:844:10: note: add @available attribute to enclosing instance method
    func onChanged(value: DragGesture.Value) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:843:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:854:17: error: setter for 'currentSide' is only available in macOS 10.15 or newer
                currentSide = .trailing
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:854:17: note: add 'if #available' version check
                currentSide = .trailing
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:844:10: note: add @available attribute to enclosing instance method
    func onChanged(value: DragGesture.Value) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:843:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:867:13: error: setter for 'currentOffset' is only available in macOS 10.15 or newer
            currentOffset = constrainedExceededOffset - savedOffset
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:867:13: note: add 'if #available' version check
            currentOffset = constrainedExceededOffset - savedOffset
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:844:10: note: add @available attribute to enclosing instance method
    func onChanged(value: DragGesture.Value) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:843:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:868:13: error: setter for 'leadingState' is only available in macOS 10.15 or newer
            leadingState = nil
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:868:13: note: add 'if #available' version check
            leadingState = nil
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:844:10: note: add @available attribute to enclosing instance method
    func onChanged(value: DragGesture.Value) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:843:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:869:13: error: setter for 'trailingState' is only available in macOS 10.15 or newer
            trailingState = nil
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:869:13: note: add 'if #available' version check
            trailingState = nil
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:844:10: note: add @available attribute to enclosing instance method
    func onChanged(value: DragGesture.Value) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:843:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:872:13: error: setter for 'currentOffset' is only available in macOS 10.15 or newer
            currentOffset = constrainedExceededOffset - savedOffset
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:872:13: note: add 'if #available' version check
            currentOffset = constrainedExceededOffset - savedOffset
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:844:10: note: add @available attribute to enclosing instance method
    func onChanged(value: DragGesture.Value) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:843:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:873:13: error: setter for 'leadingState' is only available in macOS 10.15 or newer
            leadingState = nil
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:873:13: note: add 'if #available' version check
            leadingState = nil
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:844:10: note: add @available attribute to enclosing instance method
    func onChanged(value: DragGesture.Value) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:843:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:874:13: error: setter for 'trailingState' is only available in macOS 10.15 or newer
            trailingState = nil
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:874:13: note: add 'if #available' version check
            trailingState = nil
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:844:10: note: add @available attribute to enclosing instance method
    func onChanged(value: DragGesture.Value) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:843:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:882:21: error: setter for 'currentOffset' is only available in macOS 10.15 or newer
                    currentOffset = value.translation.width
                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:882:21: note: add 'if #available' version check
                    currentOffset = value.translation.width
                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:844:10: note: add @available attribute to enclosing instance method
    func onChanged(value: DragGesture.Value) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:843:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:883:21: error: setter for 'leadingState' is only available in macOS 10.15 or newer
                    leadingState = .triggering
                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:883:21: note: add 'if #available' version check
                    leadingState = .triggering
                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:844:10: note: add @available attribute to enclosing instance method
    func onChanged(value: DragGesture.Value) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:843:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:884:21: error: setter for 'trailingState' is only available in macOS 10.15 or newer
                    trailingState = nil
                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:884:21: note: add 'if #available' version check
                    trailingState = nil
                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:844:10: note: add @available attribute to enclosing instance method
    func onChanged(value: DragGesture.Value) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:843:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:889:21: error: setter for 'currentOffset' is only available in macOS 10.15 or newer
                    currentOffset = constrainedTotalOffset - savedOffset
                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:889:21: note: add 'if #available' version check
                    currentOffset = constrainedTotalOffset - savedOffset
                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:844:10: note: add @available attribute to enclosing instance method
    func onChanged(value: DragGesture.Value) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:843:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:890:21: error: setter for 'leadingState' is only available in macOS 10.15 or newer
                    leadingState = nil
                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:890:21: note: add 'if #available' version check
                    leadingState = nil
                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:844:10: note: add @available attribute to enclosing instance method
    func onChanged(value: DragGesture.Value) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:843:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:891:21: error: setter for 'trailingState' is only available in macOS 10.15 or newer
                    trailingState = nil
                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:891:21: note: add 'if #available' version check
                    trailingState = nil
                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:844:10: note: add @available attribute to enclosing instance method
    func onChanged(value: DragGesture.Value) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:843:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:898:21: error: setter for 'currentOffset' is only available in macOS 10.15 or newer
                    currentOffset = value.translation.width
                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:898:21: note: add 'if #available' version check
                    currentOffset = value.translation.width
                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:844:10: note: add @available attribute to enclosing instance method
    func onChanged(value: DragGesture.Value) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:843:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:899:21: error: setter for 'trailingState' is only available in macOS 10.15 or newer
                    trailingState = .triggering
                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:899:21: note: add 'if #available' version check
                    trailingState = .triggering
                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:844:10: note: add @available attribute to enclosing instance method
    func onChanged(value: DragGesture.Value) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:843:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:900:21: error: setter for 'leadingState' is only available in macOS 10.15 or newer
                    leadingState = nil
                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:900:21: note: add 'if #available' version check
                    leadingState = nil
                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:844:10: note: add @available attribute to enclosing instance method
    func onChanged(value: DragGesture.Value) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:843:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:905:21: error: setter for 'currentOffset' is only available in macOS 10.15 or newer
                    currentOffset = constrainedTotalOffset - savedOffset
                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:905:21: note: add 'if #available' version check
                    currentOffset = constrainedTotalOffset - savedOffset
                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:844:10: note: add @available attribute to enclosing instance method
    func onChanged(value: DragGesture.Value) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:843:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:906:21: error: setter for 'leadingState' is only available in macOS 10.15 or newer
                    leadingState = nil
                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:906:21: note: add 'if #available' version check
                    leadingState = nil
                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:844:10: note: add @available attribute to enclosing instance method
    func onChanged(value: DragGesture.Value) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:843:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:907:21: error: setter for 'trailingState' is only available in macOS 10.15 or newer
                    trailingState = nil
                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:907:21: note: add 'if #available' version check
                    trailingState = nil
                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:844:10: note: add @available attribute to enclosing instance method
    func onChanged(value: DragGesture.Value) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:843:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:913:17: error: setter for 'currentOffset' is only available in macOS 10.15 or newer
                currentOffset = value.translation.width
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:913:17: note: add 'if #available' version check
                currentOffset = value.translation.width
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:844:10: note: add @available attribute to enclosing instance method
    func onChanged(value: DragGesture.Value) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:843:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:914:17: error: setter for 'leadingState' is only available in macOS 10.15 or newer
                leadingState = nil
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:914:17: note: add 'if #available' version check
                leadingState = nil
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:844:10: note: add @available attribute to enclosing instance method
    func onChanged(value: DragGesture.Value) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:843:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:915:17: error: setter for 'trailingState' is only available in macOS 10.15 or newer
                trailingState = nil
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:915:17: note: add 'if #available' version check
                trailingState = nil
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:844:10: note: add @available attribute to enclosing instance method
    func onChanged(value: DragGesture.Value) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:843:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:921:9: error: setter for 'latestDragGestureValueBackup' is only available in macOS 10.15 or newer
        latestDragGestureValueBackup = nil
        ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:921:9: note: add 'if #available' version check
        latestDragGestureValueBackup = nil
        ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:920:10: note: add @available attribute to enclosing instance method
    func onEnded(value: DragGesture.Value) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:843:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:932:13: error: setter for 'currentSide' is only available in macOS 10.15 or newer
            currentSide = nil
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:932:13: note: add 'if #available' version check
            currentSide = nil
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:927:10: note: add @available attribute to enclosing instance method
    func end(value: DragGesture.Value, velocity: CGFloat) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:843:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:933:13: error: setter for 'leadingState' is only available in macOS 10.15 or newer
            leadingState = .closed
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:933:13: note: add 'if #available' version check
            leadingState = .closed
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:927:10: note: add @available attribute to enclosing instance method
    func end(value: DragGesture.Value, velocity: CGFloat) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:843:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:934:13: error: setter for 'trailingState' is only available in macOS 10.15 or newer
            trailingState = .closed
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:934:13: note: add 'if #available' version check
            trailingState = .closed
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:927:10: note: add @available attribute to enclosing instance method
    func end(value: DragGesture.Value, velocity: CGFloat) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:843:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:940:13: error: setter for 'trailingState' is only available in macOS 10.15 or newer
            trailingState = .triggered
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:940:13: note: add 'if #available' version check
            trailingState = .triggered
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:927:10: note: add @available attribute to enclosing instance method
    func end(value: DragGesture.Value, velocity: CGFloat) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:843:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:943:13: error: setter for 'leadingState' is only available in macOS 10.15 or newer
            leadingState = .triggered
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:943:13: note: add 'if #available' version check
            leadingState = .triggered
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:927:10: note: add @available attribute to enclosing instance method
    func end(value: DragGesture.Value, velocity: CGFloat) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:843:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:947:17: error: setter for 'leadingState' is only available in macOS 10.15 or newer
                leadingState = .expanded
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:947:17: note: add 'if #available' version check
                leadingState = .expanded
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:927:10: note: add @available attribute to enclosing instance method
    func end(value: DragGesture.Value, velocity: CGFloat) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:843:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:950:17: error: setter for 'trailingState' is only available in macOS 10.15 or newer
                trailingState = .expanded
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:950:17: note: add 'if #available' version check
                trailingState = .expanded
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:927:10: note: add @available attribute to enclosing instance method
    func end(value: DragGesture.Value, velocity: CGFloat) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:843:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:953:17: error: setter for 'currentSide' is only available in macOS 10.15 or newer
                currentSide = nil
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:953:17: note: add 'if #available' version check
                currentSide = nil
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:927:10: note: add @available attribute to enclosing instance method
    func end(value: DragGesture.Value, velocity: CGFloat) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:843:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:954:17: error: setter for 'leadingState' is only available in macOS 10.15 or newer
                leadingState = .closed
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:954:17: note: add 'if #available' version check
                leadingState = .closed
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:927:10: note: add @available attribute to enclosing instance method
    func end(value: DragGesture.Value, velocity: CGFloat) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:843:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:955:17: error: setter for 'trailingState' is only available in macOS 10.15 or newer
                trailingState = .closed
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:955:17: note: add 'if #available' version check
                trailingState = .closed
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:927:10: note: add @available attribute to enclosing instance method
    func end(value: DragGesture.Value, velocity: CGFloat) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:843:1: note: add @available attribute to enclosing extension
extension SwipeView {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:976:14: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
        self.init(action: action) { highlight in
             ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:976:14: note: add 'if #available' version check
        self.init(action: action) { highlight in
             ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:970:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:969:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == Text, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:976:14: warning: conformance of 'Color' to 'View' is only available in macOS 10.15 or newer
        self.init(action: action) { highlight in
             ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:976:14: note: add 'if #available' version check
        self.init(action: action) { highlight in
             ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:970:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:969:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == Text, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:977:13: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
            Text(title)
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:977:13: note: add 'if #available' version check
            Text(title)
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:970:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:969:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == Text, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:977:13: error: 'Text' is only available in macOS 10.15 or newer
            Text(title)
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:977:13: note: add 'if #available' version check
            Text(title)
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:970:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:969:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == Text, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:977:13: error: 'init(_:tableName:bundle:comment:)' is only available in macOS 10.15 or newer
            Text(title)
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:977:13: note: add 'if #available' version check
            Text(title)
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:970:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:969:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == Text, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:976:35: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
        self.init(action: action) { highlight in
                                  ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:976:35: note: add 'if #available' version check
        self.init(action: action) { highlight in
                                  ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:970:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:969:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == Text, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:980:18: warning: conformance of 'Color' to 'View' is only available in macOS 10.15 or newer
                .opacity(highlight ? highlightOpacity : 1)
                 ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:980:18: note: add 'if #available' version check
                .opacity(highlight ? highlightOpacity : 1)
                 ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:970:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:969:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == Text, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:980:18: error: 'opacity' is only available in macOS 10.15 or newer
                .opacity(highlight ? highlightOpacity : 1)
                 ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:980:18: note: add 'if #available' version check
                .opacity(highlight ? highlightOpacity : 1)
                 ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:970:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:969:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == Text, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:978:23: warning: conformance of 'Color' to 'View' is only available in macOS 10.15 or newer
        } background: { highlight in
                      ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:978:23: note: add 'if #available' version check
        } background: { highlight in
                      ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:970:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:969:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == Text, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:992:14: warning: conformance of 'Image' to 'View' is only available in macOS 10.15 or newer
        self.init(action: action) { highlight in
             ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:992:14: note: add 'if #available' version check
        self.init(action: action) { highlight in
             ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:986:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:985:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == Image, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:992:14: warning: conformance of 'Color' to 'View' is only available in macOS 10.15 or newer
        self.init(action: action) { highlight in
             ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:992:14: note: add 'if #available' version check
        self.init(action: action) { highlight in
             ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:986:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:985:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == Image, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:993:13: warning: conformance of 'Image' to 'View' is only available in macOS 10.15 or newer
            Image(systemName: systemImage)
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:993:13: note: add 'if #available' version check
            Image(systemName: systemImage)
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:986:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:985:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == Image, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:993:13: error: 'Image' is only available in macOS 10.15 or newer
            Image(systemName: systemImage)
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:993:13: note: add 'if #available' version check
            Image(systemName: systemImage)
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:986:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:985:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == Image, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:993:13: error: 'init(systemName:)' is only available in macOS 11.0 or newer
            Image(systemName: systemImage)
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:993:13: note: add 'if #available' version check
            Image(systemName: systemImage)
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:986:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:985:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == Image, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:992:35: warning: conformance of 'Image' to 'View' is only available in macOS 10.15 or newer
        self.init(action: action) { highlight in
                                  ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:992:35: note: add 'if #available' version check
        self.init(action: action) { highlight in
                                  ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:986:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:985:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == Image, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:996:18: warning: conformance of 'Color' to 'View' is only available in macOS 10.15 or newer
                .opacity(highlight ? highlightOpacity : 1)
                 ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:996:18: note: add 'if #available' version check
                .opacity(highlight ? highlightOpacity : 1)
                 ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:986:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:985:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == Image, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:996:18: error: 'opacity' is only available in macOS 10.15 or newer
                .opacity(highlight ? highlightOpacity : 1)
                 ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:996:18: note: add 'if #available' version check
                .opacity(highlight ? highlightOpacity : 1)
                 ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:986:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:985:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == Image, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:994:23: warning: conformance of 'Color' to 'View' is only available in macOS 10.15 or newer
        } background: { highlight in
                      ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:994:23: note: add 'if #available' version check
        } background: { highlight in
                      ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:986:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:985:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == Image, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1010:14: warning: conformance of 'Color' to 'View' is only available in macOS 10.15 or newer
        self.init(action: action) { highlight in
             ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1010:14: note: add 'if #available' version check
        self.init(action: action) { highlight in
             ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1002:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1001:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == VStack<TupleView<(ModifiedContent<Image, _EnvironmentKeyWritingModifier<Font?>>, Text)>>, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1011:13: error: 'VStack' is only available in macOS 10.15 or newer
            VStack(spacing: 8) {
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1011:13: note: add 'if #available' version check
            VStack(spacing: 8) {
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1002:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1001:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == VStack<TupleView<(ModifiedContent<Image, _EnvironmentKeyWritingModifier<Font?>>, Text)>>, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1013:38: warning: conformance of 'ModifiedContent<Content, Modifier>' to 'View' is only available in macOS 10.15 or newer
                    .font(imageFont) as! ModifiedContent<Image, _EnvironmentKeyWritingModifier<Font?>>
                                     ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1013:38: note: add 'if #available' version check
                    .font(imageFont) as! ModifiedContent<Image, _EnvironmentKeyWritingModifier<Font?>>
                                     ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1002:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1001:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == VStack<TupleView<(ModifiedContent<Image, _EnvironmentKeyWritingModifier<Font?>>, Text)>>, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1013:42: error: 'ModifiedContent' is only available in macOS 10.15 or newer
                    .font(imageFont) as! ModifiedContent<Image, _EnvironmentKeyWritingModifier<Font?>>
                                         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1013:42: note: add 'if #available' version check
                    .font(imageFont) as! ModifiedContent<Image, _EnvironmentKeyWritingModifier<Font?>>
                                         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1002:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1001:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == VStack<TupleView<(ModifiedContent<Image, _EnvironmentKeyWritingModifier<Font?>>, Text)>>, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1012:17: error: 'Image' is only available in macOS 10.15 or newer
                Image(systemName: systemImage)
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1012:17: note: add 'if #available' version check
                Image(systemName: systemImage)
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1002:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1001:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == VStack<TupleView<(ModifiedContent<Image, _EnvironmentKeyWritingModifier<Font?>>, Text)>>, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1012:17: error: 'init(systemName:)' is only available in macOS 11.0 or newer
                Image(systemName: systemImage)
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1012:17: note: add 'if #available' version check
                Image(systemName: systemImage)
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1002:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1001:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == VStack<TupleView<(ModifiedContent<Image, _EnvironmentKeyWritingModifier<Font?>>, Text)>>, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1013:22: error: 'font' is only available in macOS 10.15 or newer
                    .font(imageFont) as! ModifiedContent<Image, _EnvironmentKeyWritingModifier<Font?>>
                     ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1013:22: note: add 'if #available' version check
                    .font(imageFont) as! ModifiedContent<Image, _EnvironmentKeyWritingModifier<Font?>>
                     ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1002:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1001:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == VStack<TupleView<(ModifiedContent<Image, _EnvironmentKeyWritingModifier<Font?>>, Text)>>, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1015:17: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
                Text(title)
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1015:17: note: add 'if #available' version check
                Text(title)
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1002:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1001:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == VStack<TupleView<(ModifiedContent<Image, _EnvironmentKeyWritingModifier<Font?>>, Text)>>, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1015:17: error: 'Text' is only available in macOS 10.15 or newer
                Text(title)
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1015:17: note: add 'if #available' version check
                Text(title)
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1002:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1001:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == VStack<TupleView<(ModifiedContent<Image, _EnvironmentKeyWritingModifier<Font?>>, Text)>>, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1015:17: error: 'init(_:tableName:bundle:comment:)' is only available in macOS 10.15 or newer
                Text(title)
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1015:17: note: add 'if #available' version check
                Text(title)
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1002:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1001:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == VStack<TupleView<(ModifiedContent<Image, _EnvironmentKeyWritingModifier<Font?>>, Text)>>, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1011:32: warning: conformance of 'ModifiedContent<Content, Modifier>' to 'View' is only available in macOS 10.15 or newer
            VStack(spacing: 8) {
                               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1011:32: note: add 'if #available' version check
            VStack(spacing: 8) {
                               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1002:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1001:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == VStack<TupleView<(ModifiedContent<Image, _EnvironmentKeyWritingModifier<Font?>>, Text)>>, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1011:32: warning: conformance of 'Text' to 'View' is only available in macOS 10.15 or newer
            VStack(spacing: 8) {
                               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1011:32: note: add 'if #available' version check
            VStack(spacing: 8) {
                               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1002:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1001:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == VStack<TupleView<(ModifiedContent<Image, _EnvironmentKeyWritingModifier<Font?>>, Text)>>, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1019:18: warning: conformance of 'Color' to 'View' is only available in macOS 10.15 or newer
                .opacity(highlight ? highlightOpacity : 1)
                 ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1019:18: note: add 'if #available' version check
                .opacity(highlight ? highlightOpacity : 1)
                 ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1002:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1001:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == VStack<TupleView<(ModifiedContent<Image, _EnvironmentKeyWritingModifier<Font?>>, Text)>>, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1019:18: error: 'opacity' is only available in macOS 10.15 or newer
                .opacity(highlight ? highlightOpacity : 1)
                 ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1019:18: note: add 'if #available' version check
                .opacity(highlight ? highlightOpacity : 1)
                 ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1002:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1001:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == VStack<TupleView<(ModifiedContent<Image, _EnvironmentKeyWritingModifier<Font?>>, Text)>>, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1017:23: warning: conformance of 'Color' to 'View' is only available in macOS 10.15 or newer
        } background: { highlight in
                      ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1017:23: note: add 'if #available' version check
        } background: { highlight in
                      ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1002:5: note: add @available attribute to enclosing initializer
    init(
    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1001:8: note: add @available attribute to enclosing extension
public extension SwipeAction where Label == VStack<TupleView<(ModifiedContent<Image, _EnvironmentKeyWritingModifier<Font?>>, Text)>>, Background == Color {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1236:14: error: 'mask' is only available in macOS 10.15 or newer
            .mask(
             ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1236:14: note: add 'if #available' version check
            .mask(
             ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1234:17: note: add @available attribute to enclosing instance method
    public func body(content: Content) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1231:15: note: add @available attribute to enclosing struct
public struct SwipeDeleteModifier: ViewModifier {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1237:17: error: 'Color' is only available in macOS 10.15 or newer
                Color.clear.overlay(
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1237:17: note: add 'if #available' version check
                Color.clear.overlay(
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1234:17: note: add @available attribute to enclosing instance method
    public func body(content: Content) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1231:15: note: add @available attribute to enclosing struct
public struct SwipeDeleteModifier: ViewModifier {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1237:23: error: 'clear' is only available in macOS 10.15 or newer
                Color.clear.overlay(
                      ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1237:23: note: add 'if #available' version check
                Color.clear.overlay(
                      ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1234:17: note: add @available attribute to enclosing instance method
    public func body(content: Content) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1231:15: note: add @available attribute to enclosing struct
public struct SwipeDeleteModifier: ViewModifier {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1237:29: error: 'overlay(_:alignment:)' is only available in macOS 10.15 or newer
                Color.clear.overlay(
                            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1237:29: note: add 'if #available' version check
                Color.clear.overlay(
                            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1234:17: note: add @available attribute to enclosing instance method
    public func body(content: Content) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1231:15: note: add @available attribute to enclosing struct
public struct SwipeDeleteModifier: ViewModifier {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1239:33: error: 'top' is only available in macOS 10.15 or newer
                    alignment: .top
                                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1239:33: note: add 'if #available' version check
                    alignment: .top
                                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1234:17: note: add @available attribute to enclosing instance method
    public func body(content: Content) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1231:15: note: add @available attribute to enclosing struct
public struct SwipeDeleteModifier: ViewModifier {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1248:10: error: 'modifier(active:identity:)' is only available in macOS 10.15 or newer
        .modifier(
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1248:10: note: add 'if #available' version check
        .modifier(
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1247:16: note: add @available attribute to enclosing static property
    static var swipeDelete: AnyTransition {
               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1245:8: note: add @available attribute to enclosing extension
public extension AnyTransition {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1262:16: error: 'Path' is only available in macOS 10.15 or newer
        return Path(maskRect)
               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1262:16: note: add 'if #available' version check
        return Path(maskRect)
               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1259:17: note: add @available attribute to enclosing instance method
    public func path(in rect: CGRect) -> Path {
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1256:15: note: add @available attribute to enclosing struct
public struct SwipeDeleteMaskShape: Shape {
              ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1311:13: error: setter for 'previous' is only available in macOS 10.15 or newer
            previous = current
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1311:13: note: add 'if #available' version check
            previous = current
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1309:10: note: add @available attribute to enclosing instance method
    func update(_ value: DragGesture.Value) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1305:8: note: add @available attribute to enclosing struct
struct GestureVelocity: DynamicProperty {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1314:9: error: setter for 'current' is only available in macOS 10.15 or newer
        current = value
        ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1314:9: note: add 'if #available' version check
        current = value
        ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1309:10: note: add @available attribute to enclosing instance method
    func update(_ value: DragGesture.Value) {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1305:8: note: add @available attribute to enclosing struct
struct GestureVelocity: DynamicProperty {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1318:9: error: setter for 'previous' is only available in macOS 10.15 or newer
        previous = nil
        ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1318:9: note: add 'if #available' version check
        previous = nil
        ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1317:10: note: add @available attribute to enclosing instance method
    func reset() {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1305:8: note: add @available attribute to enclosing struct
struct GestureVelocity: DynamicProperty {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1319:9: error: setter for 'current' is only available in macOS 10.15 or newer
        current = nil
        ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1319:9: note: add 'if #available' version check
        current = nil
        ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1317:10: note: add @available attribute to enclosing instance method
    func reset() {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1305:8: note: add @available attribute to enclosing struct
struct GestureVelocity: DynamicProperty {
       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1354:9: error: 'onChanged' is only available in macOS 10.15 or newer
        onChanged { value in
        ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1354:9: note: add 'if #available' version check
        onChanged { value in
        ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1353:10: note: add @available attribute to enclosing instance method
    func updatingVelocity(_ velocity: GestureVelocity) -> _EndedGesture<_ChangedGesture<Self>> {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1352:1: note: add @available attribute to enclosing extension
extension Gesture where Value == DragGesture.Value {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1357:10: error: 'onEnded' is only available in macOS 10.15 or newer
        .onEnded { _ in
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1357:10: note: add 'if #available' version check
        .onEnded { _ in
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1353:10: note: add @available attribute to enclosing instance method
    func updatingVelocity(_ velocity: GestureVelocity) -> _EndedGesture<_ChangedGesture<Self>> {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1352:1: note: add @available attribute to enclosing extension
extension Gesture where Value == DragGesture.Value {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1370:16: error: 'background(_:alignment:)' is only available in macOS 10.15 or newer
        return background(
               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1370:16: note: add 'if #available' version check
        return background(
               ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1369:10: note: add @available attribute to enclosing instance method
    func readSize(size: @escaping (CGSize) -> Void) -> some View {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1368:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1371:13: error: 'GeometryReader' is only available in macOS 10.15 or newer
            GeometryReader { geometry in
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1371:13: note: add 'if #available' version check
            GeometryReader { geometry in
            ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1369:10: note: add @available attribute to enclosing instance method
    func readSize(size: @escaping (CGSize) -> Void) -> some View {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1368:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1372:17: error: 'Color' is only available in macOS 10.15 or newer
                Color.clear
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1372:17: note: add 'if #available' version check
                Color.clear
                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1369:10: note: add @available attribute to enclosing instance method
    func readSize(size: @escaping (CGSize) -> Void) -> some View {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1368:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1372:23: error: 'clear' is only available in macOS 10.15 or newer
                Color.clear
                      ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1372:23: note: add 'if #available' version check
                Color.clear
                      ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1369:10: note: add @available attribute to enclosing instance method
    func readSize(size: @escaping (CGSize) -> Void) -> some View {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1368:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1373:22: error: 'preference(key:value:)' is only available in macOS 10.15 or newer
                    .preference(key: ContentSizeReaderPreferenceKey.self, value: geometry.size)
                     ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1373:22: note: add 'if #available' version check
                    .preference(key: ContentSizeReaderPreferenceKey.self, value: geometry.size)
                     ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1369:10: note: add @available attribute to enclosing instance method
    func readSize(size: @escaping (CGSize) -> Void) -> some View {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1368:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1374:22: error: 'onPreferenceChange(_:perform:)' is only available in macOS 10.15 or newer
                    .onPreferenceChange(ContentSizeReaderPreferenceKey.self) { newValue in
                     ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1374:22: note: add 'if #available' version check
                    .onPreferenceChange(ContentSizeReaderPreferenceKey.self) { newValue in
                     ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1369:10: note: add @available attribute to enclosing instance method
    func readSize(size: @escaping (CGSize) -> Void) -> some View {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1368:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1380:14: error: 'hidden()' is only available in macOS 10.15 or newer
            .hidden()
             ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1380:14: note: add 'if #available' version check
            .hidden()
             ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1369:10: note: add @available attribute to enclosing instance method
    func readSize(size: @escaping (CGSize) -> Void) -> some View {
         ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwipeActions.swift:1368:1: note: add @available attribute to enclosing extension
extension View {
^
error: fatalError
BUILD FAILURE 5.10 macosSpm