The Swift Package Index logo.Swift Package Index

Build Information

Failed to build adaptive_card_layout, reference 1.0.2 (dc57c7), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 21:37:49 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/softsuave-tech-matrix/adaptive_card_layout.git
Reference: 1.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/softsuave-tech-matrix/adaptive_card_layout
 * tag               1.0.2      -> FETCH_HEAD
HEAD is now at dc57c7a Updated the podspec file
Cloned https://github.com/softsuave-tech-matrix/adaptive_card_layout.git
Revision (git rev-parse @):
dc57c7a11ad0f441e0aa8422df48e285276d490c
SUCCESS checkout https://github.com/softsuave-tech-matrix/adaptive_card_layout.git at 1.0.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "adaptive_card_layout",
      "name": "adaptive_card_layout",
      "url": "https://github.com/softsuave-tech-matrix/adaptive_card_layout.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/adaptive_card_layout",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/softsuave-tech-matrix/adaptive_card_layout.git
[1/53] Fetching adaptive_card_layout
Fetched https://github.com/softsuave-tech-matrix/adaptive_card_layout.git from cache (0.63s)
Creating working copy for https://github.com/softsuave-tech-matrix/adaptive_card_layout.git
Working copy of https://github.com/softsuave-tech-matrix/adaptive_card_layout.git resolved at 1.0.2 (dc57c7a)
warning: '.resolve-product-dependencies': dependency 'adaptive_card_layout' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/softsuave-tech-matrix/adaptive_card_layout.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/5] Emitting module adaptive_card_layout
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:6:39: error: 'AnyView' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
    |                                       `- error: 'AnyView' is only available in macOS 10.15 or newer
  7 |     @Binding private var RowOrColumnNo: Int
  8 |     @Binding private var gridView: Bool
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:6:6: error: 'Binding' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
    |      `- error: 'Binding' is only available in macOS 10.15 or newer
  7 |     @Binding private var RowOrColumnNo: Int
  8 |     @Binding private var gridView: Bool
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:7:6: error: 'Binding' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    |      `- error: 'Binding' is only available in macOS 10.15 or newer
  8 |     @Binding private var gridView: Bool
  9 |
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:8:6: error: 'Binding' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
  8 |     @Binding private var gridView: Bool
    |      `- error: 'Binding' is only available in macOS 10.15 or newer
  9 |
 10 |
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:21:29: error: 'Binding' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 19 |
 20 |
 21 |     public init(viewsArray: Binding<[AnyView]>,
    |            |                `- error: 'Binding' is only available in macOS 10.15 or newer
    |            `- note: add '@available' attribute to enclosing initializer
 22 |                 scale: Bool = true,
 23 |                 scaleFactor: CGFloat = 1.2,
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:27:27: error: 'Binding' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 19 |
 20 |
 21 |     public init(viewsArray: Binding<[AnyView]>,
    |            `- note: add '@available' attribute to enclosing initializer
 22 |                 scale: Bool = true,
 23 |                 scaleFactor: CGFloat = 1.2,
    :
 25 |                 frameHeight: CGFloat = 150,
 26 |                 additionalFrameHeight: CGFloat = 30,
 27 |                 gridView: Binding<Bool>,
    |                           `- error: 'Binding' is only available in macOS 10.15 or newer
 28 |                 RowOrcolumnNo: Binding<Int>,
 29 |                 verticalSpacing:CGFloat = 10,
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:28:32: error: 'Binding' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 19 |
 20 |
 21 |     public init(viewsArray: Binding<[AnyView]>,
    |            `- note: add '@available' attribute to enclosing initializer
 22 |                 scale: Bool = true,
 23 |                 scaleFactor: CGFloat = 1.2,
    :
 26 |                 additionalFrameHeight: CGFloat = 30,
 27 |                 gridView: Binding<Bool>,
 28 |                 RowOrcolumnNo: Binding<Int>,
    |                                `- error: 'Binding' is only available in macOS 10.15 or newer
 29 |                 verticalSpacing:CGFloat = 10,
 30 |                 HorizontalSpacing:CGFloat = 10,
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:47:27: error: 'View' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                |          `- error: 'View' is only available in macOS 10.15 or newer
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:123:40: error: 'GeometryProxy' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
121 |
122 |     // Helper function for scaling effect for views
123 |     private func scaleFactor(geometry: GeometryProxy) -> CGFloat {
    |                  |                     `- error: 'GeometryProxy' is only available in macOS 10.15 or newer
    |                  `- note: add '@available' attribute to enclosing instance method
124 |         if scale {
125 |             let midX = geometry.frame(in: .global).midX
[4/5] Compiling adaptive_card_layout adaptive_card_layout.swift
[5/5] Compiling adaptive_card_layout CardView.swift
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:6:39: error: 'AnyView' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
    |                                       `- error: 'AnyView' is only available in macOS 10.15 or newer
  7 |     @Binding private var RowOrColumnNo: Int
  8 |     @Binding private var gridView: Bool
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:6:6: error: 'Binding' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
    |      `- error: 'Binding' is only available in macOS 10.15 or newer
  7 |     @Binding private var RowOrColumnNo: Int
  8 |     @Binding private var gridView: Bool
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:7:6: error: 'Binding' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    |      `- error: 'Binding' is only available in macOS 10.15 or newer
  8 |     @Binding private var gridView: Bool
  9 |
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:8:6: error: 'Binding' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
  8 |     @Binding private var gridView: Bool
    |      `- error: 'Binding' is only available in macOS 10.15 or newer
  9 |
 10 |
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:21:29: error: 'Binding' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 19 |
 20 |
 21 |     public init(viewsArray: Binding<[AnyView]>,
    |            |                `- error: 'Binding' is only available in macOS 10.15 or newer
    |            `- note: add '@available' attribute to enclosing initializer
 22 |                 scale: Bool = true,
 23 |                 scaleFactor: CGFloat = 1.2,
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:27:27: error: 'Binding' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 19 |
 20 |
 21 |     public init(viewsArray: Binding<[AnyView]>,
    |            `- note: add '@available' attribute to enclosing initializer
 22 |                 scale: Bool = true,
 23 |                 scaleFactor: CGFloat = 1.2,
    :
 25 |                 frameHeight: CGFloat = 150,
 26 |                 additionalFrameHeight: CGFloat = 30,
 27 |                 gridView: Binding<Bool>,
    |                           `- error: 'Binding' is only available in macOS 10.15 or newer
 28 |                 RowOrcolumnNo: Binding<Int>,
 29 |                 verticalSpacing:CGFloat = 10,
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:28:32: error: 'Binding' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 19 |
 20 |
 21 |     public init(viewsArray: Binding<[AnyView]>,
    |            `- note: add '@available' attribute to enclosing initializer
 22 |                 scale: Bool = true,
 23 |                 scaleFactor: CGFloat = 1.2,
    :
 26 |                 additionalFrameHeight: CGFloat = 30,
 27 |                 gridView: Binding<Bool>,
 28 |                 RowOrcolumnNo: Binding<Int>,
    |                                `- error: 'Binding' is only available in macOS 10.15 or newer
 29 |                 verticalSpacing:CGFloat = 10,
 30 |                 HorizontalSpacing:CGFloat = 10,
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:47:27: error: 'View' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                |          `- error: 'View' is only available in macOS 10.15 or newer
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:123:40: error: 'GeometryProxy' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
121 |
122 |     // Helper function for scaling effect for views
123 |     private func scaleFactor(geometry: GeometryProxy) -> CGFloat {
    |                  |                     `- error: 'GeometryProxy' is only available in macOS 10.15 or newer
    |                  `- note: add '@available' attribute to enclosing instance method
124 |         if scale {
125 |             let midX = geometry.frame(in: .global).midX
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:48:9: warning: conformance of '_ConditionalContent<TrueContent, FalseContent>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
    |         |- warning: conformance of '_ConditionalContent<TrueContent, FalseContent>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |         `- note: add 'if #available' version check
 49 |             VStack {
 50 |                 if gridView {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:48:9: error: 'ZStack' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
    |         |- error: 'ZStack' is only available in macOS 10.15 or newer
    |         `- note: add 'if #available' version check
 49 |             VStack {
 50 |                 if gridView {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:48:9: warning: conformance of '_ConditionalContent<TrueContent, FalseContent>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
    |         |- warning: conformance of '_ConditionalContent<TrueContent, FalseContent>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |         `- note: add 'if #available' version check
 49 |             VStack {
 50 |                 if gridView {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:48:17: warning: conformance of '_ConditionalContent<TrueContent, FalseContent>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
    |                 |- warning: conformance of '_ConditionalContent<TrueContent, FalseContent>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                 `- note: add 'if #available' version check
 49 |             VStack {
 50 |                 if gridView {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:48:17: warning: conformance of '_ConditionalContent<TrueContent, FalseContent>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
    |                 |- warning: conformance of '_ConditionalContent<TrueContent, FalseContent>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                 `- note: add 'if #available' version check
 49 |             VStack {
 50 |                 if gridView {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:48:17: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
    |                 |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                 `- note: add 'if #available' version check
 49 |             VStack {
 50 |                 if gridView {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:48:17: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
    |                 |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                 `- note: add 'if #available' version check
 49 |             VStack {
 50 |                 if gridView {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:48:17: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
    |                 |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                 `- note: add 'if #available' version check
 49 |             VStack {
 50 |                 if gridView {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:48:17: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
    |                 |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                 `- note: add 'if #available' version check
 49 |             VStack {
 50 |                 if gridView {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:48:17: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
    |                 |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                 `- note: add 'if #available' version check
 49 |             VStack {
 50 |                 if gridView {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:48:17: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
    |                 |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                 `- note: add 'if #available' version check
 49 |             VStack {
 50 |                 if gridView {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:48:17: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
    |                 |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                 `- note: add 'if #available' version check
 49 |             VStack {
 50 |                 if gridView {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:48:17: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
    |                 |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                 `- note: add 'if #available' version check
 49 |             VStack {
 50 |                 if gridView {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:48:17: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
    |                 |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                 `- note: add 'if #available' version check
 49 |             VStack {
 50 |                 if gridView {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:48:17: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
    |                 |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                 `- note: add 'if #available' version check
 49 |             VStack {
 50 |                 if gridView {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:48:17: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
    |                 |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                 `- note: add 'if #available' version check
 49 |             VStack {
 50 |                 if gridView {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:48:17: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
    |                 |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                 `- note: add 'if #available' version check
 49 |             VStack {
 50 |                 if gridView {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:48:17: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
    |                 |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                 `- note: add 'if #available' version check
 49 |             VStack {
 50 |                 if gridView {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:49:13: warning: conformance of '_ConditionalContent<TrueContent, FalseContent>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    |             |- warning: conformance of '_ConditionalContent<TrueContent, FalseContent>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |             `- note: add 'if #available' version check
 50 |                 if gridView {
 51 |                         ScrollView(.vertical, showsIndicators: false) {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:49:13: error: 'VStack' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    |             |- error: 'VStack' is only available in macOS 10.15 or newer
    |             `- note: add 'if #available' version check
 50 |                 if gridView {
 51 |                         ScrollView(.vertical, showsIndicators: false) {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:49:13: warning: conformance of '_ConditionalContent<TrueContent, FalseContent>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    |             |- warning: conformance of '_ConditionalContent<TrueContent, FalseContent>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |             `- note: add 'if #available' version check
 50 |                 if gridView {
 51 |                         ScrollView(.vertical, showsIndicators: false) {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:49:20: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    |                    |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                    `- note: add 'if #available' version check
 50 |                 if gridView {
 51 |                         ScrollView(.vertical, showsIndicators: false) {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:49:20: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    |                    |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                    `- note: add 'if #available' version check
 50 |                 if gridView {
 51 |                         ScrollView(.vertical, showsIndicators: false) {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:49:20: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    |                    |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                    `- note: add 'if #available' version check
 50 |                 if gridView {
 51 |                         ScrollView(.vertical, showsIndicators: false) {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:49:20: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    |                    |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                    `- note: add 'if #available' version check
 50 |                 if gridView {
 51 |                         ScrollView(.vertical, showsIndicators: false) {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:49:20: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    |                    |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                    `- note: add 'if #available' version check
 50 |                 if gridView {
 51 |                         ScrollView(.vertical, showsIndicators: false) {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:49:20: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    |                    |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                    `- note: add 'if #available' version check
 50 |                 if gridView {
 51 |                         ScrollView(.vertical, showsIndicators: false) {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:49:20: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    |                    |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                    `- note: add 'if #available' version check
 50 |                 if gridView {
 51 |                         ScrollView(.vertical, showsIndicators: false) {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:49:20: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    |                    |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                    `- note: add 'if #available' version check
 50 |                 if gridView {
 51 |                         ScrollView(.vertical, showsIndicators: false) {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:49:20: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    |                    |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                    `- note: add 'if #available' version check
 50 |                 if gridView {
 51 |                         ScrollView(.vertical, showsIndicators: false) {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:49:20: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    |                    |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                    `- note: add 'if #available' version check
 50 |                 if gridView {
 51 |                         ScrollView(.vertical, showsIndicators: false) {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:49:20: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    |                    |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                    `- note: add 'if #available' version check
 50 |                 if gridView {
 51 |                         ScrollView(.vertical, showsIndicators: false) {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:49:20: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    |                    |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                    `- note: add 'if #available' version check
 50 |                 if gridView {
 51 |                         ScrollView(.vertical, showsIndicators: false) {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:49:20: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    |                    |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                    `- note: add 'if #available' version check
 50 |                 if gridView {
 51 |                         ScrollView(.vertical, showsIndicators: false) {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:51:25: error: 'ScrollView' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
 50 |                 if gridView {
 51 |                         ScrollView(.vertical, showsIndicators: false) {
    |                         |- error: 'ScrollView' is only available in macOS 10.15 or newer
    |                         `- note: add 'if #available' version check
 52 |                             VStack(spacing: verticalSpacing) {
 53 |                                 ForEach(0..<rowsCount(), id: \.self) { rowIndex in
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:51:25: error: 'init(_:showsIndicators:content:)' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
 50 |                 if gridView {
 51 |                         ScrollView(.vertical, showsIndicators: false) {
    |                         |- error: 'init(_:showsIndicators:content:)' is only available in macOS 10.15 or newer
    |                         `- note: add 'if #available' version check
 52 |                             VStack(spacing: verticalSpacing) {
 53 |                                 ForEach(0..<rowsCount(), id: \.self) { rowIndex in
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:51:71: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
 50 |                 if gridView {
 51 |                         ScrollView(.vertical, showsIndicators: false) {
    |                                                                       |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                                                                       `- note: add 'if #available' version check
 52 |                             VStack(spacing: verticalSpacing) {
 53 |                                 ForEach(0..<rowsCount(), id: \.self) { rowIndex in
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:51:71: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
 50 |                 if gridView {
 51 |                         ScrollView(.vertical, showsIndicators: false) {
    |                                                                       |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                                                                       `- note: add 'if #available' version check
 52 |                             VStack(spacing: verticalSpacing) {
 53 |                                 ForEach(0..<rowsCount(), id: \.self) { rowIndex in
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:51:71: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
 50 |                 if gridView {
 51 |                         ScrollView(.vertical, showsIndicators: false) {
    |                                                                       |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                                                                       `- note: add 'if #available' version check
 52 |                             VStack(spacing: verticalSpacing) {
 53 |                                 ForEach(0..<rowsCount(), id: \.self) { rowIndex in
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:51:71: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
 50 |                 if gridView {
 51 |                         ScrollView(.vertical, showsIndicators: false) {
    |                                                                       |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                                                                       `- note: add 'if #available' version check
 52 |                             VStack(spacing: verticalSpacing) {
 53 |                                 ForEach(0..<rowsCount(), id: \.self) { rowIndex in
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:51:71: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
 50 |                 if gridView {
 51 |                         ScrollView(.vertical, showsIndicators: false) {
    |                                                                       |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                                                                       `- note: add 'if #available' version check
 52 |                             VStack(spacing: verticalSpacing) {
 53 |                                 ForEach(0..<rowsCount(), id: \.self) { rowIndex in
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:51:71: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
 50 |                 if gridView {
 51 |                         ScrollView(.vertical, showsIndicators: false) {
    |                                                                       |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                                                                       `- note: add 'if #available' version check
 52 |                             VStack(spacing: verticalSpacing) {
 53 |                                 ForEach(0..<rowsCount(), id: \.self) { rowIndex in
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:52:29: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
 50 |                 if gridView {
 51 |                         ScrollView(.vertical, showsIndicators: false) {
 52 |                             VStack(spacing: verticalSpacing) {
    |                             |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                             `- note: add 'if #available' version check
 53 |                                 ForEach(0..<rowsCount(), id: \.self) { rowIndex in
 54 |                                     ScrollView(.horizontal, showsIndicators: false) {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:52:29: error: 'VStack' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
 50 |                 if gridView {
 51 |                         ScrollView(.vertical, showsIndicators: false) {
 52 |                             VStack(spacing: verticalSpacing) {
    |                             |- error: 'VStack' is only available in macOS 10.15 or newer
    |                             `- note: add 'if #available' version check
 53 |                                 ForEach(0..<rowsCount(), id: \.self) { rowIndex in
 54 |                                     ScrollView(.horizontal, showsIndicators: false) {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:52:29: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
 50 |                 if gridView {
 51 |                         ScrollView(.vertical, showsIndicators: false) {
 52 |                             VStack(spacing: verticalSpacing) {
    |                             |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                             `- note: add 'if #available' version check
 53 |                                 ForEach(0..<rowsCount(), id: \.self) { rowIndex in
 54 |                                     ScrollView(.horizontal, showsIndicators: false) {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:52:62: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
 50 |                 if gridView {
 51 |                         ScrollView(.vertical, showsIndicators: false) {
 52 |                             VStack(spacing: verticalSpacing) {
    |                                                              |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                                                              `- note: add 'if #available' version check
 53 |                                 ForEach(0..<rowsCount(), id: \.self) { rowIndex in
 54 |                                     ScrollView(.horizontal, showsIndicators: false) {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:52:62: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
 50 |                 if gridView {
 51 |                         ScrollView(.vertical, showsIndicators: false) {
 52 |                             VStack(spacing: verticalSpacing) {
    |                                                              |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                                                              `- note: add 'if #available' version check
 53 |                                 ForEach(0..<rowsCount(), id: \.self) { rowIndex in
 54 |                                     ScrollView(.horizontal, showsIndicators: false) {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:52:62: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
 50 |                 if gridView {
 51 |                         ScrollView(.vertical, showsIndicators: false) {
 52 |                             VStack(spacing: verticalSpacing) {
    |                                                              |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                                                              `- note: add 'if #available' version check
 53 |                                 ForEach(0..<rowsCount(), id: \.self) { rowIndex in
 54 |                                     ScrollView(.horizontal, showsIndicators: false) {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:52:62: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
 50 |                 if gridView {
 51 |                         ScrollView(.vertical, showsIndicators: false) {
 52 |                             VStack(spacing: verticalSpacing) {
    |                                                              |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                                                              `- note: add 'if #available' version check
 53 |                                 ForEach(0..<rowsCount(), id: \.self) { rowIndex in
 54 |                                     ScrollView(.horizontal, showsIndicators: false) {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:53:33: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 51 |                         ScrollView(.vertical, showsIndicators: false) {
 52 |                             VStack(spacing: verticalSpacing) {
 53 |                                 ForEach(0..<rowsCount(), id: \.self) { rowIndex in
    |                                 |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                                 `- note: add 'if #available' version check
 54 |                                     ScrollView(.horizontal, showsIndicators: false) {
 55 |                                         HStack(spacing: horizontalSpacing) {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:53:33: error: 'ForEach' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 51 |                         ScrollView(.vertical, showsIndicators: false) {
 52 |                             VStack(spacing: verticalSpacing) {
 53 |                                 ForEach(0..<rowsCount(), id: \.self) { rowIndex in
    |                                 |- error: 'ForEach' is only available in macOS 10.15 or newer
    |                                 `- note: add 'if #available' version check
 54 |                                     ScrollView(.horizontal, showsIndicators: false) {
 55 |                                         HStack(spacing: horizontalSpacing) {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:53:33: error: 'init(_:id:content:)' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 51 |                         ScrollView(.vertical, showsIndicators: false) {
 52 |                             VStack(spacing: verticalSpacing) {
 53 |                                 ForEach(0..<rowsCount(), id: \.self) { rowIndex in
    |                                 |- error: 'init(_:id:content:)' is only available in macOS 10.15 or newer
    |                                 `- note: add 'if #available' version check
 54 |                                     ScrollView(.horizontal, showsIndicators: false) {
 55 |                                         HStack(spacing: horizontalSpacing) {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:53:70: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 51 |                         ScrollView(.vertical, showsIndicators: false) {
 52 |                             VStack(spacing: verticalSpacing) {
 53 |                                 ForEach(0..<rowsCount(), id: \.self) { rowIndex in
    |                                                                      |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                                                                      `- note: add 'if #available' version check
 54 |                                     ScrollView(.horizontal, showsIndicators: false) {
 55 |                                         HStack(spacing: horizontalSpacing) {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:53:70: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 51 |                         ScrollView(.vertical, showsIndicators: false) {
 52 |                             VStack(spacing: verticalSpacing) {
 53 |                                 ForEach(0..<rowsCount(), id: \.self) { rowIndex in
    |                                                                      |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                                                                      `- note: add 'if #available' version check
 54 |                                     ScrollView(.horizontal, showsIndicators: false) {
 55 |                                         HStack(spacing: horizontalSpacing) {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:53:70: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 51 |                         ScrollView(.vertical, showsIndicators: false) {
 52 |                             VStack(spacing: verticalSpacing) {
 53 |                                 ForEach(0..<rowsCount(), id: \.self) { rowIndex in
    |                                                                      |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                                                                      `- note: add 'if #available' version check
 54 |                                     ScrollView(.horizontal, showsIndicators: false) {
 55 |                                         HStack(spacing: horizontalSpacing) {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:53:70: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 51 |                         ScrollView(.vertical, showsIndicators: false) {
 52 |                             VStack(spacing: verticalSpacing) {
 53 |                                 ForEach(0..<rowsCount(), id: \.self) { rowIndex in
    |                                                                      |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                                                                      `- note: add 'if #available' version check
 54 |                                     ScrollView(.horizontal, showsIndicators: false) {
 55 |                                         HStack(spacing: horizontalSpacing) {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:54:37: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 52 |                             VStack(spacing: verticalSpacing) {
 53 |                                 ForEach(0..<rowsCount(), id: \.self) { rowIndex in
 54 |                                     ScrollView(.horizontal, showsIndicators: false) {
    |                                     |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                                     `- note: add 'if #available' version check
 55 |                                         HStack(spacing: horizontalSpacing) {
 56 |                                             ForEach(rowViews(for: rowIndex), id: \.self) { viewIndex in
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:54:37: error: 'ScrollView' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 52 |                             VStack(spacing: verticalSpacing) {
 53 |                                 ForEach(0..<rowsCount(), id: \.self) { rowIndex in
 54 |                                     ScrollView(.horizontal, showsIndicators: false) {
    |                                     |- error: 'ScrollView' is only available in macOS 10.15 or newer
    |                                     `- note: add 'if #available' version check
 55 |                                         HStack(spacing: horizontalSpacing) {
 56 |                                             ForEach(rowViews(for: rowIndex), id: \.self) { viewIndex in
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:54:37: error: 'init(_:showsIndicators:content:)' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 52 |                             VStack(spacing: verticalSpacing) {
 53 |                                 ForEach(0..<rowsCount(), id: \.self) { rowIndex in
 54 |                                     ScrollView(.horizontal, showsIndicators: false) {
    |                                     |- error: 'init(_:showsIndicators:content:)' is only available in macOS 10.15 or newer
    |                                     `- note: add 'if #available' version check
 55 |                                         HStack(spacing: horizontalSpacing) {
 56 |                                             ForEach(rowViews(for: rowIndex), id: \.self) { viewIndex in
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:54:85: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 52 |                             VStack(spacing: verticalSpacing) {
 53 |                                 ForEach(0..<rowsCount(), id: \.self) { rowIndex in
 54 |                                     ScrollView(.horizontal, showsIndicators: false) {
    |                                                                                     |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                                                                                     `- note: add 'if #available' version check
 55 |                                         HStack(spacing: horizontalSpacing) {
 56 |                                             ForEach(rowViews(for: rowIndex), id: \.self) { viewIndex in
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:54:85: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 52 |                             VStack(spacing: verticalSpacing) {
 53 |                                 ForEach(0..<rowsCount(), id: \.self) { rowIndex in
 54 |                                     ScrollView(.horizontal, showsIndicators: false) {
    |                                                                                     |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                                                                                     `- note: add 'if #available' version check
 55 |                                         HStack(spacing: horizontalSpacing) {
 56 |                                             ForEach(rowViews(for: rowIndex), id: \.self) { viewIndex in
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:55:41: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 53 |                                 ForEach(0..<rowsCount(), id: \.self) { rowIndex in
 54 |                                     ScrollView(.horizontal, showsIndicators: false) {
 55 |                                         HStack(spacing: horizontalSpacing) {
    |                                         |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                                         `- note: add 'if #available' version check
 56 |                                             ForEach(rowViews(for: rowIndex), id: \.self) { viewIndex in
 57 |                                                 viewsArray[viewIndex]
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:55:41: error: 'HStack' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 53 |                                 ForEach(0..<rowsCount(), id: \.self) { rowIndex in
 54 |                                     ScrollView(.horizontal, showsIndicators: false) {
 55 |                                         HStack(spacing: horizontalSpacing) {
    |                                         |- error: 'HStack' is only available in macOS 10.15 or newer
    |                                         `- note: add 'if #available' version check
 56 |                                             ForEach(rowViews(for: rowIndex), id: \.self) { viewIndex in
 57 |                                                 viewsArray[viewIndex]
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:55:41: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 53 |                                 ForEach(0..<rowsCount(), id: \.self) { rowIndex in
 54 |                                     ScrollView(.horizontal, showsIndicators: false) {
 55 |                                         HStack(spacing: horizontalSpacing) {
    |                                         |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                                         `- note: add 'if #available' version check
 56 |                                             ForEach(rowViews(for: rowIndex), id: \.self) { viewIndex in
 57 |                                                 viewsArray[viewIndex]
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:56:45: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 54 |                                     ScrollView(.horizontal, showsIndicators: false) {
 55 |                                         HStack(spacing: horizontalSpacing) {
 56 |                                             ForEach(rowViews(for: rowIndex), id: \.self) { viewIndex in
    |                                             |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                                             `- note: add 'if #available' version check
 57 |                                                 viewsArray[viewIndex]
 58 |                                                     .frame(width: frameWidth, height: frameHeight)
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:56:45: error: 'ForEach' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 54 |                                     ScrollView(.horizontal, showsIndicators: false) {
 55 |                                         HStack(spacing: horizontalSpacing) {
 56 |                                             ForEach(rowViews(for: rowIndex), id: \.self) { viewIndex in
    |                                             |- error: 'ForEach' is only available in macOS 10.15 or newer
    |                                             `- note: add 'if #available' version check
 57 |                                                 viewsArray[viewIndex]
 58 |                                                     .frame(width: frameWidth, height: frameHeight)
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:56:45: error: 'init(_:id:content:)' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 54 |                                     ScrollView(.horizontal, showsIndicators: false) {
 55 |                                         HStack(spacing: horizontalSpacing) {
 56 |                                             ForEach(rowViews(for: rowIndex), id: \.self) { viewIndex in
    |                                             |- error: 'init(_:id:content:)' is only available in macOS 10.15 or newer
    |                                             `- note: add 'if #available' version check
 57 |                                                 viewsArray[viewIndex]
 58 |                                                     .frame(width: frameWidth, height: frameHeight)
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:58:54: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 56 |                                             ForEach(rowViews(for: rowIndex), id: \.self) { viewIndex in
 57 |                                                 viewsArray[viewIndex]
 58 |                                                     .frame(width: frameWidth, height: frameHeight)
    |                                                      |- error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
    |                                                      `- note: add 'if #available' version check
 59 |                                                     .onTapGesture {
 60 |                                                         self.onTap?(viewIndex)
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:59:54: error: 'onTapGesture(count:perform:)' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 57 |                                                 viewsArray[viewIndex]
 58 |                                                     .frame(width: frameWidth, height: frameHeight)
 59 |                                                     .onTapGesture {
    |                                                      |- error: 'onTapGesture(count:perform:)' is only available in macOS 10.15 or newer
    |                                                      `- note: add 'if #available' version check
 60 |                                                         self.onTap?(viewIndex)
 61 |                                                     }
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:55:76: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 53 |                                 ForEach(0..<rowsCount(), id: \.self) { rowIndex in
 54 |                                     ScrollView(.horizontal, showsIndicators: false) {
 55 |                                         HStack(spacing: horizontalSpacing) {
    |                                                                            |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                                                                            `- note: add 'if #available' version check
 56 |                                             ForEach(rowViews(for: rowIndex), id: \.self) { viewIndex in
 57 |                                                 viewsArray[viewIndex]
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:54:85: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 52 |                             VStack(spacing: verticalSpacing) {
 53 |                                 ForEach(0..<rowsCount(), id: \.self) { rowIndex in
 54 |                                     ScrollView(.horizontal, showsIndicators: false) {
    |                                                                                     |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                                                                                     `- note: add 'if #available' version check
 55 |                                         HStack(spacing: horizontalSpacing) {
 56 |                                             ForEach(rowViews(for: rowIndex), id: \.self) { viewIndex in
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:53:70: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 51 |                         ScrollView(.vertical, showsIndicators: false) {
 52 |                             VStack(spacing: verticalSpacing) {
 53 |                                 ForEach(0..<rowsCount(), id: \.self) { rowIndex in
    |                                                                      |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                                                                      `- note: add 'if #available' version check
 54 |                                     ScrollView(.horizontal, showsIndicators: false) {
 55 |                                         HStack(spacing: horizontalSpacing) {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:52:62: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
 50 |                 if gridView {
 51 |                         ScrollView(.vertical, showsIndicators: false) {
 52 |                             VStack(spacing: verticalSpacing) {
    |                                                              |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                                                              `- note: add 'if #available' version check
 53 |                                 ForEach(0..<rowsCount(), id: \.self) { rowIndex in
 54 |                                     ScrollView(.horizontal, showsIndicators: false) {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:51:71: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
 50 |                 if gridView {
 51 |                         ScrollView(.vertical, showsIndicators: false) {
    |                                                                       |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                                                                       `- note: add 'if #available' version check
 52 |                             VStack(spacing: verticalSpacing) {
 53 |                                 ForEach(0..<rowsCount(), id: \.self) { rowIndex in
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:68:27: error: 'padding' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 66 |                             }
 67 |
 68 |                         }.padding(.leading, 10)
    |                           |- error: 'padding' is only available in macOS 10.15 or newer
    |                           `- note: add 'if #available' version check
 69 |
 70 |                 }
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:50:29: error: 'buildEither(first:)' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
 50 |                 if gridView {
    |                             |- error: 'buildEither(first:)' is only available in macOS 10.15 or newer
    |                             `- note: add 'if #available' version check
 51 |                         ScrollView(.vertical, showsIndicators: false) {
 52 |                             VStack(spacing: verticalSpacing) {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:72:21: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 70 |                 }
 71 |                 else {
 72 |                     ScrollView(.vertical, showsIndicators: false) {
    |                     |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                     `- note: add 'if #available' version check
 73 |                         VStack {
 74 |                             ForEach(0..<RowOrColumnNo, id: \.self) { row in
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:72:21: error: 'ScrollView' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 70 |                 }
 71 |                 else {
 72 |                     ScrollView(.vertical, showsIndicators: false) {
    |                     |- error: 'ScrollView' is only available in macOS 10.15 or newer
    |                     `- note: add 'if #available' version check
 73 |                         VStack {
 74 |                             ForEach(0..<RowOrColumnNo, id: \.self) { row in
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:72:21: error: 'init(_:showsIndicators:content:)' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 70 |                 }
 71 |                 else {
 72 |                     ScrollView(.vertical, showsIndicators: false) {
    |                     |- error: 'init(_:showsIndicators:content:)' is only available in macOS 10.15 or newer
    |                     `- note: add 'if #available' version check
 73 |                         VStack {
 74 |                             ForEach(0..<RowOrColumnNo, id: \.self) { row in
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:72:67: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 70 |                 }
 71 |                 else {
 72 |                     ScrollView(.vertical, showsIndicators: false) {
    |                                                                   |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                                                                   `- note: add 'if #available' version check
 73 |                         VStack {
 74 |                             ForEach(0..<RowOrColumnNo, id: \.self) { row in
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:72:67: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 70 |                 }
 71 |                 else {
 72 |                     ScrollView(.vertical, showsIndicators: false) {
    |                                                                   |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                                                                   `- note: add 'if #available' version check
 73 |                         VStack {
 74 |                             ForEach(0..<RowOrColumnNo, id: \.self) { row in
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:72:67: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 70 |                 }
 71 |                 else {
 72 |                     ScrollView(.vertical, showsIndicators: false) {
    |                                                                   |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                                                                   `- note: add 'if #available' version check
 73 |                         VStack {
 74 |                             ForEach(0..<RowOrColumnNo, id: \.self) { row in
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:73:25: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 71 |                 else {
 72 |                     ScrollView(.vertical, showsIndicators: false) {
 73 |                         VStack {
    |                         |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                         `- note: add 'if #available' version check
 74 |                             ForEach(0..<RowOrColumnNo, id: \.self) { row in
 75 |                                 ScrollView(.horizontal, showsIndicators: false) {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:73:25: error: 'VStack' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 71 |                 else {
 72 |                     ScrollView(.vertical, showsIndicators: false) {
 73 |                         VStack {
    |                         |- error: 'VStack' is only available in macOS 10.15 or newer
    |                         `- note: add 'if #available' version check
 74 |                             ForEach(0..<RowOrColumnNo, id: \.self) { row in
 75 |                                 ScrollView(.horizontal, showsIndicators: false) {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:73:25: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 71 |                 else {
 72 |                     ScrollView(.vertical, showsIndicators: false) {
 73 |                         VStack {
    |                         |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                         `- note: add 'if #available' version check
 74 |                             ForEach(0..<RowOrColumnNo, id: \.self) { row in
 75 |                                 ScrollView(.horizontal, showsIndicators: false) {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:73:32: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 71 |                 else {
 72 |                     ScrollView(.vertical, showsIndicators: false) {
 73 |                         VStack {
    |                                |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                                `- note: add 'if #available' version check
 74 |                             ForEach(0..<RowOrColumnNo, id: \.self) { row in
 75 |                                 ScrollView(.horizontal, showsIndicators: false) {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:74:29: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 72 |                     ScrollView(.vertical, showsIndicators: false) {
 73 |                         VStack {
 74 |                             ForEach(0..<RowOrColumnNo, id: \.self) { row in
    |                             |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                             `- note: add 'if #available' version check
 75 |                                 ScrollView(.horizontal, showsIndicators: false) {
 76 |                                     HStack( spacing: horizontalSpacing) {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:74:29: error: 'ForEach' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 72 |                     ScrollView(.vertical, showsIndicators: false) {
 73 |                         VStack {
 74 |                             ForEach(0..<RowOrColumnNo, id: \.self) { row in
    |                             |- error: 'ForEach' is only available in macOS 10.15 or newer
    |                             `- note: add 'if #available' version check
 75 |                                 ScrollView(.horizontal, showsIndicators: false) {
 76 |                                     HStack( spacing: horizontalSpacing) {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:74:29: error: 'init(_:id:content:)' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 72 |                     ScrollView(.vertical, showsIndicators: false) {
 73 |                         VStack {
 74 |                             ForEach(0..<RowOrColumnNo, id: \.self) { row in
    |                             |- error: 'init(_:id:content:)' is only available in macOS 10.15 or newer
    |                             `- note: add 'if #available' version check
 75 |                                 ScrollView(.horizontal, showsIndicators: false) {
 76 |                                     HStack( spacing: horizontalSpacing) {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:74:68: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 72 |                     ScrollView(.vertical, showsIndicators: false) {
 73 |                         VStack {
 74 |                             ForEach(0..<RowOrColumnNo, id: \.self) { row in
    |                                                                    |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                                                                    `- note: add 'if #available' version check
 75 |                                 ScrollView(.horizontal, showsIndicators: false) {
 76 |                                     HStack( spacing: horizontalSpacing) {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:75:33: error: 'ScrollView' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 73 |                         VStack {
 74 |                             ForEach(0..<RowOrColumnNo, id: \.self) { row in
 75 |                                 ScrollView(.horizontal, showsIndicators: false) {
    |                                 |- error: 'ScrollView' is only available in macOS 10.15 or newer
    |                                 `- note: add 'if #available' version check
 76 |                                     HStack( spacing: horizontalSpacing) {
 77 |                                         ForEach(getSegment(for: row), id: \.self) { viewIndex in
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:75:33: error: 'init(_:showsIndicators:content:)' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 73 |                         VStack {
 74 |                             ForEach(0..<RowOrColumnNo, id: \.self) { row in
 75 |                                 ScrollView(.horizontal, showsIndicators: false) {
    |                                 |- error: 'init(_:showsIndicators:content:)' is only available in macOS 10.15 or newer
    |                                 `- note: add 'if #available' version check
 76 |                                     HStack( spacing: horizontalSpacing) {
 77 |                                         ForEach(getSegment(for: row), id: \.self) { viewIndex in
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:75:81: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 73 |                         VStack {
 74 |                             ForEach(0..<RowOrColumnNo, id: \.self) { row in
 75 |                                 ScrollView(.horizontal, showsIndicators: false) {
    |                                                                                 |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                                                                                 `- note: add 'if #available' version check
 76 |                                     HStack( spacing: horizontalSpacing) {
 77 |                                         ForEach(getSegment(for: row), id: \.self) { viewIndex in
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:76:37: error: 'HStack' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 74 |                             ForEach(0..<RowOrColumnNo, id: \.self) { row in
 75 |                                 ScrollView(.horizontal, showsIndicators: false) {
 76 |                                     HStack( spacing: horizontalSpacing) {
    |                                     |- error: 'HStack' is only available in macOS 10.15 or newer
    |                                     `- note: add 'if #available' version check
 77 |                                         ForEach(getSegment(for: row), id: \.self) { viewIndex in
 78 |                                             GeometryReader { geometry in
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:76:37: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 74 |                             ForEach(0..<RowOrColumnNo, id: \.self) { row in
 75 |                                 ScrollView(.horizontal, showsIndicators: false) {
 76 |                                     HStack( spacing: horizontalSpacing) {
    |                                     |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                                     `- note: add 'if #available' version check
 77 |                                         ForEach(getSegment(for: row), id: \.self) { viewIndex in
 78 |                                             GeometryReader { geometry in
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:77:41: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 75 |                                 ScrollView(.horizontal, showsIndicators: false) {
 76 |                                     HStack( spacing: horizontalSpacing) {
 77 |                                         ForEach(getSegment(for: row), id: \.self) { viewIndex in
    |                                         |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                                         `- note: add 'if #available' version check
 78 |                                             GeometryReader { geometry in
 79 |                                                 viewsArray[viewIndex]
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:77:41: error: 'ForEach' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 75 |                                 ScrollView(.horizontal, showsIndicators: false) {
 76 |                                     HStack( spacing: horizontalSpacing) {
 77 |                                         ForEach(getSegment(for: row), id: \.self) { viewIndex in
    |                                         |- error: 'ForEach' is only available in macOS 10.15 or newer
    |                                         `- note: add 'if #available' version check
 78 |                                             GeometryReader { geometry in
 79 |                                                 viewsArray[viewIndex]
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:77:41: error: 'init(_:id:content:)' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 75 |                                 ScrollView(.horizontal, showsIndicators: false) {
 76 |                                     HStack( spacing: horizontalSpacing) {
 77 |                                         ForEach(getSegment(for: row), id: \.self) { viewIndex in
    |                                         |- error: 'init(_:id:content:)' is only available in macOS 10.15 or newer
    |                                         `- note: add 'if #available' version check
 78 |                                             GeometryReader { geometry in
 79 |                                                 viewsArray[viewIndex]
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:78:45: error: 'GeometryReader' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 76 |                                     HStack( spacing: horizontalSpacing) {
 77 |                                         ForEach(getSegment(for: row), id: \.self) { viewIndex in
 78 |                                             GeometryReader { geometry in
    |                                             |- error: 'GeometryReader' is only available in macOS 10.15 or newer
    |                                             `- note: add 'if #available' version check
 79 |                                                 viewsArray[viewIndex]
 80 |                                                     .scaleEffect(scaleFactor(geometry: geometry))
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:80:54: error: 'scaleEffect(_:anchor:)' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 78 |                                             GeometryReader { geometry in
 79 |                                                 viewsArray[viewIndex]
 80 |                                                     .scaleEffect(scaleFactor(geometry: geometry))
    |                                                      |- error: 'scaleEffect(_:anchor:)' is only available in macOS 10.15 or newer
    |                                                      `- note: add 'if #available' version check
 81 |                                                     .animation(.easeInOut, value: scaleFactor(geometry: geometry))
 82 |                                                     .onTapGesture {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:81:54: error: 'animation(_:value:)' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 79 |                                                 viewsArray[viewIndex]
 80 |                                                     .scaleEffect(scaleFactor(geometry: geometry))
 81 |                                                     .animation(.easeInOut, value: scaleFactor(geometry: geometry))
    |                                                      |- error: 'animation(_:value:)' is only available in macOS 10.15 or newer
    |                                                      `- note: add 'if #available' version check
 82 |                                                     .onTapGesture {
 83 |                                                         self.onTap?(viewIndex)
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:81:65: error: 'easeInOut' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 79 |                                                 viewsArray[viewIndex]
 80 |                                                     .scaleEffect(scaleFactor(geometry: geometry))
 81 |                                                     .animation(.easeInOut, value: scaleFactor(geometry: geometry))
    |                                                                 |- error: 'easeInOut' is only available in macOS 10.15 or newer
    |                                                                 `- note: add 'if #available' version check
 82 |                                                     .onTapGesture {
 83 |                                                         self.onTap?(viewIndex)
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:82:54: error: 'onTapGesture(count:perform:)' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 80 |                                                     .scaleEffect(scaleFactor(geometry: geometry))
 81 |                                                     .animation(.easeInOut, value: scaleFactor(geometry: geometry))
 82 |                                                     .onTapGesture {
    |                                                      |- error: 'onTapGesture(count:perform:)' is only available in macOS 10.15 or newer
    |                                                      `- note: add 'if #available' version check
 83 |                                                         self.onTap?(viewIndex)
 84 |                                                     }
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:86:46: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 84 |                                                     }
 85 |                                             }
 86 |                                             .frame(width: frameWidth)
    |                                              |- error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
    |                                              `- note: add 'if #available' version check
 87 |                                         }
 88 |                                     }
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:76:73: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 74 |                             ForEach(0..<RowOrColumnNo, id: \.self) { row in
 75 |                                 ScrollView(.horizontal, showsIndicators: false) {
 76 |                                     HStack( spacing: horizontalSpacing) {
    |                                                                         |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                                                                         `- note: add 'if #available' version check
 77 |                                         ForEach(getSegment(for: row), id: \.self) { viewIndex in
 78 |                                             GeometryReader { geometry in
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:89:38: error: 'padding' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 87 |                                         }
 88 |                                     }
 89 |                                     .padding(.trailing, 20)
    |                                      |- error: 'padding' is only available in macOS 10.15 or newer
    |                                      `- note: add 'if #available' version check
 90 |                                     .frame(height: frameHeight + additionalFrameHeight)
 91 |
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:90:38: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 88 |                                     }
 89 |                                     .padding(.trailing, 20)
 90 |                                     .frame(height: frameHeight + additionalFrameHeight)
    |                                      |- error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
    |                                      `- note: add 'if #available' version check
 91 |
 92 |                                 }
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:73:32: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 71 |                 else {
 72 |                     ScrollView(.vertical, showsIndicators: false) {
 73 |                         VStack {
    |                                |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                                `- note: add 'if #available' version check
 74 |                             ForEach(0..<RowOrColumnNo, id: \.self) { row in
 75 |                                 ScrollView(.horizontal, showsIndicators: false) {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:72:67: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 70 |                 }
 71 |                 else {
 72 |                     ScrollView(.vertical, showsIndicators: false) {
    |                                                                   |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                                                                   `- note: add 'if #available' version check
 73 |                         VStack {
 74 |                             ForEach(0..<RowOrColumnNo, id: \.self) { row in
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:71:22: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 69 |
 70 |                 }
 71 |                 else {
    |                      |- warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                      `- note: add 'if #available' version check
 72 |                     ScrollView(.vertical, showsIndicators: false) {
 73 |                         VStack {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:71:22: error: 'buildEither(second:)' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    :
 69 |
 70 |                 }
 71 |                 else {
    |                      |- error: 'buildEither(second:)' is only available in macOS 10.15 or newer
    |                      `- note: add 'if #available' version check
 72 |                     ScrollView(.vertical, showsIndicators: false) {
 73 |                         VStack {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:49:20: warning: conformance of '_ConditionalContent<TrueContent, FalseContent>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
    |                    |- warning: conformance of '_ConditionalContent<TrueContent, FalseContent>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                    `- note: add 'if #available' version check
 50 |                 if gridView {
 51 |                         ScrollView(.vertical, showsIndicators: false) {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:48:17: warning: conformance of '_ConditionalContent<TrueContent, FalseContent>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
    |                 |- warning: conformance of '_ConditionalContent<TrueContent, FalseContent>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                 `- note: add 'if #available' version check
 49 |             VStack {
 50 |                 if gridView {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:47:32: warning: conformance of '_ConditionalContent<TrueContent, FalseContent>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                |               |- warning: conformance of '_ConditionalContent<TrueContent, FalseContent>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                |               `- note: add 'if #available' version check
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:47:32: warning: conformance of '_ConditionalContent<TrueContent, FalseContent>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
 45 |
 46 |     @available(iOS 15.0, *)
 47 |     public var body: some View {
    |                |               |- warning: conformance of '_ConditionalContent<TrueContent, FalseContent>' to 'View' is only available in macOS 10.15 or newer; this is an error in the Swift 6 language mode
    |                |               `- note: add 'if #available' version check
    |                `- note: add '@available' attribute to enclosing property
 48 |         ZStack  {
 49 |             VStack {
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:125:33: error: 'frame(in:)' is only available in macOS 10.15 or newer
  3 | @available(iOS 15.0, *)
  4 |
  5 | public struct CardView: View {
    |               `- note: add '@available' attribute to enclosing struct
  6 |     @Binding private var viewsArray: [AnyView]
  7 |     @Binding private var RowOrColumnNo: Int
    :
121 |
122 |     // Helper function for scaling effect for views
123 |     private func scaleFactor(geometry: GeometryProxy) -> CGFloat {
    |                  `- note: add '@available' attribute to enclosing instance method
124 |         if scale {
125 |             let midX = geometry.frame(in: .global).midX
    |                                 |- error: 'frame(in:)' is only available in macOS 10.15 or newer
    |                                 `- note: add 'if #available' version check
126 |             let screenWidth = UIScreen.main.bounds.width
127 |             let distanceFromCenter = abs(screenWidth / 2 - midX)
/Users/admin/builder/spi-builder-workspace/Sources/adaptive_card_layout/Views/CardView.swift:126:31: error: cannot find 'UIScreen' in scope
124 |         if scale {
125 |             let midX = geometry.frame(in: .global).midX
126 |             let screenWidth = UIScreen.main.bounds.width
    |                               `- error: cannot find 'UIScreen' in scope
127 |             let distanceFromCenter = abs(screenWidth / 2 - midX)
128 |             let scale = max(scaleFactor - (distanceFromCenter / (screenWidth/0.5)), 0.8)
BUILD FAILURE 6.3 macosSpm