Build Information
Failed to build SFSymbols, reference main (1a239b
), with Swift 5.9 for macOS (SPM) on 25 Mar 2025 20:11:25 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ActuallyTaylor/SFSymbols
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 1a239b5 Merge pull request #6 from adamwulf/fix/maccatalyst
Cloned https://github.com/ActuallyTaylor/SFSymbols.git
Revision (git rev-parse @):
1a239b523b691dcba3adc42c5e0a504b838f1ef5
SUCCESS checkout https://github.com/ActuallyTaylor/SFSymbols.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/ActuallyTaylor/SFSymbols.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/18] Compiling SFSymbols SFSymbol+Image.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/18] Compiling SFSymbols SFSymbol+Name.swift
[3/18] Compiling SFSymbols SFSymbol+Version6.swift
[4/18] Compiling SFSymbols UIApplicationShortcutIcon+SFSymbol.swift
[5/18] Compiling SFSymbols UIButton+SFSymbol.swift
[6/18] Compiling SFSymbols Label+SFSymbol.swift
[7/18] Compiling SFSymbols Menu+SFSymbol.swift
[8/18] 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 {
^~~
[9/18] Compiling SFSymbols Button+SFSymbol.swift
[10/18] Compiling SFSymbols Image+SFSymbol.swift
[11/18] Compiling SFSymbols SFSymbol+Version4.swift
[12/18] Compiling SFSymbols SFSymbol+Version5.swift
[13/18] Compiling SFSymbols UIImage+SFSymbol.swift
[14/18] Compiling SFSymbols SFSymbol+CaseIterable.swift
[15/18] Compiling SFSymbols NSButton+SFSymbol.swift
[16/18] Compiling SFSymbols NSImage+SFSymbol.swift
[17/18] 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 {
^~~~~~~
[18/18] 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 {
^~~~~~~
[19/19] Compiling SFSymbols SFSymbol.swift
error: fatalError
BUILD FAILURE 5.9 macosSpm