Build Information
Failed to build SFSymbols, reference 6.0.2 (cedf92
), with Swift 5.9 for macOS (SPM) on 17 Jan 2025 01:28:08 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: 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.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+Version6.swift
[2/18] Compiling SFSymbols UIApplicationShortcutIcon+SFSymbol.swift
[3/18] Compiling SFSymbols UIButton+SFSymbol.swift
[4/19] Compiling SFSymbols SFSymbol+Image.swift
[5/19] Compiling SFSymbols SFSymbol+Name.swift
[6/19] Compiling SFSymbols UIImage+SFSymbol.swift
[7/19] Compiling SFSymbols SFSymbol+CaseIterable.swift
[8/19] Compiling SFSymbols Label+SFSymbol.swift
[9/19] Compiling SFSymbols Menu+SFSymbol.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/19] Compiling SFSymbols NSButton+SFSymbol.swift
[11/19] Compiling SFSymbols NSImage+SFSymbol.swift
[12/19] Compiling SFSymbols Button+SFSymbol.swift
[13/19] Compiling SFSymbols Image+SFSymbol.swift
[14/19] Compiling SFSymbols SFSymbol+Version4.swift
[15/19] Compiling SFSymbols SFSymbol+Version5.swift
[16/19] 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 {
^~~~~~~
[17/19] 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 {
^~~~~~~
[18/19] 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/19] Compiling SFSymbols SFSymbol.swift
error: fatalError
BUILD FAILURE 5.9 macosSpm