The Swift Package Index logo.Swift Package Index

Build Information

Failed to build OneFingerRotation with Swift 5.7 for tvOS using Xcode 14.2 at main.

Build Command

env DEVELOPER_DIR="/Applications/Xcode-14.2.0.app" xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride="$PWD/.dependencies" -derivedDataPath "$PWD/.derivedData" build -scheme OneFingerRotation -destination "generic/platform=tvos"

Build Log

t ValueAutoRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRotationInertia.swift:38:28: error: 'Binding' is only available in tvOS 13.0 or newer
        stoppingAnimation: Binding<Bool> = .constant(false),
                           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRotationInertia.swift:31:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct ValueAutoRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRotationInertia.swift:39:28: error: 'Binding' is only available in tvOS 13.0 or newer
        autoRotationSpeed: Binding<Double>,
                           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRotationInertia.swift:31:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct ValueAutoRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRotationInertia.swift:40:30: error: 'Binding' is only available in tvOS 13.0 or newer
        autoRotationEnabled: Binding<Bool>
                             ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRotationInertia.swift:31:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct ValueAutoRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRotationInertia.swift:70:43: error: 'some' return types are only available in tvOS 13.0.0 or newer
    public func body(content: Content) -> some View {
                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRotationInertia.swift:70:17: note: add @available attribute to enclosing instance method
    public func body(content: Content) -> some View {
                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct ValueAutoRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRotationInertia.swift:70:48: error: 'View' is only available in tvOS 13.0 or newer
    public func body(content: Content) -> some View {
                                               ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRotationInertia.swift:70:17: note: add @available attribute t
o enclosing instance method
    public func body(content: Content) -> some View {
                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct ValueAutoRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRotationInertia.swift:213:48: error: 'DragGesture' is unavailable in tvOS
    private func calculateRotationAngle(value: DragGesture.Value, geometry: GeometryProxy) -> Angle {
                            ^~~~~~~~~~~
SwiftUI.DragGesture:3:15: note: 'DragGesture' has been explicitly marked unavailable here
public struct DragGesture : Gesture {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRotationInertia.swift:213:77: error: 'GeometryProxy' is only available in tvOS 13.0 or newer
    private func calculateRotationAngle(value: DragGesture.Value, geometry: GeometryProxy) -> Angle {
                                                                            ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRotationInertia.swift:213:18: note: add @available attribute to enclosing instance method
    private func calculateRotationAngle(value: DragGesture.Value, geometry: GeometryProxy) -> Angle {
                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct ValueAutoRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRotationInertia.swift:213:95: error: 'Angle' is only available in tvOS 13.0 or newer
    private func calculateRotationAngle(value: DragGesture.Value, geometry: GeometryProxy) -> Angle {
                                                                                              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRotationInertia.swift:213:18: note: add @available attribute to enclosing instance method
    private func calculateRotationAngle(value: DragGesture.Value, geometry: GeometryProxy) -> Angle {
                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct ValueAutoRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRotationInertia.swift:244:10: error: 'some' return types are only available in tvOS 13.0.0 or newer
    ) -> some View {
         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRotationInertia.swift:235:10: note: add @available attribute to enclosing instance method
    func valueAutoRotationInertia(
         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRotationInertia.swift:234:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRotationInertia.swift:236:21: error: 'Binding' is only available in tvOS 13.0 or newer
        totalAngle: Binding<Double>,
                    ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRotationInertia.swift:235:10: note: add @available attribute to enclosing instance method
    func valueAutoRotationInertia(
         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRotationInertia.swift:234:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRota
tionInertia.swift:237:19: error: 'Binding' is only available in tvOS 13.0 or newer
        friction: Binding<CGFloat>? = nil,
                  ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRotationInertia.swift:235:10: note: add @available attribute to enclosing instance method
    func valueAutoRotationInertia(
         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRotationInertia.swift:234:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRotationInertia.swift:239:29: error: 'Binding' is only available in tvOS 13.0 or newer
        velocityMultiplier: Binding<CGFloat>? = nil,
                            ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRotationInertia.swift:235:10: note: add @available attribute to enclosing instance method
    func valueAutoRotationInertia(
         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRotationInertia.swift:234:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRotationInertia.swift:240:20: error: 'Animation' is only available in tvOS 13.0 or newer
        animation: Animation? = nil,
                   ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRotationInertia.swift:235:10: note: add @available attribute to enclosing instance method
    func valueAutoRotationInertia(
         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRotationInertia.swift:234:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRotationInertia.swift:241:28: error: 'Binding' is only available in tvOS 13.0 or newer
        stoppingAnimation: Binding<Bool>? = nil,
                           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRotationInertia.swift:235:10: note: add @available attribute to enclosing instance method
    func valueAutoRotationInertia(
         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRotationInertia.swift:234:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRotationInertia.swift:242:28: error: 'Binding' is only available in tvOS 13.0 or newer
        autoRotationSpeed: Binding<Double>? = nil,
                           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRotationInertia.swift:235:10: note: add @available attribute to enclosing instance method
    func valueAutoRotationInertia(
         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRotationInertia.swift:234:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftp
ackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRotationInertia.swift:243:30: error: 'Binding' is only available in tvOS 13.0 or newer
        autoRotationEnabled: Binding<Bool>? = nil
                             ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRotationInertia.swift:235:10: note: add @available attribute to enclosing instance method
    func valueAutoRotationInertia(
         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRotationInertia.swift:234:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRotationInertia.swift:244:15: error: 'View' is only available in tvOS 13.0 or newer
    ) -> some View {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRotationInertia.swift:235:10: note: add @available attribute to enclosing instance method
    func valueAutoRotationInertia(
         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRotationInertia.swift:234:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRotationInertia.swift:234:18: error: 'View' is only available in tvOS 13.0 or newer
public extension View {
                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueAutoRotationInertia.swift:234:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotation.swift:4:39: error: 'Angle' is only available in tvOS 13.0 or newer
    @State private var rotationAngle: Angle = .degrees(0)
                                      ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotation.swift:3:15: note: add @available attribute to enclosing struct
public struct ValueRotation: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotation.swift:4:6: error: 'State' is only available in tvOS 13.0 or newer
    @State private var rotationAngle: Angle = .degrees(0)
     ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotation.swift:3:15: note: add @available attribute to enclosing struct
public struct ValueRotation: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotation.swift:5:6: error: 'State' is only available in tvOS 13.0 or newer
    @State private var previousAngle: Double = 0
     ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotation.swift:3:15: note: add @available attribute to enclosing struct
public struct ValueRotation: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotation.swift:6:6: error: 'Binding' is only available in tvOS 13.0 or newer
    @Binding var totalAngle: Double
     ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swi
ftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotation.swift:3:15: note: add @available attribute to enclosing struct
public struct ValueRotation: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotation.swift:8:20: error: 'Animation' is only available in tvOS 13.0 or newer
    var animation: Animation?
                   ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotation.swift:3:15: note: add @available attribute to enclosing struct
public struct ValueRotation: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotation.swift:9:6: error: 'State' is only available in tvOS 13.0 or newer
    @State private var isDragged: Bool = false
     ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotation.swift:3:15: note: add @available attribute to enclosing struct
public struct ValueRotation: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotation.swift:10:6: error: 'State' is only available in tvOS 13.0 or newer
    @State private var fullRotations: Int = 0
     ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotation.swift:3:15: note: add @available attribute to enclosing struct
public struct ValueRotation: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotation.swift:13:21: error: 'Binding' is only available in tvOS 13.0 or newer
        totalAngle: Binding<Double>,
                    ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotation.swift:12:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotation.swift:3:15: note: add @available attribute to enclosing struct
public struct ValueRotation: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotation.swift:15:20: error: 'Animation' is only available in tvOS 13.0 or newer
        animation: Animation? = nil
                   ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotation.swift:12:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotation.swift:3:15: note: add @available attribute to enclosing struct
public struct ValueRotation: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotation.swift:23:6: error: 'State' is only available in tvOS 13.0 or newer
    @State private var viewSize: CGSize = .zero
     ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotation.swift:3:15: note: add @available attribute to enclosing struct
public struct ValueRotation: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRo
tation.swift:24:43: error: 'some' return types are only available in tvOS 13.0.0 or newer
    public func body(content: Content) -> some View {
                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotation.swift:24:17: note: add @available attribute to enclosing instance method
    public func body(content: Content) -> some View {
                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotation.swift:3:15: note: add @available attribute to enclosing struct
public struct ValueRotation: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotation.swift:24:48: error: 'View' is only available in tvOS 13.0 or newer
    public func body(content: Content) -> some View {
                                               ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotation.swift:24:17: note: add @available attribute to enclosing instance method
    public func body(content: Content) -> some View {
                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotation.swift:3:15: note: add @available attribute to enclosing struct
public struct ValueRotation: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotation.swift:76:38: error: 'DragGesture' is unavailable in tvOS
    private func angleForDrag(value: DragGesture.Value, geometry: GeometryProxy) -> Angle {
                                     ^~~~~~~~~~~
SwiftUI.DragGesture:3:15: note: 'DragGesture' has been explicitly marked unavailable here
public struct DragGesture : Gesture {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotation.swift:76:67: error: 'GeometryProxy' is only available in tvOS 13.0 or newer
    private func angleForDrag(value: DragGesture.Value, geometry: GeometryProxy) -> Angle {
                                                                  ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotation.swift:76:18: note: add @available attribute to enclosing instance method
    private func angleForDrag(value: DragGesture.Value, geometry: GeometryProxy) -> Angle {
                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotation.swift:3:15: note: add @available attribute to enclosing struct
public struct ValueRotation: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotation.swift:76:85: error: 'Angle' is only available in tvOS 13.0 or newer
    private func angleForDrag(value: DragGesture.Value, geometry: GeometryProxy) -> Angle {
                                                                                    ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotation.swift:76:18: note: add @available attribute to enclosing instance method
    private func angleForDrag(value: DragGesture.Value, geometry: GeometryProxy) -> Angle {
                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotation.swift:3:15: note: add @available attribute to enclosing struct
public struct ValueRotation: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotation.swift:101:10: error: 'some' return types are only available in tvOS 13.0.0 or newer
    ) -> some View {
         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotation.swift:97:10: note: add @available attribute to enclosing instance method
    func valueRotation(
         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotation.swift:96:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotation.swift:98:21: error: 'Binding' is only available in tvOS 13.0 or newer
        totalAngle: Binding<Double>,
                    ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotation.swift:97:10: note: add @available attribute to enclosing instance method
    func valueRotation(
         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotation.swift:96:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotation.swift:100:20: error: 'Animation' is only available in tvOS 13.0 or newer
        animation: Animation? = nil
                   ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotation.swift:97:10: note: add @available attribute to enclosing instance method
    func valueRotation(
         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotation.swift:96:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotation.swift:101:15: error: 'View' is only available in tvOS 13.0 or newer
    ) -> some View {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotation.swift:97:10: note: add @available attribute to enclosing instance method
    func valueRotation(
         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotation.swift:96:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotation.swift:96:18: error: 'View' is only available in tvOS 13.0 or newer
public extension View {
                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotation.swift:96:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:12:57: error: 'zero' is only available in tvOS 13.0 or newer
    @GestureState private var gestureRotation: Angle = .zero
                                                        ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:10:15: note: add @ava
ilable attribute to enclosing struct
public struct ValueRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:11:39: error: 'Angle' is only available in tvOS 13.0 or newer
    @State private var rotationAngle: Angle = .degrees(0)
                                      ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct ValueRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:11:6: error: 'State' is only available in tvOS 13.0 or newer
    @State private var rotationAngle: Angle = .degrees(0)
     ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct ValueRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:12:48: error: 'Angle' is only available in tvOS 13.0 or newer
    @GestureState private var gestureRotation: Angle = .zero
                                               ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct ValueRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:12:6: error: 'GestureState' is only available in tvOS 13.0 or newer
    @GestureState private var gestureRotation: Angle = .zero
     ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct ValueRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:13:6: error: 'State' is only available in tvOS 13.0 or newer
    @State private var lastVelocity: CGFloat = 0
     ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct ValueRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:15:6: error: 'State' is only available in tvOS 13.0 or newer
    @State private var timer: Timer?
     ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct ValueRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:16:6: error: 'Binding' is only available in tvOS 13.0 or newer
    @Binding var friction: CGFloat
     ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct ValueRota
tionInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:17:6: error: 'Binding' is only available in tvOS 13.0 or newer
    @Binding var stoppingAnimation: Bool
     ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct ValueRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:18:6: error: 'Binding' is only available in tvOS 13.0 or newer
    @Binding var velocityMultiplier: CGFloat
     ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct ValueRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:19:6: error: 'State' is only available in tvOS 13.0 or newer
    @State private var viewSize: CGSize = .zero
     ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct ValueRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:20:20: error: 'Animation' is only available in tvOS 13.0 or newer
    var animation: Animation?
                   ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct ValueRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:21:6: error: 'State' is only available in tvOS 13.0 or newer
    @State private var isDragged: Bool = false
     ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct ValueRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:24:6: error: 'Binding' is only available in tvOS 13.0 or newer
    @Binding var totalAngle: Double
     ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct ValueRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:25:6: error: 'State' is only available in tvOS 13.0 or newer
    @State private var previousAngle: Double = 0
     ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct ValueRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRo
tationInertia.swift:26:6: error: 'State' is only available in tvOS 13.0 or newer
    @State private var rotationDirection: Double = 1
     ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct ValueRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:29:21: error: 'Binding' is only available in tvOS 13.0 or newer
        totalAngle: Binding<Double>,
                    ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:28:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct ValueRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:30:19: error: 'Binding' is only available in tvOS 13.0 or newer
        friction: Binding<CGFloat> = .constant(0.005),
                  ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:28:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct ValueRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:31:
29: error: 'Binding' is only available in tvOS 13.0 or newer
        velocityMultiplier: Binding<CGFloat> = .constant(0.1),
                            ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:28
:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct ValueRotationInertia: ViewModifier {
    ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:32:24: error: 'Angle' is only available in tvOS 13.0 or newer
        rotationAngle: Angle = .degrees(0.0),
                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:28:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct ValueRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:33:20: error: 'Animation' is only available in tvOS 13.0 or newer
        animation: Animation? = nil,
                   ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:28:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct ValueRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:35:28: error: 'Binding' is only available in tvOS 13.0 or newer
        stoppingAnimation: Binding<Bool> = .constant(false)
                           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:28:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct ValueRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:47:43: error: 'some' return types are only available in tvOS 13.0.0 or newer
    public func body(content: Content) -> some View {
                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:47:17: note: add @available attribute to enclosing instance method
    public func body(content: Content) -> some View {
                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct ValueRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:47:48: error: 'View' is only available in tvOS 13.0 or newer
    public func body(content: Content) -> some View {
                                               ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:47:17: note: add @available attribute to enclosing instance method
    public func body(content: Content) -> some View {
                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct ValueRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finest
ructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:175:48: error: 'DragGesture' is unavailable in tvOS
    private func calculateRotationAngle(value: DragGesture.Value, geometry: GeometryProxy) -> Angle {
                                               ^~~~~~~~~~~
SwiftUI.DragGesture:3:15: note: 'DragGesture' has been explicitly marked unavailable here
public struct DragGesture : Gesture {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:175:77: error: 'GeometryProxy' is only available in tvOS 13.0 or newer
    private func calculateRotationAngle(value: DragGesture.Value, geometry: GeometryProxy) -> Angle {
                                                                            ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:175:18: note: add @available attribute to enclosing instance method
    private func calculateRotationAngle(value: DragGesture.Value, geometry: GeometryProxy) -> Angle {
                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct ValueRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:175:95: error: 'Angle' is only available in tvOS 13.0 or newer
    private func calculateRotationAngle(value: DragGesture.Value, geometry: GeometryProxy) -> Angle {
                                                                                              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:175:18: note: add @available attribute to enclosing instance method
    private func calculateRotationAngle(value: DragGesture.Value, geometry: GeometryProxy) -> Angle {
                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct ValueRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:203:53: error: 'some' return types are only available in tvOS 13.0.0 or newer
        stoppingAnimation: Binding<Bool>? = nil) -> some View
                                                    ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:197:10: note: add @available attribute to enclosing instance method
    func valueRotationInertia(
         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:196:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:198:21: error: 'Binding' is only available in tvOS 13.0 or newer
        totalAngle: Binding<Double>,
                    ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:197:10: note: add @available attribute to enclosing instance method
    func valueRotationInertia(
         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-w
orkspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:196:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:199:19: error: 'Binding' is only available in tvOS 13.0 or newer
        friction: Binding<CGFloat>? = nil,
                  ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:197:10: note: add @available attribute to enclosing instance method
    func valueRotationInertia(
         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:196:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:201:29: error: 'Binding' is only available in tvOS 13.0 or newer
        velocityMultiplier: Binding<CGFloat>? = nil,
                            ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:197:10: note: add @available attribute to enclosing instance method
    func valueRotationInertia(
         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:196:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:202:20: error: 'Animation' is only available in tvOS 13.0 or newer
        animation: Animation? = nil,
                   ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:197:10: note: add @available attribute to enclosing instance method
    func valueRotationInertia(
         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:196:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:203:28: error: 'Binding' is only available in tvOS 13.0 or newer
        stoppingAnimation: Binding<Bool>? = nil) -> some View
                           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:197:10: note: add @available attribute to enclosing instance method
    func valueRotationInertia(
         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:196:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:203:58: error: 'View' is only available in tvOS 13.0 or newer
        stoppingAnimation: Binding<Bool>? = nil) -> some View
                                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:197:10: note: add @available attribute to enclosing instance method
    func valueRotationInertia(
         ^
/Users/builder/builds/
TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:196:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:196:18: error: 'View' is only available in tvOS 13.0 or newer
public extension View {
                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 1.0/ValueRotationInertia.swift:196:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/SimpleRotation.swift:11:48: error: 'zero' is only available in tvOS 13.0 or newer
    @State private var rotationAngle: Angle = .zero
                                               ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/SimpleRotation.swift:10:15: note: add @available attribute to enclosing struct
public struct SimpleRotation: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/SimpleRotation.swift:12:57: error: 'zero' is only available in tvOS 13.0 or newer
    @GestureState private var gestureRotation: Angle = .zero
                                                        ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/SimpleRotation.swift:10:15: note: add @available attribute to enclosing struct
public struct SimpleRotation: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/SimpleRotation.swift:11:39: error: 'Angle' is only available in tvOS 13.0 or newer
    @State private var rotationAngle: Angle = .zero
                                      ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/SimpleRotation.swift:10:15: note: add @available attribute to enclosing struct
public struct SimpleRotation: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/SimpleRotation.swift:11:6: error: 'State' is only available in tvOS 13.0 or newer
    @State private var rotationAngle: Angle = .zero
     ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/SimpleRotation.swift:10:15: note: add @available attribute to enclosing struct
public struct SimpleRotation: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/SimpleRotation.swift:12:48: error: 'Angle' is only available in tvOS 13.0 or newer
    @GestureState private var gestureRotation: Angle = .zero
                                               ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/SimpleRotation.swift:10:15: note: add @available attribute to enclosing struct
public struct SimpleRotation: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/SimpleRotation.swift:12:6: error: 'GestureState' is only available in tvOS 13.0 or newer
    @GestureState private var gestureRotation: Angle = .zero
     ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/SimpleRotation.swift:10:15: note: add @available attribute to enclosing struct
public struct SimpleRotation: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-worksp
ace/Sources/OneFingerRotation/Version 2.0/SimpleRotation.swift:13:6: error: 'Binding' is only available in tvOS 13.0 or newer
    @Binding private var angleSnap: Double?
     ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/SimpleRotation.swift:10:15: note: add @available attribute to enclosing struct
public struct SimpleRotation: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/SimpleRotation.swift:16:6: error: 'State' is only available in tvOS 13.0 or newer
    @State private var viewSize: CGSize = .zero
     ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/SimpleRotation.swift:10:15: note: add @available attribute to enclosing struct
public struct SimpleRotation: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/SimpleRotation.swift:18:32: error: 'Angle' is only available in tvOS 13.0 or newer
    public init(rotationAngle: Angle = .degrees(0.0), angleSnap: Binding<Double?> = .constant(nil)) {
                               ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/SimpleRotation.swift:18:12: note: add @available attribute to enclosing initializer
    public init(rotationAngle: Angle = .degrees(0.0), angleSnap: Binding<Double?> = .constant(nil)) {
           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/SimpleRotation.swift:10:15: note: add @available attribute to enclosing struct
public struct SimpleRotation: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/SimpleRotation.swift:18:66: error: 'Binding' is only available in tvOS 13.0 or newer
    public init(rotationAngle: Angle = .degrees(0.0), angleSnap: Binding<Double?> = .constant(nil)) {
                                                                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/SimpleRotation.swift:18:12: note: add @available attribute to enclosing initializer
    public init(rotationAngle: Angle = .degrees(0.0), angleSnap: Binding<Double?> = .constant(nil)) {
           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/SimpleRotation.swift:10:15: note: add @available attribute to enclosing struct
public struct SimpleRotation: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/SimpleRotation.swift:23:43: error: 'some' return types are only available in tvOS 13.0.0 or newer
    public func body(content: Content) -> some View {
                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/SimpleRotation.swift:23:17: note: add @available attribute to enclosing instance method
    public func body(content: Content) -> some View {
                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/SimpleRotation.swift:10:15: note: add @available attribute to enclosing struct
public struct SimpleRotation: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/SimpleRotation.swift:23:48: error: 'View' is only available in tvOS 13.0 or newer
    public func body(content: Content) -> som
e View {
                                               ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/SimpleRotation.swift:23:17: note: add @available attribute to enclosing instance method
    public func body(content: Content) -> some View {
                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/SimpleRotation.swift:10:15: note: add @available attribute to enclosing struct
public struct SimpleRotation: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/SimpleRotation.swift:51:42: error: 'DragGesture' is unavailable in tvOS
    public func calculateRotation(value: DragGesture.Value) -> Angle {
                                         ^~~~~~~~~~~
SwiftUI.DragGesture:3:15: note: 'DragGesture' has been explicitly marked unavailable here
public struct DragGesture : Gesture {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/SimpleRotation.swift:51:64: error: 'Angle' is only available in tvOS 13.0 or newer
    public func calculateRotation(value: DragGesture.Value) -> Angle {
                                     ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/SimpleRotation.swift:51:17: note: add @available attribute to enclosing instance method
    public func calculateRotation(value: DragGesture.Value) -> Angle {
                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/SimpleRotation.swift:10:15: note: add @available attribute to enclosing struct
public struct SimpleRotation: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/SimpleRotation.swift:82:58: error: 'some' return types are only available in tvOS 13.0.0 or newer
        angleSnap: Binding<Double?> = .constant(nil)) -> some View {
                                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/SimpleRotation.swift:80:10: note: add @available attribute to enclosing instance method
    func simpleRotation(
         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/SimpleRotation.swift:79:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/SimpleRotation.swift:81:24: error: 'Angle' is only available in tvOS 13.0 or newer
        rotationAngle: Angle? = nil,
                       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/SimpleRotation.swift:80:10: note: add @available attribute to enclosing instance method
    func simpleRotation(
         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/SimpleRotation.swift:79:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/SimpleRotation.swift:82:20: error: 'Binding' is only available in tvOS 13.0 or newer
        angleSnap: Binding<Double?> = .constant(nil)) -> some View {
                   ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/SimpleRotation.swift:80:10: note: add @available attribute to enclosing instance method
    func simpleRotation(
         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/SimpleRotation.swift:79:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/SimpleRotation.swift:82:63: error: 'View' is only available in tvOS 13.0 or newer
        angleSnap: Binding<Double?> = .constant(nil)) -> some View {
                                                              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/SimpleRotation.swift:80:10: note: add @available attribute to enclosing instance method
    func simpleRotation(
         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/SimpleRotation.swift:79:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/SimpleRotation.swift:79:18: error: 'View' is only available in tvOS 13.0 or newer
public extension View {
                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/SimpleRotation.swift:79:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:16:57: error: 'zero' is only available in tvOS 13.0 or newer
    @GestureState private var gestureRotation: Angle = .zero

                                                        ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct SimpleRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:13:39: error: 'Angle' is only available in tvOS 13.0 or newer
    @State private var rotationAngle: Angle = .degrees(0.0)
                                      ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct SimpleRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:13:6: error: 'State' is only available in tvOS 13.0 or newer
    @State private var rotationAngle: Angle = .degrees(0.0)
     ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct SimpleRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:16:48: error: 'Angle' is only available in tvOS 13.0 or newer
    @GestureState private var gestureRotation: Angle = .zero
                                               ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct SimpleRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:16:6: error: 'GestureState' is only available in tvOS 13.0 or newer
    @GestureState private var gestureRotation: Angle = .zero
     ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct SimpleRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:19:6: error: 'State' is only available in tvOS 13.0 or newer
    @State private var lastVelocity: CGFloat = 0
     ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct SimpleRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:25:6: error: 'State' is only available in tvOS 13.0 or newer
    @State private var timer: Timer?
     ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct SimpleRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:28:6: error: 'Binding' is only available in tvOS 13.0 or newer
    @Binding var friction: CGFloat
     ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct SimpleRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/fi
nestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:31:6: error: 'Binding' is only available in tvOS 13.0 or newer
    @Binding var velocityMultiplier: CGFloat
     ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct SimpleRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:34:6: error: 'Binding' is only available in tvOS 13.0 or newer
    @Binding var decelerationFactor: Double
     ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct SimpleRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:36:6: error: 'Binding' is only available in tvOS 13.0 or newer
    @Binding var angleSnapShowFactor: Double
     ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct SimpleRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:39:6: error: 'State' is only available in tvOS 13.0 or newer
    @State private var viewSize: CGSize = .zero
     ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct SimpleRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:44:6: error: 'Binding' is only available in tvOS 13.0 or newer
    @Binding private var angleSnap: Double?
     ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct SimpleRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:50:19: error: 'Binding' is only available in tvOS 13.0 or newer
        friction: Binding<CGFloat> = .constant(0.005),
                  ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:49:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct SimpleRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:51:29: error: 'Binding' is only available in tvOS 13.0 or newer
        velocityMultiplier: Binding<CGFloat> = .constant(0.1),
                            ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swi
ft:49:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct SimpleRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:52:29: error: 'Binding' is only available in tvOS 13.0 or newer
        decelerationFactor: Binding<Double> = .constant(0.5),
                            ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:49:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct SimpleRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:53:24: error: 'Angle' is only available in tvOS 13.0 or newer
        rotationAngle: Angle = .degrees(0.0),
                       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:49:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct SimpleRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:54:20: error: 'Binding' is only available in tvOS 13.0 or newer
        angleSnap: Binding<Double?> = .constant(nil),
                   ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:49:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct SimpleRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:55:30: error: 'Binding' is only available in tvOS 13.0 or newer
        angleSnapShowFactor: Binding<Double> = .constant(0.1)
                             ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:49:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct SimpleRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:66:43: error: 'some' return types are only available in tvOS 13.0.0 or newer
    public func body(content: Content) -> some View {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:66:17: note: add @available attribute to enclosing instance method
    public func body(content: Content) -> some View {
                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct SimpleRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:66:48: error: 'View' is only available in tvOS 13.0 or newer
    public func body(content: Content) -> some View {
                                               ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:66:17: note: add @available attribute to enclosing instance method
    public func body(content: Content) -> some View {
                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct SimpleRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:148:48: error: 'DragGesture' is unavailable in tvOS
    private func calculateRotationAngle(value: DragGesture.Value, geometry: GeometryProxy, angleSnap: Double?) -> Angle {
                                               ^~~~~~~~~~~
SwiftUI.DragGesture:3:15: note: 'DragGesture' has been explicitly marked unavailable here
public struct DragGesture : Gesture {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:148:77: error: 'GeometryProxy' is only available in tvOS 13.0 or newer
    private func calculateRotationAngle(value: DragGesture.Value, geometry: GeometryProxy, angleSnap: Double?) -> Angle {
                                                                            ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:148:18: note: add @available attribute to enclosing instance method
    private func calculateRotationAngle(value: DragGesture.Value, geometry: GeometryProxy, angleSnap: Double?) -> Angle {
                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct SimpleRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:148:115: error: 'Angle' is only available in tvOS 13.0 or newer
    private func calculateRotationAngle(value: DragGesture.Value, geometry: GeometryProxy, angleSnap: Double?) -> Angle {
                                                                                                                  ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:148:18: note: add @available attribute to enclosing instance method
    private func calculateRotationAngle(value: DragGesture.Value, geometry: GeometryProxy, angleSnap: Double?) -> Angle {
                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/
Version 2.0/simpleRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct SimpleRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:170:39: error: 'Angle' is only available in tvOS 13.0 or newer
    private func snapToAngle(_ angle: Angle, snap: Double, velocity: CGFloat, animation: ((_ interpolationFactor: Double) -> Double)? = nil) -> Angle {
                                      ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:170:18: note: add @available attribute to enclosing instance method
    private func snapToAngle(_ angle: Angle, snap: Double, velocity: CGFloat, animation: ((_ interpolationFactor: Double) -> Double)? = nil) -> Angle {
                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct SimpleRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:170:145: error: 'Angle' is only available in tvOS 13.0 or newer
    private func snapToAngle(_ angle: Angle, snap: Double, velocity: CGFloat, animation: ((_ interpolationFactor: Double) -> Double)? = nil) -> Angle {
                                                                                                                                                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:170:18: note: add @available attribute to enclosing instance method
    private func snapToAngle(_ angle: Angle, snap: Double, velocity: CGFloat, animation: ((_ interpolationFactor: Double) -> Double)? = nil) -> Angle {
                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:10:15: note: add @available attribute to enclosing struct
public struct SimpleRotationInertia: ViewModifier {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:213:57: error: 'some' return types are only available in tvOS 13.0.0 or newer
        angleSnapShowFactor: Binding<Double>? = nil) -> some View
                                                        ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:205:10: note: add @available attribute to enclosing instance method
    func simpleRotationInertia(
         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:204:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:206:19: error: 'Binding' is only available in tvOS 13.0 or newer
        friction: Binding<CGFloat>? = nil,
                  ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:205:10: note: add @available attribute to enclosing instance method
    func simpleRotationInertia(
         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:204:8
: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:207:29: error: 'Binding' is only available in tvOS 13.0 or newer
        velocityMultiplier: Binding<CGFloat>? = nil,
                            ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:205:10: note: add @available attribute to enclosing instance method
    func simpleRotationInertia(
         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:204:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:208:29: error: 'Binding' is only available in tvOS 13.0 or newer
        decelerationFactor: Binding<Double>? = nil,
                            ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:205:10: note: add @available attribute to enclosing instance method
    func simpleRotationInertia(
         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:204:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:209:24: error: 'Angle' is only available in tvOS 13.0 or newer
        rotationAngle: Angle? = nil,
                       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:205:10: note: add @available attribute to enclosing instance method
    func simpleRotationInertia(
         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:204:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:210:26: error: 'Binding' is only available in tvOS 13.0 or newer
        bindingFriction: Binding<CGFloat>? = nil,
                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:205:10: note: add @available attribute to enclosing instance method
    func simpleRotationInertia(
         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:204:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:211:36: error: 'Binding' is only available in tvOS 13.0 or newer
        bindingVelocityMultiplier: Binding<CGFloat>? = nil,
                                   ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:205:10: note: add @available attribute to enclosing instance method
    func simpleRotationInertia(
         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sou
rces/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:204:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:212:20: error: 'Binding' is only available in tvOS 13.0 or newer
        angleSnap: Binding<Double?> = .constant(nil),
                   ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:205:10: note: add @available attribute to enclosing instance method
    func simpleRotationInertia(
         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:204:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:213:30: error: 'Binding' is only available in tvOS 13.0 or newer
        angleSnapShowFactor: Binding<Double>? = nil) -> some View
                             ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:205:10: note: add @available attribute to enclosing instance method
    func simpleRotationInertia(
         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:204:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:213:62: error: 'View' is only available in tvOS 13.0 or newer
        angleSnapShowFactor: Binding<Double>? = nil) -> some View
                                                             ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:205:10: note: add @available attribute to enclosing instance method
    func simpleRotationInertia(
         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:204:8: note: add @available attribute to enclosing extension
public extension View {
       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:204:18: error: 'View' is only available in tvOS 13.0 or newer
public extension View {
                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version 2.0/simpleRotationInertia.swift:204:8: note: add @available attribute to enclosing extension
public extension View {
       ^

SwiftCompile normal arm64 Compiling\ ValueRotationInertia.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueRotationInertia.swift (in target 'OneFingerRotation' from project 'OneFingerRotation')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/OneFingerRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/AutoRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/KnobInertia.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/KnobRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueAutoRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueAutoRotationInertia.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueRotation.swift -primary-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueRotationInertia.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 2.0/SimpleRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 2.0/simpleRotationInertia.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/ValueRotationInertia.d -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/ValueRotationInertia.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/ValueRotationInertia.dia -target arm64-apple-tvos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk -I /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OneFingerRotation -frontend-parseable-output -disable-clang-spi -target-sdk-version 16.1 -o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/ValueRotationInertia.o -index-unit-output-path /OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/ValueRotationInertia.o -index-store-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
CompileSwift normal arm64 /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueRotationInertia.swift (in target 'OneFingerRotation' from project 'OneFingerRotation')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/OneFingerRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/AutoRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/KnobInertia.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/KnobRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueAutoRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueAutoRotationInertia.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueRotation.swift -primary-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueRotationInertia.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 2.0/SimpleRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 2.0/simpleRotationInertia.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/ValueRotationInertia.d -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/ValueRotationInertia.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/ValueRotationInertia.dia -target arm64-apple-tvos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk -I /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OneFingerRotation -frontend-parseable-output -disable-clang-spi -target-sdk-version 16.1 -o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/ValueRotationInertia.o -index-unit-output-path /OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/ValueRotationInertia.o -index-store-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules

SwiftCompile normal arm64 Compiling\ SimpleRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 2.0/SimpleRotation.swift (in target 'OneFingerRotation' from project 'OneFingerRotation')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/OneFingerRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/AutoRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/KnobInertia.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/KnobRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueAutoRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueAutoRotationInertia.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueRotationInertia.swift -primary-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 2.0/SimpleRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 2.0/simpleRotationInertia.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/SimpleRotation.d -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/SimpleRotation.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/SimpleRotation.dia -target arm64-apple-tvos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk -I /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OneFingerRotation -frontend-parseable-output -disable-clang-spi -target-sdk-version 16.1 -o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/SimpleRotation.o -index-unit-output-path /OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/SimpleRotation.o -index-store-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
CompileSwift normal arm64 /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 2.0/SimpleRotation.swift (in target 'OneFingerRotation' from project 'OneFingerRotation')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/OneFingerRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/AutoRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/KnobInertia.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/KnobRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueAutoRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueAutoRotationInertia.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueRotationInertia.swift -primary-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 2.0/SimpleRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 2.0/simpleRotationInertia.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/SimpleRotation.d -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/SimpleRotation.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/SimpleRotation.dia -target arm64-apple-tvos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk -I /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OneFingerRotation -frontend-parseable-output -disable-clang-spi -target-sdk-version 16.1 -o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/SimpleRotation.o -index-unit-output-path /OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/SimpleRotation.o -index-store-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ ValueAutoRotationInertia.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueAutoRotationInertia.swift (in target 'OneFingerRotation' from project 'OneFingerRotation')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/OneFingerRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/AutoRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/KnobInertia.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/KnobRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueAutoRotation.swift -primary-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueAutoRotationInertia.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueRotationInertia.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 2.0/SimpleRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 2.0/simpleRotationInertia.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/ValueAutoRotationInertia.d -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/ValueAutoRotationInertia.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/ValueAutoRotationInertia.dia -target arm64-apple-tvos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk -I /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OneFingerRotation -frontend-parseable-output -disable-clang-spi -target-sdk-version 16.1 -o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/ValueAutoRotationInertia.o -index-unit-output-path /OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/ValueAutoRotationInertia.o -index-store-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
CompileSwift normal arm64 /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueAutoRotationInertia.swift (in target 'OneFingerRotation' from project 'OneFingerRotation')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/OneFingerRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/AutoRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/KnobInertia.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/KnobRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueAutoRotation.swift -primary-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueAutoRotationInertia.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueRotationInertia.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 2.0/SimpleRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 2.0/simpleRotationInertia.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/ValueAutoRotationInertia.d -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/ValueAutoRotationInertia.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/ValueAutoRotationInertia.dia -target arm64-apple-tvos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk -I /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OneFingerRotation -frontend-parseable-output -disable-clang-spi -target-sdk-version 16.1 -o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/ValueAutoRotationInertia.o -index-unit-output-path /OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/ValueAutoRotationInertia.o -index-store-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ simpleRotationInertia.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 2.0/simpleRotationInertia.swift (in target 'OneFingerRotation' from project 'OneFingerRotation')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/OneFingerRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/AutoRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/KnobInertia.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/KnobRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueAutoRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueAutoRotationInertia.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueRotationInertia.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 2.0/SimpleRotation.swift -primary-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 2.0/simpleRotationInertia.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/simpleRotationInertia.d -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/simpleRotationInertia.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/simpleRotationInertia.dia -target arm64-apple-tvos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk -I /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OneFingerRotation -frontend-parseable-output -disable-clang-spi -target-sdk-version 16.1 -o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/simpleRotationInertia.o -index-unit-output-path /OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/simpleRotationInertia.o -index-store-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules

CompileSwift normal arm64 /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 2.0/simpleRotationInertia.swift (in target 'OneFingerRotation' from project 'OneFingerRotation')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/OneFingerRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/AutoRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/KnobInertia.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/KnobRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueAutoRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueAutoRotationInertia.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueRotationInertia.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 2.0/SimpleRotation.swift -primary-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 2.0/simpleRotationInertia.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/simpleRotationInertia.d -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/simpleRotationInertia.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/simpleRotationInertia.dia -target arm64-apple-tvos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk -I /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OneFingerRotation -frontend-parseable-output -disable-clang-spi -target-sdk-version 16.1 -o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/simpleRotationInertia.o -index-unit-output-path /OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/simpleRotationInertia.o -index-store-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ ValueAutoRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueAutoRotation.swift (in target 'OneFingerRotation' from project 'OneFingerRotation')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/OneFingerRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/AutoRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/KnobInertia.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/KnobRotation.swift -primary-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueAutoRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueAutoRotationInertia.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueRotationInertia.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 2.0/SimpleRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 2.0/simpleRotationInertia.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/ValueAutoRotation.d -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/ValueAutoRotation.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/ValueAutoRotation.dia -target arm64-apple-tvos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk -I /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OneFingerRotation -frontend-parseable-output -disable-clang-spi -target-sdk-version 16.1 -o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/ValueAutoRotation.o -index-unit-output-path /OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/ValueAutoRotation.o -index-store-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
CompileSwift normal arm64 /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueAutoRotation.swift (in target 'OneFingerRotation' from project 'OneFingerRotation')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/OneFingerRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/AutoRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/KnobInertia.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/KnobRotation.swift -primary-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueAutoRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueAutoRotationInertia.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueRotationInertia.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 2.0/SimpleRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 2.0/simpleRotationInertia.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/ValueAutoRotation.d -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/ValueAutoRotation.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/ValueAutoRotation.dia -target arm64-apple-tvos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk -I /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OneFingerRotation -frontend-parseable-output -disable-clang-spi -target-sdk-version 16.1 -o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/ValueAutoRotation.o -index-unit-output-path /OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/ValueAutoRotation.o -index-store-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ ValueRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueRotation.swift (in target 'OneFingerRotation' from project 'OneFingerRotation')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/OneFingerRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/AutoRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/KnobInertia.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/KnobRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueAutoRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueAutoRotationInertia.swift -primary-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueRotationInertia.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 2.0/SimpleRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 2.0/simpleRotationInertia.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/ValueRotation.d -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/ValueRotation.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/ValueRotation.dia -target arm64-apple-tvos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk -I /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OneFingerRotation -frontend-parseable-output -disable-clang-spi -target-sdk-version 16.1 -o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/ValueRotation.o -index-unit-output-path /OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/ValueRotation.o -index-store-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
CompileSwift normal arm64 /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueRotation.swift (in target 'OneFingerRotation' from project 'OneFingerRotation')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/OneFingerRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/AutoRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/KnobInertia.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/KnobRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueAutoRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueAutoRotationInertia.swift -primary-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueRotationInertia.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 2.0/SimpleRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 2.0/simpleRotationInertia.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/ValueRotation.d -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/ValueRotation.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/ValueRotation.dia -target arm64-apple-tvos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk -I /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OneFingerRotation -frontend-parseable-output -disable-clang-spi -target-sdk-version 16.1 -o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/ValueRotation.o -index-unit-output-path /OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/ValueRotation.o -index-store-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ OneFingerRotation.swift,\ AutoRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/OneFingerRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/AutoRotation.swift (in target 'OneFingerRotation' from project 'OneFingerRotation')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/OneFingerRotation.swift -primary-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/AutoRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/KnobInertia.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/KnobRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueAutoRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueAutoRotationInertia.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueRotationInertia.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 2.0/SimpleRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 2.0/simpleRotationInertia.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/OneFingerRotation.d -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/OneFingerRotation.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/OneFingerRotation.dia -emit-dependencies-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/AutoRotation.d -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/AutoRotation.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/AutoRotation.dia -target arm64-apple-tvos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk -I /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OneFingerRotation -frontend-parseable-output -disable-clang-spi -target-sdk-version 16.1 -o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/OneFingerRotation.o -o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/AutoRotation.o -index-unit-output-path /OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/OneFingerRotation.o -index-unit-output-path /OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/AutoRotation.o -index-store-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
CompileSwift normal arm64 /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/OneFingerRotation.swift (in target 'OneFingerRotation' from project 'OneFingerRotation')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/OneFingerRotation.swift -primary-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/AutoRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/KnobInertia.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/KnobRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueAutoRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueAutoRotationInertia.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueRotationInertia.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 2.0/SimpleRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 2.0/simpleRotationInertia.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/OneFingerRotation.d -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/OneFingerRotation.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/OneFingerRotation.dia -emit-dependencies-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/AutoRotation.d -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/AutoRotation.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/AutoRotation.dia -target arm64-apple-tvos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk -I /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OneFingerRotation -frontend-parseable-output -disable-clang-spi -target-sdk-version 16.1 -o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/OneFingerRotation.o -o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/AutoRotation.o -index-unit-output-path /OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/OneFingerRotation.o -index-unit-output-path /OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/AutoRotation.o -index-store-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
CompileSwift normal arm64 /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/AutoRotation.swift (in target 'OneFingerRotation' from project 'OneFingerRotation')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/OneFingerRotation.swift -primary-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/AutoRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/KnobInertia.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/KnobRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueAutoRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueAutoRotationInertia.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueRotationInertia.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 2.0/SimpleRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 2.0/simpleRotationInertia.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/OneFingerRotation.d -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/OneFingerRotation.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/OneFingerRotation.dia -emit-dependencies-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/AutoRotation.d -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/AutoRotation.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/AutoRotation.dia -target arm64-apple-tvos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk -I /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OneFingerRotation -frontend-parseable-output -disable-clang-spi -target-sdk-version 16.1 -o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/OneFingerRotation.o -o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/AutoRotation.o -index-unit-output-path /OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/OneFingerRotation.o -index-unit-output-path /OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/AutoRotation.o -index-store-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ KnobInertia.swift,\ KnobRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/KnobInertia.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/KnobRotation.swift (in target 'OneFingerRotation' from project 'OneFingerRotation')
    cd /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/OneFingerRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/AutoRotation.swift -primary-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/KnobInertia.swift -primary-file /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/KnobRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueAutoRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueAutoRotationInertia.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/ValueRotationInertia.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 2.0/SimpleRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 2.0/simpleRotationInertia.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/KnobInertia.d -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/KnobInertia.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/KnobInertia.dia -emit-dependencies-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/KnobRotation.d -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/KnobRotation.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/KnobRotation.dia -target arm64-apple-tvos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk -I /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS16.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OneFingerRotation -frontend-parseable-output -disable-clang-spi -target-sdk-version 16.1 -o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/KnobInertia.o -o /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/KnobRotation.o -index-unit-output-path /OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/KnobInertia.o -index-unit-output-path /OneFingerRotation.build/Debug-appletvos/OneFingerRotation.build/Objects-normal/arm64/KnobRotation.o -index-store-path /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **


The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ OneFingerRotation (in target 'OneFingerRotation' from project 'OneFingerRotation')
	SwiftCompile normal arm64 Compiling\ KnobInertia.swift,\ KnobRotation.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/KnobInertia.swift /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/OneFingerRotation/Version\ 1.0/KnobRotation.swift (in target 'OneFingerRotation' from project 'OneFingerRotation')
(2 failures)
Retrying in 0 seconds ...
BUILD FAILURE 5.7 tvos