The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftUIRippleEffect with Swift 5.10 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Jnis/SwiftUIRippleEffect.git
Reference: 1.0.1
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/Jnis/SwiftUIRippleEffect
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at adb1eaf iOS 14; fill percent option; ability to use custom ripple effect view
Cloned https://github.com/Jnis/SwiftUIRippleEffect.git
Revision (git rev-parse @):
adb1eaf41926b6d30c5b8ffbb889f4775d754ed7
SUCCESS checkout https://github.com/Jnis/SwiftUIRippleEffect.git at 1.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/Jnis/SwiftUIRippleEffect.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--423B1241ED78D482.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/5] Emitting module ViewOnTouch
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:32:132: error: 'View' is only available in macOS 10.15 or newer
    public func onTouch(type: OnTouchType, limitToBounds: Bool = false, perform: @escaping (CGPoint, OnTouchType) -> Void) -> some View {
                                                                                                                                   ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:32:17: note: add @available attribute to enclosing instance method
    public func onTouch(type: OnTouchType, limitToBounds: Bool = false, perform: @escaping (CGPoint, OnTouchType) -> Void) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:31:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:31:11: error: 'View' is only available in macOS 10.15 or newer
extension View {
          ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:31:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:43:41: error: 'View' is only available in macOS 10.15 or newer
    func body(content: Content) -> some View {
                                        ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:43:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:38:8: note: add @available attribute to enclosing struct
struct TouchLocaterModifier: ViewModifier {
       ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:61:30: error: cannot find type 'Context' in scope
    func makeUIView(context: Context) -> TouchLocatingUIView {
                             ^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:70:63: error: cannot find type 'Context' in scope
    func updateUIView(_ uiView: TouchLocatingUIView, context: Context) {
                                                              ^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:97:39: error: cannot find 'UITapGestureRecognizer' in scope
        private lazy var tapGesture = UITapGestureRecognizer(target: self, action: #selector(tapGestureAction(gesture:)))
                                      ^~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:106:54: error: cannot find type 'UIGestureRecognizer' in scope
        @objc private func tapGestureAction(gesture: UIGestureRecognizer) {
                                                     ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:98:45: error: cannot find 'UILongPressGestureRecognizer' in scope
        private lazy var longPressGesture = UILongPressGestureRecognizer(target: self, action: #selector(longPressGestureAction(gesture:)))
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:111:60: error: cannot find type 'UILongPressGestureRecognizer' in scope
        @objc private func longPressGestureAction(gesture: UILongPressGestureRecognizer) {
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:86:18: error: initializer does not override a designated initializer from its superclass
        override init(frame: CGRect) {
        ~~~~~~~~ ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:123:51: error: cannot find type 'UITouch' in scope
        override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                  ^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:123:73: error: cannot find type 'UIEvent' in scope
        override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                                        ^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:123:23: error: method does not override any method from its superclass
        override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
        ~~~~~~~~      ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:131:51: error: cannot find type 'UITouch' in scope
        override func touchesMoved(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                  ^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:131:73: error: cannot find type 'UIEvent' in scope
        override func touchesMoved(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                                        ^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:131:23: error: method does not override any method from its superclass
        override func touchesMoved(_ touches: Set<UITouch>, with event: UIEvent?) {
        ~~~~~~~~      ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:139:51: error: cannot find type 'UITouch' in scope
        override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                  ^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:139:73: error: cannot find type 'UIEvent' in scope
        override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                                        ^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:139:23: error: method does not override any method from its superclass
        override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
        ~~~~~~~~      ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:147:55: error: cannot find type 'UITouch' in scope
        override func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                      ^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:147:77: error: cannot find type 'UIEvent' in scope
        override func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                                            ^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:147:23: error: method does not override any method from its superclass
        override func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent?) {
        ~~~~~~~~      ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:74:32: error: cannot find type 'UIView' in scope
    class TouchLocatingUIView: UIView {
                               ^~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:51:27: error: cannot find type 'UIViewRepresentable' in scope
struct TouchLocatingView: UIViewRepresentable {
                          ^~~~~~~~~~~~~~~~~~~
[5/5] Compiling ViewOnTouch View+OnTouch.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:32:132: error: 'View' is only available in macOS 10.15 or newer
    public func onTouch(type: OnTouchType, limitToBounds: Bool = false, perform: @escaping (CGPoint, OnTouchType) -> Void) -> some View {
                                                                                                                                   ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:32:17: note: add @available attribute to enclosing instance method
    public func onTouch(type: OnTouchType, limitToBounds: Bool = false, perform: @escaping (CGPoint, OnTouchType) -> Void) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:31:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:31:11: error: 'View' is only available in macOS 10.15 or newer
extension View {
          ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:31:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:43:41: error: 'View' is only available in macOS 10.15 or newer
    func body(content: Content) -> some View {
                                        ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:43:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:38:8: note: add @available attribute to enclosing struct
struct TouchLocaterModifier: ViewModifier {
       ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:61:30: error: cannot find type 'Context' in scope
    func makeUIView(context: Context) -> TouchLocatingUIView {
                             ^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:70:63: error: cannot find type 'Context' in scope
    func updateUIView(_ uiView: TouchLocatingUIView, context: Context) {
                                                              ^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:97:39: error: cannot find 'UITapGestureRecognizer' in scope
        private lazy var tapGesture = UITapGestureRecognizer(target: self, action: #selector(tapGestureAction(gesture:)))
                                      ^~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:106:54: error: cannot find type 'UIGestureRecognizer' in scope
        @objc private func tapGestureAction(gesture: UIGestureRecognizer) {
                                                     ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:98:45: error: cannot find 'UILongPressGestureRecognizer' in scope
        private lazy var longPressGesture = UILongPressGestureRecognizer(target: self, action: #selector(longPressGestureAction(gesture:)))
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:111:60: error: cannot find type 'UILongPressGestureRecognizer' in scope
        @objc private func longPressGestureAction(gesture: UILongPressGestureRecognizer) {
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:86:18: error: initializer does not override a designated initializer from its superclass
        override init(frame: CGRect) {
        ~~~~~~~~ ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:123:51: error: cannot find type 'UITouch' in scope
        override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                  ^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:123:73: error: cannot find type 'UIEvent' in scope
        override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                                        ^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:123:23: error: method does not override any method from its superclass
        override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
        ~~~~~~~~      ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:131:51: error: cannot find type 'UITouch' in scope
        override func touchesMoved(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                  ^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:131:73: error: cannot find type 'UIEvent' in scope
        override func touchesMoved(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                                        ^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:131:23: error: method does not override any method from its superclass
        override func touchesMoved(_ touches: Set<UITouch>, with event: UIEvent?) {
        ~~~~~~~~      ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:139:51: error: cannot find type 'UITouch' in scope
        override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                  ^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:139:73: error: cannot find type 'UIEvent' in scope
        override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                                        ^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:139:23: error: method does not override any method from its superclass
        override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
        ~~~~~~~~      ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:147:55: error: cannot find type 'UITouch' in scope
        override func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                      ^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:147:77: error: cannot find type 'UIEvent' in scope
        override func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                                            ^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:147:23: error: method does not override any method from its superclass
        override func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent?) {
        ~~~~~~~~      ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:74:32: error: cannot find type 'UIView' in scope
    class TouchLocatingUIView: UIView {
                               ^~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:51:27: error: cannot find type 'UIViewRepresentable' in scope
struct TouchLocatingView: UIViewRepresentable {
                          ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:33:14: error: 'modifier' is only available in macOS 10.15 or newer
        self.modifier(TouchLocaterModifier(type: type, limitToBounds: limitToBounds, perform: perform))
             ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:33:14: note: add 'if #available' version check
        self.modifier(TouchLocaterModifier(type: type, limitToBounds: limitToBounds, perform: perform))
             ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:32:17: note: add @available attribute to enclosing instance method
    public func onTouch(type: OnTouchType, limitToBounds: Bool = false, perform: @escaping (CGPoint, OnTouchType) -> Void) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:31:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:45:14: error: instance method 'overlay(_:ignoresSafeAreaEdges:)' requires that 'TouchLocatingView' conform to 'ShapeStyle'
            .overlay(
             ^
SwiftUI.View:5:28: note: where 'S' = 'TouchLocatingView'
    @inlinable public func overlay<S>(_ style: S, ignoresSafeAreaEdges edges: Edge.Set = .all) -> some View where S : ShapeStyle
                           ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:63:40: error: missing argument for parameter 'frame' in call
        let view = TouchLocatingUIView()
                                       ^
                                       frame: <#CGRect#>
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:86:18: note: 'init(frame:)' declared here
        override init(frame: CGRect) {
                 ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:87:13: error: 'super' members cannot be referenced in a root class
            super.init(frame: frame)
            ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:93:13: error: 'super' members cannot be referenced in a root class
            super.init(coder: coder)
            ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:101:13: error: cannot find 'isUserInteractionEnabled' in scope
            isUserInteractionEnabled = true
            ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:102:18: error: value of type 'TouchLocatingView.TouchLocatingUIView' has no member 'addGestureRecognizer'
            self.addGestureRecognizer(tapGesture)
            ~~~~ ^~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:103:18: error: value of type 'TouchLocatingView.TouchLocatingUIView' has no member 'addGestureRecognizer'
            self.addGestureRecognizer(longPressGesture)
            ~~~~ ^~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:113:34: error: cannot infer contextual base in reference to member 'began'
            if gesture.state == .began {
                                ~^~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:115:41: error: cannot infer contextual base in reference to member 'changed'
            } else if gesture.state == .changed {
                                       ~^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:124:13: error: 'super' members cannot be referenced in a root class
            super.touchesBegan(touches, with: event)
            ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:132:13: error: 'super' members cannot be referenced in a root class
            super.touchesMoved(touches, with: event)
            ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:140:13: error: 'super' members cannot be referenced in a root class
            super.touchesEnded(touches, with: event)
            ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:159:42: error: cannot find 'bounds' in scope
            if limitToBounds == false || bounds.contains(location) {
                                         ^~~~~~
error: fatalError
Fetching https://github.com/Jnis/ViewOnTouch.git from cache
Fetched https://github.com/Jnis/ViewOnTouch.git from cache (0.16s)
Computing version for https://github.com/Jnis/ViewOnTouch.git
Computed https://github.com/Jnis/ViewOnTouch.git at 1.0.0 (0.38s)
Creating working copy for https://github.com/Jnis/ViewOnTouch.git
Working copy of https://github.com/Jnis/ViewOnTouch.git resolved at 1.0.0
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version--423B1241ED78D482.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/3] Emitting module ViewOnTouch
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:32:132: error: 'View' is only available in macOS 10.15 or newer
    public func onTouch(type: OnTouchType, limitToBounds: Bool = false, perform: @escaping (CGPoint, OnTouchType) -> Void) -> some View {
                                                                                                                                   ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:32:17: note: add @available attribute to enclosing instance method
    public func onTouch(type: OnTouchType, limitToBounds: Bool = false, perform: @escaping (CGPoint, OnTouchType) -> Void) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:31:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:31:11: error: 'View' is only available in macOS 10.15 or newer
extension View {
          ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:31:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:43:41: error: 'View' is only available in macOS 10.15 or newer
    func body(content: Content) -> some View {
                                        ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:43:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:38:8: note: add @available attribute to enclosing struct
struct TouchLocaterModifier: ViewModifier {
       ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:61:30: error: cannot find type 'Context' in scope
    func makeUIView(context: Context) -> TouchLocatingUIView {
                             ^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:70:63: error: cannot find type 'Context' in scope
    func updateUIView(_ uiView: TouchLocatingUIView, context: Context) {
                                                              ^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:97:39: error: cannot find 'UITapGestureRecognizer' in scope
        private lazy var tapGesture = UITapGestureRecognizer(target: self, action: #selector(tapGestureAction(gesture:)))
                                      ^~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:106:54: error: cannot find type 'UIGestureRecognizer' in scope
        @objc private func tapGestureAction(gesture: UIGestureRecognizer) {
                                                     ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:98:45: error: cannot find 'UILongPressGestureRecognizer' in scope
        private lazy var longPressGesture = UILongPressGestureRecognizer(target: self, action: #selector(longPressGestureAction(gesture:)))
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:111:60: error: cannot find type 'UILongPressGestureRecognizer' in scope
        @objc private func longPressGestureAction(gesture: UILongPressGestureRecognizer) {
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:86:18: error: initializer does not override a designated initializer from its superclass
        override init(frame: CGRect) {
        ~~~~~~~~ ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:123:51: error: cannot find type 'UITouch' in scope
        override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                  ^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:123:73: error: cannot find type 'UIEvent' in scope
        override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                                        ^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:123:23: error: method does not override any method from its superclass
        override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
        ~~~~~~~~      ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:131:51: error: cannot find type 'UITouch' in scope
        override func touchesMoved(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                  ^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:131:73: error: cannot find type 'UIEvent' in scope
        override func touchesMoved(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                                        ^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:131:23: error: method does not override any method from its superclass
        override func touchesMoved(_ touches: Set<UITouch>, with event: UIEvent?) {
        ~~~~~~~~      ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:139:51: error: cannot find type 'UITouch' in scope
        override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                  ^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:139:73: error: cannot find type 'UIEvent' in scope
        override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                                        ^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:139:23: error: method does not override any method from its superclass
        override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
        ~~~~~~~~      ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:147:55: error: cannot find type 'UITouch' in scope
        override func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                      ^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:147:77: error: cannot find type 'UIEvent' in scope
        override func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                                            ^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:147:23: error: method does not override any method from its superclass
        override func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent?) {
        ~~~~~~~~      ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:74:32: error: cannot find type 'UIView' in scope
    class TouchLocatingUIView: UIView {
                               ^~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:51:27: error: cannot find type 'UIViewRepresentable' in scope
struct TouchLocatingView: UIViewRepresentable {
                          ^~~~~~~~~~~~~~~~~~~
[3/3] Compiling ViewOnTouch View+OnTouch.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:32:132: error: 'View' is only available in macOS 10.15 or newer
    public func onTouch(type: OnTouchType, limitToBounds: Bool = false, perform: @escaping (CGPoint, OnTouchType) -> Void) -> some View {
                                                                                                                                   ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:32:17: note: add @available attribute to enclosing instance method
    public func onTouch(type: OnTouchType, limitToBounds: Bool = false, perform: @escaping (CGPoint, OnTouchType) -> Void) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:31:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:31:11: error: 'View' is only available in macOS 10.15 or newer
extension View {
          ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:31:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:43:41: error: 'View' is only available in macOS 10.15 or newer
    func body(content: Content) -> some View {
                                        ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:43:10: note: add @available attribute to enclosing instance method
    func body(content: Content) -> some View {
         ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:38:8: note: add @available attribute to enclosing struct
struct TouchLocaterModifier: ViewModifier {
       ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:61:30: error: cannot find type 'Context' in scope
    func makeUIView(context: Context) -> TouchLocatingUIView {
                             ^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:70:63: error: cannot find type 'Context' in scope
    func updateUIView(_ uiView: TouchLocatingUIView, context: Context) {
                                                              ^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:97:39: error: cannot find 'UITapGestureRecognizer' in scope
        private lazy var tapGesture = UITapGestureRecognizer(target: self, action: #selector(tapGestureAction(gesture:)))
                                      ^~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:106:54: error: cannot find type 'UIGestureRecognizer' in scope
        @objc private func tapGestureAction(gesture: UIGestureRecognizer) {
                                                     ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:98:45: error: cannot find 'UILongPressGestureRecognizer' in scope
        private lazy var longPressGesture = UILongPressGestureRecognizer(target: self, action: #selector(longPressGestureAction(gesture:)))
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:111:60: error: cannot find type 'UILongPressGestureRecognizer' in scope
        @objc private func longPressGestureAction(gesture: UILongPressGestureRecognizer) {
                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:86:18: error: initializer does not override a designated initializer from its superclass
        override init(frame: CGRect) {
        ~~~~~~~~ ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:123:51: error: cannot find type 'UITouch' in scope
        override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                  ^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:123:73: error: cannot find type 'UIEvent' in scope
        override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                                        ^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:123:23: error: method does not override any method from its superclass
        override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {
        ~~~~~~~~      ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:131:51: error: cannot find type 'UITouch' in scope
        override func touchesMoved(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                  ^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:131:73: error: cannot find type 'UIEvent' in scope
        override func touchesMoved(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                                        ^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:131:23: error: method does not override any method from its superclass
        override func touchesMoved(_ touches: Set<UITouch>, with event: UIEvent?) {
        ~~~~~~~~      ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:139:51: error: cannot find type 'UITouch' in scope
        override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                  ^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:139:73: error: cannot find type 'UIEvent' in scope
        override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                                        ^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:139:23: error: method does not override any method from its superclass
        override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
        ~~~~~~~~      ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:147:55: error: cannot find type 'UITouch' in scope
        override func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                      ^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:147:77: error: cannot find type 'UIEvent' in scope
        override func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent?) {
                                                                            ^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:147:23: error: method does not override any method from its superclass
        override func touchesCancelled(_ touches: Set<UITouch>, with event: UIEvent?) {
        ~~~~~~~~      ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:74:32: error: cannot find type 'UIView' in scope
    class TouchLocatingUIView: UIView {
                               ^~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:51:27: error: cannot find type 'UIViewRepresentable' in scope
struct TouchLocatingView: UIViewRepresentable {
                          ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:33:14: error: 'modifier' is only available in macOS 10.15 or newer
        self.modifier(TouchLocaterModifier(type: type, limitToBounds: limitToBounds, perform: perform))
             ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:33:14: note: add 'if #available' version check
        self.modifier(TouchLocaterModifier(type: type, limitToBounds: limitToBounds, perform: perform))
             ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:32:17: note: add @available attribute to enclosing instance method
    public func onTouch(type: OnTouchType, limitToBounds: Bool = false, perform: @escaping (CGPoint, OnTouchType) -> Void) -> some View {
                ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:31:1: note: add @available attribute to enclosing extension
extension View {
^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:45:14: error: instance method 'overlay(_:ignoresSafeAreaEdges:)' requires that 'TouchLocatingView' conform to 'ShapeStyle'
            .overlay(
             ^
SwiftUI.View:5:28: note: where 'S' = 'TouchLocatingView'
    @inlinable public func overlay<S>(_ style: S, ignoresSafeAreaEdges edges: Edge.Set = .all) -> some View where S : ShapeStyle
                           ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:63:40: error: missing argument for parameter 'frame' in call
        let view = TouchLocatingUIView()
                                       ^
                                       frame: <#CGRect#>
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:86:18: note: 'init(frame:)' declared here
        override init(frame: CGRect) {
                 ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:87:13: error: 'super' members cannot be referenced in a root class
            super.init(frame: frame)
            ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:93:13: error: 'super' members cannot be referenced in a root class
            super.init(coder: coder)
            ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:101:13: error: cannot find 'isUserInteractionEnabled' in scope
            isUserInteractionEnabled = true
            ^~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:102:18: error: value of type 'TouchLocatingView.TouchLocatingUIView' has no member 'addGestureRecognizer'
            self.addGestureRecognizer(tapGesture)
            ~~~~ ^~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:103:18: error: value of type 'TouchLocatingView.TouchLocatingUIView' has no member 'addGestureRecognizer'
            self.addGestureRecognizer(longPressGesture)
            ~~~~ ^~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:113:34: error: cannot infer contextual base in reference to member 'began'
            if gesture.state == .began {
                                ~^~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:115:41: error: cannot infer contextual base in reference to member 'changed'
            } else if gesture.state == .changed {
                                       ~^~~~~~~
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:124:13: error: 'super' members cannot be referenced in a root class
            super.touchesBegan(touches, with: event)
            ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:132:13: error: 'super' members cannot be referenced in a root class
            super.touchesMoved(touches, with: event)
            ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:140:13: error: 'super' members cannot be referenced in a root class
            super.touchesEnded(touches, with: event)
            ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/ViewOnTouch/Sources/View+OnTouch.swift:159:42: error: cannot find 'bounds' in scope
            if limitToBounds == false || bounds.contains(location) {
                                         ^~~~~~
error: fatalError
BUILD FAILURE 5.10 macosSpm

Build Machine: Mac 7