The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build ButtonKit, reference main (9dd187), with Swift 5.10 for macOS (SPM) on 29 Nov 2025 03:06:27 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Dean151/ButtonKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Dean151/ButtonKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9dd1878 chore!: stop supporting Swift 5.9
Cloned https://github.com/Dean151/ButtonKit.git
Revision (git rev-parse @):
9dd1878bf61968181fa7a8627cf89effa6d695cf
SUCCESS checkout https://github.com/Dean151/ButtonKit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/Dean151/ButtonKit.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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/26] Emitting module ButtonKit
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:79:71: error: cannot find type 'BreatheSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<BreatheSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:85:71: error: cannot find type 'RotateSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<RotateSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:91:71: error: cannot find type 'WiggleSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<WiggleSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:80:47: error: cannot find type 'BreatheSymbolEffect' in scope
    public static func symbolEffect(_ effect: BreatheSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:86:47: error: cannot find type 'RotateSymbolEffect' in scope
    public static func symbolEffect(_ effect: RotateSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:92:47: error: cannot find type 'WiggleSymbolEffect' in scope
    public static func symbolEffect(_ effect: WiggleSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:61:79: error: cannot find type 'BreatheSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<BreatheSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:67:79: error: cannot find type 'RotateSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<RotateSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:73:79: error: cannot find type 'WiggleSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<WiggleSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:62:47: error: cannot find type 'BreatheSymbolEffect' in scope
    public static func symbolEffect(_ effect: BreatheSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:68:47: error: cannot find type 'RotateSymbolEffect' in scope
    public static func symbolEffect(_ effect: RotateSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:74:47: error: cannot find type 'WiggleSymbolEffect' in scope
    public static func symbolEffect(_ effect: WiggleSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Modifiers/Button+Events.swift:44:5: warning: 'nonisolated' is redundant on struct's stored properties; this is an error in Swift 6
    nonisolated(unsafe) public let buttonID: AnyHashable
    ^~~~~~~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Modifiers/Button+Events.swift:44:36: warning: stored property 'buttonID' of 'Sendable'-conforming struct 'StateChangedEvent' has non-sendable type 'AnyHashable'
    nonisolated(unsafe) public let buttonID: AnyHashable
                                   ^
Swift.AnyHashable:1:23: note: struct 'AnyHashable' does not conform to the 'Sendable' protocol
@frozen public struct AnyHashable {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:73:42: error: type 'BounceSymbolEffect' does not conform to protocol 'IndefiniteSymbolEffect'
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<BounceSymbolEffect> {
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Trigger/Trigger+Environment.swift:33:28: warning: stored property 'buttons' of 'Sendable'-conforming class 'TriggerButton' is mutable
    @MainActor private var buttons: [AnyHashable: @MainActor () -> Void] = [:]
                           ^
[4/28] Compiling ButtonKit ThrowableStyle+SymbolEffect.swift
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:61:79: error: cannot find type 'BreatheSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<BreatheSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:62:47: error: cannot find type 'BreatheSymbolEffect' in scope
    public static func symbolEffect(_ effect: BreatheSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:67:79: error: cannot find type 'RotateSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<RotateSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:68:47: error: cannot find type 'RotateSymbolEffect' in scope
    public static func symbolEffect(_ effect: RotateSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:73:79: error: cannot find type 'WiggleSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<WiggleSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:74:47: error: cannot find type 'WiggleSymbolEffect' in scope
    public static func symbolEffect(_ effect: WiggleSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:79:71: error: cannot find type 'BreatheSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<BreatheSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:85:71: error: cannot find type 'RotateSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<RotateSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:91:71: error: cannot find type 'WiggleSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<WiggleSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:80:47: error: cannot find type 'BreatheSymbolEffect' in scope
    public static func symbolEffect(_ effect: BreatheSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:86:47: error: cannot find type 'RotateSymbolEffect' in scope
    public static func symbolEffect(_ effect: RotateSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:92:47: error: cannot find type 'WiggleSymbolEffect' in scope
    public static func symbolEffect(_ effect: WiggleSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Trigger/Trigger+Environment.swift:33:28: warning: stored property 'buttons' of 'Sendable'-conforming class 'TriggerButton' is mutable
    @MainActor private var buttons: [AnyHashable: @MainActor () -> Void] = [:]
                           ^
[5/28] Compiling ButtonKit Trigger+Environment.swift
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:61:79: error: cannot find type 'BreatheSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<BreatheSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:62:47: error: cannot find type 'BreatheSymbolEffect' in scope
    public static func symbolEffect(_ effect: BreatheSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:67:79: error: cannot find type 'RotateSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<RotateSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:68:47: error: cannot find type 'RotateSymbolEffect' in scope
    public static func symbolEffect(_ effect: RotateSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:73:79: error: cannot find type 'WiggleSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<WiggleSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:74:47: error: cannot find type 'WiggleSymbolEffect' in scope
    public static func symbolEffect(_ effect: WiggleSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:79:71: error: cannot find type 'BreatheSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<BreatheSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:85:71: error: cannot find type 'RotateSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<RotateSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:91:71: error: cannot find type 'WiggleSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<WiggleSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:80:47: error: cannot find type 'BreatheSymbolEffect' in scope
    public static func symbolEffect(_ effect: BreatheSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:86:47: error: cannot find type 'RotateSymbolEffect' in scope
    public static func symbolEffect(_ effect: RotateSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:92:47: error: cannot find type 'WiggleSymbolEffect' in scope
    public static func symbolEffect(_ effect: WiggleSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Trigger/Trigger+Environment.swift:33:28: warning: stored property 'buttons' of 'Sendable'-conforming class 'TriggerButton' is mutable
    @MainActor private var buttons: [AnyHashable: @MainActor () -> Void] = [:]
                           ^
[6/28] Compiling ButtonKit Progress+Estimated.swift
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:79:71: error: cannot find type 'BreatheSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<BreatheSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:85:71: error: cannot find type 'RotateSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<RotateSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:91:71: error: cannot find type 'WiggleSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<WiggleSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:80:47: error: cannot find type 'BreatheSymbolEffect' in scope
    public static func symbolEffect(_ effect: BreatheSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:86:47: error: cannot find type 'RotateSymbolEffect' in scope
    public static func symbolEffect(_ effect: RotateSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:92:47: error: cannot find type 'WiggleSymbolEffect' in scope
    public static func symbolEffect(_ effect: WiggleSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:61:79: error: cannot find type 'BreatheSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<BreatheSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:67:79: error: cannot find type 'RotateSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<RotateSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:73:79: error: cannot find type 'WiggleSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<WiggleSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:62:47: error: cannot find type 'BreatheSymbolEffect' in scope
    public static func symbolEffect(_ effect: BreatheSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:68:47: error: cannot find type 'RotateSymbolEffect' in scope
    public static func symbolEffect(_ effect: RotateSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:74:47: error: cannot find type 'WiggleSymbolEffect' in scope
    public static func symbolEffect(_ effect: WiggleSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
[7/28] Compiling ButtonKit Progress+Indeterminate.swift
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:79:71: error: cannot find type 'BreatheSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<BreatheSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:85:71: error: cannot find type 'RotateSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<RotateSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:91:71: error: cannot find type 'WiggleSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<WiggleSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:80:47: error: cannot find type 'BreatheSymbolEffect' in scope
    public static func symbolEffect(_ effect: BreatheSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:86:47: error: cannot find type 'RotateSymbolEffect' in scope
    public static func symbolEffect(_ effect: RotateSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:92:47: error: cannot find type 'WiggleSymbolEffect' in scope
    public static func symbolEffect(_ effect: WiggleSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:61:79: error: cannot find type 'BreatheSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<BreatheSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:67:79: error: cannot find type 'RotateSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<RotateSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:73:79: error: cannot find type 'WiggleSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<WiggleSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:62:47: error: cannot find type 'BreatheSymbolEffect' in scope
    public static func symbolEffect(_ effect: BreatheSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:68:47: error: cannot find type 'RotateSymbolEffect' in scope
    public static func symbolEffect(_ effect: RotateSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:74:47: error: cannot find type 'WiggleSymbolEffect' in scope
    public static func symbolEffect(_ effect: WiggleSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
[8/28] Compiling ButtonKit Progress+NSProgress.swift
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:79:71: error: cannot find type 'BreatheSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<BreatheSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:85:71: error: cannot find type 'RotateSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<RotateSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:91:71: error: cannot find type 'WiggleSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<WiggleSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:80:47: error: cannot find type 'BreatheSymbolEffect' in scope
    public static func symbolEffect(_ effect: BreatheSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:86:47: error: cannot find type 'RotateSymbolEffect' in scope
    public static func symbolEffect(_ effect: RotateSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:92:47: error: cannot find type 'WiggleSymbolEffect' in scope
    public static func symbolEffect(_ effect: WiggleSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:61:79: error: cannot find type 'BreatheSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<BreatheSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:67:79: error: cannot find type 'RotateSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<RotateSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:73:79: error: cannot find type 'WiggleSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<WiggleSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:62:47: error: cannot find type 'BreatheSymbolEffect' in scope
    public static func symbolEffect(_ effect: BreatheSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:68:47: error: cannot find type 'RotateSymbolEffect' in scope
    public static func symbolEffect(_ effect: RotateSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:74:47: error: cannot find type 'WiggleSymbolEffect' in scope
    public static func symbolEffect(_ effect: WiggleSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
[9/28] Compiling ButtonKit AsyncStyle+SymbolEffect.swift
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:73:42: error: type 'BounceSymbolEffect' does not conform to protocol 'IndefiniteSymbolEffect'
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<BounceSymbolEffect> {
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:79:71: error: cannot find type 'BreatheSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<BreatheSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:80:47: error: cannot find type 'BreatheSymbolEffect' in scope
    public static func symbolEffect(_ effect: BreatheSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:85:71: error: cannot find type 'RotateSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<RotateSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:86:47: error: cannot find type 'RotateSymbolEffect' in scope
    public static func symbolEffect(_ effect: RotateSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:91:71: error: cannot find type 'WiggleSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<WiggleSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:92:47: error: cannot find type 'WiggleSymbolEffect' in scope
    public static func symbolEffect(_ effect: WiggleSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:61:79: error: cannot find type 'BreatheSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<BreatheSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:67:79: error: cannot find type 'RotateSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<RotateSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:73:79: error: cannot find type 'WiggleSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<WiggleSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:62:47: error: cannot find type 'BreatheSymbolEffect' in scope
    public static func symbolEffect(_ effect: BreatheSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:68:47: error: cannot find type 'RotateSymbolEffect' in scope
    public static func symbolEffect(_ effect: RotateSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:74:47: error: cannot find type 'WiggleSymbolEffect' in scope
    public static func symbolEffect(_ effect: WiggleSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:75:9: error: generic struct 'SymbolEffectAsyncButtonStyle' requires that 'BounceSymbolEffect' conform to 'IndefiniteSymbolEffect'
        SymbolEffectAsyncButtonStyle(effect: effect)
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:32:15: note: where 'Effect' = 'BounceSymbolEffect'
public struct SymbolEffectAsyncButtonStyle<Effect: SymbolEffect&IndefiniteSymbolEffect>: AsyncButtonStyle {
              ^
[10/28] Compiling ButtonKit AsyncStyle+Trailing.swift
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:73:42: error: type 'BounceSymbolEffect' does not conform to protocol 'IndefiniteSymbolEffect'
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<BounceSymbolEffect> {
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:79:71: error: cannot find type 'BreatheSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<BreatheSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:80:47: error: cannot find type 'BreatheSymbolEffect' in scope
    public static func symbolEffect(_ effect: BreatheSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:85:71: error: cannot find type 'RotateSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<RotateSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:86:47: error: cannot find type 'RotateSymbolEffect' in scope
    public static func symbolEffect(_ effect: RotateSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:91:71: error: cannot find type 'WiggleSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<WiggleSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:92:47: error: cannot find type 'WiggleSymbolEffect' in scope
    public static func symbolEffect(_ effect: WiggleSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:61:79: error: cannot find type 'BreatheSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<BreatheSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:67:79: error: cannot find type 'RotateSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<RotateSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:73:79: error: cannot find type 'WiggleSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<WiggleSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:62:47: error: cannot find type 'BreatheSymbolEffect' in scope
    public static func symbolEffect(_ effect: BreatheSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:68:47: error: cannot find type 'RotateSymbolEffect' in scope
    public static func symbolEffect(_ effect: RotateSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:74:47: error: cannot find type 'WiggleSymbolEffect' in scope
    public static func symbolEffect(_ effect: WiggleSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:75:9: error: generic struct 'SymbolEffectAsyncButtonStyle' requires that 'BounceSymbolEffect' conform to 'IndefiniteSymbolEffect'
        SymbolEffectAsyncButtonStyle(effect: effect)
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:32:15: note: where 'Effect' = 'BounceSymbolEffect'
public struct SymbolEffectAsyncButtonStyle<Effect: SymbolEffect&IndefiniteSymbolEffect>: AsyncButtonStyle {
              ^
[11/28] Compiling ButtonKit ThrowableStyle+None.swift
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:79:71: error: cannot find type 'BreatheSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<BreatheSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:85:71: error: cannot find type 'RotateSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<RotateSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:91:71: error: cannot find type 'WiggleSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<WiggleSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:80:47: error: cannot find type 'BreatheSymbolEffect' in scope
    public static func symbolEffect(_ effect: BreatheSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:86:47: error: cannot find type 'RotateSymbolEffect' in scope
    public static func symbolEffect(_ effect: RotateSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:92:47: error: cannot find type 'WiggleSymbolEffect' in scope
    public static func symbolEffect(_ effect: WiggleSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:61:79: error: cannot find type 'BreatheSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<BreatheSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:67:79: error: cannot find type 'RotateSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<RotateSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:73:79: error: cannot find type 'WiggleSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<WiggleSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:62:47: error: cannot find type 'BreatheSymbolEffect' in scope
    public static func symbolEffect(_ effect: BreatheSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:68:47: error: cannot find type 'RotateSymbolEffect' in scope
    public static func symbolEffect(_ effect: RotateSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:74:47: error: cannot find type 'WiggleSymbolEffect' in scope
    public static func symbolEffect(_ effect: WiggleSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
[12/28] Compiling ButtonKit ThrowableStyle+Shake.swift
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:79:71: error: cannot find type 'BreatheSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<BreatheSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:85:71: error: cannot find type 'RotateSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<RotateSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:91:71: error: cannot find type 'WiggleSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<WiggleSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:80:47: error: cannot find type 'BreatheSymbolEffect' in scope
    public static func symbolEffect(_ effect: BreatheSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:86:47: error: cannot find type 'RotateSymbolEffect' in scope
    public static func symbolEffect(_ effect: RotateSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:92:47: error: cannot find type 'WiggleSymbolEffect' in scope
    public static func symbolEffect(_ effect: WiggleSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:61:79: error: cannot find type 'BreatheSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<BreatheSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:67:79: error: cannot find type 'RotateSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<RotateSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:73:79: error: cannot find type 'WiggleSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<WiggleSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:62:47: error: cannot find type 'BreatheSymbolEffect' in scope
    public static func symbolEffect(_ effect: BreatheSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:68:47: error: cannot find type 'RotateSymbolEffect' in scope
    public static func symbolEffect(_ effect: RotateSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:74:47: error: cannot find type 'WiggleSymbolEffect' in scope
    public static func symbolEffect(_ effect: WiggleSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
[13/28] Compiling ButtonKit AsyncStyle+Overlay.swift
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:79:71: error: cannot find type 'BreatheSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<BreatheSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:85:71: error: cannot find type 'RotateSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<RotateSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:91:71: error: cannot find type 'WiggleSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<WiggleSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:80:47: error: cannot find type 'BreatheSymbolEffect' in scope
    public static func symbolEffect(_ effect: BreatheSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:86:47: error: cannot find type 'RotateSymbolEffect' in scope
    public static func symbolEffect(_ effect: RotateSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:92:47: error: cannot find type 'WiggleSymbolEffect' in scope
    public static func symbolEffect(_ effect: WiggleSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:61:79: error: cannot find type 'BreatheSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<BreatheSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:67:79: error: cannot find type 'RotateSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<RotateSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:73:79: error: cannot find type 'WiggleSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<WiggleSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:62:47: error: cannot find type 'BreatheSymbolEffect' in scope
    public static func symbolEffect(_ effect: BreatheSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:68:47: error: cannot find type 'RotateSymbolEffect' in scope
    public static func symbolEffect(_ effect: RotateSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:74:47: error: cannot find type 'WiggleSymbolEffect' in scope
    public static func symbolEffect(_ effect: WiggleSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
[14/28] Compiling ButtonKit AsyncStyle+Pulse.swift
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:79:71: error: cannot find type 'BreatheSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<BreatheSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:85:71: error: cannot find type 'RotateSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<RotateSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:91:71: error: cannot find type 'WiggleSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<WiggleSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:80:47: error: cannot find type 'BreatheSymbolEffect' in scope
    public static func symbolEffect(_ effect: BreatheSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:86:47: error: cannot find type 'RotateSymbolEffect' in scope
    public static func symbolEffect(_ effect: RotateSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:92:47: error: cannot find type 'WiggleSymbolEffect' in scope
    public static func symbolEffect(_ effect: WiggleSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:61:79: error: cannot find type 'BreatheSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<BreatheSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:67:79: error: cannot find type 'RotateSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<RotateSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:73:79: error: cannot find type 'WiggleSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<WiggleSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:62:47: error: cannot find type 'BreatheSymbolEffect' in scope
    public static func symbolEffect(_ effect: BreatheSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:68:47: error: cannot find type 'RotateSymbolEffect' in scope
    public static func symbolEffect(_ effect: RotateSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:74:47: error: cannot find type 'WiggleSymbolEffect' in scope
    public static func symbolEffect(_ effect: WiggleSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
[15/28] Compiling ButtonKit BarProgressView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:79:71: error: cannot find type 'BreatheSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<BreatheSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:85:71: error: cannot find type 'RotateSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<RotateSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:91:71: error: cannot find type 'WiggleSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<WiggleSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:80:47: error: cannot find type 'BreatheSymbolEffect' in scope
    public static func symbolEffect(_ effect: BreatheSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:86:47: error: cannot find type 'RotateSymbolEffect' in scope
    public static func symbolEffect(_ effect: RotateSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:92:47: error: cannot find type 'WiggleSymbolEffect' in scope
    public static func symbolEffect(_ effect: WiggleSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:61:79: error: cannot find type 'BreatheSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<BreatheSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:67:79: error: cannot find type 'RotateSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<RotateSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:73:79: error: cannot find type 'WiggleSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<WiggleSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:62:47: error: cannot find type 'BreatheSymbolEffect' in scope
    public static func symbolEffect(_ effect: BreatheSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:68:47: error: cannot find type 'RotateSymbolEffect' in scope
    public static func symbolEffect(_ effect: RotateSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:74:47: error: cannot find type 'WiggleSymbolEffect' in scope
    public static func symbolEffect(_ effect: WiggleSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
[16/28] Compiling ButtonKit CircularProgressView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:79:71: error: cannot find type 'BreatheSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<BreatheSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:85:71: error: cannot find type 'RotateSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<RotateSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:91:71: error: cannot find type 'WiggleSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<WiggleSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:80:47: error: cannot find type 'BreatheSymbolEffect' in scope
    public static func symbolEffect(_ effect: BreatheSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:86:47: error: cannot find type 'RotateSymbolEffect' in scope
    public static func symbolEffect(_ effect: RotateSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:92:47: error: cannot find type 'WiggleSymbolEffect' in scope
    public static func symbolEffect(_ effect: WiggleSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:61:79: error: cannot find type 'BreatheSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<BreatheSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:67:79: error: cannot find type 'RotateSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<RotateSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:73:79: error: cannot find type 'WiggleSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<WiggleSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:62:47: error: cannot find type 'BreatheSymbolEffect' in scope
    public static func symbolEffect(_ effect: BreatheSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:68:47: error: cannot find type 'RotateSymbolEffect' in scope
    public static func symbolEffect(_ effect: RotateSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:74:47: error: cannot find type 'WiggleSymbolEffect' in scope
    public static func symbolEffect(_ effect: WiggleSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
[17/28] Compiling ButtonKit IndeterminateProgressView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:79:71: error: cannot find type 'BreatheSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<BreatheSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:85:71: error: cannot find type 'RotateSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<RotateSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:91:71: error: cannot find type 'WiggleSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<WiggleSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:80:47: error: cannot find type 'BreatheSymbolEffect' in scope
    public static func symbolEffect(_ effect: BreatheSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:86:47: error: cannot find type 'RotateSymbolEffect' in scope
    public static func symbolEffect(_ effect: RotateSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:92:47: error: cannot find type 'WiggleSymbolEffect' in scope
    public static func symbolEffect(_ effect: WiggleSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:61:79: error: cannot find type 'BreatheSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<BreatheSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:67:79: error: cannot find type 'RotateSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<RotateSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:73:79: error: cannot find type 'WiggleSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<WiggleSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:62:47: error: cannot find type 'BreatheSymbolEffect' in scope
    public static func symbolEffect(_ effect: BreatheSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:68:47: error: cannot find type 'RotateSymbolEffect' in scope
    public static func symbolEffect(_ effect: RotateSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:74:47: error: cannot find type 'WiggleSymbolEffect' in scope
    public static func symbolEffect(_ effect: WiggleSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
[18/28] Compiling ButtonKit Button+AsyncStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Button+AsyncStyle.swift:110:25: warning: converting non-sendable function value to '@MainActor @Sendable (AsyncButtonStyleLabelConfiguration) -> AnyView' may introduce data races
        self._makeLabel = style.makeLabelTypeErased
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Button+AsyncStyle.swift:111:26: warning: converting non-sendable function value to '@MainActor @Sendable (AsyncButtonStyleButtonConfiguration) -> AnyView' may introduce data races
        self._makeButton = style.makeButtonTypeErased
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Button+ThrowableStyle.swift:110:25: warning: converting non-sendable function value to '@MainActor @Sendable (ThrowableButtonStyleLabelConfiguration) -> AnyView' may introduce data races
        self._makeLabel = style.makeLabelTypeErased
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Button+ThrowableStyle.swift:111:26: warning: converting non-sendable function value to '@MainActor @Sendable (ThrowableButtonStyleButtonConfiguration) -> AnyView' may introduce data races
        self._makeButton = style.makeButtonTypeErased
                         ^
[19/28] Compiling ButtonKit Button+ThrowableStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Button+AsyncStyle.swift:110:25: warning: converting non-sendable function value to '@MainActor @Sendable (AsyncButtonStyleLabelConfiguration) -> AnyView' may introduce data races
        self._makeLabel = style.makeLabelTypeErased
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Button+AsyncStyle.swift:111:26: warning: converting non-sendable function value to '@MainActor @Sendable (AsyncButtonStyleButtonConfiguration) -> AnyView' may introduce data races
        self._makeButton = style.makeButtonTypeErased
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Button+ThrowableStyle.swift:110:25: warning: converting non-sendable function value to '@MainActor @Sendable (ThrowableButtonStyleLabelConfiguration) -> AnyView' may introduce data races
        self._makeLabel = style.makeLabelTypeErased
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Button+ThrowableStyle.swift:111:26: warning: converting non-sendable function value to '@MainActor @Sendable (ThrowableButtonStyleButtonConfiguration) -> AnyView' may introduce data races
        self._makeButton = style.makeButtonTypeErased
                         ^
[20/28] Compiling ButtonKit Button+AsyncDisabled.swift
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Modifiers/Button+Events.swift:44:5: warning: 'nonisolated' is redundant on struct's stored properties; this is an error in Swift 6
    nonisolated(unsafe) public let buttonID: AnyHashable
    ^~~~~~~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Modifiers/Button+Events.swift:44:36: warning: stored property 'buttonID' of 'Sendable'-conforming struct 'StateChangedEvent' has non-sendable type 'AnyHashable'
    nonisolated(unsafe) public let buttonID: AnyHashable
                                   ^
Swift.AnyHashable:1:23: note: struct 'AnyHashable' does not conform to the 'Sendable' protocol
@frozen public struct AnyHashable {
                      ^
[21/28] Compiling ButtonKit Button+Events.swift
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Modifiers/Button+Events.swift:44:5: warning: 'nonisolated' is redundant on struct's stored properties; this is an error in Swift 6
    nonisolated(unsafe) public let buttonID: AnyHashable
    ^~~~~~~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Modifiers/Button+Events.swift:44:36: warning: stored property 'buttonID' of 'Sendable'-conforming struct 'StateChangedEvent' has non-sendable type 'AnyHashable'
    nonisolated(unsafe) public let buttonID: AnyHashable
                                   ^
Swift.AnyHashable:1:23: note: struct 'AnyHashable' does not conform to the 'Sendable' protocol
@frozen public struct AnyHashable {
                      ^
[22/28] Compiling ButtonKit Progress+Discrete.swift
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Modifiers/Button+Events.swift:44:5: warning: 'nonisolated' is redundant on struct's stored properties; this is an error in Swift 6
    nonisolated(unsafe) public let buttonID: AnyHashable
    ^~~~~~~~~~~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Modifiers/Button+Events.swift:44:36: warning: stored property 'buttonID' of 'Sendable'-conforming struct 'StateChangedEvent' has non-sendable type 'AnyHashable'
    nonisolated(unsafe) public let buttonID: AnyHashable
                                   ^
Swift.AnyHashable:1:23: note: struct 'AnyHashable' does not conform to the 'Sendable' protocol
@frozen public struct AnyHashable {
                      ^
[23/28] Compiling ButtonKit Progress.swift
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:79:71: error: cannot find type 'BreatheSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<BreatheSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:85:71: error: cannot find type 'RotateSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<RotateSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:91:71: error: cannot find type 'WiggleSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<WiggleSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:80:47: error: cannot find type 'BreatheSymbolEffect' in scope
    public static func symbolEffect(_ effect: BreatheSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:86:47: error: cannot find type 'RotateSymbolEffect' in scope
    public static func symbolEffect(_ effect: RotateSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:92:47: error: cannot find type 'WiggleSymbolEffect' in scope
    public static func symbolEffect(_ effect: WiggleSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:61:79: error: cannot find type 'BreatheSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<BreatheSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:67:79: error: cannot find type 'RotateSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<RotateSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:73:79: error: cannot find type 'WiggleSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<WiggleSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:62:47: error: cannot find type 'BreatheSymbolEffect' in scope
    public static func symbolEffect(_ effect: BreatheSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:68:47: error: cannot find type 'RotateSymbolEffect' in scope
    public static func symbolEffect(_ effect: RotateSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:74:47: error: cannot find type 'WiggleSymbolEffect' in scope
    public static func symbolEffect(_ effect: WiggleSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
[24/28] Compiling ButtonKit AsyncStyle+Leading.swift
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:79:71: error: cannot find type 'BreatheSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<BreatheSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:85:71: error: cannot find type 'RotateSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<RotateSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:91:71: error: cannot find type 'WiggleSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<WiggleSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:80:47: error: cannot find type 'BreatheSymbolEffect' in scope
    public static func symbolEffect(_ effect: BreatheSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:86:47: error: cannot find type 'RotateSymbolEffect' in scope
    public static func symbolEffect(_ effect: RotateSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:92:47: error: cannot find type 'WiggleSymbolEffect' in scope
    public static func symbolEffect(_ effect: WiggleSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:61:79: error: cannot find type 'BreatheSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<BreatheSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:67:79: error: cannot find type 'RotateSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<RotateSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:73:79: error: cannot find type 'WiggleSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<WiggleSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:62:47: error: cannot find type 'BreatheSymbolEffect' in scope
    public static func symbolEffect(_ effect: BreatheSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:68:47: error: cannot find type 'RotateSymbolEffect' in scope
    public static func symbolEffect(_ effect: RotateSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:74:47: error: cannot find type 'WiggleSymbolEffect' in scope
    public static func symbolEffect(_ effect: WiggleSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
[25/28] Compiling ButtonKit AsyncStyle+None.swift
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:79:71: error: cannot find type 'BreatheSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<BreatheSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:85:71: error: cannot find type 'RotateSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<RotateSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:91:71: error: cannot find type 'WiggleSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<WiggleSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:80:47: error: cannot find type 'BreatheSymbolEffect' in scope
    public static func symbolEffect(_ effect: BreatheSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:86:47: error: cannot find type 'RotateSymbolEffect' in scope
    public static func symbolEffect(_ effect: RotateSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:92:47: error: cannot find type 'WiggleSymbolEffect' in scope
    public static func symbolEffect(_ effect: WiggleSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:61:79: error: cannot find type 'BreatheSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<BreatheSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:67:79: error: cannot find type 'RotateSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<RotateSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:73:79: error: cannot find type 'WiggleSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<WiggleSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:62:47: error: cannot find type 'BreatheSymbolEffect' in scope
    public static func symbolEffect(_ effect: BreatheSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:68:47: error: cannot find type 'RotateSymbolEffect' in scope
    public static func symbolEffect(_ effect: RotateSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:74:47: error: cannot find type 'WiggleSymbolEffect' in scope
    public static func symbolEffect(_ effect: WiggleSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
[26/28] Compiling ButtonKit Button+AppIntent.swift
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:79:71: error: cannot find type 'BreatheSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<BreatheSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:85:71: error: cannot find type 'RotateSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<RotateSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:91:71: error: cannot find type 'WiggleSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<WiggleSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:80:47: error: cannot find type 'BreatheSymbolEffect' in scope
    public static func symbolEffect(_ effect: BreatheSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:86:47: error: cannot find type 'RotateSymbolEffect' in scope
    public static func symbolEffect(_ effect: RotateSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:92:47: error: cannot find type 'WiggleSymbolEffect' in scope
    public static func symbolEffect(_ effect: WiggleSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:61:79: error: cannot find type 'BreatheSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<BreatheSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:67:79: error: cannot find type 'RotateSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<RotateSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:73:79: error: cannot find type 'WiggleSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<WiggleSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:62:47: error: cannot find type 'BreatheSymbolEffect' in scope
    public static func symbolEffect(_ effect: BreatheSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:68:47: error: cannot find type 'RotateSymbolEffect' in scope
    public static func symbolEffect(_ effect: RotateSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:74:47: error: cannot find type 'WiggleSymbolEffect' in scope
    public static func symbolEffect(_ effect: WiggleSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
[27/28] Compiling ButtonKit Button+Reader.swift
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:79:71: error: cannot find type 'BreatheSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<BreatheSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:85:71: error: cannot find type 'RotateSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<RotateSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:91:71: error: cannot find type 'WiggleSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<WiggleSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:80:47: error: cannot find type 'BreatheSymbolEffect' in scope
    public static func symbolEffect(_ effect: BreatheSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:86:47: error: cannot find type 'RotateSymbolEffect' in scope
    public static func symbolEffect(_ effect: RotateSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:92:47: error: cannot find type 'WiggleSymbolEffect' in scope
    public static func symbolEffect(_ effect: WiggleSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:61:79: error: cannot find type 'BreatheSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<BreatheSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:67:79: error: cannot find type 'RotateSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<RotateSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:73:79: error: cannot find type 'WiggleSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<WiggleSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:62:47: error: cannot find type 'BreatheSymbolEffect' in scope
    public static func symbolEffect(_ effect: BreatheSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:68:47: error: cannot find type 'RotateSymbolEffect' in scope
    public static func symbolEffect(_ effect: RotateSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:74:47: error: cannot find type 'WiggleSymbolEffect' in scope
    public static func symbolEffect(_ effect: WiggleSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
[28/28] Compiling ButtonKit Button.swift
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:79:71: error: cannot find type 'BreatheSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<BreatheSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:85:71: error: cannot find type 'RotateSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<RotateSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:91:71: error: cannot find type 'WiggleSymbolEffect' in scope
extension AsyncButtonStyle where Self == SymbolEffectAsyncButtonStyle<WiggleSymbolEffect> {
                                                                      ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:80:47: error: cannot find type 'BreatheSymbolEffect' in scope
    public static func symbolEffect(_ effect: BreatheSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:86:47: error: cannot find type 'RotateSymbolEffect' in scope
    public static func symbolEffect(_ effect: RotateSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Async/AsyncStyle+SymbolEffect.swift:92:47: error: cannot find type 'WiggleSymbolEffect' in scope
    public static func symbolEffect(_ effect: WiggleSymbolEffect) -> some AsyncButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:61:79: error: cannot find type 'BreatheSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<BreatheSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:67:79: error: cannot find type 'RotateSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<RotateSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:73:79: error: cannot find type 'WiggleSymbolEffect' in scope
extension ThrowableButtonStyle where Self == SymbolEffectThrowableButtonStyle<WiggleSymbolEffect> {
                                                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:62:47: error: cannot find type 'BreatheSymbolEffect' in scope
    public static func symbolEffect(_ effect: BreatheSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:68:47: error: cannot find type 'RotateSymbolEffect' in scope
    public static func symbolEffect(_ effect: RotateSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Style/Throwable/ThrowableStyle+SymbolEffect.swift:74:47: error: cannot find type 'WiggleSymbolEffect' in scope
    public static func symbolEffect(_ effect: WiggleSymbolEffect) -> some ThrowableButtonStyle {
                                              ^~~~~~~~~~~~~~~~~~
error: fatalError
BUILD FAILURE 5.10 macosSpm