The Swift Package Index logo.Swift Package Index

Build Information

Failed to build PhotoSelectAndCrop with Swift 5.7 for watchOS using Xcode 14.2 at main.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-14.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -derivedDataPath /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme PhotoSelectAndCrop -destination generic/platform=watchos

Build Log

/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:200:10: note: add @available attribute to enclosing instance method
    func HoleShapeMask() -> Path {
         ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:10:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet: View {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:210:31: error: 'some' return types are only available in watchOS 6.0.0 or newer
    private var cancelButton: some View {
                              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:210:17: note: add @available attribute to enclosing property
    private var cancelButton: some View {
                ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:10:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet: View {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:210:36: error: 'View' is only available in watchOS 6.0 or newer
    private var cancelButton: some View {
                                   ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:210:17: note: add @available attribute to enclosing property
    private var cancelButton: some View {
                ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:10:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet: View {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:216:41: error: 'some' return types are only available in watchOS 6.0.0 or newer
    private var openSystemPickerButton: some View {
                                        ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:216:17: note: add @available attribute to enclosing property
    private var openSystemPickerButton: some View {
                ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:10:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet: View {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:216:46: error: 'View' is only available in watchOS 6.0 or newer
    private var openSystemPickerButton: some View {
                                             ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:216:17: note: add @available attribute to enclosing property
    private var openSystemPickerButton: some View {
                ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:10:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet: View {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:231:29: error: 'some' return types are only available in watchOS 6.0.0 or newer
    private var saveButton: some View {
                            ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:231:17: note: add @available attribute to enclosing property
    private var saveButton: some View {
                ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:10:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet: View {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:231:34: error: 'View' is only available in watchOS 6.0 or newer
    private var saveButton: some View {
                                 ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:231:17: note: add @available attribute to enclosing property
    private var saveButton: some View {
                ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:10:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet: View {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:244:26: error: 'some' return types are only available in watchOS 6.0.0 or newer
    static var previews: some View {
                         ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:244:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:243:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet_Previews: PreviewProvider {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:244:31: error: 'View' is only available in watchOS 6.0 or newer
    static var previews: some View {
                              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:244:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:243:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet_Previews: PreviewProvider {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:14:6: error: 'ObservedObject' is only available in watchOS 6.0 or newer
    @ObservedObject public var imageAttributes: ImageAttributes
     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:10:15: note: add @available attribute to enclosing struct
public struct ImagePane: View {
              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:16:6: error: 'Binding' is only available in watchOS 6.0 or newer
    @Binding var isEditMode: Bool
     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:10:15: note: add @available attribute to enclosing struct
public struct ImagePane: View {
              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:21:24: error: 'SymbolRenderingMode' is only available in watchOS 8.0 or newer
    var renderingMode: SymbolRenderingMode = .monochrome
                       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:10:15: note: add @available attribute to enclosing struct
public struct ImagePane: View {
              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:22:18: error: 'Color' is only available in watchOS 6.0 or newer
    var colors: [Color] = []
                 ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:10:15: note: add @available attribute to enclosing struct
public struct ImagePane: View {
              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:23:25: error: 'LinearGradient' is only available in watchOS 6.0 or newer
    var linearGradient: LinearGradient = LinearGradient(colors: [], startPoint: .topLeading, endPoint: .bottomTrailing)
                        ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:10:15: note: add @available attribute to enclosing struct
public struct ImagePane: View {
              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:23:42: error: 'LinearGradient' is only available in watchOS 6.0 or newer
    var linearGradient: LinearGradient = LinearGradient(colors: [], startPoint: .topLeading, endPoint: .bottomTrailing)
                                         ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:10:15: note: add @available attribute to enclosing struct
public struct ImagePane: View {
              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:29:6: error: 'State' is only available in watchOS 6.0 or newer
    @State private var inputImage: UIImage?
     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:10:15: note: add @available attribute to enclosing struct
public struct ImagePane: View {
              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:31:53: error: 'Binding' is only available in watchOS 6.0 or newer
    public init(image: ImageAttributes, isEditMode: Binding<Bool>) {
                                                    ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:31:12: note: add @available attribute to enclosing initializer
    public init(image: ImageAttributes, isEditMode: Binding<Bool>) {
           ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:10:15: note: add @available attribute to enclosing struct
public struct ImagePane: View {
              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:36:53: error: 'Binding' is only available in watchOS 6.0 or newer
    public init(image: ImageAttributes, isEditMode: Binding<Bool>, renderingMode: SymbolRenderingMode) {
                                                    ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:36:12: note: add @available attribute to enclosing initializer
    public init(image: ImageAttributes, isEditMode: Binding<Bool>, renderingMode: SymbolRenderingMode) {
           ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:10:15: note: add @available attribute to enclosing struct
public struct ImagePane: View {
              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:36:83: error: 'SymbolRenderingMode' is only available in watchOS 8.0 or newer
    public init(image: ImageAttributes, isEditMode: Binding<Bool>, renderingMode: SymbolRenderingMode) {
                                                                                  ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:36:12: note: add @available attribute to enclosing initializer
    public init(image: ImageAttributes, isEditMode: Binding<Bool>, renderingMode: SymbolRenderingMode) {
           ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:10:15: note: add @available attribute to enclosing struct
public struct ImagePane: View {
              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:42:53: error: 'Binding' is only available in watchOS 6.0 or newer
    public init(image: ImageAttributes, isEditMode: Binding<Bool>, renderingMode: SymbolRenderingMode, colors: [Color]) {
                                                    ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:42:12: note: add @available attribute to enclosing initializer
    public init(image: ImageAttributes, isEditMode: Binding<Bool>, renderingMode: SymbolRenderingMode, colors: [Color]) {
           ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:10:15: note: add @available attribute to enclosing struct
public struct ImagePane: View {
              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:42:83: error: 'SymbolRenderingMode' is only available in watchOS 8.0 or newer
    public init(image: ImageAttributes, isEditMode: Binding<Bool>, renderingMode: SymbolRenderingMode, colors: [Color]) {
                                                                                  ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:42:12: note: add @available attribute to enclosing initializer
    public init(image: ImageAttributes, isEditMode: Binding<Bool>, renderingMode: SymbolRenderingMode, colors: [Color]) {
           ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:10:15: note: add @available attribute to enclosing struct
public struct ImagePane: View {
              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:42:113: error: 'Color' is only available in watchOS 6.0 or newer
    public init(image: ImageAttributes, isEditMode: Binding<Bool>, renderingMode: SymbolRenderingMode, colors: [Color]) {
                                                                                                                ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:42:12: note: add @available attribute to enclosing initializer
    public init(image: ImageAttributes, isEditMode: Binding<Bool>, renderingMode: SymbolRenderingMode, colors: [Color]) {
           ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:10:15: note: add @available attribute to enclosing struct
public struct ImagePane: View {
              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:52:53: error: 'Binding' is only available in watchOS 6.0 or newer
    public init(image: ImageAttributes, isEditMode: Binding<Bool>, renderingMode: SymbolRenderingMode, linearGradient: LinearGradient) {
                                                    ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:52:12: note: add @available attribute to enclosing initializer
    public init(image: ImageAttributes, isEditMode: Binding<Bool>, renderingMode: SymbolRenderingMode, linearGradient: LinearGradient) {
           ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:10:15: note: add @available attribute to enclosing struct
public struct ImagePane: View {
              ^
/Users/a
dmin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:52:83: error: 'SymbolRenderingMode' is only available in watchOS 8.0 or newer
    public init(image: ImageAttributes, isEditMode: Binding<Bool>, renderingMode: SymbolRenderingMode, linearGradient: LinearGradient) {
                                                                                  ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:52:12: note: add @available attribute to enclosing initializer
    public init(image: ImageAttributes, isEditMode: Binding<Bool>, renderingMode: SymbolRenderingMode, linearGradient: LinearGradient) {
           ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:10:15: note: add @available attribute to enclosing struct
public struct ImagePane: View {
              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:52:120: error: 'LinearGradient' is only available in watchOS 6.0 or newer
    public init(image: ImageAttributes, isEditMode: Binding<Bool>, renderingMode: SymbolRenderingMode, linearGradient: LinearGradient) {
                                                                                                                       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:52:12: note: add @available attribute to enclosing initializer
    public init(image: ImageAttributes, isEditMode: Binding<Bool>, renderingMode: SymbolRenderingMode, linearGradient: LinearGradient) {
           ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:10:15: note: add @available attribute to enclosing struct
public struct ImagePane: View {
              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:60:124: error: 'Binding' is only available in watchOS 6.0 or newer
    private init(addPhotoText: String, changePhotoText: String, image: ImageAttributes, defaultImage: UIImage, isEditMode: Binding<Bool>) {
                                                                                                                           ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:60:13: note: add @available attribute to enclosing initializer
    private init(addPhotoText: String, changePhotoText: String, image: ImageAttributes, defaultImage: UIImage, isEditMode: Binding<Bool>) {
            ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:10:15: note: add @available attribute to enclosing struct
public struct ImagePane: View {
              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:67:22: error: 'some' return types are only available in watchOS 6.0.0 or newer
    public var body: some View {
                     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:67:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:10:15: note: add @available attribute to enclosing struct
public struct ImagePane: View {
              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:67:27: error: 'View' is only available in watchOS 6.0 or newer
    public var body: some View {
                          ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:67:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:10:15: note: add @available attribute to enclosing struct
public struct ImagePane: View {
              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:94:31: error: 'some' return types are only available in watchOS 6.0.0 or newer
    private var displayImage: some View {
                              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:94:17: note: add @available attribute to enclosing property
    private var displayImage: some View {
                ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:10:15: note: add @available attribute to enclosing struct
public struct ImagePane: View {
              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:94:36: error: 'View' is only available in watchOS 6.0 or newer
    private var displayImage: some View {
                                   ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:94:17: note: add @available attribute to enclosing property
    private var displayImage: some View {
                ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:10:15: note: add @available attribute to enclosing struct
public struct ImagePane: View {
              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:110:26: error: 'some' return types are only available in watchOS 6.0.0 or newer
    static var previews: some View {
                         ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:110:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:108:8: note: add @available attribute to enclosing struct
struct ImagePane_Previews: PreviewProvider {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:110:31: error: 'View' is only available in watchOS 6.0 or newer
    static var previews: some View {
                              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:110:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:108:8: note: add @available attribute to enclosing struct
struct ImagePane_Previews: PreviewProvider {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemImagePicker.swift:17:20: error: 'presentationMode' is only available in watchOS 6.0 or newer
    @Environment(\.presentationMode) var presentationMode
                   ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemImagePicker.swift:15:15: note: add @available attribute to enclosing struct
public struct SystemUIImagePicker: UIViewControllerRepresentable {
              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemImagePicker.swift:18:6: error: 'Binding' is only available in watchOS 6.0 or newer
    @Binding var image: UIImage?
     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemImagePicker.swift:15:15: note: add @available attribute to enclosing struct
public struct SystemUIImagePicker: UIViewControllerRepresentable {
              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemImagePicker.swift:27:53: error: cannot find type 'UIImagePickerController' in scope
        public func imagePickerController(_ picker: UIImagePickerController, didFinishPickingMediaWithInfo info: [UIImagePickerController.InfoKey : Any]) {
                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemImagePicker.swift:27:115: error: cannot find type 'UIImagePickerController' in scope
        public func imagePickerController(_ picker: UIImagePickerController, didFinishPickingMediaWithInfo info: [UIImagePickerController.InfoKey : Any]) {
                                                                                                                  ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemImagePicker.swift:20:41: error: cannot find type 'UINavigationControllerDelegate' in scope
    public class Coordinator: NSObject, UINavigationControllerDelegate, UIImagePickerControllerDelegate {
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemImagePicker.swift:20:73: error: cannot find type 'UIImagePickerControllerDelegate' in scope
    public class Coordinator: NSObject, UINavigationControllerDelegate, UIImagePickerControllerDelegate {
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemImagePicker.swift:39:109: error: cannot find type 'UIImagePickerController' in scope
    public func makeUIViewController(context: UIViewControllerRepresentableContext<SystemUIImagePicker>) -> UIImagePickerController {
                                                                                                            ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemImagePicker.swift:39:47: error: cannot find type 'UIViewControllerRepresentableContext' in scope
    public func makeUIViewController(context: UIViewControllerRepresentableContext<SystemUIImagePicker>) -> UIImagePickerController {
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemImagePicker.swift:45:60: error: cannot find type 'UIImagePickerController' in scope
    public func updateUIViewController(_ uiViewController: UIImagePickerController, context: UIViewControllerRepresentableContext<SystemUIImagePicker>) {
                                                           ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemImagePicker.swift:45:94: error: cannot find type 'UIViewControllerRepresentableContext' in scope
    public func updateUIViewController(_ uiViewController: UIImagePickerController, context: UIViewControllerRepresentableContext<SystemUIImagePicker>) {
                                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemImagePicker.swift:15:36: error: cannot find type 'UIViewControllerRepresentable' in scope
public struct SystemUIImagePicker: UIViewControllerRepresentable {
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemPHPicker.swift:24:20: error: 'presentationMode' is only available in watchOS 6.0 or newer
    @Environment(\.presentationMode) private var presentationMode
                   ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemPHPicker.swift:22:15: note: add @available attribute to enclosing struct
public struct SystemPHPicker: UIViewControllerRepresentable {
              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemPHPicker.swift:26:6: error: 'Binding' is only available in watchOS 6.0 or newer
    @Binding var image: UIImage?
     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemPHPicker.swift:22:15: note: add @available attribute to enclosing struct
public struct SystemPHPicker: UIViewControllerRepresentable {
              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemPHPicker.swift:28:59: error: cannot find type 'PHPickerViewController' in scope
    public func makeUIViewController(context: Context) -> PHPickerViewController {
                                                          ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemPHPicker.swift:28:47: error: cannot find type 'Context' in scope
    public func makeUIViewController(context: Context) -> PHPickerViewController {
                                              ^~~~~~~
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemPHPicker.swift:38:60: error: cannot find type 'PHPickerViewController' in scope
    public func updateUIViewController(_ uiViewController: PHPickerViewController, context: Context) {
                                                           ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemPHPicker.swift:38:93: error: cannot find type 'Context' in scope
    public func updateUIViewController(_ uiViewController: PHPickerViewController, context: Context) {
                                                                                            ^~~~~~~
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemPHPicker.swift:53:38: error: cannot find type 'PHPickerViewController' in scope
        public func picker(_ picker: PHPickerViewController, didFinishPicking results: [PHPickerResult]) {
                                     ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemPHPicker.swift:53:89: error: cannot find type 'PHPickerResult' in scope
        public func picker(_ picker: PHPickerViewController, didFinishPicking results: [PHPickerResult]) {
                                                                                        ^~~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemPHPicker.swift:46:41: error: cannot find type 'PHPickerViewControllerDelegate' in scope
    public class Coordinator: NSObject, PHPickerViewControllerDelegate {
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemPHPicker.swift:22:31: error: cannot find type 'UIViewControllerRepresentable' in scope
public struct SystemPHPicker: UIViewControllerRepresentable {
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewModifiers.swift:11:18: error: 'Color' is only available in watchOS 6.0 or newer
    let colors: [Color]
                 ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewModifiers.swift:10:8: note: add @available attribute to enclosing struct
struct RenderingForegroundStyl
e: ViewModifier {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewModifiers.swift:13:25: error: 'LinearGradient' is only available in watchOS 6.0 or newer
    let linearGradient: LinearGradient
                        ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewModifiers.swift:10:8: note: add @available attribute to enclosing struct
struct RenderingForegroundStyle: ViewModifier {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewModifiers.swift:14:36: error: 'some' return types are only available in watchOS 6.0.0 or newer
    func body(content: Content) -> some View {
                                   ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewModifiers.swift:14:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewModifiers.swift:10:8: note: add @available attribute to enclosing struct
struct RenderingForegroundStyle: ViewModifier {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewModifiers.swift:14:41: error: 'View' is only available in watchOS 6.0 or newer
    func body(content: Content) -> some View {
                                        ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewModifiers.swift:14:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewModifiers.swift:10:8: note: add @available attribute to enclosing struct
struct RenderingForegroundStyle: ViewModifier {
       ^

SwiftEmitModule normal armv7k Emitting\ module\ for\ PhotoSelectAndCrop (in target 'PhotoSelectAndCrop' from project 'PhotoSelectAndCrop')
    cd /Users/admin/builds/Z6YBxSjp/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 -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DeviceOrientation.swift /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Image+Extensions.swift /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageAttributes.swift /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageManipulation.swift /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet+Extensions.swift /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet+ViewModel.swift /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemImagePicker.swift /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemPHPicker.swift /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewModifiers.swift -target armv7k-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -I /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/Z6YBxSjp/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/admin/builds/Z6YBxSjp/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/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/DerivedSources/armv7k -Xcc -I/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PhotoSelectAndCrop -disable-clang-spi -target-sdk-version 9.1 -emit-module-doc-path /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/Objects-normal/armv7k/PhotoSelectAndCrop.swiftdoc -emit-module-source-info-path /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/Objects-normal/armv7k/PhotoSelectAndCrop.swiftsourceinfo -emit-objc-header-path /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/Objects-normal/armv7k/PhotoSelectAndCrop-Swift.h -serialize-diagnostics-path /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/Objects-normal/armv7k/PhotoSelectAndCrop-master-emit-module.dia -emit-dependencies-path /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/Objects-normal/armv7k/PhotoSelectAndCrop-master-emit-module.d -o /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/Objects-normal/armv7k/PhotoSelectAndCrop.swiftmodule -emit-abi-descriptor-path /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/Objects-normal/armv7k/PhotoSelectAndCrop.abi.json
Command SwiftEmitModule failed with a nonzero exit code

Resolve Package Graph
** BUILD FAILED **


The following build commands failed:
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ PhotoSelectAndCrop (in target 'PhotoSelectAndCrop' from project 'PhotoSelectAndCrop')
	SwiftEmitModule normal armv7k Emitting\ module\ for\ PhotoSelectAndCrop (in target 'PhotoSelectAndCrop' from project 'PhotoSelectAndCrop')
(2 failures)
Command line invocation:
    /Applications/Xcode-14.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -derivedDataPath /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme PhotoSelectAndCrop -destination generic/platform=watchos

User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES

Resolve Package Graph

Resolved source packages:
  PhotoSelectAndCrop: /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace


Prepare packages

Computing target dependency graph and provisioning inputs

Create build description
Build description signature: 120a2c33e519f836bb598ce3b62d6e83
Build description path: /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/120a2c33e519f836bb598ce3b62d6e83-desc.xcbuild

note: Building targets in dependency order
SwiftDriver PhotoSelectAndCrop normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PhotoSelectAndCrop' from project 'PhotoSelectAndCrop')
    cd /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PhotoSelectAndCrop -Onone -enforce-exclusivity\=checked @/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/Objects-normal/arm64/PhotoSelectAndCrop.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -target arm64-apple-watchos4.0 -g -module-cache-path /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/Objects-normal/arm64 -c -j4 -enable-batch-mode -incremental -output-file-map /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/Objects-normal/arm64/PhotoSelectAndCrop-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/Objects-normal/arm64/PhotoSelectAndCrop.swiftmodule -Xcc -I/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/Objects-normal/arm64/PhotoSelectAndCrop-Swift.h -working-directory /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -experimental-emit-module-separately

SwiftDriver PhotoSelectAndCrop normal armv7k com.apple.xcode.tools.swift.compiler (in target 'PhotoSelectAndCrop' from project 'PhotoSelectAndCrop')
    cd /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PhotoSelectAndCrop -Onone -enforce-exclusivity\=checked @/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/Objects-normal/armv7k/PhotoSelectAndCrop.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -target armv7k-apple-watchos4.0 -g -module-cache-path /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/Objects-normal/armv7k -c -j4 -enable-batch-mode -incremental -output-file-map /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/Objects-normal/armv7k/PhotoSelectAndCrop-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/Objects-normal/armv7k/PhotoSelectAndCrop.swiftmodule -Xcc -I/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/DerivedSources/armv7k -Xcc -I/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/Objects-normal/armv7k/PhotoSelectAndCrop-Swift.h -working-directory /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -experimental-emit-module-separately

SwiftDriver PhotoSelectAndCrop normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'PhotoSelectAndCrop' from project 'PhotoSelectAndCrop')
    cd /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PhotoSelectAndCrop -Onone -enforce-exclusivity\=checked @/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/Objects-normal/arm64_32/PhotoSelectAndCrop.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -target arm64_32-apple-watchos4.0 -g -module-cache-path /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/Objects-normal/arm64_32 -c -j4 -enable-batch-mode -incremental -output-file-map /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/Objects-normal/arm64_32/PhotoSelectAndCrop-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/Objects-normal/arm64_32/PhotoSelectAndCrop.swiftmodule -Xcc -I/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/Objects-normal/arm64_32/PhotoSelectAndCrop-Swift.h -working-directory /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace -experimental-emit-module-separately

SwiftEmitModule normal arm64 Emitting\ module\ for\ PhotoSelectAndCrop (in target 'PhotoSelectAndCrop' from project 'PhotoSelectAndCrop')
    cd /Users/admin/builds/Z6YBxSjp/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 -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DeviceOrientation.swift /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Image+Extensions.swift /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageAttributes.swift /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageManipulation.swift /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet+Extensions.swift /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet+ViewModel.swift /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.
swift /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemImagePicker.swift /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemPHPicker.swift /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewModifiers.swift -target arm64-apple-watchos4.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -I /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/Z6YBxSjp/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/admin/builds/Z6YBxSjp/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/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PhotoSelectAndCrop -disable-clang-spi -target-sdk-version 9.1 -emit-module-doc-path /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/Objects-normal/arm64/PhotoSelectAndCrop.swiftdoc -emit-module-source-info-path /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/Objects-normal/arm64/PhotoSelectAndCrop.swiftsourceinfo -emit-objc-header-path /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/Objects-normal/arm64/PhotoSelectAndCrop-Swift.h -serialize-diagnostics-path /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/Objects-normal/arm64/PhotoSelectAndCrop-master-emit-module.dia -emit-dependencies-path /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/Objects-normal/arm64/PhotoSelectAndCrop-master-emit-module.d -o /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/Objects-normal/arm64/PhotoSelectAndCrop.swiftmodule -emit-abi-descriptor-path /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/Objects-normal/arm64/PhotoSelectAndCrop.abi.json
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:12:23: error: 'Color' is only available in watchOS 6.0 or newer
    static var label: Color {
                      ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:12:16: note: add @available attribute to enclosing static property
    static var label: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:16:32: error: 'Color' is only available in watchOS 6.0 or newer
    static var secondaryLabel: Color {
                               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:16:16: note: add @available attribute to enclosing static property
    static var secondaryLabel: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:20:31: error: 'Color' is only available in watchOS 6.0 or newer
    static var tertiaryLabel: Color {
                              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:20:16: note: add @available attribute to enclosing static property
    static var tertiaryLabel: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:24:33: error: 'Color' is only available in watchOS 6.0 or newer
    static var quaternaryLabel: Color {
                                ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:24:16: note: add @available attribute to enclosing static property
    static var quaternaryLabel: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:28:28: error: 'Color' is only available in watchOS 6.0 or newer
    static var systemFill: Color {
                           ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:28:16: note: add @available attribute to enclosing static property
    static var systemFill: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:32:37: error: 'Color' is only available in watchOS 6.0 or newer
    static var secondarySystemFill: Color {
                                    ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:32:16: note: add @available attribute to enclosing static property
    static var secondarySystemFill: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:36:36: error: 'Color' is only available in watchOS 6.0 or newer
    static var tertiarySystemFill: Color {
                                   ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:36:16: note: add @available attribute to enclosing static property
    static var tertiarySystemFill: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:40:38: error: 'Color' is only available in watchOS 6.0 or newer
    static var quaternarySystemFill: Color {
                                     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:40:16: note: add @available attribute to enclosing static property
    static var quaternarySystemFill: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:44:34: error: 'Color' is only available in watchOS 6.0 or newer
    static var systemBackground: Color {
                                 ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:44:16: note: add @available attribute to enclosing static property
    static var systemBackground: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:48:43: error: 'Color' is only available in watchOS 6.0 or newer
    static var secondarySystemBackground: Color {
                                          ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:48:16: note: add @available attribute to enclosing static property
    static var secondarySystemBackground: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:52:42: error: 'Color' is only available in watchOS 6.0 or newer
    static var tertiarySystemBackground: Color {
                                         ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:52:16: note: add @available attribute to enclosing static property
    static var tertiarySystemBackground: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:56:41: error: 'Color' is only available in watchOS 6.0 or newer
    static var systemGroupedBackground: Color {
                                        ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:56:16: note: add @available attribute to enclosing static property
    static var systemGroupedBackground: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:60:50: error: 'Color' is only available in watchOS 6.0 or newer
    static var secondarySystemGroupedBackground: Color {
                                                 ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:60:16: note: add @available attribute to enclosing static property
    static var secondarySystemGroupedBackground: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:64:49: error: 'Color' is only available in watchOS 6.0 or newer
    static var tertiarySystemGroupedBackground: Color {
                                                ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:64:16: note: add @available attribute to enclosing static property
    static var tertiarySystemGroupedBackground: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:68:27: error: 'Color' is only available in watchOS 6.0 or newer
    static var systemRed: Color {
                          ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:68:16: note: add @available attribute to enclosing static property
    static var systemRed: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:72:28: error: 'Color' is only available in watchOS 6.0 or newer
    static var systemBlue: Color {
                           ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:72:16: note: add @available attribute to enclosing static property
   static var systemBlue: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:76:28: error: 'Color' is only available in watchOS 6.0 or newer
    static var systemPink: Color {
                           ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:76:16: note: add @available attribute to enclosing static property
    static var systemPink: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:80:28: error: 'Color' is only available in watchOS 6.0 or newer
    static var systemTeal: Color {
                           ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:80:16: note: add @available attribute to enclosing static property
    static var systemTeal: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:84:29: error: 'Color' is only available in watchOS 6.0 or newer
    static var systemGreen: Color {
                            ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:84:16: note: add @available attribute to enclosing static property
    static var systemGreen: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:88:30: error: 'Color' is only available in watchOS 6.0 or newer
    static var systemIndigo: Color {
                             ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:88:16: note: add @available attribute to enclosing static property
    static var systemIndigo: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:92:30: error: 'Color' is only available in watchOS 6.0 or newer
    static var systemOrange: Color {
                             ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:92:16: note: add @available attribute to enclosing static property
    static var systemOrange: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:96:30: error: 'Color' is only available in watchOS 6.0 or newer
    static var systemPurple: Color {
                             ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:96:16: note: add @available attribute to enclosing static property
    static var systemPurple: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:100:30: error: 'Color' is only available in watchOS 6.0 or newer
    static var systemYellow: Color {
                             ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:100:16: note: add @available attribute to enclosing static property
    static var systemYellow: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:104:28: error: 'Color' is only available in watchOS 6.0 or newer
    static var systemGray: Color {
                           ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:104:16: note: add @available attribute to enclosing static property
    static var systemGray: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:108:29: error: 'Color' is only available in watchOS 6.0 or newer
    static var systemGray2: Color {
                            ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:108:16: note: add @available attribute to enclosing static property
    static var systemGray2: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:112:29: error: 'Color' is only available in watchOS 6.0 or newer
    static var systemGray3: Color {
                            ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:112:16: note: add @available attribute to enclosing static property
    static var systemGray3: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:116:29: error: 'Color' is only available in watchOS 6.0 or newer
    static var systemGray4: Color {
                            ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:116:16: note: add @available attribute to enclosing static property
    static var systemGray4: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:120:29: error: 'Color' is only available in watchOS 6.0 or newer
    static var systemGray5: Color {
                            ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:120:16: note: add @available attribute to enclosing static property
    static var systemGray5: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:124:29: error: 'Color' is only available in watchOS 6.0 or newer
    static var systemGray6: Color {
                            ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:124:16: note: add @available attribute to enclosing static property
    static var systemGray6: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:18: error: 'Color' is only available in watchOS 6.0 or newer
public extension Color {
                 ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DeviceOrientation.swift:21:60: error: cannot find 'UIDevice' in scope
    @Published private(set) var orientation: Orientation = UIDevice.current.orientation.isLandscape ? .landscape : .portrait
                                                           ^~~~~~~~
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DeviceOrientation.swift:21:6: error: 'Published' is only available in watchOS 6.0 or newer
    @Published private(set) var orientation: Orientation = UIDevice.current.orientation.isLandscape ? .landscape : .portrait
     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DeviceOrientation.swift:14:13: note: add @available attribute to enclosing class
final class DeviceOrientation: ObservableObject {
            ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DeviceOrientation.swift:14:32: error: 'ObservableObject' is only available in watchOS 6.0 or newer
final class DeviceOrientation: ObservableObject {
                               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DeviceOrientation.swift:14:13: note: add @available attribute to enclosing class
final class DeviceOrientation: ObservableObject {
            ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Image+Extensions.swift:12:38: error: 'View' is only available in watchOS 6.0 or newer
    func imageDisplayStyle() -> some View {
                                     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Image+Extensions.swift:12:10: note: add @available attribute to enclosing instance method
    func imageDisplayStyle() -> some View {
         ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Image+Extensions.swift:11:1: note: add @available attribute to enclosing extension
extension Image {
^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Image+Extensions.swift:11:11: error: 'Image' is only available in watchOS 6.0 or newer
extension Image {
          ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Image+Extensions.swift:11:1: note: add @available attribute to enclosing extension
extension Image {
^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageAttributes.swift:16:34: error: 'Image' is only available in watchOS 6.0 or newer
    @Published public var image: Image
                                 ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageAttributes.swift:13:14: note: add @available attribute to enclosing class
public class ImageAttributes: ObservableObject {
             ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageAttributes.swift:16:6: error: 'Published' is only available in watchOS 6.0 or newer
    @Published public var image: Image
     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageAttributes.swift:13:14: note: add @available attribute to enclosing class
public class ImageAttributes: ObservableObject {
             ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageAttributes.swift:19:6: error: 'Published' is only available in watchOS 6.0 or newer
    @Published public var originalImage: UIImage?
     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageAttributes.swift:13:14: note: add @available attribute to enclosing class
public class ImageAttributes: ObservableObject {
             ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageAttributes.swift:22:6: error: 'Published' is only available in watchOS 6.0 or newer
    @Published public var croppedImage: UIImage?
     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageAttributes.swift:13:14: note: add @available attribute to enclosing class
public class ImageAttributes: ObservableObject {
             ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageAttributes.swift:25:6: error: 'Published' is only available in watchOS 6.0 or newer
    @Published public var scale: CGFloat
     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageAttributes.swift:13:14: note: add @available attribute to enclosing class
public class ImageAttributes: ObservableObject {
             ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageAttributes.swift:28:6: error: 'Published' is only available in watchOS 6.0 or newer
    @Published public var xWidth: CGFloat
     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageAttributes.swift:13:14: note: add @available attribute to enclosing class
public class ImageAttributes: ObservableObject {
             ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageAttributes.swift:31:6: error: 'Published' is only available in watchOS 6.0 or newer
    @Published public var yHeight: CGFloat
     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageAttributes.swift:13:14: note: add @available attribute to enclosing class
public class ImageAttributes: ObservableObject {
             ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageAttributes.swift:41:24: error: 'Image' is only available in watchOS 6.0 or newer
    public init(image: Image, originalImage: UIImage?, croppedImage: UIImage?, scale: CGFloat, xWidth: CGFloat, yHeight: CGFloat) {
                      ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageAttributes.swift:41:12: note: add @available attribute to enclosing initializer
    public init(image: Image, originalImage: UIImage?, croppedImage: UIImage?, scale: CGFloat, xWidth: CGFloat, yHeight: CGFloat) {
           ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageAttributes.swift:13:14: note: add @available attribute to enclosing class
public class ImageAttributes: ObservableObject {
             ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageAttributes.swift:13:31: error: 'ObservableObject' is only available in watchOS 6.0 or newer
public class ImageAttributes: ObservableObject {
                              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageAttributes.swift:13:14: note: add @available attribute to enclosing class
public class ImageAttributes: ObservableObject {
             ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:12:20: error: 'presentationMode' is only available in watchOS 6.0 or newer
    @Environment(\.presentationMode) var presentationMode
                   ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:10:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet: View {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:13:20: error: 'verticalSizeClass' is unavailable in watchOS
    @Environment(\.verticalSizeClass) var sizeClass
                   ^~~~~~~~~~~~~~~~~
SwiftUI.EnvironmentValues:13:16: note: 'verticalSizeClass' has been explicitly marked unavailable here
    public var verticalSizeClass: UserInterfaceSizeClass? { get set }
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet+ViewModel.swift:14:32: error: 'Image' is only available in watchOS 6.0 or newer
        @Published var image = Image(systemName: "star.fill")
                               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet+ViewModel.swift:12:11: note: add @available attribute to enclosing class
    class ViewModel: ObservableObject {
          ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet+ViewModel.swift:14:32: error: 'init(systemName:)' is only available in watchOS 6.0 or newer
        @Published var image = Image(systemName: "star.fill")
                               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet+ViewModel.swift:12:11: note: add @available attribute to enclosing class
    class ViewModel: ObservableObject {
          ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet+ViewModel.swift:15:10: error: 'Published' is only available in watchOS 6.0 or newer
        @Published var originalImage: UIImage?
         ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet+ViewModel.swift:12:11: note: add @available attribute to enclosing class
    class ViewModel: ObservableObject {
          ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet+ViewModel.swift:12:11: note: add @available attribute to enclosing class
    class ViewModel: ObservableObject {
          ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet+ViewModel.swift:16:10: error: 'Published' is only available in watchOS 6.0 or newer
        @Published var scale: CGFloat = 1.0
         ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet+ViewModel.swift:12:11: note: add @available attribute to enclosing class
    class ViewModel: ObservableObject {
          ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet+ViewModel.swift:12:11: note: add @available attribute to enclosing class
    class ViewModel: ObservableObject {
          ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet+ViewModel.swift:17:10: error: 'Published' is only available in watchOS 6.0 or newer
        @Published var xWidth: CGFloat = 0.0
         ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet+ViewModel.swift:12:11: note: add @available attribute to enclosing class
    class ViewModel: ObservableObject {
          ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet+ViewModel.swift:12:11: note: add @available attribute to enclosing class
    class ViewModel: ObservableObject {
          ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet+ViewModel.swift:18:10: error: 'Published' is only available in watchOS 6.0 or newer
        @Published var yHeight: CGFloat = 0.0
         ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet+ViewModel.swift:12:11: note: add @available attribute to enclosing class
    class ViewModel: ObservableObject {
          ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet+ViewModel.swift:12:11: note: add @available attribute to enclosing class
    class ViewModel: ObservableObject {
          ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet+ViewModel.swift:12:22: error: 'ObservableObject' is only available in watchOS 6.0 or newer
    class ViewModel: ObservableObject {
                     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet+ViewModel.swift:12:11: note: add @available attribute to enclosing class
    class ViewModel: ObservableObject {
          ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet+ViewModel.swift:12:11: note: add @available attribute to enclosing class
    class ViewModel: ObservableObject {
          ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:17:6: error: 'StateObject' is only available in watchOS 7.0 or newer
    @StateObject var viewModel: ImageMoveAndScaleSheet.ViewModel
     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:10:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet: View {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:27:6: error: 'State' is only available in watchOS 6.0 or newer
    @State var originalZoom: CGFloat?
     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:10:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet: View {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:32:6: error: 'State' is only available in watchOS 6.0 or newer
    @State var inputImage: UIImage?
     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:10:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet: View {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:38:6: error: 'State' is only available in watchOS 6.0 or newer
    @State var inputImageAspectRatio: CGFloat = 0.0
     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:10:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet: View {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:45:6: error: 'State' is only available in watchOS 6.0 or newer
    @State var displayedImage: UIImage?
     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:10:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet: View {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:46:6: error: 'State' is only available in watchOS 6.0 or newer
    @State var displayW: CGFloat = 0.0
     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:10:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet: View {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:47:6: error: 'State' is only available in watchOS 6.0 or newer
    @State var displayH: CGFloat = 0.0
     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:10:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet: View {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:51:6: error: 'State' is only available in watchOS 6.0 or newer
    @State var currentAmount: CGFloat = 0
     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:10:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet: View {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:52:6: error: 'State' is only available in watchOS 6.0 or newer
    @State var zoomAmount: CGFloat = 1.0
     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:10:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet: View {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:53:6: error: 'State' is only available in watchOS 6.0 or newer
    @State var currentPosition: CGSize = .zero
     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:10:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet: View {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:54:6: error: 'State' is only available in watchOS 6.0 or newer
    @State var newPosition: CGSize = .zero
     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:10:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet: View {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:55:6: error: 'State' is only available in watchOS 6.0 or newer
    @State var horizontalOffset: CGFloat = 0.0
     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:10:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet: View {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:56:6: error: 'State' is only available in watchOS 6.0 or newer
    @State var verticalOffset: CGFloat = 0.0
     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:10:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet: View {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:66:29: error: cannot find 'UIScreen' in scope
    let defaultImageSide = (UIScreen.main.bounds.width - (30)) * CGFloat(2).squareRoot() / 2
                            ^~~~~~~~
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:75:20: error: 'View' is only available in watchOS 6.0 or newer
    var body: some View {
                   ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:75:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:10:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet: View {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:200:29: error: 'Path' is only available in watchOS 6.0 or newer
    func HoleShapeMask() -> Path {
                            ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:200:10: note: add @available attribute to enclosing instance method
    func HoleShapeMask() -> Path {
         ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:10:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet: View {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:210:36: error: 'View' is only available in watchOS 6.0 or newer
    private var cancelButton: some View {
                                   ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:210:17: note: add @available attribute to enclosing property
    private var cancelButton: some View {
                ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:10:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet: View {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:216:46: error: 'View' is only available in watchOS 6.0 or newer
    private var openSystemPickerButton: some View {
                                             ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:216:17: note: add @available attribute to enclosing property
    private var openSystemPickerButton: some View {
                ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-bu
ilder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:10:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet: View {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:231:34: error: 'View' is only available in watchOS 6.0 or newer
    private var saveButton: some View {
                                 ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:231:17: note: add @available attribute to enclosing property
    private var saveButton: some View {
                ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:10:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet: View {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:244:31: error: 'View' is only available in watchOS 6.0 or newer
    static var previews: some View {
                              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:244:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:243:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet_Previews: PreviewProvider {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:14:6: error: 'ObservedObject' is only available in watchOS 6.0 or newer
    @ObservedObject public var imageAttributes: ImageAttributes
     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:10:15: note: add @available attribute to enclosing struct
public struct ImagePane: View {
              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:16:6: error: 'Binding' is only available in watchOS 6.0 or newer
    @Binding var isEditMode: Bool
     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:10:15: note: add @available attribute to enclosing struct
public struct ImagePane: View {
              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:21:24: error: 'SymbolRenderingMode' is only available in watchOS 8.0 or newer
    var renderingMode: SymbolRenderingMode = .monochrome
                       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:10:15: note: add @available attribute to enclosing struct
public struct ImagePane: View {
              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:22:18: error: 'Color' is only available in watchOS 6.0 or newer
    var colors: [Color] = []
                 ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:10:15: note: add @available attribute to enclosing struct
public struct ImagePane: View {
              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:23:25: error: 'LinearGradient' is only available in watchOS 6.0 or newer
    var linearGradient: LinearGradient = LinearGradient(colors: [], startPoint: .topLeading, endPoint: .bottomTrailing)
                        ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:10:15: note: add @available attribute to enclosing struct
public struct ImagePane: View {
              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:23:42: error: 'LinearGradient' is only available in watchOS 6.0 or newer
    var linearGradient: LinearGradient = LinearGradient(colors: [], startPoint: .topLeading, endPoint: .bottomTrailing)
                                         ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:10:15: note: add @available attribute to enclosing struct
public struct ImagePane: View {
              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:29:6: error: 'State' is only available in watchOS 6.0 or newer
    @State private var inputImage: UIImage?
     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:10:15: note: add @available attribute to enclosing struct
public struct ImagePane: View {
              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:31:53: error: 'Binding' is only available in watchOS 6.0 or newer
    public init(image: ImageAttributes, isEditMode: Binding<Bool>) {
                                                    ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:31:12: note: add @available attribute to enclosing initializer
    public init(image: ImageAttributes, isEditMode: Binding<Bool>) {
           ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:10:15: note: add @available attribute to enclosing struct
public struct ImagePane: View {
              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:36:53: error: 'Binding' is only available in watchOS 6.0 or newer
    public init(image: ImageAttributes, isEditMode: Binding<Bool>, renderingMode: SymbolRenderingMode) {
                                                    ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:36:12: note: add @available attribute to enclosing initializer
    public init(image: ImageAttributes, isEditMode: Binding<Bool>, renderingMode: SymbolRenderingMode) {
           ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:10:15: note: add @available attribute to enclosing struct
public struct ImagePane: View {
              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:36:83: error: 'SymbolRenderingMode' is only available in watchOS 8.0 or newer
    public init(image: ImageAttributes, isEditMode: Binding<Bool>, renderingMode: SymbolRenderingMode) {
                                                                                  ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:36:12: note: add @available attribute to enclosing initializer
    public init(image: ImageAttributes, isEditMode: Binding<Bool>, renderingMode: SymbolRenderingMode) {
           ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:10:15: note: add @available attribute to enclosing struct
public struct ImagePane: View {
              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:42:53: error: 'Binding' is only available in watchOS 6.0 or newer
    public init(image: ImageAttributes, isEditMode: Binding<Bool>, renderingMode: SymbolRenderingMode, colors: [Color]) {
                                                    ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:42:12: note: add @available attribute to enclosing initializer
    public init(image: ImageAttributes, isEditMode: Binding<Bool>, renderingMode: SymbolRenderingMode, colors: [Color]) {
           ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:10:15: note: add @available attribute to enclosing struct
public struct ImagePane: View {
              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:42:83: error: 'SymbolRenderingMode' is only available in watchOS 8.0 or newer
    public init(image: ImageAttributes, isEditMode: Binding<Bool>, renderingMode: SymbolRenderingMode, colors: [Color]) {
                                                                                  ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:42:12: note: add @available attribute to enclosing initializer
    public init(image: ImageAttributes, isEditMode: Binding<Bool>, renderingMode: SymbolRenderingMode, colors: [Color]) {
           ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:10:15: note: add @available attribute to enclosing struct
public struct ImagePane: View {
              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:42:113: error: 'Color' is only available in watchOS 6.0 or newer
    public init(image: ImageAttributes, isEditMode: Binding<Bool>, renderingMode: SymbolRenderingMode, colors: [Color]) {
                                                                                                                ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:42:12: note: add @available attribute to enclosing initializer
    public init(image: ImageAttributes, isEditMode: Binding<Bool>, renderingMode: SymbolRenderingMode, colors: [Color]) {
           ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:10:15: note: add @available attribute to enclosing struct
public struct ImagePane: View {
              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:52:53: error: 'Binding' is only available in watchOS 6.0 or newer
    public init(image: ImageAttributes, isEditMode: Binding<Bool>, renderingMode: SymbolRenderingMode, linearGradient: LinearGradient) {
                                                    ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:52:12: note: add @available attribute to enclosing initializer
    public init(image: ImageAttributes, isEditMode: Binding<Bool>, renderingMode: SymbolRenderingMode, linearGradient: LinearGradient) {
           ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:10:15: note: add @available attribute to enclosing struct
public struct ImagePane: View {
              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:52:83: error: 'SymbolRenderingMode' is only available in watchOS 8.0 or newer
    public init(image: ImageAttributes, isEditMode: Binding<Bool>, renderingMode: SymbolRenderingMode, linearGradient: LinearGradient) {
                                                                                  ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:52:12: note: add @available attribute to enclosing initializer
    public init(image: ImageAttributes, isEditMode: Binding<Bool>, renderingMode: SymbolRenderingMode, linearGradient: LinearGradient) {
           ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:10:15: note: add @available attribute to enclosing struct
public struct ImagePane: View {
              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:52:120: error: 'LinearGradient' is only available in watchOS 6.0 or newer
    public init(image: ImageAttributes, isEditMode: Binding<Bool>, renderingMode: SymbolRenderingMode, linearGradient: LinearGradient) {
                                                                                                                       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:52:12: note: add @available attribute to enclosing initializer
    public init(image: ImageAttributes, isEditMode: Binding<Bool>, renderingMode: SymbolRenderingMode, linearGradient: LinearGradient) {
           ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:10:15: note: add @available attribute to enclosing struct
public struct ImagePane: View {
              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:60:124: error: 'Binding' is only available in watchOS 6.0 or newer
    private init(addPhotoText: String, changePhotoText: String, image: ImageAttributes, defaultImage: UIImage, isEditMode: Binding<Bool>) {
                                                                                                                           ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:60:13: note: add @available attribute to enclosing initializer
    private init(addPhotoText: String, changePhotoText: String, image: ImageAttributes, defaultImage: UIImage, isEditMode: Binding<Bool>) {
            ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:10:15: note: add @available attribute to enclosing struct
public struct ImagePane: View {
              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:67:27: error: 'View' is only available in watchOS 6.0 or newer
    public var body: some View {
                          ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:67:16: note: add @available attribute to enclosing property
    public var body: some View {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:10:15: note: add @available attribute to enclosing struct
public struct ImagePane: View {
              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:94:36: error: 'View' is only available in watchOS 6.0 or newer
    private var displayImage: some View {
                                   ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:94:17: note: add @available attribute to enclosing property
    private var displayImage: some View {
                ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:10:15: note: add @available attribute to enclosing struct
public struct ImagePane: View {
              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:110:31: error: 'View' is only available in watchOS 6.0 or newer
    static var previews: some View {
                              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift:110:16: note: add @available attribute to enclosing static property
    static var previews: some View {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builde
r/spi-builder-workspace/Sources/ImagePane.swift:108:8: note: add @available attribute to enclosing struct
struct ImagePane_Previews: PreviewProvider {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemImagePicker.swift:17:20: error: 'presentationMode' is only available in watchOS 6.0 or newer
    @Environment(\.presentationMode) var presentationMode
                   ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemImagePicker.swift:15:15: note: add @available attribute to enclosing struct
public struct SystemUIImagePicker: UIViewControllerRepresentable {
              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemImagePicker.swift:18:6: error: 'Binding' is only available in watchOS 6.0 or newer
    @Binding var image: UIImage?
     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemImagePicker.swift:15:15: note: add @available attribute to enclosing struct
public struct SystemUIImagePicker: UIViewControllerRepresentable {
              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemImagePicker.swift:27:53: error: cannot find type 'UIImagePickerController' in scope
        public func imagePickerController(_ picker: UIImagePickerController, didFinishPickingMediaWithInfo info: [UIImagePickerController.InfoKey : Any]) {
                                                    ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemImagePicker.swift:27:115: error: cannot find type 'UIImagePickerController' in scope
        public func imagePickerController(_ picker: UIImagePickerController, didFinishPickingMediaWithInfo info: [UIImagePickerController.InfoKey : Any]) {
                                                                                                                  ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemImagePicker.swift:20:41: error: cannot find type 'UINavigationControllerDelegate' in scope
    public class Coordinator: NSObject, UINavigationControllerDelegate, UIImagePickerControllerDelegate {
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemImagePicker.swift:20:73: error: cannot find type 'UIImagePickerControllerDelegate' in scope
    public class Coordinator: NSObject, UINavigationControllerDelegate, UIImagePickerControllerDelegate {
                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemImagePicker.swift:39:109: error: cannot find type 'UIImagePickerController' in scope
    public func makeUIViewController(context: UIViewControllerRepresentableContext<SystemUIImagePicker>) -> UIImagePickerController {
                                                                                                            ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemImagePicker.swift:39:47: error: cannot find type 'UIViewControllerRepresentableContext' in scope
    public func makeUIViewController(context: UIViewControllerRepresentableContext<SystemUIImagePicker>) -> UIImagePickerController {
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemImagePicker.swift:45:60: error: cannot find type 'UIImagePickerController' in scope
    public func updateUIViewController(_ uiViewController: UIImagePickerController, context: UIViewControllerRepresentableContext<SystemUIImagePicker>) {
                                                           ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemImagePicker.swift:45:94: error: cannot find type 'UIViewControllerRepresentableContext' in scope
    public func updateUIViewController(_ uiViewController: UIImagePickerController, context: UIViewControllerRepresentableContext<SystemUIImagePicker>) {
                                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemImagePicker.swift:15:36: error: cannot find type 'UIViewControllerRepresentable' in scope
public struct SystemUIImagePicker: UIViewControllerRepresentable {
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemPHPicker.swift:24:20: error: 'presentationMode' is only available in watchOS 6.0 or newer
    @Environment(\.presentationMode) private var presentationMode
                   ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemPHPicker.swift:22:15: note: add @available attribute to enclosing struct
public struct SystemPHPicker: UIViewControllerRepresentable {
              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemPHPicker.swift:26:6: error: 'Binding' is only available in watchOS 6.0 or newer
    @Binding var image: UIImage?
     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemPHPicker.swift:22:15: note: add @available attribute to enclosing struct
public struct SystemPHPicker: UIViewControllerRepresentable {
              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemPHPicker.swift:28:59: error: cannot find type 'PHPickerViewController' in scope
    public func makeUIViewController(context: Context) -> PHPickerViewController {
                                                          ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemPHPicker.swift:28:47: error: cannot find type 'Context' in scope
    public func makeUIViewController(context: Context) -> PHPickerViewController {
                                              ^~~~~~~
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemPHPicker.swift:38:60: error: cannot find type 'PHPickerViewController' in scope
    public func updateUIViewController(_ uiViewController: PHPickerViewController, context: Context) {
                                                           ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemPHPicker.swift:38:93: error: cannot find type 'Context' in scope
    public func updateUIViewController(_ uiViewController: PHPickerViewController, context: Context) {
                                                                                            ^~~~~~~
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemPHPicker.swift:53:38: error: cannot find type 'PHPickerViewController' in scope
        public func picker(_ picker: PHPickerViewController, didFinishPicking results: [PHPickerResult]) {
                                     ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemPHPicker.swift:53:89: error: cannot find type 'PHPickerResult' in scope
        public func picker(_ picker: PHPickerViewController, didFinishPicking results: [PHPickerResult]) {
                                                                                        ^~~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemPHPicker.swift:46:41: error: cannot find type 'PHPickerViewControllerDelegate' in scope
    public class Coordinator: NSObject, PHPickerViewControllerDelegate {
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemPHPicker.swift:22:31: error: cannot find type 'UIViewControllerRepresentable' in scope
public struct SystemPHPicker: UIViewControllerRepresentable {
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewModifiers.swift:11:18: error: 'Color' is only available in watchOS 6.0 or newer
    let colors: [Color]
                 ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewModifiers.swift:10:8: note: add @available attribute to enclosing struct
struct RenderingForegroundStyle: ViewModifier {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewModifiers.swift:13:25: error: 'LinearGradient' is only available in watchOS 6.0 or newer
    let linearGradient: LinearGradient
                        ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewModifiers.swift:10:8: note: add @available attribute to enclosing struct
struct RenderingForegroundStyle: ViewModifier {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewModifiers.swift:14:41: error: 'View' is only available in watchOS 6.0 or newer
    func body(content: Content) -> some View {
                                        ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewModifiers.swift:14:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewModifiers.swift:10:8: note: add @available attribute to enclosing struct
struct RenderingForegroundStyle: ViewModifier {
       ^

SwiftEmitModule normal arm64_32 Emitting\ module\ for\ PhotoSelectAndCrop (in target 'PhotoSelectAndCrop' from project 'PhotoSelectAndCrop')
    cd /Users/admin/builds/Z6YBxSjp/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 -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DeviceOrientation.swift /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Image+Extensions.swift /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageAttributes.swift /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageManipulation.swift /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet+Extensions.swift /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet+ViewModel.swift /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImagePane.swift /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemImagePicker.swift /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SystemPHPicker.swift /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ViewModifiers.swift -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -I /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/Z6YBxSjp/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/admin/builds/Z6YBxSjp/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/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PhotoSelectAndCrop -disable-clang-spi -target-sdk-version 9.1 -emit-module-doc-path /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/Objects-normal/arm64_32/PhotoSelectAndCrop.swiftdoc -emit-module-source-info-path /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/Objects-normal/arm64_32/PhotoSelectAndCrop.swiftsourceinfo -emit-objc-header-path /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/Objects-normal/arm64_32/PhotoSelectAndCrop-Swift.h -serialize-diagnostics-path /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-wat
chos/PhotoSelectAndCrop.build/Objects-normal/arm64_32/PhotoSelectAndCrop-master-emit-module.dia -emit-dependencies-path /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/Objects-normal/arm64_32/PhotoSelectAndCrop-master-emit-module.d -o /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/Objects-normal/arm64_32/PhotoSelectAndCrop.swiftmodule -emit-abi-descriptor-path /Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PhotoSelectAndCrop.build/Debug-watchos/PhotoSelectAndCrop.build/Objects-normal/arm64_32/PhotoSelectAndCrop.abi.json
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:12:23: error: 'Color' is only available in watchOS 6.0 or newer
    static var label: Color {
                      ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:12:16: note: add @available attribute to enclosing static property
    static var label: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:16:32: error: 'Color' is only available in watchOS 6.0 or newer
    static var secondaryLabel: Color {
                               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:16:16: note: add @available attribute to enclosing static property
    static var secondaryLabel: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:20:31: error: 'Color' is only available in watchOS 6.0 or newer
    static var tertiaryLabel: Color {
                              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:20:16: note: add @available attribute to enclosing static property
    static var tertiaryLabel: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:24:33: error: 'Color' is only available in watchOS 6.0 or newer
    static var quaternaryLabel: Color {
                                ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:24:16: note: add @available attribute to enclosing static property
    static var quaternaryLabel: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:28:28: error: 'Color' is only available in watchOS 6.0 or newer
    static var systemFill: Color {
                           ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:28:16: note: add @available attribute to enclosing static property
    static var systemFill: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:32:37: error: 'Color' is only available in watchOS 6.0 or newer
    static var secondarySystemFill: Color {
                                    ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:32:16: note: add @available attribute to enclosing static property
    static var secondarySystemFill: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:36:36: error: 'Color' is only available in watchOS 6.0 or newer
    static var tertiarySystemFill: Color {
                                   ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:36:16: note: add @available attribute to enclosing static property
    static var tertiarySystemFill: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:40:38: error: 'Color' is only available in watchOS 6.0 or newer
    static var quaternarySystemFill: Color {
                                     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:40:16: note: add @available attribute to enclosing static property
    static var quaternarySystemFill: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:44:34: error: 'Color' is only available in watchOS 6.0 or newer
    static var systemBackground: Color {
                                 ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:44:16: note: add @available attribute to enclosing static property
    static var systemBackground: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:48:43: error: 'Color' is only available in watchOS 6.0 or newer
    static var secondarySystemBackground: Color {
                                          ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:48:16: note: add @available attribute to enclosing static property
    static var secondarySystemBackground: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:52:42: error: 'Color' is only available in watchOS 6.0 or newer
    static var tertiarySystemBackground: Color {
                                         ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:52:16: note: add @available attribute to enclosing static property
    static var tertiarySystemBackground: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:56:41: error: 'Color' is only available in watchOS 6.0 or newer
    static var systemGroupedBackground: Color {
                                        ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:56:16: note: add @available attribute to enclosing static property
    static var systemGroupedBackground: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:60:50: error: 'Color' is only available in watchOS 6.0 or newer
    static var secondarySystemGroupedBackground: Color {
                                                 ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:60:16: note: add @available attribute to enclosing static property
    static var secondarySystemGroupedBackground: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:64:49: error: 'Color' is only available in watchOS 6.0 or newer
    static var tertiarySystemGroupedBackground: Color {
                                                ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:64:16: note: add @available attribute to enclosing static property
    static var tertiarySystemGroupedBackground: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:68:27: error: 'Color' is only available in watchOS 6.0 or newer
    static var systemRed: Color {
                          ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:68:16: note: add @available attribute to enclosing static property
    static var systemRed: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:72:28: error: 'Color' is only available in watchOS 6.0 or newer
    static var systemBlue: Color {
                           ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:72:16: note: add @available attribute to enclosing static property
    static var systemBlue: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:76:28: error: 'Color' is only available in watchOS 6.0 or newer
    static var systemPink: Color {
                           ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:76:16: note: add @available attribute to enclosing static property
    static var systemPink: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:80:28: error: 'Color' is only available in watchOS 6.0 or newer
    static var systemTeal: Color {
                           ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:80:16: note: add @available attribute to enclosing static property
    static var systemTeal: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:84:29: error: 'Color' is only available in watchOS 6.0 or newer
    static var systemGreen: Color {
                            ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:84:16: note: add @available attribute to enclosing static property
    static var systemGreen: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:88:30: error: 'Color' is only available in watchOS 6.0 or newer
    static var systemIndigo: Color {
                             ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:88:16: note: add @available attribute to enclosing static property
    static var systemIndigo: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:92:30: error: 'Color' is only available in watchOS 6.0 or newer
    static var systemOrange: Color {
                             ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:92:16: note: add @available attribute to enclosing static property
    static var systemOrange: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Ext
ensions.swift:96:30: error: 'Color' is only available in watchOS 6.0 or newer
    static var systemPurple: Color {
                             ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:96:16: note: add @available attribute to enclosing static property
    static var systemPurple: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:100:30: error: 'Color' is only available in watchOS 6.0 or newer
    static var systemYellow: Color {
                             ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:100:16: note: add @available attribute to enclosing static property
    static var systemYellow: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:104:28: error: 'Color' is only available in watchOS 6.0 or newer
    static var systemGray: Color {
                           ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:104:16: note: add @available attribute to enclosing static property
    static var systemGray: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:108:29: error: 'Color' is only available in watchOS 6.0 or newer
    static var systemGray2: Color {
                            ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:108:16: note: add @available attribute to enclosing static property
    static var systemGray2: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:112:29: error: 'Color' is only available in watchOS 6.0 or newer
    static var systemGray3: Color {
                            ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:112:16: note: add @available attribute to enclosing static property
    static var systemGray3: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:116:29: error: 'Color' is only available in watchOS 6.0 or newer
    static var systemGray4: Color {
                            ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:116:16: note: add @available attribute to enclosing static property
    static var systemGray4: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:120:29: error: 'Color' is only available in watchOS 6.0 or newer
    static var systemGray5: Color {
                            ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:120:16: note: add @available attribute to enclosing static property
    static var systemGray5: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:124:29: error: 'Color' is only available in watchOS 6.0 or newer
    static var systemGray6: Color {
                            ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:124:16: note: add @available attribute to enclosing static property
    static var systemGray6: Color {
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:18: error: 'Color' is only available in watchOS 6.0 or newer
public extension Color {
                 ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Color+Extensions.swift:10:8: note: add @available attribute to enclosing extension
public extension Color {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DeviceOrientation.swift:21:60: error: cannot find 'UIDevice' in scope
    @Published private(set) var orientation: Orientation = UIDevice.current.orientation.isLandscape ? .landscape : .portrait
                                                           ^~~~~~~~
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DeviceOrientation.swift:21:6: error: 'Published' is only available in watchOS 6.0 or newer
    @Published private(set) var orientation: Orientation = UIDevice.current.orientation.isLandscape ? .landscape : .portrait
     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DeviceOrientation.swift:14:13: note: add @available attribute to enclosing class
final class DeviceOrientation: ObservableObject {
            ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DeviceOrientation.swift:14:32: error: 'ObservableObject' is only available in watchOS 6.0 or newer
final class DeviceOrientation: ObservableObject {
                               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DeviceOrientation.swift:14:13: note: add @available attribute to enclosing class
final class DeviceOrientation: ObservableObject {
            ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Image+Extensions.swift:12:33: error: 'some' return types are only available in watchOS 6.0.0 or newer
    func imageDisplayStyle() -> some View {
                                ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Image+Extensions.swift:12:10: note: add @available attribute to enclosing instance method
    func imageDisplayStyle() -> some View {
         ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Image+Extensions.swift:11:1: note: add @available attribute to enclosing extension
extension Image {
^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Image+Extensions.swift:12:38: error: 'View' is only available in watchOS 6.0 or newer
    func imageDisplayStyle() -> some View {
                                     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Image+Extensions.swift:12:10: note: add @available attribute to enclosing instance method
    func imageDisplayStyle() -> some View {
         ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Image+Extensions.swift:11:1: note: add @available attribute to enclosing extension
extension Image {
^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Image+Extensions.swift:11:11: error: 'Image' is only available in watchOS 6.0 or newer
extension Image {
          ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Image+Extensions.swift:11:1: note: add @available attribute to enclosing extension
extension Image {
^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageAttributes.swift:16:34: error: 'Image' is only available in watchOS 6.0 or newer
    @Published public var image: Image
                                 ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageAttributes.swift:13:14: note: add @available attribute to enclosing class
public class ImageAttributes: ObservableObject {
             ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageAttributes.swift:16:6: error: 'Published' is only available in watchOS 6.0 or newer
    @Published public var image: Image
     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageAttributes.swift:13:14: note: add @available attribute to enclosing class
public class ImageAttributes: ObservableObject {
             ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageAttributes.swift:19:6: error: 'Published' is only available in watchOS 6.0 or newer
    @Published public var originalImage: UIImage?
     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageAttributes.swift:13:14: note: add @available attribute to enclosing class
public class ImageAttributes: ObservableObject {
             ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageAttributes.swift:22:6: error: 'Published' is only available in watchOS 6.0 or newer
    @Published public var croppedImage: UIImage?
     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageAttributes.swift:13:14: note: add @available attribute to enclosing class
public class ImageAttributes: ObservableObject {
             ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageAttributes.swift:25:6: error: 'Published' is only available in watchOS 6.0 or newer
    @Published public var scale: CGFloat
     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageAttributes.swift:13:14: note: add @available attribute to enclosing class
public class ImageAttributes: ObservableObject {
             ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageAttributes.swift:28:6: error: 'Published' is only available in watchOS 6.0 or newer
    @Published public var xWidth: CGFloat
     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageAttributes.swift:13:14: note: add @available attribute to enclosing class
public class ImageAttributes: ObservableObject {
             ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageAttributes.swift:31:6: error: 'Published' is only available in watchOS 6.0 or newer
    @Published public var yHeight: CGFloat
     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageAttributes.swift:13:14: note: add @available attribute to enclosing class
public class ImageAttributes: ObservableObject {
             ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageAttributes.swift:41:24: error: 'Image' is only available in watchOS 6.0 or newer
    public init(image: Image, originalImage: UIImage?, croppedImage: UIImage?, scale: CGFloat, xWidth: CGFloat, yHeight: CGFloat) {
                       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageAttributes.swift:41:12: note: add @available attribute to enclosing initializer
    public init(image: Image, originalImage: UIImage?, croppedImage: UIImage?, scale: CGFloat, xWidth: CGFloat, yHeight: CGFloat) {
           ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageAttributes.swift:13:14: note: add @available attribute to enclosing class
public class ImageAttributes: ObservableObject {
             ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageAttributes.swift:13:31: error: 'ObservableObject' is only available in watchOS 6.0 or newer
public class ImageAttributes: ObservableObject {
                              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageAttributes.swift:13:14: note: add @available attribute to enclosing class
public class ImageAttributes: ObservableObject {
             ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:12:20: error: 'presentationMode' is only available in watchOS 6.0 or newer
    @Environment(\.presentationMode) var presentationMode
                   ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:10:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet: View {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:13:20: error: 'verticalSizeClass' is unavailable in watchOS
    @Environment(\.verticalSizeClass) var sizeClass
                   ^~~~~~~~~~~~~~~~~
SwiftUI.EnvironmentValues:13:16: note: 'verticalSizeClass' has been explicitly marked unavailable here
    public var verticalSizeClass: UserInterfaceSizeClass? { get set }
               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet+ViewModel.swift:14:32: error: 'Image' is only available in watchOS 6.0 or newer
        @Published var image = Image(systemName: "star.fill")
                               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet+ViewModel.swift:12:11: note: add @available attribute to enclosing class
    class ViewModel: ObservableObject {
          ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet+ViewModel.swift:14:32: error: 'init(systemName:)' is only available in watchOS 6.0 or newer
        @Published var image = Image(systemName: "star.fill")
                               ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet+ViewModel.swift:12:11: note: add @available attribute to enclosing class
    class ViewModel: ObservableObject {
          ^
/Users/admi
n/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet+ViewModel.swift:15:10: error: 'Published' is only available in watchOS 6.0 or newer
        @Published var originalImage: UIImage?
         ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet+ViewModel.swift:12:11: note: add @available attribute to enclosing class
    class ViewModel: ObservableObject {
          ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet+ViewModel.swift:12:11: note: add @available attribute to enclosing class
    class ViewModel: ObservableObject {
          ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet+ViewModel.swift:16:10: error: 'Published' is only available in watchOS 6.0 or newer
        @Published var scale: CGFloat = 1.0
         ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet+ViewModel.swift:12:11: note: add @available attribute to enclosing class
    class ViewModel: ObservableObject {
          ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet+ViewModel.swift:12:11: note: add @available attribute to enclosing class
    class ViewModel: ObservableObject {
          ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet+ViewModel.swift:17:10: error: 'Published' is only available in watchOS 6.0 or newer
        @Published var xWidth: CGFloat = 0.0
         ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet+ViewModel.swift:12:11: note: add @available attribute to enclosing class
    class ViewModel: ObservableObject {
          ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet+ViewModel.swift:12:11: note: add @available attribute to enclosing class
    class ViewModel: ObservableObject {
          ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet+ViewModel.swift:18:10: error: 'Published' is only available in watchOS 6.0 or newer
        @Published var yHeight: CGFloat = 0.0
         ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet+ViewModel.swift:12:11: note: add @available attribute to enclosing class
    class ViewModel: ObservableObject {
          ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet+ViewModel.swift:12:11: note: add @available attribute to enclosing class
    class ViewModel: ObservableObject {
          ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet+ViewModel.swift:12:22: error: 'ObservableObject' is only available in watchOS 6.0 or newer
    class ViewModel: ObservableObject {
                     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet+ViewModel.swift:12:11: note: add @available attribute to enclosing class
    class ViewModel: ObservableObject {
          ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet+ViewModel.swift:12:11: note: add @available attribute to enclosing class
    class ViewModel: ObservableObject {
          ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:17:6: error: 'StateObject' is only available in watchOS 7.0 or newer
    @StateObject var viewModel: ImageMoveAndScaleSheet.ViewModel
     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:10:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet: View {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:27:6: error: 'State' is only available in watchOS 6.0 or newer
    @State var originalZoom: CGFloat?
     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:10:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet: View {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:32:6: error: 'State' is only available in watchOS 6.0 or newer
    @State var inputImage: UIImage?
     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:10:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet: View {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:38:6: error: 'State' is only available in watchOS 6.0 or newer
    @State var inputImageAspectRatio: CGFloat = 0.0
     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:10:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet: View {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:45:6: error: 'State' is only available in watchOS 6.0 or newer
    @State var displayedImage: UIImage?
     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:10:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet: View {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:46:6: error: 'State' is only available in watchOS 6.0 or newer
    @State var displayW: CGFloat = 0.0
     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:10:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet: View {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:47:6: error: 'State' is only available in watchOS 6.0 or newer
    @State var displayH: CGFloat = 0.0
     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:10:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet: View {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:51:6: error: 'State' is only available in watchOS 6.0 or newer
    @State var currentAmount: CGFloat = 0
     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:10:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet: View {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:52:6: error: 'State' is only available in watchOS 6.0 or newer
    @State var zoomAmount: CGFloat = 1.0
     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:10:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet: View {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:53:6: error: 'State' is only available in watchOS 6.0 or newer
    @State var currentPosition: CGSize = .zero
     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:10:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet: View {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:54:6: error: 'State' is only available in watchOS 6.0 or newer
    @State var newPosition: CGSize = .zero
     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:10:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet: View {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:55:6: error: 'State' is only available in watchOS 6.0 or newer
    @State var horizontalOffset: CGFloat = 0.0
     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:10:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet: View {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:56:6: error: 'State' is only available in watchOS 6.0 or newer
    @State var verticalOffset: CGFloat = 0.0
     ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:10:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet: View {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:66:29: error: cannot find 'UIScreen' in scope
    let defaultImageSide = (UIScreen.main.bounds.width - (30)) * CGFloat(2).squareRoot() / 2
                            ^~~~~~~~
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:75:15: error: 'some' return types are only available in watchOS 6.0.0 or newer
    var body: some View {
              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:75:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:10:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet: View {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:75:20: error: 'View' is only available in watchOS 6.0 or newer
    var body: some View {
                   ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:75:9: note: add @available attribute to enclosing property
    var body: some View {
        ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:10:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet: View {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:200:29: error: 'Path' is only available in watchOS 6.0 or newer
    func HoleShapeMask() -> Path {
                            ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:200:10: note: add @available attribute to enclosing instance method
    func HoleShapeMask() -> Path {
         ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:10:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet: View {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:210:31: error: 'some' return types are only available in watchOS 6.0.0 or newer
    private var cancelButton: some View {
                              ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:210:17: note: add @available attribute to enclosing property
    private var cancelButton: some View {
                ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:10:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet: View {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:210:36: error: 'View' is only available in watchOS 6.0 or newer
    private var cancelButton: some View {
                                   ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:210:17: note: add @available attribute to enclosing property
    private var cancelButton: some View {
                ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:10:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet: View {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:216:41: error: 'some' return types are only available in watchOS 6.0.0 or newer
    private var openSystemPickerButton: some View {
                                        ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:216:17: note: add @available attribute to enclosing property
    private var openSystemPickerButton: some View {
                ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:10:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet: View {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:216:46: error: 'View' is only available in watchOS 6.0 or newer
    private var openSystemPickerButton: some View {
                                             ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:216:17: note: add @available attribute to enclosing property
    private var openSystemPickerButton: some View {
                ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:10:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet: View {
       ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:231:29: error: 'some' return types are only available in watchOS 6.0.0 or newer
    private var saveButton: some View {
                            ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:231:17: note: add @available attribute to enclosing property
    private var saveButton: some View {
                ^
/Users/admin/builds/Z6YBxSjp/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ImageMoveAndScaleSheet.swift:10:8: note: add @available attribute to enclosing struct
struct ImageMoveAndScaleSheet: View {
       ^
/Users/admin/build
BUILD FAILURE 5.7 watchOS