The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwipeActions, reference main (1fe7b4), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 04:11:52 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/c-villain/SwipeActions.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/c-villain/SwipeActions
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1fe7b4e Update README.md
Cloned https://github.com/c-villain/SwipeActions.git
Revision (git rev-parse @):
1fe7b4e2cea808b50f9dbdb64796153bd1f9edfe
SUCCESS checkout https://github.com/c-villain/SwipeActions.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/c-villain/SwipeActions.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/18] Compiling SwipeActions PreviewFormatting.swift
[4/18] Compiling SwipeActions Sensitivity.swift
[5/18] Compiling SwipeActions Identifier.swift
[6/18] Compiling SwipeActions SensitivityKey.swift
[7/18] Compiling SwipeActions AnimationTokens.swift
[8/18] Compiling SwipeActions Hashable+extension.swift
[9/18] Compiling SwipeActions MeasureSizeModifier.swift
[10/18] Compiling SwipeActions SwipeHintModifier.swift
[11/18] Emitting module SwipeActions
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:8:39: error: cannot find type 'UINotificationFeedbackGenerator' in scope
 6 |     case medium(_ intensity: CGFloat = 1.0)
 7 |     case heavy(_ intensity: CGFloat = 1.0)
 8 |     case notification(_ feedbackType: UINotificationFeedbackGenerator.FeedbackType)
   |                                       `- error: cannot find type 'UINotificationFeedbackGenerator' in scope
 9 | }
10 |
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:13:53: error: cannot find 'UISelectionFeedbackGenerator' in scope
11 | public enum HapticsProvider {
12 |
13 |     private static let selectionFeedbackGenerator = UISelectionFeedbackGenerator()
   |                                                     `- error: cannot find 'UISelectionFeedbackGenerator' in scope
14 |     private static let lightImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .light)
15 |     private static let heavyImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .heavy)
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:14:55: error: cannot find 'UIImpactFeedbackGenerator' in scope
12 |
13 |     private static let selectionFeedbackGenerator = UISelectionFeedbackGenerator()
14 |     private static let lightImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .light)
   |                                                       `- error: cannot find 'UIImpactFeedbackGenerator' in scope
15 |     private static let heavyImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .heavy)
16 |     private static let mediumImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .medium)
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:14:89: error: cannot infer contextual base in reference to member 'light'
12 |
13 |     private static let selectionFeedbackGenerator = UISelectionFeedbackGenerator()
14 |     private static let lightImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .light)
   |                                                                                         `- error: cannot infer contextual base in reference to member 'light'
15 |     private static let heavyImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .heavy)
16 |     private static let mediumImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .medium)
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:15:55: error: cannot find 'UIImpactFeedbackGenerator' in scope
13 |     private static let selectionFeedbackGenerator = UISelectionFeedbackGenerator()
14 |     private static let lightImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .light)
15 |     private static let heavyImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .heavy)
   |                                                       `- error: cannot find 'UIImpactFeedbackGenerator' in scope
16 |     private static let mediumImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .medium)
17 |     private static let notificationFeedbackGenerator = UINotificationFeedbackGenerator()
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:15:89: error: cannot infer contextual base in reference to member 'heavy'
13 |     private static let selectionFeedbackGenerator = UISelectionFeedbackGenerator()
14 |     private static let lightImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .light)
15 |     private static let heavyImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .heavy)
   |                                                                                         `- error: cannot infer contextual base in reference to member 'heavy'
16 |     private static let mediumImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .medium)
17 |     private static let notificationFeedbackGenerator = UINotificationFeedbackGenerator()
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:16:56: error: cannot find 'UIImpactFeedbackGenerator' in scope
14 |     private static let lightImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .light)
15 |     private static let heavyImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .heavy)
16 |     private static let mediumImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .medium)
   |                                                        `- error: cannot find 'UIImpactFeedbackGenerator' in scope
17 |     private static let notificationFeedbackGenerator = UINotificationFeedbackGenerator()
18 |
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:16:90: error: cannot infer contextual base in reference to member 'medium'
14 |     private static let lightImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .light)
15 |     private static let heavyImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .heavy)
16 |     private static let mediumImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .medium)
   |                                                                                          `- error: cannot infer contextual base in reference to member 'medium'
17 |     private static let notificationFeedbackGenerator = UINotificationFeedbackGenerator()
18 |
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:17:56: error: cannot find 'UINotificationFeedbackGenerator' in scope
15 |     private static let heavyImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .heavy)
16 |     private static let mediumImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .medium)
17 |     private static let notificationFeedbackGenerator = UINotificationFeedbackGenerator()
   |                                                        `- error: cannot find 'UINotificationFeedbackGenerator' in scope
18 |
19 |     public static func prepareHapticFeedbackGenerator(_ type: HapticFeedbackType) {
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/ViewModifiers/DisableMultitouchModifier.swift:11:49: error: cannot find type 'UIView' in scope
 9 |
10 | public struct DisableMultitouchViewRepresentable: UIViewRepresentable {
11 |     public func makeUIView(context: Context) -> UIView {
   |                                                 `- error: cannot find type 'UIView' in scope
12 |         let view = UIView()
13 |         view.backgroundColor = .clear
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/ViewModifiers/DisableMultitouchModifier.swift:11:37: error: cannot find type 'Context' in scope
 9 |
10 | public struct DisableMultitouchViewRepresentable: UIViewRepresentable {
11 |     public func makeUIView(context: Context) -> UIView {
   |                                     `- error: cannot find type 'Context' in scope
12 |         let view = UIView()
13 |         view.backgroundColor = .clear
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/ViewModifiers/DisableMultitouchModifier.swift:19:40: error: cannot find type 'UIView' in scope
17 |     }
18 |
19 |     public func updateUIView(_ uiView: UIView, context: Context) {}
   |                                        `- error: cannot find type 'UIView' in scope
20 | }
21 |
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/ViewModifiers/DisableMultitouchModifier.swift:19:57: error: cannot find type 'Context' in scope
17 |     }
18 |
19 |     public func updateUIView(_ uiView: UIView, context: Context) {}
   |                                                         `- error: cannot find type 'Context' in scope
20 | }
21 |
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/ViewModifiers/DisableMultitouchModifier.swift:10:51: error: cannot find type 'UIViewRepresentable' in scope
 8 | }
 9 |
10 | public struct DisableMultitouchViewRepresentable: UIViewRepresentable {
   |                                                   `- error: cannot find type 'UIViewRepresentable' in scope
11 |     public func makeUIView(context: Context) -> UIView {
12 |         let view = UIView()
[12/18] Compiling SwipeActions SwipeActionModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:8:39: error: cannot find type 'UINotificationFeedbackGenerator' in scope
 6 |     case medium(_ intensity: CGFloat = 1.0)
 7 |     case heavy(_ intensity: CGFloat = 1.0)
 8 |     case notification(_ feedbackType: UINotificationFeedbackGenerator.FeedbackType)
   |                                       `- error: cannot find type 'UINotificationFeedbackGenerator' in scope
 9 | }
10 |
[13/18] Compiling SwipeActions SwipeActions.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:8:39: error: cannot find type 'UINotificationFeedbackGenerator' in scope
 6 |     case medium(_ intensity: CGFloat = 1.0)
 7 |     case heavy(_ intensity: CGFloat = 1.0)
 8 |     case notification(_ feedbackType: UINotificationFeedbackGenerator.FeedbackType)
   |                                       `- error: cannot find type 'UINotificationFeedbackGenerator' in scope
 9 | }
10 |
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/ViewModifiers/DisableMultitouchModifier.swift:11:49: error: cannot find type 'UIView' in scope
 9 |
10 | public struct DisableMultitouchViewRepresentable: UIViewRepresentable {
11 |     public func makeUIView(context: Context) -> UIView {
   |                                                 `- error: cannot find type 'UIView' in scope
12 |         let view = UIView()
13 |         view.backgroundColor = .clear
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/ViewModifiers/DisableMultitouchModifier.swift:11:37: error: cannot find type 'Context' in scope
 9 |
10 | public struct DisableMultitouchViewRepresentable: UIViewRepresentable {
11 |     public func makeUIView(context: Context) -> UIView {
   |                                     `- error: cannot find type 'Context' in scope
12 |         let view = UIView()
13 |         view.backgroundColor = .clear
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/ViewModifiers/DisableMultitouchModifier.swift:19:40: error: cannot find type 'UIView' in scope
17 |     }
18 |
19 |     public func updateUIView(_ uiView: UIView, context: Context) {}
   |                                        `- error: cannot find type 'UIView' in scope
20 | }
21 |
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/ViewModifiers/DisableMultitouchModifier.swift:19:57: error: cannot find type 'Context' in scope
17 |     }
18 |
19 |     public func updateUIView(_ uiView: UIView, context: Context) {}
   |                                                         `- error: cannot find type 'Context' in scope
20 | }
21 |
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/ViewModifiers/DisableMultitouchModifier.swift:10:51: error: cannot find type 'UIViewRepresentable' in scope
 8 | }
 9 |
10 | public struct DisableMultitouchViewRepresentable: UIViewRepresentable {
   |                                                   `- error: cannot find type 'UIViewRepresentable' in scope
11 |     public func makeUIView(context: Context) -> UIView {
12 |         let view = UIView()
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/ViewModifiers/DisableMultitouchModifier.swift:6:14: error: instance method 'overlay(_:alignment:)' requires that 'DisableMultitouchViewRepresentable' conform to 'View'
 4 |     public func body(content: Content) -> some View {
 5 |         content
 6 |             .overlay(DisableMultitouchViewRepresentable())
   |              `- error: instance method 'overlay(_:alignment:)' requires that 'DisableMultitouchViewRepresentable' conform to 'View'
 7 |     }
 8 | }
SwiftUI.View.overlay:7:38: note: where 'Overlay' = 'DisableMultitouchViewRepresentable'
5 |   @available(watchOS, introduced: 6.0, deprecated: 100000.0, message: "Use `overlay(alignment:content:)` instead.")
6 |   @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "Use `overlay(alignment:content:)` instead.")
7 |   @inlinable nonisolated public func overlay<Overlay>(_ overlay: Overlay, alignment: Alignment = .center) -> some View where Overlay : View
  |                                      `- note: where 'Overlay' = 'DisableMultitouchViewRepresentable'
8 |   }
9 |
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/ViewModifiers/DisableMultitouchModifier.swift:12:20: error: cannot find 'UIView' in scope
10 | public struct DisableMultitouchViewRepresentable: UIViewRepresentable {
11 |     public func makeUIView(context: Context) -> UIView {
12 |         let view = UIView()
   |                    `- error: cannot find 'UIView' in scope
13 |         view.backgroundColor = .clear
14 |         view.isMultipleTouchEnabled = false
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/ViewModifiers/DisableMultitouchModifier.swift:13:33: error: cannot infer contextual base in reference to member 'clear'
11 |     public func makeUIView(context: Context) -> UIView {
12 |         let view = UIView()
13 |         view.backgroundColor = .clear
   |                                 `- error: cannot infer contextual base in reference to member 'clear'
14 |         view.isMultipleTouchEnabled = false
15 |         view.isExclusiveTouch = true
[14/18] Compiling SwipeActions DisableMultitouchModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:8:39: error: cannot find type 'UINotificationFeedbackGenerator' in scope
 6 |     case medium(_ intensity: CGFloat = 1.0)
 7 |     case heavy(_ intensity: CGFloat = 1.0)
 8 |     case notification(_ feedbackType: UINotificationFeedbackGenerator.FeedbackType)
   |                                       `- error: cannot find type 'UINotificationFeedbackGenerator' in scope
 9 | }
10 |
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/ViewModifiers/DisableMultitouchModifier.swift:11:49: error: cannot find type 'UIView' in scope
 9 |
10 | public struct DisableMultitouchViewRepresentable: UIViewRepresentable {
11 |     public func makeUIView(context: Context) -> UIView {
   |                                                 `- error: cannot find type 'UIView' in scope
12 |         let view = UIView()
13 |         view.backgroundColor = .clear
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/ViewModifiers/DisableMultitouchModifier.swift:11:37: error: cannot find type 'Context' in scope
 9 |
10 | public struct DisableMultitouchViewRepresentable: UIViewRepresentable {
11 |     public func makeUIView(context: Context) -> UIView {
   |                                     `- error: cannot find type 'Context' in scope
12 |         let view = UIView()
13 |         view.backgroundColor = .clear
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/ViewModifiers/DisableMultitouchModifier.swift:19:40: error: cannot find type 'UIView' in scope
17 |     }
18 |
19 |     public func updateUIView(_ uiView: UIView, context: Context) {}
   |                                        `- error: cannot find type 'UIView' in scope
20 | }
21 |
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/ViewModifiers/DisableMultitouchModifier.swift:19:57: error: cannot find type 'Context' in scope
17 |     }
18 |
19 |     public func updateUIView(_ uiView: UIView, context: Context) {}
   |                                                         `- error: cannot find type 'Context' in scope
20 | }
21 |
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/ViewModifiers/DisableMultitouchModifier.swift:10:51: error: cannot find type 'UIViewRepresentable' in scope
 8 | }
 9 |
10 | public struct DisableMultitouchViewRepresentable: UIViewRepresentable {
   |                                                   `- error: cannot find type 'UIViewRepresentable' in scope
11 |     public func makeUIView(context: Context) -> UIView {
12 |         let view = UIView()
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/ViewModifiers/DisableMultitouchModifier.swift:6:14: error: instance method 'overlay(_:alignment:)' requires that 'DisableMultitouchViewRepresentable' conform to 'View'
 4 |     public func body(content: Content) -> some View {
 5 |         content
 6 |             .overlay(DisableMultitouchViewRepresentable())
   |              `- error: instance method 'overlay(_:alignment:)' requires that 'DisableMultitouchViewRepresentable' conform to 'View'
 7 |     }
 8 | }
SwiftUI.View.overlay:7:38: note: where 'Overlay' = 'DisableMultitouchViewRepresentable'
5 |   @available(watchOS, introduced: 6.0, deprecated: 100000.0, message: "Use `overlay(alignment:content:)` instead.")
6 |   @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "Use `overlay(alignment:content:)` instead.")
7 |   @inlinable nonisolated public func overlay<Overlay>(_ overlay: Overlay, alignment: Alignment = .center) -> some View where Overlay : View
  |                                      `- note: where 'Overlay' = 'DisableMultitouchViewRepresentable'
8 |   }
9 |
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/ViewModifiers/DisableMultitouchModifier.swift:12:20: error: cannot find 'UIView' in scope
10 | public struct DisableMultitouchViewRepresentable: UIViewRepresentable {
11 |     public func makeUIView(context: Context) -> UIView {
12 |         let view = UIView()
   |                    `- error: cannot find 'UIView' in scope
13 |         view.backgroundColor = .clear
14 |         view.isMultipleTouchEnabled = false
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/ViewModifiers/DisableMultitouchModifier.swift:13:33: error: cannot infer contextual base in reference to member 'clear'
11 |     public func makeUIView(context: Context) -> UIView {
12 |         let view = UIView()
13 |         view.backgroundColor = .clear
   |                                 `- error: cannot infer contextual base in reference to member 'clear'
14 |         view.isMultipleTouchEnabled = false
15 |         view.isExclusiveTouch = true
[15/18] Compiling SwipeActions HapticsProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:8:39: error: cannot find type 'UINotificationFeedbackGenerator' in scope
 6 |     case medium(_ intensity: CGFloat = 1.0)
 7 |     case heavy(_ intensity: CGFloat = 1.0)
 8 |     case notification(_ feedbackType: UINotificationFeedbackGenerator.FeedbackType)
   |                                       `- error: cannot find type 'UINotificationFeedbackGenerator' in scope
 9 | }
10 |
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:13:53: error: cannot find 'UISelectionFeedbackGenerator' in scope
11 | public enum HapticsProvider {
12 |
13 |     private static let selectionFeedbackGenerator = UISelectionFeedbackGenerator()
   |                                                     `- error: cannot find 'UISelectionFeedbackGenerator' in scope
14 |     private static let lightImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .light)
15 |     private static let heavyImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .heavy)
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:14:55: error: cannot find 'UIImpactFeedbackGenerator' in scope
12 |
13 |     private static let selectionFeedbackGenerator = UISelectionFeedbackGenerator()
14 |     private static let lightImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .light)
   |                                                       `- error: cannot find 'UIImpactFeedbackGenerator' in scope
15 |     private static let heavyImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .heavy)
16 |     private static let mediumImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .medium)
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:14:89: error: cannot infer contextual base in reference to member 'light'
12 |
13 |     private static let selectionFeedbackGenerator = UISelectionFeedbackGenerator()
14 |     private static let lightImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .light)
   |                                                                                         `- error: cannot infer contextual base in reference to member 'light'
15 |     private static let heavyImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .heavy)
16 |     private static let mediumImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .medium)
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:15:55: error: cannot find 'UIImpactFeedbackGenerator' in scope
13 |     private static let selectionFeedbackGenerator = UISelectionFeedbackGenerator()
14 |     private static let lightImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .light)
15 |     private static let heavyImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .heavy)
   |                                                       `- error: cannot find 'UIImpactFeedbackGenerator' in scope
16 |     private static let mediumImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .medium)
17 |     private static let notificationFeedbackGenerator = UINotificationFeedbackGenerator()
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:15:89: error: cannot infer contextual base in reference to member 'heavy'
13 |     private static let selectionFeedbackGenerator = UISelectionFeedbackGenerator()
14 |     private static let lightImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .light)
15 |     private static let heavyImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .heavy)
   |                                                                                         `- error: cannot infer contextual base in reference to member 'heavy'
16 |     private static let mediumImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .medium)
17 |     private static let notificationFeedbackGenerator = UINotificationFeedbackGenerator()
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:16:56: error: cannot find 'UIImpactFeedbackGenerator' in scope
14 |     private static let lightImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .light)
15 |     private static let heavyImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .heavy)
16 |     private static let mediumImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .medium)
   |                                                        `- error: cannot find 'UIImpactFeedbackGenerator' in scope
17 |     private static let notificationFeedbackGenerator = UINotificationFeedbackGenerator()
18 |
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:16:90: error: cannot infer contextual base in reference to member 'medium'
14 |     private static let lightImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .light)
15 |     private static let heavyImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .heavy)
16 |     private static let mediumImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .medium)
   |                                                                                          `- error: cannot infer contextual base in reference to member 'medium'
17 |     private static let notificationFeedbackGenerator = UINotificationFeedbackGenerator()
18 |
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:17:56: error: cannot find 'UINotificationFeedbackGenerator' in scope
15 |     private static let heavyImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .heavy)
16 |     private static let mediumImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .medium)
17 |     private static let notificationFeedbackGenerator = UINotificationFeedbackGenerator()
   |                                                        `- error: cannot find 'UINotificationFeedbackGenerator' in scope
18 |
19 |     public static func prepareHapticFeedbackGenerator(_ type: HapticFeedbackType) {
[16/18] Compiling SwipeActions Measurements.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:8:39: error: cannot find type 'UINotificationFeedbackGenerator' in scope
 6 |     case medium(_ intensity: CGFloat = 1.0)
 7 |     case heavy(_ intensity: CGFloat = 1.0)
 8 |     case notification(_ feedbackType: UINotificationFeedbackGenerator.FeedbackType)
   |                                       `- error: cannot find type 'UINotificationFeedbackGenerator' in scope
 9 | }
10 |
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:13:53: error: cannot find 'UISelectionFeedbackGenerator' in scope
11 | public enum HapticsProvider {
12 |
13 |     private static let selectionFeedbackGenerator = UISelectionFeedbackGenerator()
   |                                                     `- error: cannot find 'UISelectionFeedbackGenerator' in scope
14 |     private static let lightImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .light)
15 |     private static let heavyImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .heavy)
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:14:55: error: cannot find 'UIImpactFeedbackGenerator' in scope
12 |
13 |     private static let selectionFeedbackGenerator = UISelectionFeedbackGenerator()
14 |     private static let lightImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .light)
   |                                                       `- error: cannot find 'UIImpactFeedbackGenerator' in scope
15 |     private static let heavyImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .heavy)
16 |     private static let mediumImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .medium)
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:14:89: error: cannot infer contextual base in reference to member 'light'
12 |
13 |     private static let selectionFeedbackGenerator = UISelectionFeedbackGenerator()
14 |     private static let lightImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .light)
   |                                                                                         `- error: cannot infer contextual base in reference to member 'light'
15 |     private static let heavyImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .heavy)
16 |     private static let mediumImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .medium)
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:15:55: error: cannot find 'UIImpactFeedbackGenerator' in scope
13 |     private static let selectionFeedbackGenerator = UISelectionFeedbackGenerator()
14 |     private static let lightImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .light)
15 |     private static let heavyImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .heavy)
   |                                                       `- error: cannot find 'UIImpactFeedbackGenerator' in scope
16 |     private static let mediumImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .medium)
17 |     private static let notificationFeedbackGenerator = UINotificationFeedbackGenerator()
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:15:89: error: cannot infer contextual base in reference to member 'heavy'
13 |     private static let selectionFeedbackGenerator = UISelectionFeedbackGenerator()
14 |     private static let lightImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .light)
15 |     private static let heavyImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .heavy)
   |                                                                                         `- error: cannot infer contextual base in reference to member 'heavy'
16 |     private static let mediumImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .medium)
17 |     private static let notificationFeedbackGenerator = UINotificationFeedbackGenerator()
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:16:56: error: cannot find 'UIImpactFeedbackGenerator' in scope
14 |     private static let lightImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .light)
15 |     private static let heavyImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .heavy)
16 |     private static let mediumImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .medium)
   |                                                        `- error: cannot find 'UIImpactFeedbackGenerator' in scope
17 |     private static let notificationFeedbackGenerator = UINotificationFeedbackGenerator()
18 |
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:16:90: error: cannot infer contextual base in reference to member 'medium'
14 |     private static let lightImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .light)
15 |     private static let heavyImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .heavy)
16 |     private static let mediumImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .medium)
   |                                                                                          `- error: cannot infer contextual base in reference to member 'medium'
17 |     private static let notificationFeedbackGenerator = UINotificationFeedbackGenerator()
18 |
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:17:56: error: cannot find 'UINotificationFeedbackGenerator' in scope
15 |     private static let heavyImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .heavy)
16 |     private static let mediumImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .medium)
17 |     private static let notificationFeedbackGenerator = UINotificationFeedbackGenerator()
   |                                                        `- error: cannot find 'UINotificationFeedbackGenerator' in scope
18 |
19 |     public static func prepareHapticFeedbackGenerator(_ type: HapticFeedbackType) {
[17/18] Compiling SwipeActions HapticFeedbackTypeKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:8:39: error: cannot find type 'UINotificationFeedbackGenerator' in scope
 6 |     case medium(_ intensity: CGFloat = 1.0)
 7 |     case heavy(_ intensity: CGFloat = 1.0)
 8 |     case notification(_ feedbackType: UINotificationFeedbackGenerator.FeedbackType)
   |                                       `- error: cannot find type 'UINotificationFeedbackGenerator' in scope
 9 | }
10 |
[18/18] Compiling SwipeActions HapticsEnabledKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:8:39: error: cannot find type 'UINotificationFeedbackGenerator' in scope
 6 |     case medium(_ intensity: CGFloat = 1.0)
 7 |     case heavy(_ intensity: CGFloat = 1.0)
 8 |     case notification(_ feedbackType: UINotificationFeedbackGenerator.FeedbackType)
   |                                       `- error: cannot find type 'UINotificationFeedbackGenerator' in scope
 9 | }
10 |
[19/19] Compiling SwipeActions ValueChangedModifier.swift
BUILD FAILURE 6.2 macosSpm