The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build SFSymbols, reference 6.0.2 (cedf92), with Swift 5.10 for macOS (SPM) on 17 Jan 2025 01:27:21 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ActuallyTaylor/SFSymbols.git
Reference: 6.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ActuallyTaylor/SFSymbols
 * tag               6.0.2      -> FETCH_HEAD
HEAD is now at cedf92a Fixed public modifier
Cloned https://github.com/ActuallyTaylor/SFSymbols.git
Revision (git rev-parse @):
cedf92a7778135eca5ffccfa99088f2349c60126
SUCCESS checkout https://github.com/ActuallyTaylor/SFSymbols.git at 6.0.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/ActuallyTaylor/SFSymbols.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/20] Compiling SFSymbols SFSymbol+Version6.swift
[4/20] Compiling SFSymbols UIApplicationShortcutIcon+SFSymbol.swift
[5/20] Compiling SFSymbols UIButton+SFSymbol.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/20] Compiling SFSymbols SFSymbol+Image.swift
[7/20] Compiling SFSymbols SFSymbol+Name.swift
[8/20] Compiling SFSymbols UIImage+SFSymbol.swift
[9/20] Compiling SFSymbols SFSymbol+CaseIterable.swift
[10/20] Compiling SFSymbols Label+SFSymbol.swift
[11/20] Compiling SFSymbols Menu+SFSymbol.swift
[12/20] Compiling SFSymbols Button+SFSymbol.swift
[13/20] Compiling SFSymbols Image+SFSymbol.swift
[14/20] Compiling SFSymbols SFSymbol+Version4.swift
[15/20] Compiling SFSymbols SFSymbol+Version5.swift
[16/20] Compiling SFSymbols NSButton+SFSymbol.swift
[17/20] Compiling SFSymbols NSImage+SFSymbol.swift
[18/20] Emitting module SFSymbols
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:5:18: error: cannot find type 'Tab' in scope
public extension Tab {
                 ^~~
[19/20] Compiling SFSymbols Tab+SFSymbol.swift
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:5:18: error: cannot find type 'Tab' in scope
public extension Tab {
                 ^~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:7:33: error: cannot find type 'Value' in scope
    public typealias TabValue = Value
                                ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:18:50: error: cannot find type 'Value' in scope
    init<S>(_ title: S, symbol: SFSymbol, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol, Value: Hashable, Content: View {
                                                 ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:18:85: error: cannot find type 'Content' in scope
    init<S>(_ title: S, symbol: SFSymbol, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol, Value: Hashable, Content: View {
                                                                                    ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:18:100: error: reference to generic type 'Label' requires arguments in <...>
    init<S>(_ title: S, symbol: SFSymbol, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol, Value: Hashable, Content: View {
                                                                                                   ^
                                                                                                        <<#Title: View#>, <#Icon: View#>>
SwiftUI.Label:2:15: note: generic type 'Label' declared here
public struct Label<Title, Icon> : View where Title : View, Icon : View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:18:109: error: cannot find type 'DefaultTabLabel' in scope
    init<S>(_ title: S, symbol: SFSymbol, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol, Value: Hashable, Content: View {
                                                                                                            ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:18:146: error: cannot find type 'Value' in scope
    init<S>(_ title: S, symbol: SFSymbol, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol, Value: Hashable, Content: View {
                                                                                                                                                 ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:18:163: error: cannot find type 'Content' in scope
    init<S>(_ title: S, symbol: SFSymbol, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol, Value: Hashable, Content: View {
                                                                                                                                                                  ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:32:50: error: cannot find type 'Value' in scope
    init<S>(_ title: S, symbol: SFSymbol, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol, Value: Hashable, Content: View {
                                                 ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:32:63: error: cannot find type 'TabRole' in scope
    init<S>(_ title: S, symbol: SFSymbol, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol, Value: Hashable, Content: View {
                                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:32:101: error: cannot find type 'Content' in scope
    init<S>(_ title: S, symbol: SFSymbol, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol, Value: Hashable, Content: View {
                                                                                                    ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:32:116: error: reference to generic type 'Label' requires arguments in <...>
    init<S>(_ title: S, symbol: SFSymbol, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol, Value: Hashable, Content: View {
                                                                                                                   ^
                                                                                                                        <<#Title: View#>, <#Icon: View#>>
SwiftUI.Label:2:15: note: generic type 'Label' declared here
public struct Label<Title, Icon> : View where Title : View, Icon : View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:32:125: error: cannot find type 'DefaultTabLabel' in scope
    init<S>(_ title: S, symbol: SFSymbol, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol, Value: Hashable, Content: View {
                                                                                                                            ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:32:162: error: cannot find type 'Value' in scope
    init<S>(_ title: S, symbol: SFSymbol, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol, Value: Hashable, Content: View {
                                                                                                                                                                 ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:32:179: error: cannot find type 'Content' in scope
    init<S>(_ title: S, symbol: SFSymbol, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol, Value: Hashable, Content: View {
                                                                                                                                                                                  ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:45:84: error: cannot find type 'Content' in scope
    init<S, T>(_ title: S, symbol: SFSymbol, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable, T: Hashable, Content: View {
                                                                                   ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:45:99: error: cannot find type 'Value' in scope
    init<S, T>(_ title: S, symbol: SFSymbol, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable, T: Hashable, Content: View {
                                                                                                  ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:45:112: error: reference to generic type 'Label' requires arguments in <...>
    init<S, T>(_ title: S, symbol: SFSymbol, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable, T: Hashable, Content: View {
                                                                                                               ^
                                                                                                                    <<#Title: View#>, <#Icon: View#>>
SwiftUI.Label:2:15: note: generic type 'Label' declared here
public struct Label<Title, Icon> : View where Title : View, Icon : View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:45:121: error: cannot find type 'DefaultTabLabel' in scope
    init<S, T>(_ title: S, symbol: SFSymbol, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable, T: Hashable, Content: View {
                                                                                                                        ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:45:185: error: cannot find type 'Content' in scope
    init<S, T>(_ title: S, symbol: SFSymbol, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable, T: Hashable, Content: View {
                                                                                                                                                                                        ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:59:62: error: cannot find type 'TabRole' in scope
    init<S, T>(_ title: S, symbol: SFSymbol, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable, Content: View {
                                                             ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:59:100: error: cannot find type 'Content' in scope
    init<S, T>(_ title: S, symbol: SFSymbol, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable, Content: View {
                                                                                                   ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:59:115: error: cannot find type 'Value' in scope
    init<S, T>(_ title: S, symbol: SFSymbol, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable, Content: View {
                                                                                                                  ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:59:128: error: reference to generic type 'Label' requires arguments in <...>
    init<S, T>(_ title: S, symbol: SFSymbol, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable, Content: View {
                                                                                                                               ^
                                                                                                                                    <<#Title: View#>, <#Icon: View#>>
SwiftUI.Label:2:15: note: generic type 'Label' declared here
public struct Label<Title, Icon> : View where Title : View, Icon : View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:59:137: error: cannot find type 'DefaultTabLabel' in scope
    init<S, T>(_ title: S, symbol: SFSymbol, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable, Content: View {
                                                                                                                                        ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:59:188: error: cannot find type 'Content' in scope
    init<S, T>(_ title: S, symbol: SFSymbol, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable, Content: View {
                                                                                                                                                                                           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:72:111: error: 'where' clause on non-generic member declaration requires a generic context
    init(_ titleKey: LocalizedStringKey, symbol: SFSymbol, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, Value: Hashable, Content: View {
                                                                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:72:67: error: cannot find type 'Value' in scope
    init(_ titleKey: LocalizedStringKey, symbol: SFSymbol, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, Value: Hashable, Content: View {
                                                                  ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:72:102: error: cannot find type 'Content' in scope
    init(_ titleKey: LocalizedStringKey, symbol: SFSymbol, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, Value: Hashable, Content: View {
                                                                                                     ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:86:127: error: 'where' clause on non-generic member declaration requires a generic context
    init(_ titleKey: LocalizedStringKey, symbol: SFSymbol, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, Value: Hashable, Content: View {
                                                                                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:86:67: error: cannot find type 'Value' in scope
    init(_ titleKey: LocalizedStringKey, symbol: SFSymbol, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, Value: Hashable, Content: View {
                                                                  ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:86:80: error: cannot find type 'TabRole' in scope
    init(_ titleKey: LocalizedStringKey, symbol: SFSymbol, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, Value: Hashable, Content: View {
                                                                               ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:86:118: error: cannot find type 'Content' in scope
    init(_ titleKey: LocalizedStringKey, symbol: SFSymbol, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, Value: Hashable, Content: View {
                                                                                                                     ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:99:101: error: cannot find type 'Content' in scope
    init<T>(_ titleKey: LocalizedStringKey, symbol: SFSymbol, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable, Content: View {
                                                                                                    ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:99:116: error: cannot find type 'Value' in scope
    init<T>(_ titleKey: LocalizedStringKey, symbol: SFSymbol, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable, Content: View {
                                                                                                                   ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:99:129: error: reference to generic type 'Label' requires arguments in <...>
    init<T>(_ titleKey: LocalizedStringKey, symbol: SFSymbol, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable, Content: View {
                                                                                                                                ^
                                                                                                                                     <<#Title: View#>, <#Icon: View#>>
SwiftUI.Label:2:15: note: generic type 'Label' declared here
public struct Label<Title, Icon> : View where Title : View, Icon : View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:99:138: error: cannot find type 'DefaultTabLabel' in scope
    init<T>(_ titleKey: LocalizedStringKey, symbol: SFSymbol, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable, Content: View {
                                                                                                                                         ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:99:169: error: cannot find type 'Content' in scope
    init<T>(_ titleKey: LocalizedStringKey, symbol: SFSymbol, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable, Content: View {
                                                                                                                                                                        ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:113:79: error: cannot find type 'TabRole' in scope
    init<T>(_ titleKey: LocalizedStringKey, symbol: SFSymbol, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable, Content: View {
                                                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:113:117: error: cannot find type 'Content' in scope
    init<T>(_ titleKey: LocalizedStringKey, symbol: SFSymbol, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable, Content: View {
                                                                                                                    ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:113:132: error: cannot find type 'Value' in scope
    init<T>(_ titleKey: LocalizedStringKey, symbol: SFSymbol, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable, Content: View {
                                                                                                                                   ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:113:145: error: reference to generic type 'Label' requires arguments in <...>
    init<T>(_ titleKey: LocalizedStringKey, symbol: SFSymbol, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable, Content: View {
                                                                                                                                                ^
                                                                                                                                                     <<#Title: View#>, <#Icon: View#>>
SwiftUI.Label:2:15: note: generic type 'Label' declared here
public struct Label<Title, Icon> : View where Title : View, Icon : View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:113:154: error: cannot find type 'DefaultTabLabel' in scope
    init<T>(_ titleKey: LocalizedStringKey, symbol: SFSymbol, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable, Content: View {
                                                                                                                                                         ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:113:185: error: cannot find type 'Content' in scope
    init<T>(_ titleKey: LocalizedStringKey, symbol: SFSymbol, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable, Content: View {
                                                                                                                                                                                        ^~~~~~~
[20/20] Compiling SFSymbols AppIntents+SFSymbol.swift
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:5:18: error: cannot find type 'Tab' in scope
public extension Tab {
                 ^~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:7:33: error: cannot find type 'Value' in scope
    public typealias TabValue = Value
                                ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:18:50: error: cannot find type 'Value' in scope
    init<S>(_ title: S, symbol: SFSymbol, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol, Value: Hashable, Content: View {
                                                 ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:18:85: error: cannot find type 'Content' in scope
    init<S>(_ title: S, symbol: SFSymbol, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol, Value: Hashable, Content: View {
                                                                                    ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:18:100: error: reference to generic type 'Label' requires arguments in <...>
    init<S>(_ title: S, symbol: SFSymbol, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol, Value: Hashable, Content: View {
                                                                                                   ^
                                                                                                        <<#Title: View#>, <#Icon: View#>>
SwiftUI.Label:2:15: note: generic type 'Label' declared here
public struct Label<Title, Icon> : View where Title : View, Icon : View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:18:109: error: cannot find type 'DefaultTabLabel' in scope
    init<S>(_ title: S, symbol: SFSymbol, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol, Value: Hashable, Content: View {
                                                                                                            ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:18:146: error: cannot find type 'Value' in scope
    init<S>(_ title: S, symbol: SFSymbol, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol, Value: Hashable, Content: View {
                                                                                                                                                 ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:18:163: error: cannot find type 'Content' in scope
    init<S>(_ title: S, symbol: SFSymbol, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol, Value: Hashable, Content: View {
                                                                                                                                                                  ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:32:50: error: cannot find type 'Value' in scope
    init<S>(_ title: S, symbol: SFSymbol, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol, Value: Hashable, Content: View {
                                                 ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:32:63: error: cannot find type 'TabRole' in scope
    init<S>(_ title: S, symbol: SFSymbol, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol, Value: Hashable, Content: View {
                                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:32:101: error: cannot find type 'Content' in scope
    init<S>(_ title: S, symbol: SFSymbol, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol, Value: Hashable, Content: View {
                                                                                                    ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:32:116: error: reference to generic type 'Label' requires arguments in <...>
    init<S>(_ title: S, symbol: SFSymbol, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol, Value: Hashable, Content: View {
                                                                                                                   ^
                                                                                                                        <<#Title: View#>, <#Icon: View#>>
SwiftUI.Label:2:15: note: generic type 'Label' declared here
public struct Label<Title, Icon> : View where Title : View, Icon : View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:32:125: error: cannot find type 'DefaultTabLabel' in scope
    init<S>(_ title: S, symbol: SFSymbol, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol, Value: Hashable, Content: View {
                                                                                                                            ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:32:162: error: cannot find type 'Value' in scope
    init<S>(_ title: S, symbol: SFSymbol, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol, Value: Hashable, Content: View {
                                                                                                                                                                 ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:32:179: error: cannot find type 'Content' in scope
    init<S>(_ title: S, symbol: SFSymbol, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol, Value: Hashable, Content: View {
                                                                                                                                                                                  ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:45:84: error: cannot find type 'Content' in scope
    init<S, T>(_ title: S, symbol: SFSymbol, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable, T: Hashable, Content: View {
                                                                                   ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:45:99: error: cannot find type 'Value' in scope
    init<S, T>(_ title: S, symbol: SFSymbol, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable, T: Hashable, Content: View {
                                                                                                  ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:45:112: error: reference to generic type 'Label' requires arguments in <...>
    init<S, T>(_ title: S, symbol: SFSymbol, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable, T: Hashable, Content: View {
                                                                                                               ^
                                                                                                                    <<#Title: View#>, <#Icon: View#>>
SwiftUI.Label:2:15: note: generic type 'Label' declared here
public struct Label<Title, Icon> : View where Title : View, Icon : View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:45:121: error: cannot find type 'DefaultTabLabel' in scope
    init<S, T>(_ title: S, symbol: SFSymbol, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable, T: Hashable, Content: View {
                                                                                                                        ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:45:185: error: cannot find type 'Content' in scope
    init<S, T>(_ title: S, symbol: SFSymbol, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable, T: Hashable, Content: View {
                                                                                                                                                                                        ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:59:62: error: cannot find type 'TabRole' in scope
    init<S, T>(_ title: S, symbol: SFSymbol, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable, Content: View {
                                                             ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:59:100: error: cannot find type 'Content' in scope
    init<S, T>(_ title: S, symbol: SFSymbol, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable, Content: View {
                                                                                                   ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:59:115: error: cannot find type 'Value' in scope
    init<S, T>(_ title: S, symbol: SFSymbol, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable, Content: View {
                                                                                                                  ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:59:128: error: reference to generic type 'Label' requires arguments in <...>
    init<S, T>(_ title: S, symbol: SFSymbol, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable, Content: View {
                                                                                                                               ^
                                                                                                                                    <<#Title: View#>, <#Icon: View#>>
SwiftUI.Label:2:15: note: generic type 'Label' declared here
public struct Label<Title, Icon> : View where Title : View, Icon : View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:59:137: error: cannot find type 'DefaultTabLabel' in scope
    init<S, T>(_ title: S, symbol: SFSymbol, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable, Content: View {
                                                                                                                                        ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:59:188: error: cannot find type 'Content' in scope
    init<S, T>(_ title: S, symbol: SFSymbol, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable, Content: View {
                                                                                                                                                                                           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:72:111: error: 'where' clause on non-generic member declaration requires a generic context
    init(_ titleKey: LocalizedStringKey, symbol: SFSymbol, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, Value: Hashable, Content: View {
                                                                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:72:67: error: cannot find type 'Value' in scope
    init(_ titleKey: LocalizedStringKey, symbol: SFSymbol, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, Value: Hashable, Content: View {
                                                                  ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:72:102: error: cannot find type 'Content' in scope
    init(_ titleKey: LocalizedStringKey, symbol: SFSymbol, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, Value: Hashable, Content: View {
                                                                                                     ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:86:127: error: 'where' clause on non-generic member declaration requires a generic context
    init(_ titleKey: LocalizedStringKey, symbol: SFSymbol, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, Value: Hashable, Content: View {
                                                                                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:86:67: error: cannot find type 'Value' in scope
    init(_ titleKey: LocalizedStringKey, symbol: SFSymbol, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, Value: Hashable, Content: View {
                                                                  ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:86:80: error: cannot find type 'TabRole' in scope
    init(_ titleKey: LocalizedStringKey, symbol: SFSymbol, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, Value: Hashable, Content: View {
                                                                               ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:86:118: error: cannot find type 'Content' in scope
    init(_ titleKey: LocalizedStringKey, symbol: SFSymbol, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, Value: Hashable, Content: View {
                                                                                                                     ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:99:101: error: cannot find type 'Content' in scope
    init<T>(_ titleKey: LocalizedStringKey, symbol: SFSymbol, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable, Content: View {
                                                                                                    ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:99:116: error: cannot find type 'Value' in scope
    init<T>(_ titleKey: LocalizedStringKey, symbol: SFSymbol, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable, Content: View {
                                                                                                                   ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:99:129: error: reference to generic type 'Label' requires arguments in <...>
    init<T>(_ titleKey: LocalizedStringKey, symbol: SFSymbol, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable, Content: View {
                                                                                                                                ^
                                                                                                                                     <<#Title: View#>, <#Icon: View#>>
SwiftUI.Label:2:15: note: generic type 'Label' declared here
public struct Label<Title, Icon> : View where Title : View, Icon : View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:99:138: error: cannot find type 'DefaultTabLabel' in scope
    init<T>(_ titleKey: LocalizedStringKey, symbol: SFSymbol, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable, Content: View {
                                                                                                                                         ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:99:169: error: cannot find type 'Content' in scope
    init<T>(_ titleKey: LocalizedStringKey, symbol: SFSymbol, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable, Content: View {
                                                                                                                                                                        ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:113:79: error: cannot find type 'TabRole' in scope
    init<T>(_ titleKey: LocalizedStringKey, symbol: SFSymbol, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable, Content: View {
                                                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:113:117: error: cannot find type 'Content' in scope
    init<T>(_ titleKey: LocalizedStringKey, symbol: SFSymbol, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable, Content: View {
                                                                                                                    ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:113:132: error: cannot find type 'Value' in scope
    init<T>(_ titleKey: LocalizedStringKey, symbol: SFSymbol, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable, Content: View {
                                                                                                                                   ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:113:145: error: reference to generic type 'Label' requires arguments in <...>
    init<T>(_ titleKey: LocalizedStringKey, symbol: SFSymbol, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable, Content: View {
                                                                                                                                                ^
                                                                                                                                                     <<#Title: View#>, <#Icon: View#>>
SwiftUI.Label:2:15: note: generic type 'Label' declared here
public struct Label<Title, Icon> : View where Title : View, Icon : View {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:113:154: error: cannot find type 'DefaultTabLabel' in scope
    init<T>(_ titleKey: LocalizedStringKey, symbol: SFSymbol, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable, Content: View {
                                                                                                                                                         ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbols/Extensions/SwiftUI/Tab+SFSymbol.swift:113:185: error: cannot find type 'Content' in scope
    init<T>(_ titleKey: LocalizedStringKey, symbol: SFSymbol, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable, Content: View {
                                                                                                                                                                                        ^~~~~~~
[21/21] Compiling SFSymbols SFSymbol.swift
error: fatalError
BUILD FAILURE 5.10 macosSpm