The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build SwipeActions, reference 0.4.1 (1fe7b4), with Swift 5.10 for macOS (SPM) on 28 Sep 2024 12:56:16 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.54.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/c-villain/SwipeActions.git
Reference: 0.4.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/c-villain/SwipeActions
 * tag               0.4.1      -> FETCH_HEAD
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 0.4.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swipeactions",
      "name": "SwipeActions",
      "url": "https://github.com/c-villain/SwipeActions.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwipeActions",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/c-villain/SwipeActions.git
[1/645] Fetching swipeactions
Fetched https://github.com/c-villain/SwipeActions.git from cache (1.59s)
Creating working copy for https://github.com/c-villain/SwipeActions.git
Working copy of https://github.com/c-villain/SwipeActions.git resolved at 0.4.1 (1fe7b4e)
warning: '.resolve-product-dependencies': dependency 'swipeactions' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/c-villain/SwipeActions.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/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
    case notification(_ feedbackType: UINotificationFeedbackGenerator.FeedbackType)
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/ViewModifiers/DisableMultitouchModifier.swift:11:49: error: cannot find type 'UIView' in scope
    public func makeUIView(context: Context) -> UIView {
                                                ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/ViewModifiers/DisableMultitouchModifier.swift:11:37: error: cannot find type 'Context' in scope
    public func makeUIView(context: Context) -> UIView {
                                    ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/ViewModifiers/DisableMultitouchModifier.swift:19:40: error: cannot find type 'UIView' in scope
    public func updateUIView(_ uiView: UIView, context: Context) {}
                                       ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/ViewModifiers/DisableMultitouchModifier.swift:19:57: error: cannot find type 'Context' in scope
    public func updateUIView(_ uiView: UIView, context: Context) {}
                                                        ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/ViewModifiers/DisableMultitouchModifier.swift:10:51: error: cannot find type 'UIViewRepresentable' in scope
public struct DisableMultitouchViewRepresentable: UIViewRepresentable {
                                                  ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/ViewModifiers/DisableMultitouchModifier.swift:6:14: error: instance method 'overlay(_:alignment:)' requires that 'DisableMultitouchViewRepresentable' conform to 'View'
            .overlay(DisableMultitouchViewRepresentable())
             ^
SwiftUI.View:8:28: note: where 'Overlay' = 'DisableMultitouchViewRepresentable'
    @inlinable public func overlay<Overlay>(_ overlay: Overlay, alignment: Alignment = .center) -> some View where Overlay : View
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/ViewModifiers/DisableMultitouchModifier.swift:12:20: error: cannot find 'UIView' in scope
        let view = UIView()
                   ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/ViewModifiers/DisableMultitouchModifier.swift:13:33: error: cannot infer contextual base in reference to member 'clear'
        view.backgroundColor = .clear
                               ~^~~~~
[4/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
    case notification(_ feedbackType: UINotificationFeedbackGenerator.FeedbackType)
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/ViewModifiers/DisableMultitouchModifier.swift:11:49: error: cannot find type 'UIView' in scope
    public func makeUIView(context: Context) -> UIView {
                                                ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/ViewModifiers/DisableMultitouchModifier.swift:11:37: error: cannot find type 'Context' in scope
    public func makeUIView(context: Context) -> UIView {
                                    ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/ViewModifiers/DisableMultitouchModifier.swift:19:40: error: cannot find type 'UIView' in scope
    public func updateUIView(_ uiView: UIView, context: Context) {}
                                       ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/ViewModifiers/DisableMultitouchModifier.swift:19:57: error: cannot find type 'Context' in scope
    public func updateUIView(_ uiView: UIView, context: Context) {}
                                                        ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/ViewModifiers/DisableMultitouchModifier.swift:10:51: error: cannot find type 'UIViewRepresentable' in scope
public struct DisableMultitouchViewRepresentable: UIViewRepresentable {
                                                  ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/ViewModifiers/DisableMultitouchModifier.swift:6:14: error: instance method 'overlay(_:alignment:)' requires that 'DisableMultitouchViewRepresentable' conform to 'View'
            .overlay(DisableMultitouchViewRepresentable())
             ^
SwiftUI.View:8:28: note: where 'Overlay' = 'DisableMultitouchViewRepresentable'
    @inlinable public func overlay<Overlay>(_ overlay: Overlay, alignment: Alignment = .center) -> some View where Overlay : View
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/ViewModifiers/DisableMultitouchModifier.swift:12:20: error: cannot find 'UIView' in scope
        let view = UIView()
                   ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/ViewModifiers/DisableMultitouchModifier.swift:13:33: error: cannot infer contextual base in reference to member 'clear'
        view.backgroundColor = .clear
                               ~^~~~~
[5/19] Compiling SwipeActions HapticsProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:8:39: error: cannot find type 'UINotificationFeedbackGenerator' in scope
    case notification(_ feedbackType: UINotificationFeedbackGenerator.FeedbackType)
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:13:53: error: cannot find 'UISelectionFeedbackGenerator' in scope
    private static let selectionFeedbackGenerator = UISelectionFeedbackGenerator()
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:14:55: error: cannot find 'UIImpactFeedbackGenerator' in scope
    private static let lightImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .light)
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:14:89: error: cannot infer contextual base in reference to member 'light'
    private static let lightImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .light)
                                                                                       ~^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:15:55: error: cannot find 'UIImpactFeedbackGenerator' in scope
    private static let heavyImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .heavy)
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:15:89: error: cannot infer contextual base in reference to member 'heavy'
    private static let heavyImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .heavy)
                                                                                       ~^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:16:56: error: cannot find 'UIImpactFeedbackGenerator' in scope
    private static let mediumImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .medium)
                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:16:90: error: cannot infer contextual base in reference to member 'medium'
    private static let mediumImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .medium)
                                                                                        ~^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:17:56: error: cannot find 'UINotificationFeedbackGenerator' in scope
    private static let notificationFeedbackGenerator = UINotificationFeedbackGenerator()
                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[6/19] Compiling SwipeActions Measurements.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:8:39: error: cannot find type 'UINotificationFeedbackGenerator' in scope
    case notification(_ feedbackType: UINotificationFeedbackGenerator.FeedbackType)
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:13:53: error: cannot find 'UISelectionFeedbackGenerator' in scope
    private static let selectionFeedbackGenerator = UISelectionFeedbackGenerator()
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:14:55: error: cannot find 'UIImpactFeedbackGenerator' in scope
    private static let lightImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .light)
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:14:89: error: cannot infer contextual base in reference to member 'light'
    private static let lightImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .light)
                                                                                       ~^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:15:55: error: cannot find 'UIImpactFeedbackGenerator' in scope
    private static let heavyImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .heavy)
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:15:89: error: cannot infer contextual base in reference to member 'heavy'
    private static let heavyImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .heavy)
                                                                                       ~^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:16:56: error: cannot find 'UIImpactFeedbackGenerator' in scope
    private static let mediumImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .medium)
                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:16:90: error: cannot infer contextual base in reference to member 'medium'
    private static let mediumImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .medium)
                                                                                        ~^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:17:56: error: cannot find 'UINotificationFeedbackGenerator' in scope
    private static let notificationFeedbackGenerator = UINotificationFeedbackGenerator()
                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[7/19] Compiling SwipeActions HapticFeedbackTypeKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:8:39: error: cannot find type 'UINotificationFeedbackGenerator' in scope
    case notification(_ feedbackType: UINotificationFeedbackGenerator.FeedbackType)
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[8/19] Compiling SwipeActions HapticsEnabledKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:8:39: error: cannot find type 'UINotificationFeedbackGenerator' in scope
    case notification(_ feedbackType: UINotificationFeedbackGenerator.FeedbackType)
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[9/19] Compiling SwipeActions SwipeHintModifier.swift
[10/19] Compiling SwipeActions SwipeActionModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:8:39: error: cannot find type 'UINotificationFeedbackGenerator' in scope
    case notification(_ feedbackType: UINotificationFeedbackGenerator.FeedbackType)
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/19] Compiling SwipeActions Identifier.swift
[12/19] Compiling SwipeActions SensitivityKey.swift
[13/19] Compiling SwipeActions MeasureSizeModifier.swift
[14/19] Compiling SwipeActions PreviewFormatting.swift
[15/19] Compiling SwipeActions Sensitivity.swift
[16/19] Emitting module SwipeActions
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:8:39: error: cannot find type 'UINotificationFeedbackGenerator' in scope
    case notification(_ feedbackType: UINotificationFeedbackGenerator.FeedbackType)
                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:13:53: error: cannot find 'UISelectionFeedbackGenerator' in scope
    private static let selectionFeedbackGenerator = UISelectionFeedbackGenerator()
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:14:55: error: cannot find 'UIImpactFeedbackGenerator' in scope
    private static let lightImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .light)
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:14:89: error: cannot infer contextual base in reference to member 'light'
    private static let lightImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .light)
                                                                                       ~^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:15:55: error: cannot find 'UIImpactFeedbackGenerator' in scope
    private static let heavyImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .heavy)
                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:15:89: error: cannot infer contextual base in reference to member 'heavy'
    private static let heavyImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .heavy)
                                                                                       ~^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:16:56: error: cannot find 'UIImpactFeedbackGenerator' in scope
    private static let mediumImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .medium)
                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:16:90: error: cannot infer contextual base in reference to member 'medium'
    private static let mediumImpactFeedbackGenerator = UIImpactFeedbackGenerator(style: .medium)
                                                                                        ~^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/Support/HapticsProvider.swift:17:56: error: cannot find 'UINotificationFeedbackGenerator' in scope
    private static let notificationFeedbackGenerator = UINotificationFeedbackGenerator()
                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/ViewModifiers/DisableMultitouchModifier.swift:11:49: error: cannot find type 'UIView' in scope
    public func makeUIView(context: Context) -> UIView {
                                                ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/ViewModifiers/DisableMultitouchModifier.swift:11:37: error: cannot find type 'Context' in scope
    public func makeUIView(context: Context) -> UIView {
                                    ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/ViewModifiers/DisableMultitouchModifier.swift:19:40: error: cannot find type 'UIView' in scope
    public func updateUIView(_ uiView: UIView, context: Context) {}
                                       ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/ViewModifiers/DisableMultitouchModifier.swift:19:57: error: cannot find type 'Context' in scope
    public func updateUIView(_ uiView: UIView, context: Context) {}
                                                        ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwipeActions/ViewModifiers/DisableMultitouchModifier.swift:10:51: error: cannot find type 'UIViewRepresentable' in scope
public struct DisableMultitouchViewRepresentable: UIViewRepresentable {
                                                  ^~~~~~~~~~~~~~~~~~~
[17/19] Compiling SwipeActions AnimationTokens.swift
[18/19] Compiling SwipeActions Hashable+extension.swift
[19/19] Compiling SwipeActions ValueChangedModifier.swift
error: fatalError
BUILD FAILURE 5.10 macosSpm