The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build LoaderUI, reference 0.1.0 (90ca7c), with Swift 6.1 for tvOS using Xcode 16.3 on 28 Apr 2025 03:33:05 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme LoaderUI-Package -destination generic/platform=tvOS

Build Log

    static var previews: some View {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallTrianglePath.swift:67:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallTrianglePath.swift:66:8: note: add @available attribute to enclosing struct
struct BallTrianglePath_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift:15:36: error: 'UnitPoint' is only available in tvOS 13.0 or newer
    private let directionValues: [[UnitPoint]] = [[.zero, .init(x: -1, y: -1), .init(x: 1, y: -1), .zero],
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift:11:15: note: add @available attribute to enclosing struct
public struct BallZigZag: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift:18:22: error: 'some' return types are only available in tvOS 13.0.0 or newer
    public var body: some View {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift:11:15: note: add @available attribute to enclosing struct
public struct BallZigZag: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift:18:27: error: 'View' is only available in tvOS 13.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift:11:15: note: add @available attribute to enclosing struct
public struct BallZigZag: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift:24:45: error: 'some' return types are only available in tvOS 13.0.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift:24:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift:11:15: note: add @available attribute to enclosing struct
public struct BallZigZag: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift:24:27: error: 'GeometryProxy' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift:24:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift:11:15: note: add @available attribute to enclosing struct
public struct BallZigZag: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift:24:50: error: 'View' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift:24:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift:11:15: note: add @available attribute to enclosing struct
public struct BallZigZag: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift:52:26: error: 'some' return types are only available in tvOS 13.0.0 or newer
    static var previews: some View {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift:52:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift:51:8: note: add @available attribute to enclosing struct
struct BallZigZag_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift:52:31: error: 'View' is only available in tvOS 13.0 or newer
    static var previews: some View {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift:52:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift:51:8: note: add @available attribute to enclosing struct
struct BallZigZag_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift:15:36: error: 'UnitPoint' is only available in tvOS 13.0 or newer
    private let directionValues: [[UnitPoint]] = [[.zero, .init(x: -1, y: -1), .init(x: 1, y: -1), .zero, .init(x: 1, y: -1), .init(x: -1, y: -1), .zero],
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift:11:15: note: add @available attribute to enclosing struct
public struct BallZigZagDeflect: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift:18:22: error: 'some' return types are only available in tvOS 13.0.0 or newer
    public var body: some View {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift:11:15: note: add @available attribute to enclosing struct
public struct BallZigZagDeflect: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift:18:27: error: 'View' is only available in tvOS 13.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift:11:15: note: add @available attribute to enclosing struct
public struct BallZigZagDeflect: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift:24:45: error: 'some' return types are only available in tvOS 13.0.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift:24:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift:11:15: note: add @available attribute to enclosing struct
public struct BallZigZagDeflect: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift:24:27: error: 'GeometryProxy' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift:24:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift:11:15: note: add @available attribute to enclosing struct
public struct BallZigZagDeflect: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift:24:50: error: 'View' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift:24:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift:11:15: note: add @available attribute to enclosing struct
public struct BallZigZagDeflect: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift:52:26: error: 'some' return types are only available in tvOS 13.0.0 or newer
    static var previews: some View {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift:52:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift:51:8: note: add @available attribute to enclosing struct
struct BallZigZagDeflect_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift:52:31: error: 'View' is only available in tvOS 13.0 or newer
    static var previews: some View {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift:52:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift:51:8: note: add @available attribute to enclosing struct
struct BallZigZagDeflect_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift:17:47: error: 'UnitPoint' is only available in tvOS 13.0 or newer
    private let translationDirectionValues: [[UnitPoint]] = [[.zero, .init(x: 1, y: 0), .init(x: 1, y: 1), .init(x: 0, y: 1), .zero],
                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift:11:15: note: add @available attribute to enclosing struct
public struct CubeTransition: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift:20:22: error: 'some' return types are only available in tvOS 13.0.0 or newer
    public var body: some View {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift:20:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift:11:15: note: add @available attribute to enclosing struct
public struct CubeTransition: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift:20:27: error: 'View' is only available in tvOS 13.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift:20:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift:11:15: note: add @available attribute to enclosing struct
public struct CubeTransition: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift:26:45: error: 'some' return types are only available in tvOS 13.0.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift:26:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift:11:15: note: add @available attribute to enclosing struct
public struct CubeTransition: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift:26:27: error: 'GeometryProxy' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift:26:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift:11:15: note: add @available attribute to enclosing struct
public struct CubeTransition: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift:26:50: error: 'View' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift:26:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift:11:15: note: add @available attribute to enclosing struct
public struct CubeTransition: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift:59:26: error: 'some' return types are only available in tvOS 13.0.0 or newer
    static var previews: some View {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift:59:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift:58:8: note: add @available attribute to enclosing struct
struct CubeTransition_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift:59:31: error: 'View' is only available in tvOS 13.0 or newer
    static var previews: some View {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift:59:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift:58:8: note: add @available attribute to enclosing struct
struct CubeTransition_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:34:36: error: 'some' return types are only available in tvOS 13.0.0 or newer
    func body(content: Content) -> some View {
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:34:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:11:8: note: add @available attribute to enclosing struct
struct KeyframeAnimation: AnimatableModifier {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:34:41: error: 'View' is only available in tvOS 13.0 or newer
    func body(content: Content) -> some View {
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:34:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:11:8: note: add @available attribute to enclosing struct
struct KeyframeAnimation: AnimatableModifier {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:24:9: warning: main actor-isolated property 'animatableData' cannot be used to satisfy nonisolated requirement from protocol 'Animatable'; this is an error in the Swift 6 language mode
    var animatableData: Double {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:44:41: error: 'Animation' is only available in tvOS 13.0 or newer
    func animation(duration: Double) -> Animation {
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:44:10: note: add @available attribute to enclosing instance method
    func animation(duration: Double) -> Animation {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:39:6: note: add @available attribute to enclosing enum
enum TimingFunction {
     ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:57:31: error: 'Animation' is only available in tvOS 13.0 or newer
    typealias Element = (Int, Animation, Animation?, Bool)
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:57:15: note: add @available attribute to enclosing type alias
    typealias Element = (Int, Animation, Animation?, Bool)
              ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:56:7: note: add @available attribute to enclosing class
class KeyframeIterator: IteratorProtocol {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:57:42: error: 'Animation' is only available in tvOS 13.0 or newer
    typealias Element = (Int, Animation, Animation?, Bool)
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:57:15: note: add @available attribute to enclosing type alias
    typealias Element = (Int, Animation, Animation?, Bool)
              ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:56:7: note: add @available attribute to enclosing class
class KeyframeIterator: IteratorProtocol {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:64:30: error: 'Animation' is only available in tvOS 13.0 or newer
    private let animations: [Animation]
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:56:7: note: add @available attribute to enclosing class
class KeyframeIterator: IteratorProtocol {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:111:6: error: 'State' is only available in tvOS 13.0 or newer
    @State private var keyframe: Double = 0
     ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:108:8: note: add @available attribute to enclosing generic struct
struct KeyframeAnimationController<T: View>: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:112:35: error: 'Animation' is only available in tvOS 13.0 or newer
    @State private var animation: Animation?
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:108:8: note: add @available attribute to enclosing generic struct
struct KeyframeAnimationController<T: View>: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:112:6: error: 'State' is only available in tvOS 13.0 or newer
    @State private var animation: Animation?
     ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:108:8: note: add @available attribute to enclosing generic struct
struct KeyframeAnimationController<T: View>: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:120:15: error: 'some' return types are only available in tvOS 13.0.0 or newer
    var body: some View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:120:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:108:8: note: add @available attribute to enclosing generic struct
struct KeyframeAnimationController<T: View>: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:120:20: error: 'View' is only available in tvOS 13.0 or newer
    var body: some View {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:120:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:108:8: note: add @available attribute to enclosing generic struct
struct KeyframeAnimationController<T: View>: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:108:39: error: 'View' is only available in tvOS 13.0 or newer
struct KeyframeAnimationController<T: View>: View {
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:108:8: note: add @available attribute to enclosing generic struct
struct KeyframeAnimationController<T: View>: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScale.swift:18:22: error: 'some' return types are only available in tvOS 13.0.0 or newer
    public var body: some View {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScale.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScale.swift:11:15: note: add @available attribute to enclosing struct
public struct LineScale: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScale.swift:18:27: error: 'View' is only available in tvOS 13.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScale.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScale.swift:11:15: note: add @available attribute to enclosing struct
public struct LineScale: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScale.swift:24:45: error: 'some' return types are only available in tvOS 13.0.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScale.swift:24:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScale.swift:11:15: note: add @available attribute to enclosing struct
public struct LineScale: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScale.swift:24:27: error: 'GeometryProxy' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScale.swift:24:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScale.swift:11:15: note: add @available attribute to enclosing struct
public struct LineScale: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScale.swift:24:50: error: 'View' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScale.swift:24:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScale.swift:11:15: note: add @available attribute to enclosing struct
public struct LineScale: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScale.swift:45:26: error: 'some' return types are only available in tvOS 13.0.0 or newer
    static var previews: some View {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScale.swift:45:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScale.swift:44:8: note: add @available attribute to enclosing struct
struct LineScale_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScale.swift:45:31: error: 'View' is only available in tvOS 13.0 or newer
    static var previews: some View {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScale.swift:45:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScale.swift:44:8: note: add @available attribute to enclosing struct
struct LineScale_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScaleParty.swift:18:22: error: 'some' return types are only available in tvOS 13.0.0 or newer
    public var body: some View {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScaleParty.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScaleParty.swift:11:15: note: add @available attribute to enclosing struct
public struct LineScaleParty: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScaleParty.swift:18:27: error: 'View' is only available in tvOS 13.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScaleParty.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScaleParty.swift:11:15: note: add @available attribute to enclosing struct
public struct LineScaleParty: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScaleParty.swift:24:45: error: 'some' return types are only available in tvOS 13.0.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScaleParty.swift:24:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScaleParty.swift:11:15: note: add @available attribute to enclosing struct
public struct LineScaleParty: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScaleParty.swift:24:27: error: 'GeometryProxy' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScaleParty.swift:24:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScaleParty.swift:11:15: note: add @available attribute to enclosing struct
public struct LineScaleParty: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScaleParty.swift:24:50: error: 'View' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScaleParty.swift:24:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScaleParty.swift:11:15: note: add @available attribute to enclosing struct
public struct LineScaleParty: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScaleParty.swift:45:26: error: 'some' return types are only available in tvOS 13.0.0 or newer
    static var previews: some View {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScaleParty.swift:45:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScaleParty.swift:44:8: note: add @available attribute to enclosing struct
struct LineScaleParty_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScaleParty.swift:45:31: error: 'View' is only available in tvOS 13.0 or newer
    static var previews: some View {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScaleParty.swift:45:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScaleParty.swift:44:8: note: add @available attribute to enclosing struct
struct LineScaleParty_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOut.swift:18:22: error: 'some' return types are only available in tvOS 13.0.0 or newer
    public var body: some View {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOut.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOut.swift:11:15: note: add @available attribute to enclosing struct
public struct LineScalePulseOut: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOut.swift:18:27: error: 'View' is only available in tvOS 13.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOut.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOut.swift:11:15: note: add @available attribute to enclosing struct
public struct LineScalePulseOut: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOut.swift:24:45: error: 'some' return types are only available in tvOS 13.0.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOut.swift:24:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOut.swift:11:15: note: add @available attribute to enclosing struct
public struct LineScalePulseOut: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOut.swift:24:27: error: 'GeometryProxy' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOut.swift:24:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOut.swift:11:15: note: add @available attribute to enclosing struct
public struct LineScalePulseOut: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOut.swift:24:50: error: 'View' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOut.swift:24:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOut.swift:11:15: note: add @available attribute to enclosing struct
public struct LineScalePulseOut: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOut.swift:45:26: error: 'some' return types are only available in tvOS 13.0.0 or newer
    static var previews: some View {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOut.swift:45:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOut.swift:44:8: note: add @available attribute to enclosing struct
struct LineScalePulseOut_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOut.swift:45:31: error: 'View' is only available in tvOS 13.0 or newer
    static var previews: some View {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOut.swift:45:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOut.swift:44:8: note: add @available attribute to enclosing struct
struct LineScalePulseOut_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOutRapid.swift:18:22: error: 'some' return types are only available in tvOS 13.0.0 or newer
    public var body: some View {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOutRapid.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOutRapid.swift:11:15: note: add @available attribute to enclosing struct
public struct LineScalePulseOutRapid: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOutRapid.swift:18:27: error: 'View' is only available in tvOS 13.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOutRapid.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOutRapid.swift:11:15: note: add @available attribute to enclosing struct
public struct LineScalePulseOutRapid: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOutRapid.swift:24:45: error: 'some' return types are only available in tvOS 13.0.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOutRapid.swift:24:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOutRapid.swift:11:15: note: add @available attribute to enclosing struct
public struct LineScalePulseOutRapid: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOutRapid.swift:24:27: error: 'GeometryProxy' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOutRapid.swift:24:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOutRapid.swift:11:15: note: add @available attribute to enclosing struct
public struct LineScalePulseOutRapid: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOutRapid.swift:24:50: error: 'View' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOutRapid.swift:24:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOutRapid.swift:11:15: note: add @available attribute to enclosing struct
public struct LineScalePulseOutRapid: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOutRapid.swift:45:26: error: 'some' return types are only available in tvOS 13.0.0 or newer
    static var previews: some View {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOutRapid.swift:45:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOutRapid.swift:44:8: note: add @available attribute to enclosing struct
struct LineScalePulseOutRapid_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOutRapid.swift:45:31: error: 'View' is only available in tvOS 13.0 or newer
    static var previews: some View {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOutRapid.swift:45:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOutRapid.swift:44:8: note: add @available attribute to enclosing struct
struct LineScalePulseOutRapid_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift:12:35: error: 'Path' is only available in tvOS 13.0 or newer
    func path(in rect: CGRect) -> Path {
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift:12:10: note: add @available attribute to enclosing instance method
    func path(in rect: CGRect) -> Path {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift:11:20: note: add @available attribute to enclosing struct
fileprivate struct SemiCircle: Shape {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift:32:22: error: 'some' return types are only available in tvOS 13.0.0 or newer
    public var body: some View {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift:26:15: note: add @available attribute to enclosing struct
public struct SemiCircleSpin: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift:32:27: error: 'View' is only available in tvOS 13.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift:26:15: note: add @available attribute to enclosing struct
public struct SemiCircleSpin: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift:38:45: error: 'some' return types are only available in tvOS 13.0.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift:38:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift:26:15: note: add @available attribute to enclosing struct
public struct SemiCircleSpin: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift:38:27: error: 'GeometryProxy' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift:38:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift:26:15: note: add @available attribute to enclosing struct
public struct SemiCircleSpin: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift:38:50: error: 'View' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift:38:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift:26:15: note: add @available attribute to enclosing struct
public struct SemiCircleSpin: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift:54:26: error: 'some' return types are only available in tvOS 13.0.0 or newer
    static var previews: some View {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift:54:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift:53:8: note: add @available attribute to enclosing struct
struct SemiCircleSpin_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift:54:31: error: 'View' is only available in tvOS 13.0 or newer
    static var previews: some View {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift:54:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift:53:8: note: add @available attribute to enclosing struct
struct SemiCircleSpin_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:25:36: error: 'some' return types are only available in tvOS 13.0.0 or newer
    func body(content: Content) -> some View {
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:25:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:11:20: note: add @available attribute to enclosing struct
fileprivate struct FlipEffect: AnimatableModifier {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:25:41: error: 'View' is only available in tvOS 13.0 or newer
    func body(content: Content) -> some View {
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:25:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:11:20: note: add @available attribute to enclosing struct
fileprivate struct FlipEffect: AnimatableModifier {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:36:22: error: 'some' return types are only available in tvOS 13.0.0 or newer
    public var body: some View {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:36:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:30:15: note: add @available attribute to enclosing struct
public struct SquareSpin: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:36:27: error: 'View' is only available in tvOS 13.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:36:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:30:15: note: add @available attribute to enclosing struct
public struct SquareSpin: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:42:45: error: 'some' return types are only available in tvOS 13.0.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:42:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:30:15: note: add @available attribute to enclosing struct
public struct SquareSpin: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:42:27: error: 'GeometryProxy' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:42:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:30:15: note: add @available attribute to enclosing struct
public struct SquareSpin: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:42:50: error: 'View' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:42:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:30:15: note: add @available attribute to enclosing struct
public struct SquareSpin: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:57:26: error: 'some' return types are only available in tvOS 13.0.0 or newer
    static var previews: some View {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:57:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:56:8: note: add @available attribute to enclosing struct
struct SquareSpin_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:57:31: error: 'View' is only available in tvOS 13.0 or newer
    static var previews: some View {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:57:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:56:8: note: add @available attribute to enclosing struct
struct SquareSpin_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift:13:35: error: 'Path' is only available in tvOS 13.0 or newer
    func path(in rect: CGRect) -> Path {
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift:13:10: note: add @available attribute to enclosing instance method
    func path(in rect: CGRect) -> Path {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift:11:20: note: add @available attribute to enclosing struct
fileprivate struct Triangle: Shape {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift:32:22: error: 'some' return types are only available in tvOS 13.0.0 or newer
    public var body: some View {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift:26:15: note: add @available attribute to enclosing struct
public struct TriangleSkewSpin: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift:32:27: error: 'View' is only available in tvOS 13.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift:26:15: note: add @available attribute to enclosing struct
public struct TriangleSkewSpin: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift:38:45: error: 'some' return types are only available in tvOS 13.0.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift:38:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift:26:15: note: add @available attribute to enclosing struct
public struct TriangleSkewSpin: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift:38:27: error: 'GeometryProxy' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift:38:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift:26:15: note: add @available attribute to enclosing struct
public struct TriangleSkewSpin: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift:38:50: error: 'View' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift:38:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift:26:15: note: add @available attribute to enclosing struct
public struct TriangleSkewSpin: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift:56:26: error: 'some' return types are only available in tvOS 13.0.0 or newer
    static var previews: some View {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift:56:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift:55:8: note: add @available attribute to enclosing struct
struct TriangleSkewSpin_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift:56:31: error: 'View' is only available in tvOS 13.0 or newer
    static var previews: some View {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift:56:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift:55:8: note: add @available attribute to enclosing struct
struct TriangleSkewSpin_Previews: PreviewProvider {
       ^
SwiftCompile normal arm64 Compiling\ BallPulse.swift,\ BallPulseSync.swift,\ BallRotate.swift /Users/admin/builder/spi-builder-workspace/Sources/BallPulse.swift /Users/admin/builder/spi-builder-workspace/Sources/BallPulseSync.swift /Users/admin/builder/spi-builder-workspace/Sources/BallRotate.swift (in target 'LoaderUI' from project 'LoaderUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BallPulse.swift (in target 'LoaderUI' from project 'LoaderUI')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BallPulseSync.swift (in target 'LoaderUI' from project 'LoaderUI')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BallRotate.swift (in target 'LoaderUI' from project 'LoaderUI')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ BallTrianglePath.swift,\ BallZigZag.swift /Users/admin/builder/spi-builder-workspace/Sources/BallTrianglePath.swift /Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift (in target 'LoaderUI' from project 'LoaderUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BallTrianglePath.swift (in target 'LoaderUI' from project 'LoaderUI')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift (in target 'LoaderUI' from project 'LoaderUI')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ LineScaleParty.swift,\ LineScalePulseOut.swift /Users/admin/builder/spi-builder-workspace/Sources/LineScaleParty.swift /Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOut.swift (in target 'LoaderUI' from project 'LoaderUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LineScaleParty.swift (in target 'LoaderUI' from project 'LoaderUI')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOut.swift (in target 'LoaderUI' from project 'LoaderUI')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ BallZigZagDeflect.swift,\ CubeTransition.swift /Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift /Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift (in target 'LoaderUI' from project 'LoaderUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift (in target 'LoaderUI' from project 'LoaderUI')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift (in target 'LoaderUI' from project 'LoaderUI')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ LineScalePulseOutRapid.swift,\ SemiCircleSpin.swift /Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOutRapid.swift /Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift (in target 'LoaderUI' from project 'LoaderUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOutRapid.swift (in target 'LoaderUI' from project 'LoaderUI')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift (in target 'LoaderUI' from project 'LoaderUI')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ SquareSpin.swift,\ TriangleSkewSpin.swift /Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift /Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift (in target 'LoaderUI' from project 'LoaderUI')
Command SwiftCompile failed with a nonzero exit code
/Users/admin/builder/spi-builder-workspace/LoaderUI.xcodeproj: warning: The tvOS deployment target 'TVOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'LoaderUI' from project 'LoaderUI')
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ LoaderUI (in target 'LoaderUI' from project 'LoaderUI')
	EmitSwiftModule normal arm64 (in target 'LoaderUI' from project 'LoaderUI')
	SwiftCompile normal arm64 Compiling\ SquareSpin.swift,\ TriangleSkewSpin.swift /Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift /Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift (in target 'LoaderUI' from project 'LoaderUI')
	Building project LoaderUI with scheme LoaderUI-Package
(4 failures)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "LoaderUI",
  "name" : "LoaderUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "LoaderUI",
      "targets" : [
        "LoaderUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LoaderUI",
      "module_type" : "SwiftTarget",
      "name" : "LoaderUI",
      "path" : "Sources",
      "product_memberships" : [
        "LoaderUI"
      ],
      "sources" : [
        "BallBeat.swift",
        "BallClipRotate.swift",
        "BallClipRotateMultiple.swift",
        "BallClipRotatePulse.swift",
        "BallGridBeat.swift",
        "BallGridPulse.swift",
        "BallPulse.swift",
        "BallPulseSync.swift",
        "BallRotate.swift",
        "BallScale.swift",
        "BallScaleRipple.swift",
        "BallScaleRippleMultiple.swift",
        "BallTrianglePath.swift",
        "BallZigZag.swift",
        "BallZigZagDeflect.swift",
        "CubeTransition.swift",
        "KeyframeAnimation.swift",
        "LineScale.swift",
        "LineScaleParty.swift",
        "LineScalePulseOut.swift",
        "LineScalePulseOutRapid.swift",
        "SemiCircleSpin.swift",
        "SquareSpin.swift",
        "TriangleSkewSpin.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Sources/Exclude': File not found.
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "LoaderUI",
    "schemes" : [
      "Example",
      "LoaderUI-Package"
    ],
    "targets" : [
      "LoaderUI",
      "LoaderUIPackageDescription",
      "Example"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme LoaderUI-Package -destination generic/platform=tvOS
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme LoaderUI-Package -destination generic/platform=tvOS
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'LoaderUI' in project 'LoaderUI' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: d7be47a2a0c0b2f4349a81a6b580069f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/d7be47a2a0c0b2f4349a81a6b580069f.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/LoaderUI.xcodeproj
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/LoaderUI.framework/Info.plist /Users/admin/builder/spi-builder-workspace/LoaderUI.xcodeproj/LoaderUI_Info.plist (in target 'LoaderUI' from project 'LoaderUI')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/LoaderUI.xcodeproj/LoaderUI_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform appletvos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/LoaderUI.framework/Info.plist
SwiftDriver LoaderUI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LoaderUI' from project 'LoaderUI')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name LoaderUI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LoaderUI.build/Debug-appletvos/LoaderUI.build/Objects-normal/arm64/LoaderUI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos9.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LoaderUI.build/Debug-appletvos/LoaderUI.build/Objects-normal/arm64/LoaderUI-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LoaderUI.build/Debug-appletvos/LoaderUI.build/Objects-normal/arm64/LoaderUI.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LoaderUI.build/Debug-appletvos/LoaderUI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LoaderUI.build/Debug-appletvos/LoaderUI.build/Objects-normal/arm64/LoaderUI_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LoaderUI.build/Debug-appletvos/LoaderUI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LoaderUI.build/Debug-appletvos/LoaderUI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LoaderUI.build/Debug-appletvos/LoaderUI.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LoaderUI.build/Debug-appletvos/LoaderUI.build/Objects-normal/arm64/LoaderUI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ BallTrianglePath.swift,\ BallZigZag.swift /Users/admin/builder/spi-builder-workspace/Sources/BallTrianglePath.swift /Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift (in target 'LoaderUI' from project 'LoaderUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BallTrianglePath.swift (in target 'LoaderUI' from project 'LoaderUI')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift (in target 'LoaderUI' from project 'LoaderUI')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ LineScaleParty.swift,\ LineScalePulseOut.swift /Users/admin/builder/spi-builder-workspace/Sources/LineScaleParty.swift /Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOut.swift (in target 'LoaderUI' from project 'LoaderUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LineScaleParty.swift (in target 'LoaderUI' from project 'LoaderUI')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOut.swift (in target 'LoaderUI' from project 'LoaderUI')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ LineScalePulseOutRapid.swift,\ SemiCircleSpin.swift /Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOutRapid.swift /Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift (in target 'LoaderUI' from project 'LoaderUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOutRapid.swift (in target 'LoaderUI' from project 'LoaderUI')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift (in target 'LoaderUI' from project 'LoaderUI')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ BallClipRotatePulse.swift,\ BallGridBeat.swift,\ BallGridPulse.swift /Users/admin/builder/spi-builder-workspace/Sources/BallClipRotatePulse.swift /Users/admin/builder/spi-builder-workspace/Sources/BallGridBeat.swift /Users/admin/builder/spi-builder-workspace/Sources/BallGridPulse.swift (in target 'LoaderUI' from project 'LoaderUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BallClipRotatePulse.swift (in target 'LoaderUI' from project 'LoaderUI')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BallGridBeat.swift (in target 'LoaderUI' from project 'LoaderUI')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BallGridPulse.swift (in target 'LoaderUI' from project 'LoaderUI')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ KeyframeAnimation.swift,\ LineScale.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/LineScale.swift (in target 'LoaderUI' from project 'LoaderUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift (in target 'LoaderUI' from project 'LoaderUI')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LineScale.swift (in target 'LoaderUI' from project 'LoaderUI')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ BallPulse.swift,\ BallPulseSync.swift,\ BallRotate.swift /Users/admin/builder/spi-builder-workspace/Sources/BallPulse.swift /Users/admin/builder/spi-builder-workspace/Sources/BallPulseSync.swift /Users/admin/builder/spi-builder-workspace/Sources/BallRotate.swift (in target 'LoaderUI' from project 'LoaderUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BallPulse.swift (in target 'LoaderUI' from project 'LoaderUI')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BallPulseSync.swift (in target 'LoaderUI' from project 'LoaderUI')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BallRotate.swift (in target 'LoaderUI' from project 'LoaderUI')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ BallZigZagDeflect.swift,\ CubeTransition.swift /Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift /Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift (in target 'LoaderUI' from project 'LoaderUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift (in target 'LoaderUI' from project 'LoaderUI')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift (in target 'LoaderUI' from project 'LoaderUI')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ SquareSpin.swift,\ TriangleSkewSpin.swift /Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift /Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift (in target 'LoaderUI' from project 'LoaderUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift (in target 'LoaderUI' from project 'LoaderUI')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift (in target 'LoaderUI' from project 'LoaderUI')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ BallScale.swift,\ BallScaleRipple.swift,\ BallScaleRippleMultiple.swift /Users/admin/builder/spi-builder-workspace/Sources/BallScale.swift /Users/admin/builder/spi-builder-workspace/Sources/BallScaleRipple.swift /Users/admin/builder/spi-builder-workspace/Sources/BallScaleRippleMultiple.swift (in target 'LoaderUI' from project 'LoaderUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BallScale.swift (in target 'LoaderUI' from project 'LoaderUI')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BallScaleRipple.swift (in target 'LoaderUI' from project 'LoaderUI')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BallScaleRippleMultiple.swift (in target 'LoaderUI' from project 'LoaderUI')
    cd /Users/admin/builder/spi-builder-workspace

SwiftEmitModule normal arm64 Emitting\ module\ for\ LoaderUI (in target 'LoaderUI' from project 'LoaderUI')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/BallBeat.swift /Users/admin/builder/spi-builder-workspace/Sources/BallClipRotate.swift /Users/admin/builder/spi-builder-workspace/Sources/BallClipRotateMultiple.swift /Users/admin/builder/spi-builder-workspace/Sources/BallClipRotatePulse.swift /Users/admin/builder/spi-builder-workspace/Sources/BallGridBeat.swift /Users/admin/builder/spi-builder-workspace/Sources/BallGridPulse.swift /Users/admin/builder/spi-builder-workspace/Sources/BallPulse.swift /Users/admin/builder/spi-builder-workspace/Sources/BallPulseSync.swift /Users/admin/builder/spi-builder-workspace/Sources/BallRotate.swift /Users/admin/builder/spi-builder-workspace/Sources/BallScale.swift /Users/admin/builder/spi-builder-workspace/Sources/BallScaleRipple.swift /Users/admin/builder/spi-builder-workspace/Sources/BallScaleRippleMultiple.swift /Users/admin/builder/spi-builder-workspace/Sources/BallTrianglePath.swift /Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift /Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift /Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/LineScale.swift /Users/admin/builder/spi-builder-workspace/Sources/LineScaleParty.swift /Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOut.swift /Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOutRapid.swift /Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift /Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift /Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift -target arm64-apple-tvos9.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LoaderUI.build/Debug-appletvos/LoaderUI.build/Objects-normal/arm64/LoaderUI_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LoaderUI.build/Debug-appletvos/LoaderUI.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LoaderUI.build/Debug-appletvos/LoaderUI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LoaderUI.build/Debug-appletvos/LoaderUI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LoaderUI.build/Debug-appletvos/LoaderUI.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -module-name LoaderUI -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.4 -target-sdk-name appletvos18.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LoaderUI.build/Debug-appletvos/LoaderUI.build/Objects-normal/arm64/LoaderUI.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LoaderUI.build/Debug-appletvos/LoaderUI.build/Objects-normal/arm64/LoaderUI.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LoaderUI.build/Debug-appletvos/LoaderUI.build/Objects-normal/arm64/LoaderUI-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LoaderUI.build/Debug-appletvos/LoaderUI.build/Objects-normal/arm64/LoaderUI-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LoaderUI.build/Debug-appletvos/LoaderUI.build/Objects-normal/arm64/LoaderUI-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LoaderUI.build/Debug-appletvos/LoaderUI.build/Objects-normal/arm64/LoaderUI.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LoaderUI.build/Debug-appletvos/LoaderUI.build/Objects-normal/arm64/LoaderUI.abi.json
EmitSwiftModule normal arm64 (in target 'LoaderUI' from project 'LoaderUI')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/BallBeat.swift:19:22: error: 'some' return types are only available in tvOS 13.0.0 or newer
    public var body: some View {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/BallBeat.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallBeat.swift:11:15: note: add @available attribute to enclosing struct
public struct BallBeat: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallBeat.swift:19:27: error: 'View' is only available in tvOS 13.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BallBeat.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallBeat.swift:11:15: note: add @available attribute to enclosing struct
public struct BallBeat: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallBeat.swift:25:45: error: 'some' return types are only available in tvOS 13.0.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/BallBeat.swift:25:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallBeat.swift:11:15: note: add @available attribute to enclosing struct
public struct BallBeat: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallBeat.swift:25:27: error: 'GeometryProxy' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BallBeat.swift:25:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallBeat.swift:11:15: note: add @available attribute to enclosing struct
public struct BallBeat: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallBeat.swift:25:50: error: 'View' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/BallBeat.swift:25:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallBeat.swift:11:15: note: add @available attribute to enclosing struct
public struct BallBeat: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallBeat.swift:47:26: error: 'some' return types are only available in tvOS 13.0.0 or newer
    static var previews: some View {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallBeat.swift:47:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallBeat.swift:46:8: note: add @available attribute to enclosing struct
struct BallBeat_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/BallBeat.swift:47:31: error: 'View' is only available in tvOS 13.0 or newer
    static var previews: some View {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallBeat.swift:47:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallBeat.swift:46:8: note: add @available attribute to enclosing struct
struct BallBeat_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotate.swift:13:35: error: 'Path' is only available in tvOS 13.0 or newer
    func path(in rect: CGRect) -> Path {
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotate.swift:13:10: note: add @available attribute to enclosing instance method
    func path(in rect: CGRect) -> Path {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotate.swift:11:20: note: add @available attribute to enclosing struct
fileprivate struct BallClip: Shape {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotate.swift:35:22: error: 'some' return types are only available in tvOS 13.0.0 or newer
    public var body: some View {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotate.swift:35:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotate.swift:28:15: note: add @available attribute to enclosing struct
public struct BallClipRotate: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotate.swift:35:27: error: 'View' is only available in tvOS 13.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotate.swift:35:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotate.swift:28:15: note: add @available attribute to enclosing struct
public struct BallClipRotate: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotate.swift:41:45: error: 'some' return types are only available in tvOS 13.0.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotate.swift:41:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotate.swift:28:15: note: add @available attribute to enclosing struct
public struct BallClipRotate: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotate.swift:41:27: error: 'GeometryProxy' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotate.swift:41:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotate.swift:28:15: note: add @available attribute to enclosing struct
public struct BallClipRotate: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotate.swift:41:50: error: 'View' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotate.swift:41:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotate.swift:28:15: note: add @available attribute to enclosing struct
public struct BallClipRotate: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotate.swift:57:30: error: 'some' return types are only available in tvOS 13.0.0 or newer
        static var previews: some View {
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotate.swift:57:20: note: add @available attribute to enclosing static property
        static var previews: some View {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotate.swift:56:12: note: add @available attribute to enclosing struct
    struct BallClipRotate_Previews: PreviewProvider {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotate.swift:57:35: error: 'View' is only available in tvOS 13.0 or newer
        static var previews: some View {
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotate.swift:57:20: note: add @available attribute to enclosing static property
        static var previews: some View {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotate.swift:56:12: note: add @available attribute to enclosing struct
    struct BallClipRotate_Previews: PreviewProvider {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotateMultiple.swift:12:35: error: 'Path' is only available in tvOS 13.0 or newer
    func path(in rect: CGRect) -> Path {
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotateMultiple.swift:12:10: note: add @available attribute to enclosing instance method
    func path(in rect: CGRect) -> Path {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotateMultiple.swift:11:8: note: add @available attribute to enclosing struct
struct HorizontalRing: Shape {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotateMultiple.swift:37:22: error: 'some' return types are only available in tvOS 13.0.0 or newer
    public var body: some View {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotateMultiple.swift:37:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotateMultiple.swift:36:15: note: add @available attribute to enclosing struct
public struct BallClipRotateMultiple: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotateMultiple.swift:37:27: error: 'View' is only available in tvOS 13.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotateMultiple.swift:37:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotateMultiple.swift:36:15: note: add @available attribute to enclosing struct
public struct BallClipRotateMultiple: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotateMultiple.swift:43:45: error: 'some' return types are only available in tvOS 13.0.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotateMultiple.swift:43:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotateMultiple.swift:36:15: note: add @available attribute to enclosing struct
public struct BallClipRotateMultiple: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotateMultiple.swift:43:27: error: 'GeometryProxy' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotateMultiple.swift:43:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotateMultiple.swift:36:15: note: add @available attribute to enclosing struct
public struct BallClipRotateMultiple: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotateMultiple.swift:43:50: error: 'View' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotateMultiple.swift:43:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotateMultiple.swift:36:15: note: add @available attribute to enclosing struct
public struct BallClipRotateMultiple: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotateMultiple.swift:52:31: error: 'some' return types are only available in tvOS 13.0.0 or newer
    func renderMyBigRing() -> some View {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotateMultiple.swift:52:10: note: add @available attribute to enclosing instance method
    func renderMyBigRing() -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotateMultiple.swift:36:15: note: add @available attribute to enclosing struct
public struct BallClipRotateMultiple: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotateMultiple.swift:52:36: error: 'View' is only available in tvOS 13.0 or newer
    func renderMyBigRing() -> some View {
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotateMultiple.swift:52:10: note: add @available attribute to enclosing instance method
    func renderMyBigRing() -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotateMultiple.swift:36:15: note: add @available attribute to enclosing struct
public struct BallClipRotateMultiple: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotateMultiple.swift:70:33: error: 'some' return types are only available in tvOS 13.0.0 or newer
    func renderMySmallRing() -> some View {
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotateMultiple.swift:70:10: note: add @available attribute to enclosing instance method
    func renderMySmallRing() -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotateMultiple.swift:36:15: note: add @available attribute to enclosing struct
public struct BallClipRotateMultiple: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotateMultiple.swift:70:38: error: 'View' is only available in tvOS 13.0 or newer
    func renderMySmallRing() -> some View {
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotateMultiple.swift:70:10: note: add @available attribute to enclosing instance method
    func renderMySmallRing() -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotateMultiple.swift:36:15: note: add @available attribute to enclosing struct
public struct BallClipRotateMultiple: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotateMultiple.swift:91:26: error: 'some' return types are only available in tvOS 13.0.0 or newer
    static var previews: some View {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotateMultiple.swift:91:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotateMultiple.swift:90:8: note: add @available attribute to enclosing struct
struct BallClipRotateMultiple_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotateMultiple.swift:91:31: error: 'View' is only available in tvOS 13.0 or newer
    static var previews: some View {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotateMultiple.swift:91:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotateMultiple.swift:90:8: note: add @available attribute to enclosing struct
struct BallClipRotateMultiple_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotatePulse.swift:12:35: error: 'Path' is only available in tvOS 13.0 or newer
    func path(in rect: CGRect) -> Path {
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotatePulse.swift:12:10: note: add @available attribute to enclosing instance method
    func path(in rect: CGRect) -> Path {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotatePulse.swift:11:8: note: add @available attribute to enclosing struct
struct VerticalRing: Shape {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotatePulse.swift:37:22: error: 'some' return types are only available in tvOS 13.0.0 or newer
    public var body: some View {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotatePulse.swift:37:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotatePulse.swift:36:15: note: add @available attribute to enclosing struct
public struct BallClipRotatePulse: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotatePulse.swift:37:27: error: 'View' is only available in tvOS 13.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotatePulse.swift:37:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotatePulse.swift:36:15: note: add @available attribute to enclosing struct
public struct BallClipRotatePulse: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotatePulse.swift:43:45: error: 'some' return types are only available in tvOS 13.0.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotatePulse.swift:43:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotatePulse.swift:36:15: note: add @available attribute to enclosing struct
public struct BallClipRotatePulse: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotatePulse.swift:43:27: error: 'GeometryProxy' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotatePulse.swift:43:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotatePulse.swift:36:15: note: add @available attribute to enclosing struct
public struct BallClipRotatePulse: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotatePulse.swift:43:50: error: 'View' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotatePulse.swift:43:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotatePulse.swift:36:15: note: add @available attribute to enclosing struct
public struct BallClipRotatePulse: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotatePulse.swift:52:28: error: 'some' return types are only available in tvOS 13.0.0 or newer
    func renderMyRing() -> some View {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotatePulse.swift:52:10: note: add @available attribute to enclosing instance method
    func renderMyRing() -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotatePulse.swift:36:15: note: add @available attribute to enclosing struct
public struct BallClipRotatePulse: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotatePulse.swift:52:33: error: 'View' is only available in tvOS 13.0 or newer
    func renderMyRing() -> some View {
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotatePulse.swift:52:10: note: add @available attribute to enclosing instance method
    func renderMyRing() -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotatePulse.swift:36:15: note: add @available attribute to enclosing struct
public struct BallClipRotatePulse: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotatePulse.swift:70:26: error: 'some' return types are only available in tvOS 13.0.0 or newer
    func renderBall() -> some View {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotatePulse.swift:70:10: note: add @available attribute to enclosing instance method
    func renderBall() -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotatePulse.swift:36:15: note: add @available attribute to enclosing struct
public struct BallClipRotatePulse: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotatePulse.swift:70:31: error: 'View' is only available in tvOS 13.0 or newer
    func renderBall() -> some View {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotatePulse.swift:70:10: note: add @available attribute to enclosing instance method
    func renderBall() -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotatePulse.swift:36:15: note: add @available attribute to enclosing struct
public struct BallClipRotatePulse: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotatePulse.swift:89:26: error: 'some' return types are only available in tvOS 13.0.0 or newer
    static var previews: some View {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotatePulse.swift:89:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotatePulse.swift:88:8: note: add @available attribute to enclosing struct
struct BallClipRotatePulse_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotatePulse.swift:89:31: error: 'View' is only available in tvOS 13.0 or newer
    static var previews: some View {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotatePulse.swift:89:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallClipRotatePulse.swift:88:8: note: add @available attribute to enclosing struct
struct BallClipRotatePulse_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/BallGridBeat.swift:18:22: error: 'some' return types are only available in tvOS 13.0.0 or newer
    public var body: some View {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/BallGridBeat.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallGridBeat.swift:11:15: note: add @available attribute to enclosing struct
public struct BallGridBeat: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallGridBeat.swift:18:27: error: 'View' is only available in tvOS 13.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BallGridBeat.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallGridBeat.swift:11:15: note: add @available attribute to enclosing struct
public struct BallGridBeat: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallGridBeat.swift:24:45: error: 'some' return types are only available in tvOS 13.0.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/BallGridBeat.swift:24:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallGridBeat.swift:11:15: note: add @available attribute to enclosing struct
public struct BallGridBeat: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallGridBeat.swift:24:27: error: 'GeometryProxy' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BallGridBeat.swift:24:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallGridBeat.swift:11:15: note: add @available attribute to enclosing struct
public struct BallGridBeat: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallGridBeat.swift:24:50: error: 'View' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/BallGridBeat.swift:24:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallGridBeat.swift:11:15: note: add @available attribute to enclosing struct
public struct BallGridBeat: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallGridBeat.swift:49:26: error: 'some' return types are only available in tvOS 13.0.0 or newer
    static var previews: some View {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallGridBeat.swift:49:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallGridBeat.swift:48:8: note: add @available attribute to enclosing struct
struct BallGridBeat_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/BallGridBeat.swift:49:31: error: 'View' is only available in tvOS 13.0 or newer
    static var previews: some View {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallGridBeat.swift:49:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallGridBeat.swift:48:8: note: add @available attribute to enclosing struct
struct BallGridBeat_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/BallGridPulse.swift:19:22: error: 'some' return types are only available in tvOS 13.0.0 or newer
    public var body: some View {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/BallGridPulse.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallGridPulse.swift:11:15: note: add @available attribute to enclosing struct
public struct BallGridPulse: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallGridPulse.swift:19:27: error: 'View' is only available in tvOS 13.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BallGridPulse.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallGridPulse.swift:11:15: note: add @available attribute to enclosing struct
public struct BallGridPulse: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallGridPulse.swift:25:45: error: 'some' return types are only available in tvOS 13.0.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/BallGridPulse.swift:25:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallGridPulse.swift:11:15: note: add @available attribute to enclosing struct
public struct BallGridPulse: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallGridPulse.swift:25:27: error: 'GeometryProxy' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BallGridPulse.swift:25:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallGridPulse.swift:11:15: note: add @available attribute to enclosing struct
public struct BallGridPulse: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallGridPulse.swift:25:50: error: 'View' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/BallGridPulse.swift:25:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallGridPulse.swift:11:15: note: add @available attribute to enclosing struct
public struct BallGridPulse: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallGridPulse.swift:51:26: error: 'some' return types are only available in tvOS 13.0.0 or newer
    static var previews: some View {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallGridPulse.swift:51:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallGridPulse.swift:50:8: note: add @available attribute to enclosing struct
struct BallGridPulse_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/BallGridPulse.swift:51:31: error: 'View' is only available in tvOS 13.0 or newer
    static var previews: some View {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallGridPulse.swift:51:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallGridPulse.swift:50:8: note: add @available attribute to enclosing struct
struct BallGridPulse_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/BallPulse.swift:18:22: error: 'some' return types are only available in tvOS 13.0.0 or newer
    public var body: some View {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/BallPulse.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallPulse.swift:11:15: note: add @available attribute to enclosing struct
public struct BallPulse: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallPulse.swift:18:27: error: 'View' is only available in tvOS 13.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BallPulse.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallPulse.swift:11:15: note: add @available attribute to enclosing struct
public struct BallPulse: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallPulse.swift:24:45: error: 'some' return types are only available in tvOS 13.0.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/BallPulse.swift:24:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallPulse.swift:11:15: note: add @available attribute to enclosing struct
public struct BallPulse: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallPulse.swift:24:27: error: 'GeometryProxy' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BallPulse.swift:24:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallPulse.swift:11:15: note: add @available attribute to enclosing struct
public struct BallPulse: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallPulse.swift:24:50: error: 'View' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/BallPulse.swift:24:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallPulse.swift:11:15: note: add @available attribute to enclosing struct
public struct BallPulse: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallPulse.swift:44:26: error: 'some' return types are only available in tvOS 13.0.0 or newer
    static var previews: some View {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallPulse.swift:44:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallPulse.swift:43:8: note: add @available attribute to enclosing struct
struct BallPulse_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/BallPulse.swift:44:31: error: 'View' is only available in tvOS 13.0 or newer
    static var previews: some View {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallPulse.swift:44:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallPulse.swift:43:8: note: add @available attribute to enclosing struct
struct BallPulse_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/BallPulseSync.swift:18:22: error: 'some' return types are only available in tvOS 13.0.0 or newer
    public var body: some View {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/BallPulseSync.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallPulseSync.swift:11:15: note: add @available attribute to enclosing struct
public struct BallPulseSync: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallPulseSync.swift:18:27: error: 'View' is only available in tvOS 13.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BallPulseSync.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallPulseSync.swift:11:15: note: add @available attribute to enclosing struct
public struct BallPulseSync: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallPulseSync.swift:24:45: error: 'some' return types are only available in tvOS 13.0.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/BallPulseSync.swift:24:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallPulseSync.swift:11:15: note: add @available attribute to enclosing struct
public struct BallPulseSync: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallPulseSync.swift:24:27: error: 'GeometryProxy' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BallPulseSync.swift:24:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallPulseSync.swift:11:15: note: add @available attribute to enclosing struct
public struct BallPulseSync: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallPulseSync.swift:24:50: error: 'View' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/BallPulseSync.swift:24:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallPulseSync.swift:11:15: note: add @available attribute to enclosing struct
public struct BallPulseSync: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallPulseSync.swift:48:26: error: 'some' return types are only available in tvOS 13.0.0 or newer
    static var previews: some View {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallPulseSync.swift:48:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallPulseSync.swift:47:8: note: add @available attribute to enclosing struct
struct BallPulseSync_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/BallPulseSync.swift:48:31: error: 'View' is only available in tvOS 13.0 or newer
    static var previews: some View {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallPulseSync.swift:48:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallPulseSync.swift:47:8: note: add @available attribute to enclosing struct
struct BallPulseSync_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/BallRotate.swift:12:15: error: 'some' return types are only available in tvOS 13.0.0 or newer
    var body: some View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallRotate.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/BallRotate.swift:11:20: note: add @available attribute to enclosing struct
fileprivate struct MyCircles: View {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/BallRotate.swift:12:20: error: 'View' is only available in tvOS 13.0 or newer
    var body: some View {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/BallRotate.swift:12:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/BallRotate.swift:11:20: note: add @available attribute to enclosing struct
fileprivate struct MyCircles: View {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/BallRotate.swift:16:45: error: 'some' return types are only available in tvOS 13.0.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/BallRotate.swift:16:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallRotate.swift:11:20: note: add @available attribute to enclosing struct
fileprivate struct MyCircles: View {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/BallRotate.swift:16:27: error: 'GeometryProxy' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BallRotate.swift:16:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallRotate.swift:11:20: note: add @available attribute to enclosing struct
fileprivate struct MyCircles: View {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/BallRotate.swift:16:50: error: 'View' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/BallRotate.swift:16:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallRotate.swift:11:20: note: add @available attribute to enclosing struct
fileprivate struct MyCircles: View {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/BallRotate.swift:36:22: error: 'some' return types are only available in tvOS 13.0.0 or newer
    public var body: some View {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/BallRotate.swift:36:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallRotate.swift:29:15: note: add @available attribute to enclosing struct
public struct BallRotate: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallRotate.swift:36:27: error: 'View' is only available in tvOS 13.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BallRotate.swift:36:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallRotate.swift:29:15: note: add @available attribute to enclosing struct
public struct BallRotate: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallRotate.swift:42:45: error: 'some' return types are only available in tvOS 13.0.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/BallRotate.swift:42:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallRotate.swift:29:15: note: add @available attribute to enclosing struct
public struct BallRotate: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallRotate.swift:42:27: error: 'GeometryProxy' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BallRotate.swift:42:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallRotate.swift:29:15: note: add @available attribute to enclosing struct
public struct BallRotate: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallRotate.swift:42:50: error: 'View' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/BallRotate.swift:42:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallRotate.swift:29:15: note: add @available attribute to enclosing struct
public struct BallRotate: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallRotate.swift:59:26: error: 'some' return types are only available in tvOS 13.0.0 or newer
    static var previews: some View {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallRotate.swift:59:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallRotate.swift:58:8: note: add @available attribute to enclosing struct
struct BallRotate_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/BallRotate.swift:59:31: error: 'View' is only available in tvOS 13.0 or newer
    static var previews: some View {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallRotate.swift:59:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallRotate.swift:58:8: note: add @available attribute to enclosing struct
struct BallRotate_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScale.swift:18:22: error: 'some' return types are only available in tvOS 13.0.0 or newer
    public var body: some View {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScale.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScale.swift:11:15: note: add @available attribute to enclosing struct
public struct BallScale: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScale.swift:18:27: error: 'View' is only available in tvOS 13.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScale.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScale.swift:11:15: note: add @available attribute to enclosing struct
public struct BallScale: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScale.swift:24:45: error: 'some' return types are only available in tvOS 13.0.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScale.swift:24:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScale.swift:11:15: note: add @available attribute to enclosing struct
public struct BallScale: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScale.swift:24:27: error: 'GeometryProxy' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScale.swift:24:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScale.swift:11:15: note: add @available attribute to enclosing struct
public struct BallScale: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScale.swift:24:50: error: 'View' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScale.swift:24:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScale.swift:11:15: note: add @available attribute to enclosing struct
public struct BallScale: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScale.swift:41:26: error: 'some' return types are only available in tvOS 13.0.0 or newer
    static var previews: some View {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScale.swift:41:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScale.swift:40:8: note: add @available attribute to enclosing struct
struct BallScale_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScale.swift:41:31: error: 'View' is only available in tvOS 13.0 or newer
    static var previews: some View {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScale.swift:41:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScale.swift:40:8: note: add @available attribute to enclosing struct
struct BallScale_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScaleRipple.swift:13:35: error: 'Path' is only available in tvOS 13.0 or newer
    func path(in rect: CGRect) -> Path {
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScaleRipple.swift:13:10: note: add @available attribute to enclosing instance method
    func path(in rect: CGRect) -> Path {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScaleRipple.swift:11:8: note: add @available attribute to enclosing struct
struct Ring: Shape {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScaleRipple.swift:29:22: error: 'some' return types are only available in tvOS 13.0.0 or newer
    public var body: some View {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScaleRipple.swift:29:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScaleRipple.swift:22:15: note: add @available attribute to enclosing struct
public struct BallScaleRipple: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScaleRipple.swift:29:27: error: 'View' is only available in tvOS 13.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScaleRipple.swift:29:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScaleRipple.swift:22:15: note: add @available attribute to enclosing struct
public struct BallScaleRipple: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScaleRipple.swift:35:45: error: 'some' return types are only available in tvOS 13.0.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScaleRipple.swift:35:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScaleRipple.swift:22:15: note: add @available attribute to enclosing struct
public struct BallScaleRipple: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScaleRipple.swift:35:27: error: 'GeometryProxy' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScaleRipple.swift:35:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScaleRipple.swift:22:15: note: add @available attribute to enclosing struct
public struct BallScaleRipple: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScaleRipple.swift:35:50: error: 'View' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScaleRipple.swift:35:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScaleRipple.swift:22:15: note: add @available attribute to enclosing struct
public struct BallScaleRipple: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScaleRipple.swift:52:26: error: 'some' return types are only available in tvOS 13.0.0 or newer
    static var previews: some View {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScaleRipple.swift:52:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScaleRipple.swift:51:8: note: add @available attribute to enclosing struct
struct BallScaleRipple_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScaleRipple.swift:52:31: error: 'View' is only available in tvOS 13.0 or newer
    static var previews: some View {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScaleRipple.swift:52:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScaleRipple.swift:51:8: note: add @available attribute to enclosing struct
struct BallScaleRipple_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScaleRippleMultiple.swift:19:22: error: 'some' return types are only available in tvOS 13.0.0 or newer
    public var body: some View {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScaleRippleMultiple.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScaleRippleMultiple.swift:11:15: note: add @available attribute to enclosing struct
public struct BallScaleRippleMultiple: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScaleRippleMultiple.swift:19:27: error: 'View' is only available in tvOS 13.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScaleRippleMultiple.swift:19:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScaleRippleMultiple.swift:11:15: note: add @available attribute to enclosing struct
public struct BallScaleRippleMultiple: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScaleRippleMultiple.swift:25:45: error: 'some' return types are only available in tvOS 13.0.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScaleRippleMultiple.swift:25:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScaleRippleMultiple.swift:11:15: note: add @available attribute to enclosing struct
public struct BallScaleRippleMultiple: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScaleRippleMultiple.swift:25:27: error: 'GeometryProxy' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScaleRippleMultiple.swift:25:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScaleRippleMultiple.swift:11:15: note: add @available attribute to enclosing struct
public struct BallScaleRippleMultiple: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScaleRippleMultiple.swift:25:50: error: 'View' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScaleRippleMultiple.swift:25:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScaleRippleMultiple.swift:11:15: note: add @available attribute to enclosing struct
public struct BallScaleRippleMultiple: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScaleRippleMultiple.swift:48:26: error: 'some' return types are only available in tvOS 13.0.0 or newer
    static var previews: some View {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScaleRippleMultiple.swift:48:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScaleRippleMultiple.swift:47:8: note: add @available attribute to enclosing struct
struct BallScaleRippleMultiple_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScaleRippleMultiple.swift:48:31: error: 'View' is only available in tvOS 13.0 or newer
    static var previews: some View {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScaleRippleMultiple.swift:48:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallScaleRippleMultiple.swift:47:8: note: add @available attribute to enclosing struct
struct BallScaleRippleMultiple_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/BallTrianglePath.swift:12:35: error: 'Path' is only available in tvOS 13.0 or newer
    func path(in rect: CGRect) -> Path {
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/BallTrianglePath.swift:12:10: note: add @available attribute to enclosing instance method
    func path(in rect: CGRect) -> Path {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallTrianglePath.swift:11:20: note: add @available attribute to enclosing struct
fileprivate struct SmallRing: Shape {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/BallTrianglePath.swift:25:36: error: 'UnitPoint' is only available in tvOS 13.0 or newer
    private let directionValues: [[UnitPoint]] = [[.zero, .init(x: 0.5, y: 1), .init(x: -0.5, y: 1), .zero],
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/BallTrianglePath.swift:21:15: note: add @available attribute to enclosing struct
public struct BallTrianglePath: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallTrianglePath.swift:29:22: error: 'some' return types are only available in tvOS 13.0.0 or newer
    public var body: some View {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/BallTrianglePath.swift:29:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallTrianglePath.swift:21:15: note: add @available attribute to enclosing struct
public struct BallTrianglePath: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallTrianglePath.swift:29:27: error: 'View' is only available in tvOS 13.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BallTrianglePath.swift:29:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallTrianglePath.swift:21:15: note: add @available attribute to enclosing struct
public struct BallTrianglePath: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallTrianglePath.swift:35:45: error: 'some' return types are only available in tvOS 13.0.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/BallTrianglePath.swift:35:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallTrianglePath.swift:21:15: note: add @available attribute to enclosing struct
public struct BallTrianglePath: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallTrianglePath.swift:35:27: error: 'GeometryProxy' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BallTrianglePath.swift:35:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallTrianglePath.swift:21:15: note: add @available attribute to enclosing struct
public struct BallTrianglePath: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallTrianglePath.swift:35:50: error: 'View' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/BallTrianglePath.swift:35:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallTrianglePath.swift:21:15: note: add @available attribute to enclosing struct
public struct BallTrianglePath: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallTrianglePath.swift:67:26: error: 'some' return types are only available in tvOS 13.0.0 or newer
    static var previews: some View {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallTrianglePath.swift:67:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallTrianglePath.swift:66:8: note: add @available attribute to enclosing struct
struct BallTrianglePath_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/BallTrianglePath.swift:67:31: error: 'View' is only available in tvOS 13.0 or newer
    static var previews: some View {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallTrianglePath.swift:67:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallTrianglePath.swift:66:8: note: add @available attribute to enclosing struct
struct BallTrianglePath_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift:15:36: error: 'UnitPoint' is only available in tvOS 13.0 or newer
    private let directionValues: [[UnitPoint]] = [[.zero, .init(x: -1, y: -1), .init(x: 1, y: -1), .zero],
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift:11:15: note: add @available attribute to enclosing struct
public struct BallZigZag: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift:18:22: error: 'some' return types are only available in tvOS 13.0.0 or newer
    public var body: some View {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift:11:15: note: add @available attribute to enclosing struct
public struct BallZigZag: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift:18:27: error: 'View' is only available in tvOS 13.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift:11:15: note: add @available attribute to enclosing struct
public struct BallZigZag: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift:24:45: error: 'some' return types are only available in tvOS 13.0.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift:24:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift:11:15: note: add @available attribute to enclosing struct
public struct BallZigZag: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift:24:27: error: 'GeometryProxy' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift:24:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift:11:15: note: add @available attribute to enclosing struct
public struct BallZigZag: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift:24:50: error: 'View' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift:24:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift:11:15: note: add @available attribute to enclosing struct
public struct BallZigZag: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift:52:26: error: 'some' return types are only available in tvOS 13.0.0 or newer
    static var previews: some View {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift:52:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift:51:8: note: add @available attribute to enclosing struct
struct BallZigZag_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift:52:31: error: 'View' is only available in tvOS 13.0 or newer
    static var previews: some View {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift:52:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZag.swift:51:8: note: add @available attribute to enclosing struct
struct BallZigZag_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift:15:36: error: 'UnitPoint' is only available in tvOS 13.0 or newer
    private let directionValues: [[UnitPoint]] = [[.zero, .init(x: -1, y: -1), .init(x: 1, y: -1), .zero, .init(x: 1, y: -1), .init(x: -1, y: -1), .zero],
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift:11:15: note: add @available attribute to enclosing struct
public struct BallZigZagDeflect: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift:18:22: error: 'some' return types are only available in tvOS 13.0.0 or newer
    public var body: some View {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift:11:15: note: add @available attribute to enclosing struct
public struct BallZigZagDeflect: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift:18:27: error: 'View' is only available in tvOS 13.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift:11:15: note: add @available attribute to enclosing struct
public struct BallZigZagDeflect: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift:24:45: error: 'some' return types are only available in tvOS 13.0.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift:24:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift:11:15: note: add @available attribute to enclosing struct
public struct BallZigZagDeflect: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift:24:27: error: 'GeometryProxy' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift:24:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift:11:15: note: add @available attribute to enclosing struct
public struct BallZigZagDeflect: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift:24:50: error: 'View' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift:24:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift:11:15: note: add @available attribute to enclosing struct
public struct BallZigZagDeflect: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift:52:26: error: 'some' return types are only available in tvOS 13.0.0 or newer
    static var previews: some View {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift:52:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift:51:8: note: add @available attribute to enclosing struct
struct BallZigZagDeflect_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift:52:31: error: 'View' is only available in tvOS 13.0 or newer
    static var previews: some View {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift:52:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/BallZigZagDeflect.swift:51:8: note: add @available attribute to enclosing struct
struct BallZigZagDeflect_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift:17:47: error: 'UnitPoint' is only available in tvOS 13.0 or newer
    private let translationDirectionValues: [[UnitPoint]] = [[.zero, .init(x: 1, y: 0), .init(x: 1, y: 1), .init(x: 0, y: 1), .zero],
                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift:11:15: note: add @available attribute to enclosing struct
public struct CubeTransition: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift:20:22: error: 'some' return types are only available in tvOS 13.0.0 or newer
    public var body: some View {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift:20:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift:11:15: note: add @available attribute to enclosing struct
public struct CubeTransition: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift:20:27: error: 'View' is only available in tvOS 13.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift:20:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift:11:15: note: add @available attribute to enclosing struct
public struct CubeTransition: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift:26:45: error: 'some' return types are only available in tvOS 13.0.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift:26:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift:11:15: note: add @available attribute to enclosing struct
public struct CubeTransition: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift:26:27: error: 'GeometryProxy' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift:26:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift:11:15: note: add @available attribute to enclosing struct
public struct CubeTransition: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift:26:50: error: 'View' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift:26:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift:11:15: note: add @available attribute to enclosing struct
public struct CubeTransition: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift:59:26: error: 'some' return types are only available in tvOS 13.0.0 or newer
    static var previews: some View {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift:59:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift:58:8: note: add @available attribute to enclosing struct
struct CubeTransition_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift:59:31: error: 'View' is only available in tvOS 13.0 or newer
    static var previews: some View {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift:59:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/CubeTransition.swift:58:8: note: add @available attribute to enclosing struct
struct CubeTransition_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:34:36: error: 'some' return types are only available in tvOS 13.0.0 or newer
    func body(content: Content) -> some View {
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:34:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:11:8: note: add @available attribute to enclosing struct
struct KeyframeAnimation: AnimatableModifier {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:34:41: error: 'View' is only available in tvOS 13.0 or newer
    func body(content: Content) -> some View {
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:34:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:11:8: note: add @available attribute to enclosing struct
struct KeyframeAnimation: AnimatableModifier {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:44:41: error: 'Animation' is only available in tvOS 13.0 or newer
    func animation(duration: Double) -> Animation {
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:44:10: note: add @available attribute to enclosing instance method
    func animation(duration: Double) -> Animation {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:39:6: note: add @available attribute to enclosing enum
enum TimingFunction {
     ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:57:31: error: 'Animation' is only available in tvOS 13.0 or newer
    typealias Element = (Int, Animation, Animation?, Bool)
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:57:15: note: add @available attribute to enclosing type alias
    typealias Element = (Int, Animation, Animation?, Bool)
              ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:56:7: note: add @available attribute to enclosing class
class KeyframeIterator: IteratorProtocol {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:57:42: error: 'Animation' is only available in tvOS 13.0 or newer
    typealias Element = (Int, Animation, Animation?, Bool)
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:57:15: note: add @available attribute to enclosing type alias
    typealias Element = (Int, Animation, Animation?, Bool)
              ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:56:7: note: add @available attribute to enclosing class
class KeyframeIterator: IteratorProtocol {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:64:30: error: 'Animation' is only available in tvOS 13.0 or newer
    private let animations: [Animation]
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:56:7: note: add @available attribute to enclosing class
class KeyframeIterator: IteratorProtocol {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:111:6: error: 'State' is only available in tvOS 13.0 or newer
    @State private var keyframe: Double = 0
     ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:108:8: note: add @available attribute to enclosing generic struct
struct KeyframeAnimationController<T: View>: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:112:35: error: 'Animation' is only available in tvOS 13.0 or newer
    @State private var animation: Animation?
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:108:8: note: add @available attribute to enclosing generic struct
struct KeyframeAnimationController<T: View>: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:112:6: error: 'State' is only available in tvOS 13.0 or newer
    @State private var animation: Animation?
     ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:108:8: note: add @available attribute to enclosing generic struct
struct KeyframeAnimationController<T: View>: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:120:15: error: 'some' return types are only available in tvOS 13.0.0 or newer
    var body: some View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:120:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:108:8: note: add @available attribute to enclosing generic struct
struct KeyframeAnimationController<T: View>: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:120:20: error: 'View' is only available in tvOS 13.0 or newer
    var body: some View {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:120:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:108:8: note: add @available attribute to enclosing generic struct
struct KeyframeAnimationController<T: View>: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:108:39: error: 'View' is only available in tvOS 13.0 or newer
struct KeyframeAnimationController<T: View>: View {
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/KeyframeAnimation.swift:108:8: note: add @available attribute to enclosing generic struct
struct KeyframeAnimationController<T: View>: View {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScale.swift:18:22: error: 'some' return types are only available in tvOS 13.0.0 or newer
    public var body: some View {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScale.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScale.swift:11:15: note: add @available attribute to enclosing struct
public struct LineScale: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScale.swift:18:27: error: 'View' is only available in tvOS 13.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScale.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScale.swift:11:15: note: add @available attribute to enclosing struct
public struct LineScale: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScale.swift:24:45: error: 'some' return types are only available in tvOS 13.0.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScale.swift:24:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScale.swift:11:15: note: add @available attribute to enclosing struct
public struct LineScale: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScale.swift:24:27: error: 'GeometryProxy' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScale.swift:24:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScale.swift:11:15: note: add @available attribute to enclosing struct
public struct LineScale: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScale.swift:24:50: error: 'View' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScale.swift:24:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScale.swift:11:15: note: add @available attribute to enclosing struct
public struct LineScale: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScale.swift:45:26: error: 'some' return types are only available in tvOS 13.0.0 or newer
    static var previews: some View {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScale.swift:45:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScale.swift:44:8: note: add @available attribute to enclosing struct
struct LineScale_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScale.swift:45:31: error: 'View' is only available in tvOS 13.0 or newer
    static var previews: some View {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScale.swift:45:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScale.swift:44:8: note: add @available attribute to enclosing struct
struct LineScale_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScaleParty.swift:18:22: error: 'some' return types are only available in tvOS 13.0.0 or newer
    public var body: some View {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScaleParty.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScaleParty.swift:11:15: note: add @available attribute to enclosing struct
public struct LineScaleParty: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScaleParty.swift:18:27: error: 'View' is only available in tvOS 13.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScaleParty.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScaleParty.swift:11:15: note: add @available attribute to enclosing struct
public struct LineScaleParty: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScaleParty.swift:24:45: error: 'some' return types are only available in tvOS 13.0.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScaleParty.swift:24:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScaleParty.swift:11:15: note: add @available attribute to enclosing struct
public struct LineScaleParty: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScaleParty.swift:24:27: error: 'GeometryProxy' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScaleParty.swift:24:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScaleParty.swift:11:15: note: add @available attribute to enclosing struct
public struct LineScaleParty: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScaleParty.swift:24:50: error: 'View' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScaleParty.swift:24:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScaleParty.swift:11:15: note: add @available attribute to enclosing struct
public struct LineScaleParty: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScaleParty.swift:45:26: error: 'some' return types are only available in tvOS 13.0.0 or newer
    static var previews: some View {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScaleParty.swift:45:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScaleParty.swift:44:8: note: add @available attribute to enclosing struct
struct LineScaleParty_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScaleParty.swift:45:31: error: 'View' is only available in tvOS 13.0 or newer
    static var previews: some View {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScaleParty.swift:45:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScaleParty.swift:44:8: note: add @available attribute to enclosing struct
struct LineScaleParty_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOut.swift:18:22: error: 'some' return types are only available in tvOS 13.0.0 or newer
    public var body: some View {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOut.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOut.swift:11:15: note: add @available attribute to enclosing struct
public struct LineScalePulseOut: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOut.swift:18:27: error: 'View' is only available in tvOS 13.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOut.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOut.swift:11:15: note: add @available attribute to enclosing struct
public struct LineScalePulseOut: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOut.swift:24:45: error: 'some' return types are only available in tvOS 13.0.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOut.swift:24:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOut.swift:11:15: note: add @available attribute to enclosing struct
public struct LineScalePulseOut: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOut.swift:24:27: error: 'GeometryProxy' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOut.swift:24:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOut.swift:11:15: note: add @available attribute to enclosing struct
public struct LineScalePulseOut: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOut.swift:24:50: error: 'View' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOut.swift:24:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOut.swift:11:15: note: add @available attribute to enclosing struct
public struct LineScalePulseOut: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOut.swift:45:26: error: 'some' return types are only available in tvOS 13.0.0 or newer
    static var previews: some View {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOut.swift:45:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOut.swift:44:8: note: add @available attribute to enclosing struct
struct LineScalePulseOut_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOut.swift:45:31: error: 'View' is only available in tvOS 13.0 or newer
    static var previews: some View {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOut.swift:45:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOut.swift:44:8: note: add @available attribute to enclosing struct
struct LineScalePulseOut_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOutRapid.swift:18:22: error: 'some' return types are only available in tvOS 13.0.0 or newer
    public var body: some View {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOutRapid.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOutRapid.swift:11:15: note: add @available attribute to enclosing struct
public struct LineScalePulseOutRapid: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOutRapid.swift:18:27: error: 'View' is only available in tvOS 13.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOutRapid.swift:18:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOutRapid.swift:11:15: note: add @available attribute to enclosing struct
public struct LineScalePulseOutRapid: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOutRapid.swift:24:45: error: 'some' return types are only available in tvOS 13.0.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOutRapid.swift:24:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOutRapid.swift:11:15: note: add @available attribute to enclosing struct
public struct LineScalePulseOutRapid: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOutRapid.swift:24:27: error: 'GeometryProxy' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOutRapid.swift:24:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOutRapid.swift:11:15: note: add @available attribute to enclosing struct
public struct LineScalePulseOutRapid: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOutRapid.swift:24:50: error: 'View' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOutRapid.swift:24:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOutRapid.swift:11:15: note: add @available attribute to enclosing struct
public struct LineScalePulseOutRapid: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOutRapid.swift:45:26: error: 'some' return types are only available in tvOS 13.0.0 or newer
    static var previews: some View {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOutRapid.swift:45:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOutRapid.swift:44:8: note: add @available attribute to enclosing struct
struct LineScalePulseOutRapid_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOutRapid.swift:45:31: error: 'View' is only available in tvOS 13.0 or newer
    static var previews: some View {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOutRapid.swift:45:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/LineScalePulseOutRapid.swift:44:8: note: add @available attribute to enclosing struct
struct LineScalePulseOutRapid_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift:12:35: error: 'Path' is only available in tvOS 13.0 or newer
    func path(in rect: CGRect) -> Path {
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift:12:10: note: add @available attribute to enclosing instance method
    func path(in rect: CGRect) -> Path {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift:11:20: note: add @available attribute to enclosing struct
fileprivate struct SemiCircle: Shape {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift:32:22: error: 'some' return types are only available in tvOS 13.0.0 or newer
    public var body: some View {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift:26:15: note: add @available attribute to enclosing struct
public struct SemiCircleSpin: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift:32:27: error: 'View' is only available in tvOS 13.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift:26:15: note: add @available attribute to enclosing struct
public struct SemiCircleSpin: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift:38:45: error: 'some' return types are only available in tvOS 13.0.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift:38:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift:26:15: note: add @available attribute to enclosing struct
public struct SemiCircleSpin: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift:38:27: error: 'GeometryProxy' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift:38:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift:26:15: note: add @available attribute to enclosing struct
public struct SemiCircleSpin: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift:38:50: error: 'View' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift:38:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift:26:15: note: add @available attribute to enclosing struct
public struct SemiCircleSpin: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift:54:26: error: 'some' return types are only available in tvOS 13.0.0 or newer
    static var previews: some View {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift:54:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift:53:8: note: add @available attribute to enclosing struct
struct SemiCircleSpin_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift:54:31: error: 'View' is only available in tvOS 13.0 or newer
    static var previews: some View {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift:54:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SemiCircleSpin.swift:53:8: note: add @available attribute to enclosing struct
struct SemiCircleSpin_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:25:36: error: 'some' return types are only available in tvOS 13.0.0 or newer
    func body(content: Content) -> some View {
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:25:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:11:20: note: add @available attribute to enclosing struct
fileprivate struct FlipEffect: AnimatableModifier {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:25:41: error: 'View' is only available in tvOS 13.0 or newer
    func body(content: Content) -> some View {
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:25:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:11:20: note: add @available attribute to enclosing struct
fileprivate struct FlipEffect: AnimatableModifier {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:36:22: error: 'some' return types are only available in tvOS 13.0.0 or newer
    public var body: some View {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:36:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:30:15: note: add @available attribute to enclosing struct
public struct SquareSpin: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:36:27: error: 'View' is only available in tvOS 13.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:36:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:30:15: note: add @available attribute to enclosing struct
public struct SquareSpin: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:42:45: error: 'some' return types are only available in tvOS 13.0.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:42:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:30:15: note: add @available attribute to enclosing struct
public struct SquareSpin: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:42:27: error: 'GeometryProxy' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:42:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:30:15: note: add @available attribute to enclosing struct
public struct SquareSpin: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:42:50: error: 'View' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:42:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:30:15: note: add @available attribute to enclosing struct
public struct SquareSpin: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:57:26: error: 'some' return types are only available in tvOS 13.0.0 or newer
    static var previews: some View {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:57:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:56:8: note: add @available attribute to enclosing struct
struct SquareSpin_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:57:31: error: 'View' is only available in tvOS 13.0 or newer
    static var previews: some View {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:57:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SquareSpin.swift:56:8: note: add @available attribute to enclosing struct
struct SquareSpin_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift:13:35: error: 'Path' is only available in tvOS 13.0 or newer
    func path(in rect: CGRect) -> Path {
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift:13:10: note: add @available attribute to enclosing instance method
    func path(in rect: CGRect) -> Path {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift:11:20: note: add @available attribute to enclosing struct
fileprivate struct Triangle: Shape {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift:32:22: error: 'some' return types are only available in tvOS 13.0.0 or newer
    public var body: some View {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift:26:15: note: add @available attribute to enclosing struct
public struct TriangleSkewSpin: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift:32:27: error: 'View' is only available in tvOS 13.0 or newer
    public var body: some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift:32:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift:26:15: note: add @available attribute to enclosing struct
public struct TriangleSkewSpin: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift:38:45: error: 'some' return types are only available in tvOS 13.0.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift:38:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift:26:15: note: add @available attribute to enclosing struct
public struct TriangleSkewSpin: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift:38:27: error: 'GeometryProxy' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift:38:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift:26:15: note: add @available attribute to enclosing struct
public struct TriangleSkewSpin: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift:38:50: error: 'View' is only available in tvOS 13.0 or newer
    func render(geometry: GeometryProxy) -> some View {
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift:38:10: note: add @available attribute to enclosing instance method
    func render(geometry: GeometryProxy) -> some View {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift:26:15: note: add @available attribute to enclosing struct
public struct TriangleSkewSpin: View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift:56:26: error: 'some' return types are only available in tvOS 13.0.0 or newer
    static var previews: some View {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift:56:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift:55:8: note: add @available attribute to enclosing struct
struct TriangleSkewSpin_Previews: PreviewProvider {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift:56:31: error: 'View' is only available in tvOS 13.0 or newer
    static var previews: some View {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift:56:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/TriangleSkewSpin.swift:55:8: note: add @available attribute to enclosing struct
struct TriangleSkewSpin_Previews: PreviewProvider {
       ^
SwiftCompile normal arm64 Compiling\ BallBeat.swift,\ BallClipRotate.swift,\ BallClipRotateMultiple.swift /Users/admin/builder/spi-builder-workspace/Sources/BallBeat.swift /Users/admin/builder/spi-builder-workspace/Sources/BallClipRotate.swift /Users/admin/builder/spi-builder-workspace/Sources/BallClipRotateMultiple.swift (in target 'LoaderUI' from project 'LoaderUI')
Command SwiftCompile failed with a nonzero exit code
/Users/admin/builder/spi-builder-workspace/LoaderUI.xcodeproj: warning: The tvOS deployment target 'TVOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'LoaderUI' from project 'LoaderUI')
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ LoaderUI (in target 'LoaderUI' from project 'LoaderUI')
	EmitSwiftModule normal arm64 (in target 'LoaderUI' from project 'LoaderUI')
	SwiftCompile normal arm64 Compiling\ BallBeat.swift,\ BallClipRotate.swift,\ BallClipRotateMultiple.swift /Users/admin/builder/spi-builder-workspace/Sources/BallBeat.swift /Users/admin/builder/spi-builder-workspace/Sources/BallClipRotate.swift /Users/admin/builder/spi-builder-workspace/Sources/BallClipRotateMultiple.swift (in target 'LoaderUI' from project 'LoaderUI')
	Building project LoaderUI with scheme LoaderUI-Package
(4 failures)
BUILD FAILURE 6.1 tvOS