The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftyCrop, reference master (bdbd64), with Swift 6.0 for macOS (SPM) on 22 Apr 2026 20:03:09 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/benedom/SwiftyCrop.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/benedom/SwiftyCrop
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at bdbd64b Merge pull request #50 from AndrewHanshaw/patch-1
Cloned https://github.com/benedom/SwiftyCrop.git
Revision (git rev-parse @):
bdbd64b05eff663755b130b9be0cfd862252c2fe
SUCCESS checkout https://github.com/benedom/SwiftyCrop.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/benedom/SwiftyCrop.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Copying Localizable.xcstrings
[0/5] Copying Info.plist
[1/5] Write sources
[1/5] Copying PrivacyInfo.xcprivacy
[4/5] Write swift-version-5BDAB9E9C0126B9D.txt
[6/18] Compiling SwiftyCrop Legacy_RotateButtonsView.swift
[7/18] Compiling SwiftyCrop ProgressLayer.swift
[8/19] Compiling SwiftyCrop MaskShape.swift
[9/19] Compiling SwiftyCrop SwiftyCropConfiguration.swift
[10/19] Emitting module SwiftyCrop
[11/19] Compiling SwiftyCrop Legacy_ProgressLayer.swift
[12/19] Compiling SwiftyCrop ToolbarView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyCrop/View/Components/LiquidGlass/ToolbarView.swift:23:14: error: value of type 'some View' has no member 'glassEffect'
 21 |             .padding()
 22 | #if !os(visionOS)
 23 |             .glassEffect(.regular.tint(configuration.colors.cancelButtonBackground).interactive())
    |              `- error: value of type 'some View' has no member 'glassEffect'
 24 | #endif
 25 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyCrop/View/Components/LiquidGlass/ToolbarView.swift:23:27: error: cannot infer contextual base in reference to member 'regular'
 21 |             .padding()
 22 | #if !os(visionOS)
 23 |             .glassEffect(.regular.tint(configuration.colors.cancelButtonBackground).interactive())
    |                           `- error: cannot infer contextual base in reference to member 'regular'
 24 | #endif
 25 |
[13/19] Compiling SwiftyCrop Legacy_InteractionInstructionsView.swift
[14/19] Compiling SwiftyCrop CropView.swift
[15/19] Compiling SwiftyCrop View+Extension.swift
[16/19] Compiling SwiftyCrop CropViewModel.swift
[17/19] Compiling SwiftyCrop SwiftyCrop.swift
[18/19] Compiling SwiftyCrop Legacy_ButtonsView.swift
[19/19] Compiling SwiftyCrop resource_bundle_accessor.swift
BUILD FAILURE 6.0 macosSpm