Build Information
Failed to build SFSymbolsPicker, reference 1.0.9 (d3a693), with Swift 6.0 for macOS (SPM) on 1 Nov 2025 23:21:20 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alessiorubicini/SFSymbolsPickerForSwiftUI.git
Reference: 1.0.9
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alessiorubicini/SFSymbolsPickerForSwiftUI
* tag 1.0.9 -> FETCH_HEAD
HEAD is now at d3a6936 Merge branch 'main' of github.com:alessiorubicini/SFSymbolsPickerForSwiftUI
Cloned https://github.com/alessiorubicini/SFSymbolsPickerForSwiftUI.git
Revision (git rev-parse @):
d3a6936db5fedbb48a037b556d52a215071af48e
SUCCESS checkout https://github.com/alessiorubicini/SFSymbolsPickerForSwiftUI.git at 1.0.9
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/alessiorubicini/SFSymbolsPickerForSwiftUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/58] Compiling SFSafeSymbols SFSymbol+3.3.swift
[5/58] Compiling SFSafeSymbols SFSymbol+4.0.swift
[6/58] Compiling SFSafeSymbols SFSymbol+4.1.swift
[7/58] Compiling SFSafeSymbols SFSymbol+4.2.swift
[8/58] Compiling SFSafeSymbols SFSymbol+5.0.swift
[9/58] Compiling SFSafeSymbols SFSymbol+5.1.swift
[10/64] Emitting module SFSafeSymbols
[11/64] Compiling SFSafeSymbols SFSymbol+5.2.swift
[12/64] Compiling SFSafeSymbols SFSymbol+5.3.swift
[13/64] Compiling SFSafeSymbols SFSymbol+5.4.swift
[14/64] Compiling SFSafeSymbols SFSymbol+6.0.swift
[15/64] Compiling SFSafeSymbols SFSymbol+6.1.swift
[16/64] Compiling SFSafeSymbols SFSymbol+6.2.swift
[17/64] Compiling SFSafeSymbols SFSymbol+AllSymbols+5.3.swift
[18/64] Compiling SFSafeSymbols SFSymbol+AllSymbols+5.4.swift
[19/64] Compiling SFSafeSymbols SFSymbol+AllSymbols+6.0.swift
[20/64] Compiling SFSafeSymbols SFSymbol+AllSymbols+6.1.swift
[21/64] Compiling SFSafeSymbols SFSymbol+AllSymbols+6.2.swift
[22/64] Compiling SFSafeSymbols SFSymbol+AllSymbols+6.3.swift
[23/64] Compiling SFSafeSymbols SFSymbol+AllSymbols+2.1.swift
[24/64] Compiling SFSafeSymbols SFSymbol+AllSymbols+2.2.swift
[25/64] Compiling SFSafeSymbols SFSymbol+AllSymbols+3.0.swift
[26/64] Compiling SFSafeSymbols SFSymbol+AllSymbols+3.1.swift
[27/64] Compiling SFSafeSymbols SFSymbol+AllSymbols+3.2.swift
[28/64] Compiling SFSafeSymbols SFSymbol+AllSymbols+3.3.swift
[29/64] Compiling SFSafeSymbols MenuBarExtra+SFSymbol.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SFSafeSymbols/Sources/SFSafeSymbols/Initializers/SwiftUI/Tab+SFSymbol.swift:87:14: error: initializer 'init(_:systemImage:value:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
85 | @_disfavoredOverload
86 | nonisolated init(_ titleResource: LocalizedStringResource, systemSymbol: SFSymbol, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel {
87 | self.init(titleResource, systemImage: systemSymbol.rawValue, value: value, content: content)
| `- error: initializer 'init(_:systemImage:value:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
88 | }
89 |
SwiftUI.Tab:12:24: note: where 'S' = 'LocalizedStringResource'
10 | nonisolated public init<T>(_ titleKey: LocalizedStringKey, image: String, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable
11 | nonisolated public init<T>(_ titleKey: LocalizedStringKey, image: String, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable
12 | nonisolated public init<S>(_ title: S, systemImage: String, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
| `- note: where 'S' = 'LocalizedStringResource'
13 | nonisolated public init<S>(_ title: S, systemImage: String, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
14 | nonisolated public init<S, T>(_ title: S, systemImage: String, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SFSafeSymbols/Sources/SFSafeSymbols/Initializers/SwiftUI/Tab+SFSymbol.swift:117:14: error: initializer 'init(_:systemImage:value:role:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
115 | @_disfavoredOverload
116 | nonisolated init(_ titleResource: LocalizedStringResource, systemSymbol: SFSymbol, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel {
117 | self.init(titleResource, systemImage: systemSymbol.rawValue, value: value, role: role, content: content)
| `- error: initializer 'init(_:systemImage:value:role:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
118 | }
119 |
SwiftUI.Tab:13:24: note: where 'S' = 'LocalizedStringResource'
11 | nonisolated public init<T>(_ titleKey: LocalizedStringKey, image: String, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable
12 | nonisolated public init<S>(_ title: S, systemImage: String, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
13 | nonisolated public init<S>(_ title: S, systemImage: String, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
| `- note: where 'S' = 'LocalizedStringResource'
14 | nonisolated public init<S, T>(_ title: S, systemImage: String, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable
15 | nonisolated public init<S, T>(_ title: S, systemImage: String, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SFSafeSymbols/Sources/SFSafeSymbols/Initializers/SwiftUI/Tab+SFSymbol.swift:145:14: error: initializer 'init(_:systemImage:value:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
143 | @_disfavoredOverload
144 | nonisolated init<T>(_ titleResource: LocalizedStringResource, systemSymbol: SFSymbol, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable {
145 | self.init(titleResource, systemImage: systemSymbol.rawValue, value: value, content: content)
| `- error: initializer 'init(_:systemImage:value:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
146 | }
147 |
SwiftUI.Tab:14:24: note: where 'S' = 'LocalizedStringResource'
12 | nonisolated public init<S>(_ title: S, systemImage: String, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
13 | nonisolated public init<S>(_ title: S, systemImage: String, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
14 | nonisolated public init<S, T>(_ title: S, systemImage: String, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable
| `- note: where 'S' = 'LocalizedStringResource'
15 | nonisolated public init<S, T>(_ title: S, systemImage: String, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable
16 | nonisolated public init(_ titleKey: LocalizedStringKey, systemImage: String, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SFSafeSymbols/Sources/SFSafeSymbols/Initializers/SwiftUI/Tab+SFSymbol.swift:175:14: error: initializer 'init(_:systemImage:value:role:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
173 | @_disfavoredOverload
174 | nonisolated init<T>(_ titleResource: LocalizedStringResource, systemSymbol: SFSymbol, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable {
175 | self.init(titleResource, systemImage: systemSymbol.rawValue, value: value, role: role, content: content)
| `- error: initializer 'init(_:systemImage:value:role:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
176 | }
177 | }
SwiftUI.Tab:15:24: note: where 'S' = 'LocalizedStringResource'
13 | nonisolated public init<S>(_ title: S, systemImage: String, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
14 | nonisolated public init<S, T>(_ title: S, systemImage: String, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable
15 | nonisolated public init<S, T>(_ title: S, systemImage: String, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable
| `- note: where 'S' = 'LocalizedStringResource'
16 | nonisolated public init(_ titleKey: LocalizedStringKey, systemImage: String, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
17 | nonisolated public init(_ titleKey: LocalizedStringKey, systemImage: String, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SFSafeSymbols/Sources/SFSafeSymbols/Initializers/SwiftUI/Tab+SFSymbol.swift:236:14: error: initializer 'init(_:systemImage:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
234 | @_disfavoredOverload
235 | nonisolated init(_ titleResource: LocalizedStringResource, systemSymbol: SFSymbol, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel {
236 | self.init(titleResource, systemImage: systemSymbol.rawValue, content: content)
| `- error: initializer 'init(_:systemImage:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
237 | }
238 |
SwiftUI.Tab:7:12: note: where 'S' = 'LocalizedStringResource'
5 | public init(_ titleKey: LocalizedStringKey, image: String, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
6 | public init(_ titleKey: LocalizedStringKey, image: String, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
7 | public init<S>(_ title: S, systemImage: String, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
| `- note: where 'S' = 'LocalizedStringResource'
8 | public init<S>(_ title: S, systemImage: String, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
9 | public init(_ titleKey: LocalizedStringKey, systemImage: String, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SFSafeSymbols/Sources/SFSafeSymbols/Initializers/SwiftUI/Tab+SFSymbol.swift:250:14: error: initializer 'init(_:systemImage:role:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
248 | @_disfavoredOverload
249 | nonisolated init(_ titleResource: LocalizedStringResource, systemSymbol: SFSymbol, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel {
250 | self.init(titleResource, systemImage: systemSymbol.rawValue, role: role, content: content)
| `- error: initializer 'init(_:systemImage:role:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
251 | }
252 | }
SwiftUI.Tab:8:12: note: where 'S' = 'LocalizedStringResource'
6 | public init(_ titleKey: LocalizedStringKey, image: String, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
7 | public init<S>(_ title: S, systemImage: String, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
8 | public init<S>(_ title: S, systemImage: String, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
| `- note: where 'S' = 'LocalizedStringResource'
9 | public init(_ titleKey: LocalizedStringKey, systemImage: String, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
10 | public init(_ titleKey: LocalizedStringKey, systemImage: String, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
[30/64] Compiling SFSafeSymbols Tab+SFSymbol.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SFSafeSymbols/Sources/SFSafeSymbols/Initializers/SwiftUI/Tab+SFSymbol.swift:87:14: error: initializer 'init(_:systemImage:value:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
85 | @_disfavoredOverload
86 | nonisolated init(_ titleResource: LocalizedStringResource, systemSymbol: SFSymbol, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel {
87 | self.init(titleResource, systemImage: systemSymbol.rawValue, value: value, content: content)
| `- error: initializer 'init(_:systemImage:value:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
88 | }
89 |
SwiftUI.Tab:12:24: note: where 'S' = 'LocalizedStringResource'
10 | nonisolated public init<T>(_ titleKey: LocalizedStringKey, image: String, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable
11 | nonisolated public init<T>(_ titleKey: LocalizedStringKey, image: String, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable
12 | nonisolated public init<S>(_ title: S, systemImage: String, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
| `- note: where 'S' = 'LocalizedStringResource'
13 | nonisolated public init<S>(_ title: S, systemImage: String, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
14 | nonisolated public init<S, T>(_ title: S, systemImage: String, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SFSafeSymbols/Sources/SFSafeSymbols/Initializers/SwiftUI/Tab+SFSymbol.swift:117:14: error: initializer 'init(_:systemImage:value:role:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
115 | @_disfavoredOverload
116 | nonisolated init(_ titleResource: LocalizedStringResource, systemSymbol: SFSymbol, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel {
117 | self.init(titleResource, systemImage: systemSymbol.rawValue, value: value, role: role, content: content)
| `- error: initializer 'init(_:systemImage:value:role:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
118 | }
119 |
SwiftUI.Tab:13:24: note: where 'S' = 'LocalizedStringResource'
11 | nonisolated public init<T>(_ titleKey: LocalizedStringKey, image: String, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable
12 | nonisolated public init<S>(_ title: S, systemImage: String, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
13 | nonisolated public init<S>(_ title: S, systemImage: String, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
| `- note: where 'S' = 'LocalizedStringResource'
14 | nonisolated public init<S, T>(_ title: S, systemImage: String, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable
15 | nonisolated public init<S, T>(_ title: S, systemImage: String, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SFSafeSymbols/Sources/SFSafeSymbols/Initializers/SwiftUI/Tab+SFSymbol.swift:145:14: error: initializer 'init(_:systemImage:value:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
143 | @_disfavoredOverload
144 | nonisolated init<T>(_ titleResource: LocalizedStringResource, systemSymbol: SFSymbol, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable {
145 | self.init(titleResource, systemImage: systemSymbol.rawValue, value: value, content: content)
| `- error: initializer 'init(_:systemImage:value:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
146 | }
147 |
SwiftUI.Tab:14:24: note: where 'S' = 'LocalizedStringResource'
12 | nonisolated public init<S>(_ title: S, systemImage: String, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
13 | nonisolated public init<S>(_ title: S, systemImage: String, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
14 | nonisolated public init<S, T>(_ title: S, systemImage: String, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable
| `- note: where 'S' = 'LocalizedStringResource'
15 | nonisolated public init<S, T>(_ title: S, systemImage: String, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable
16 | nonisolated public init(_ titleKey: LocalizedStringKey, systemImage: String, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SFSafeSymbols/Sources/SFSafeSymbols/Initializers/SwiftUI/Tab+SFSymbol.swift:175:14: error: initializer 'init(_:systemImage:value:role:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
173 | @_disfavoredOverload
174 | nonisolated init<T>(_ titleResource: LocalizedStringResource, systemSymbol: SFSymbol, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable {
175 | self.init(titleResource, systemImage: systemSymbol.rawValue, value: value, role: role, content: content)
| `- error: initializer 'init(_:systemImage:value:role:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
176 | }
177 | }
SwiftUI.Tab:15:24: note: where 'S' = 'LocalizedStringResource'
13 | nonisolated public init<S>(_ title: S, systemImage: String, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
14 | nonisolated public init<S, T>(_ title: S, systemImage: String, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable
15 | nonisolated public init<S, T>(_ title: S, systemImage: String, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable
| `- note: where 'S' = 'LocalizedStringResource'
16 | nonisolated public init(_ titleKey: LocalizedStringKey, systemImage: String, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
17 | nonisolated public init(_ titleKey: LocalizedStringKey, systemImage: String, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SFSafeSymbols/Sources/SFSafeSymbols/Initializers/SwiftUI/Tab+SFSymbol.swift:236:14: error: initializer 'init(_:systemImage:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
234 | @_disfavoredOverload
235 | nonisolated init(_ titleResource: LocalizedStringResource, systemSymbol: SFSymbol, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel {
236 | self.init(titleResource, systemImage: systemSymbol.rawValue, content: content)
| `- error: initializer 'init(_:systemImage:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
237 | }
238 |
SwiftUI.Tab:7:12: note: where 'S' = 'LocalizedStringResource'
5 | public init(_ titleKey: LocalizedStringKey, image: String, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
6 | public init(_ titleKey: LocalizedStringKey, image: String, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
7 | public init<S>(_ title: S, systemImage: String, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
| `- note: where 'S' = 'LocalizedStringResource'
8 | public init<S>(_ title: S, systemImage: String, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
9 | public init(_ titleKey: LocalizedStringKey, systemImage: String, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SFSafeSymbols/Sources/SFSafeSymbols/Initializers/SwiftUI/Tab+SFSymbol.swift:250:14: error: initializer 'init(_:systemImage:role:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
248 | @_disfavoredOverload
249 | nonisolated init(_ titleResource: LocalizedStringResource, systemSymbol: SFSymbol, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel {
250 | self.init(titleResource, systemImage: systemSymbol.rawValue, role: role, content: content)
| `- error: initializer 'init(_:systemImage:role:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
251 | }
252 | }
SwiftUI.Tab:8:12: note: where 'S' = 'LocalizedStringResource'
6 | public init(_ titleKey: LocalizedStringKey, image: String, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
7 | public init<S>(_ title: S, systemImage: String, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
8 | public init<S>(_ title: S, systemImage: String, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
| `- note: where 'S' = 'LocalizedStringResource'
9 | public init(_ titleKey: LocalizedStringKey, systemImage: String, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
10 | public init(_ titleKey: LocalizedStringKey, systemImage: String, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
[31/64] Compiling SFSafeSymbols UIApplicationShortcutIcon+SFSymbol.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SFSafeSymbols/Sources/SFSafeSymbols/Initializers/SwiftUI/Tab+SFSymbol.swift:87:14: error: initializer 'init(_:systemImage:value:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
85 | @_disfavoredOverload
86 | nonisolated init(_ titleResource: LocalizedStringResource, systemSymbol: SFSymbol, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel {
87 | self.init(titleResource, systemImage: systemSymbol.rawValue, value: value, content: content)
| `- error: initializer 'init(_:systemImage:value:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
88 | }
89 |
SwiftUI.Tab:12:24: note: where 'S' = 'LocalizedStringResource'
10 | nonisolated public init<T>(_ titleKey: LocalizedStringKey, image: String, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable
11 | nonisolated public init<T>(_ titleKey: LocalizedStringKey, image: String, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable
12 | nonisolated public init<S>(_ title: S, systemImage: String, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
| `- note: where 'S' = 'LocalizedStringResource'
13 | nonisolated public init<S>(_ title: S, systemImage: String, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
14 | nonisolated public init<S, T>(_ title: S, systemImage: String, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SFSafeSymbols/Sources/SFSafeSymbols/Initializers/SwiftUI/Tab+SFSymbol.swift:117:14: error: initializer 'init(_:systemImage:value:role:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
115 | @_disfavoredOverload
116 | nonisolated init(_ titleResource: LocalizedStringResource, systemSymbol: SFSymbol, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel {
117 | self.init(titleResource, systemImage: systemSymbol.rawValue, value: value, role: role, content: content)
| `- error: initializer 'init(_:systemImage:value:role:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
118 | }
119 |
SwiftUI.Tab:13:24: note: where 'S' = 'LocalizedStringResource'
11 | nonisolated public init<T>(_ titleKey: LocalizedStringKey, image: String, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable
12 | nonisolated public init<S>(_ title: S, systemImage: String, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
13 | nonisolated public init<S>(_ title: S, systemImage: String, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
| `- note: where 'S' = 'LocalizedStringResource'
14 | nonisolated public init<S, T>(_ title: S, systemImage: String, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable
15 | nonisolated public init<S, T>(_ title: S, systemImage: String, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SFSafeSymbols/Sources/SFSafeSymbols/Initializers/SwiftUI/Tab+SFSymbol.swift:145:14: error: initializer 'init(_:systemImage:value:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
143 | @_disfavoredOverload
144 | nonisolated init<T>(_ titleResource: LocalizedStringResource, systemSymbol: SFSymbol, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable {
145 | self.init(titleResource, systemImage: systemSymbol.rawValue, value: value, content: content)
| `- error: initializer 'init(_:systemImage:value:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
146 | }
147 |
SwiftUI.Tab:14:24: note: where 'S' = 'LocalizedStringResource'
12 | nonisolated public init<S>(_ title: S, systemImage: String, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
13 | nonisolated public init<S>(_ title: S, systemImage: String, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
14 | nonisolated public init<S, T>(_ title: S, systemImage: String, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable
| `- note: where 'S' = 'LocalizedStringResource'
15 | nonisolated public init<S, T>(_ title: S, systemImage: String, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable
16 | nonisolated public init(_ titleKey: LocalizedStringKey, systemImage: String, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SFSafeSymbols/Sources/SFSafeSymbols/Initializers/SwiftUI/Tab+SFSymbol.swift:175:14: error: initializer 'init(_:systemImage:value:role:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
173 | @_disfavoredOverload
174 | nonisolated init<T>(_ titleResource: LocalizedStringResource, systemSymbol: SFSymbol, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable {
175 | self.init(titleResource, systemImage: systemSymbol.rawValue, value: value, role: role, content: content)
| `- error: initializer 'init(_:systemImage:value:role:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
176 | }
177 | }
SwiftUI.Tab:15:24: note: where 'S' = 'LocalizedStringResource'
13 | nonisolated public init<S>(_ title: S, systemImage: String, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
14 | nonisolated public init<S, T>(_ title: S, systemImage: String, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable
15 | nonisolated public init<S, T>(_ title: S, systemImage: String, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable
| `- note: where 'S' = 'LocalizedStringResource'
16 | nonisolated public init(_ titleKey: LocalizedStringKey, systemImage: String, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
17 | nonisolated public init(_ titleKey: LocalizedStringKey, systemImage: String, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SFSafeSymbols/Sources/SFSafeSymbols/Initializers/SwiftUI/Tab+SFSymbol.swift:236:14: error: initializer 'init(_:systemImage:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
234 | @_disfavoredOverload
235 | nonisolated init(_ titleResource: LocalizedStringResource, systemSymbol: SFSymbol, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel {
236 | self.init(titleResource, systemImage: systemSymbol.rawValue, content: content)
| `- error: initializer 'init(_:systemImage:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
237 | }
238 |
SwiftUI.Tab:7:12: note: where 'S' = 'LocalizedStringResource'
5 | public init(_ titleKey: LocalizedStringKey, image: String, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
6 | public init(_ titleKey: LocalizedStringKey, image: String, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
7 | public init<S>(_ title: S, systemImage: String, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
| `- note: where 'S' = 'LocalizedStringResource'
8 | public init<S>(_ title: S, systemImage: String, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
9 | public init(_ titleKey: LocalizedStringKey, systemImage: String, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SFSafeSymbols/Sources/SFSafeSymbols/Initializers/SwiftUI/Tab+SFSymbol.swift:250:14: error: initializer 'init(_:systemImage:role:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
248 | @_disfavoredOverload
249 | nonisolated init(_ titleResource: LocalizedStringResource, systemSymbol: SFSymbol, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel {
250 | self.init(titleResource, systemImage: systemSymbol.rawValue, role: role, content: content)
| `- error: initializer 'init(_:systemImage:role:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
251 | }
252 | }
SwiftUI.Tab:8:12: note: where 'S' = 'LocalizedStringResource'
6 | public init(_ titleKey: LocalizedStringKey, image: String, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
7 | public init<S>(_ title: S, systemImage: String, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
8 | public init<S>(_ title: S, systemImage: String, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
| `- note: where 'S' = 'LocalizedStringResource'
9 | public init(_ titleKey: LocalizedStringKey, systemImage: String, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
10 | public init(_ titleKey: LocalizedStringKey, systemImage: String, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
[32/64] Compiling SFSafeSymbols UIImage+SFSymbol.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SFSafeSymbols/Sources/SFSafeSymbols/Initializers/SwiftUI/Tab+SFSymbol.swift:87:14: error: initializer 'init(_:systemImage:value:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
85 | @_disfavoredOverload
86 | nonisolated init(_ titleResource: LocalizedStringResource, systemSymbol: SFSymbol, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel {
87 | self.init(titleResource, systemImage: systemSymbol.rawValue, value: value, content: content)
| `- error: initializer 'init(_:systemImage:value:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
88 | }
89 |
SwiftUI.Tab:12:24: note: where 'S' = 'LocalizedStringResource'
10 | nonisolated public init<T>(_ titleKey: LocalizedStringKey, image: String, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable
11 | nonisolated public init<T>(_ titleKey: LocalizedStringKey, image: String, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable
12 | nonisolated public init<S>(_ title: S, systemImage: String, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
| `- note: where 'S' = 'LocalizedStringResource'
13 | nonisolated public init<S>(_ title: S, systemImage: String, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
14 | nonisolated public init<S, T>(_ title: S, systemImage: String, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SFSafeSymbols/Sources/SFSafeSymbols/Initializers/SwiftUI/Tab+SFSymbol.swift:117:14: error: initializer 'init(_:systemImage:value:role:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
115 | @_disfavoredOverload
116 | nonisolated init(_ titleResource: LocalizedStringResource, systemSymbol: SFSymbol, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel {
117 | self.init(titleResource, systemImage: systemSymbol.rawValue, value: value, role: role, content: content)
| `- error: initializer 'init(_:systemImage:value:role:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
118 | }
119 |
SwiftUI.Tab:13:24: note: where 'S' = 'LocalizedStringResource'
11 | nonisolated public init<T>(_ titleKey: LocalizedStringKey, image: String, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable
12 | nonisolated public init<S>(_ title: S, systemImage: String, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
13 | nonisolated public init<S>(_ title: S, systemImage: String, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
| `- note: where 'S' = 'LocalizedStringResource'
14 | nonisolated public init<S, T>(_ title: S, systemImage: String, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable
15 | nonisolated public init<S, T>(_ title: S, systemImage: String, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SFSafeSymbols/Sources/SFSafeSymbols/Initializers/SwiftUI/Tab+SFSymbol.swift:145:14: error: initializer 'init(_:systemImage:value:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
143 | @_disfavoredOverload
144 | nonisolated init<T>(_ titleResource: LocalizedStringResource, systemSymbol: SFSymbol, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable {
145 | self.init(titleResource, systemImage: systemSymbol.rawValue, value: value, content: content)
| `- error: initializer 'init(_:systemImage:value:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
146 | }
147 |
SwiftUI.Tab:14:24: note: where 'S' = 'LocalizedStringResource'
12 | nonisolated public init<S>(_ title: S, systemImage: String, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
13 | nonisolated public init<S>(_ title: S, systemImage: String, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
14 | nonisolated public init<S, T>(_ title: S, systemImage: String, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable
| `- note: where 'S' = 'LocalizedStringResource'
15 | nonisolated public init<S, T>(_ title: S, systemImage: String, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable
16 | nonisolated public init(_ titleKey: LocalizedStringKey, systemImage: String, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SFSafeSymbols/Sources/SFSafeSymbols/Initializers/SwiftUI/Tab+SFSymbol.swift:175:14: error: initializer 'init(_:systemImage:value:role:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
173 | @_disfavoredOverload
174 | nonisolated init<T>(_ titleResource: LocalizedStringResource, systemSymbol: SFSymbol, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable {
175 | self.init(titleResource, systemImage: systemSymbol.rawValue, value: value, role: role, content: content)
| `- error: initializer 'init(_:systemImage:value:role:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
176 | }
177 | }
SwiftUI.Tab:15:24: note: where 'S' = 'LocalizedStringResource'
13 | nonisolated public init<S>(_ title: S, systemImage: String, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
14 | nonisolated public init<S, T>(_ title: S, systemImage: String, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable
15 | nonisolated public init<S, T>(_ title: S, systemImage: String, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable
| `- note: where 'S' = 'LocalizedStringResource'
16 | nonisolated public init(_ titleKey: LocalizedStringKey, systemImage: String, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
17 | nonisolated public init(_ titleKey: LocalizedStringKey, systemImage: String, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SFSafeSymbols/Sources/SFSafeSymbols/Initializers/SwiftUI/Tab+SFSymbol.swift:236:14: error: initializer 'init(_:systemImage:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
234 | @_disfavoredOverload
235 | nonisolated init(_ titleResource: LocalizedStringResource, systemSymbol: SFSymbol, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel {
236 | self.init(titleResource, systemImage: systemSymbol.rawValue, content: content)
| `- error: initializer 'init(_:systemImage:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
237 | }
238 |
SwiftUI.Tab:7:12: note: where 'S' = 'LocalizedStringResource'
5 | public init(_ titleKey: LocalizedStringKey, image: String, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
6 | public init(_ titleKey: LocalizedStringKey, image: String, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
7 | public init<S>(_ title: S, systemImage: String, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
| `- note: where 'S' = 'LocalizedStringResource'
8 | public init<S>(_ title: S, systemImage: String, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
9 | public init(_ titleKey: LocalizedStringKey, systemImage: String, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SFSafeSymbols/Sources/SFSafeSymbols/Initializers/SwiftUI/Tab+SFSymbol.swift:250:14: error: initializer 'init(_:systemImage:role:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
248 | @_disfavoredOverload
249 | nonisolated init(_ titleResource: LocalizedStringResource, systemSymbol: SFSymbol, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel {
250 | self.init(titleResource, systemImage: systemSymbol.rawValue, role: role, content: content)
| `- error: initializer 'init(_:systemImage:role:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
251 | }
252 | }
SwiftUI.Tab:8:12: note: where 'S' = 'LocalizedStringResource'
6 | public init(_ titleKey: LocalizedStringKey, image: String, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
7 | public init<S>(_ title: S, systemImage: String, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
8 | public init<S>(_ title: S, systemImage: String, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
| `- note: where 'S' = 'LocalizedStringResource'
9 | public init(_ titleKey: LocalizedStringKey, systemImage: String, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
10 | public init(_ titleKey: LocalizedStringKey, systemImage: String, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
[33/64] Compiling SFSafeSymbols SFSymbol+1.0.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SFSafeSymbols/Sources/SFSafeSymbols/Initializers/SwiftUI/Tab+SFSymbol.swift:87:14: error: initializer 'init(_:systemImage:value:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
85 | @_disfavoredOverload
86 | nonisolated init(_ titleResource: LocalizedStringResource, systemSymbol: SFSymbol, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel {
87 | self.init(titleResource, systemImage: systemSymbol.rawValue, value: value, content: content)
| `- error: initializer 'init(_:systemImage:value:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
88 | }
89 |
SwiftUI.Tab:12:24: note: where 'S' = 'LocalizedStringResource'
10 | nonisolated public init<T>(_ titleKey: LocalizedStringKey, image: String, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable
11 | nonisolated public init<T>(_ titleKey: LocalizedStringKey, image: String, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable
12 | nonisolated public init<S>(_ title: S, systemImage: String, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
| `- note: where 'S' = 'LocalizedStringResource'
13 | nonisolated public init<S>(_ title: S, systemImage: String, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
14 | nonisolated public init<S, T>(_ title: S, systemImage: String, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SFSafeSymbols/Sources/SFSafeSymbols/Initializers/SwiftUI/Tab+SFSymbol.swift:117:14: error: initializer 'init(_:systemImage:value:role:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
115 | @_disfavoredOverload
116 | nonisolated init(_ titleResource: LocalizedStringResource, systemSymbol: SFSymbol, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel {
117 | self.init(titleResource, systemImage: systemSymbol.rawValue, value: value, role: role, content: content)
| `- error: initializer 'init(_:systemImage:value:role:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
118 | }
119 |
SwiftUI.Tab:13:24: note: where 'S' = 'LocalizedStringResource'
11 | nonisolated public init<T>(_ titleKey: LocalizedStringKey, image: String, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable
12 | nonisolated public init<S>(_ title: S, systemImage: String, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
13 | nonisolated public init<S>(_ title: S, systemImage: String, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
| `- note: where 'S' = 'LocalizedStringResource'
14 | nonisolated public init<S, T>(_ title: S, systemImage: String, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable
15 | nonisolated public init<S, T>(_ title: S, systemImage: String, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SFSafeSymbols/Sources/SFSafeSymbols/Initializers/SwiftUI/Tab+SFSymbol.swift:145:14: error: initializer 'init(_:systemImage:value:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
143 | @_disfavoredOverload
144 | nonisolated init<T>(_ titleResource: LocalizedStringResource, systemSymbol: SFSymbol, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable {
145 | self.init(titleResource, systemImage: systemSymbol.rawValue, value: value, content: content)
| `- error: initializer 'init(_:systemImage:value:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
146 | }
147 |
SwiftUI.Tab:14:24: note: where 'S' = 'LocalizedStringResource'
12 | nonisolated public init<S>(_ title: S, systemImage: String, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
13 | nonisolated public init<S>(_ title: S, systemImage: String, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
14 | nonisolated public init<S, T>(_ title: S, systemImage: String, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable
| `- note: where 'S' = 'LocalizedStringResource'
15 | nonisolated public init<S, T>(_ title: S, systemImage: String, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable
16 | nonisolated public init(_ titleKey: LocalizedStringKey, systemImage: String, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SFSafeSymbols/Sources/SFSafeSymbols/Initializers/SwiftUI/Tab+SFSymbol.swift:175:14: error: initializer 'init(_:systemImage:value:role:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
173 | @_disfavoredOverload
174 | nonisolated init<T>(_ titleResource: LocalizedStringResource, systemSymbol: SFSymbol, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable {
175 | self.init(titleResource, systemImage: systemSymbol.rawValue, value: value, role: role, content: content)
| `- error: initializer 'init(_:systemImage:value:role:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
176 | }
177 | }
SwiftUI.Tab:15:24: note: where 'S' = 'LocalizedStringResource'
13 | nonisolated public init<S>(_ title: S, systemImage: String, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
14 | nonisolated public init<S, T>(_ title: S, systemImage: String, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable
15 | nonisolated public init<S, T>(_ title: S, systemImage: String, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable
| `- note: where 'S' = 'LocalizedStringResource'
16 | nonisolated public init(_ titleKey: LocalizedStringKey, systemImage: String, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
17 | nonisolated public init(_ titleKey: LocalizedStringKey, systemImage: String, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SFSafeSymbols/Sources/SFSafeSymbols/Initializers/SwiftUI/Tab+SFSymbol.swift:236:14: error: initializer 'init(_:systemImage:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
234 | @_disfavoredOverload
235 | nonisolated init(_ titleResource: LocalizedStringResource, systemSymbol: SFSymbol, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel {
236 | self.init(titleResource, systemImage: systemSymbol.rawValue, content: content)
| `- error: initializer 'init(_:systemImage:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
237 | }
238 |
SwiftUI.Tab:7:12: note: where 'S' = 'LocalizedStringResource'
5 | public init(_ titleKey: LocalizedStringKey, image: String, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
6 | public init(_ titleKey: LocalizedStringKey, image: String, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
7 | public init<S>(_ title: S, systemImage: String, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
| `- note: where 'S' = 'LocalizedStringResource'
8 | public init<S>(_ title: S, systemImage: String, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
9 | public init(_ titleKey: LocalizedStringKey, systemImage: String, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SFSafeSymbols/Sources/SFSafeSymbols/Initializers/SwiftUI/Tab+SFSymbol.swift:250:14: error: initializer 'init(_:systemImage:role:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
248 | @_disfavoredOverload
249 | nonisolated init(_ titleResource: LocalizedStringResource, systemSymbol: SFSymbol, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel {
250 | self.init(titleResource, systemImage: systemSymbol.rawValue, role: role, content: content)
| `- error: initializer 'init(_:systemImage:role:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
251 | }
252 | }
SwiftUI.Tab:8:12: note: where 'S' = 'LocalizedStringResource'
6 | public init(_ titleKey: LocalizedStringKey, image: String, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
7 | public init<S>(_ title: S, systemImage: String, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
8 | public init<S>(_ title: S, systemImage: String, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
| `- note: where 'S' = 'LocalizedStringResource'
9 | public init(_ titleKey: LocalizedStringKey, systemImage: String, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
10 | public init(_ titleKey: LocalizedStringKey, systemImage: String, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
[34/64] Compiling SFSafeSymbols SFSymbol+1.1.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SFSafeSymbols/Sources/SFSafeSymbols/Initializers/SwiftUI/Tab+SFSymbol.swift:87:14: error: initializer 'init(_:systemImage:value:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
85 | @_disfavoredOverload
86 | nonisolated init(_ titleResource: LocalizedStringResource, systemSymbol: SFSymbol, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel {
87 | self.init(titleResource, systemImage: systemSymbol.rawValue, value: value, content: content)
| `- error: initializer 'init(_:systemImage:value:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
88 | }
89 |
SwiftUI.Tab:12:24: note: where 'S' = 'LocalizedStringResource'
10 | nonisolated public init<T>(_ titleKey: LocalizedStringKey, image: String, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable
11 | nonisolated public init<T>(_ titleKey: LocalizedStringKey, image: String, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable
12 | nonisolated public init<S>(_ title: S, systemImage: String, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
| `- note: where 'S' = 'LocalizedStringResource'
13 | nonisolated public init<S>(_ title: S, systemImage: String, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
14 | nonisolated public init<S, T>(_ title: S, systemImage: String, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SFSafeSymbols/Sources/SFSafeSymbols/Initializers/SwiftUI/Tab+SFSymbol.swift:117:14: error: initializer 'init(_:systemImage:value:role:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
115 | @_disfavoredOverload
116 | nonisolated init(_ titleResource: LocalizedStringResource, systemSymbol: SFSymbol, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel {
117 | self.init(titleResource, systemImage: systemSymbol.rawValue, value: value, role: role, content: content)
| `- error: initializer 'init(_:systemImage:value:role:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
118 | }
119 |
SwiftUI.Tab:13:24: note: where 'S' = 'LocalizedStringResource'
11 | nonisolated public init<T>(_ titleKey: LocalizedStringKey, image: String, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable
12 | nonisolated public init<S>(_ title: S, systemImage: String, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
13 | nonisolated public init<S>(_ title: S, systemImage: String, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
| `- note: where 'S' = 'LocalizedStringResource'
14 | nonisolated public init<S, T>(_ title: S, systemImage: String, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable
15 | nonisolated public init<S, T>(_ title: S, systemImage: String, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SFSafeSymbols/Sources/SFSafeSymbols/Initializers/SwiftUI/Tab+SFSymbol.swift:145:14: error: initializer 'init(_:systemImage:value:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
143 | @_disfavoredOverload
144 | nonisolated init<T>(_ titleResource: LocalizedStringResource, systemSymbol: SFSymbol, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable {
145 | self.init(titleResource, systemImage: systemSymbol.rawValue, value: value, content: content)
| `- error: initializer 'init(_:systemImage:value:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
146 | }
147 |
SwiftUI.Tab:14:24: note: where 'S' = 'LocalizedStringResource'
12 | nonisolated public init<S>(_ title: S, systemImage: String, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
13 | nonisolated public init<S>(_ title: S, systemImage: String, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
14 | nonisolated public init<S, T>(_ title: S, systemImage: String, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable
| `- note: where 'S' = 'LocalizedStringResource'
15 | nonisolated public init<S, T>(_ title: S, systemImage: String, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable
16 | nonisolated public init(_ titleKey: LocalizedStringKey, systemImage: String, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SFSafeSymbols/Sources/SFSafeSymbols/Initializers/SwiftUI/Tab+SFSymbol.swift:175:14: error: initializer 'init(_:systemImage:value:role:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
173 | @_disfavoredOverload
174 | nonisolated init<T>(_ titleResource: LocalizedStringResource, systemSymbol: SFSymbol, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, T : Hashable {
175 | self.init(titleResource, systemImage: systemSymbol.rawValue, value: value, role: role, content: content)
| `- error: initializer 'init(_:systemImage:value:role:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
176 | }
177 | }
SwiftUI.Tab:15:24: note: where 'S' = 'LocalizedStringResource'
13 | nonisolated public init<S>(_ title: S, systemImage: String, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
14 | nonisolated public init<S, T>(_ title: S, systemImage: String, value: T, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable
15 | nonisolated public init<S, T>(_ title: S, systemImage: String, value: T, role: TabRole?, @ViewBuilder content: () -> Content) where Value == T?, Label == DefaultTabLabel, S : StringProtocol, T : Hashable
| `- note: where 'S' = 'LocalizedStringResource'
16 | nonisolated public init(_ titleKey: LocalizedStringKey, systemImage: String, value: Value, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
17 | nonisolated public init(_ titleKey: LocalizedStringKey, systemImage: String, value: Value, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SFSafeSymbols/Sources/SFSafeSymbols/Initializers/SwiftUI/Tab+SFSymbol.swift:236:14: error: initializer 'init(_:systemImage:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
234 | @_disfavoredOverload
235 | nonisolated init(_ titleResource: LocalizedStringResource, systemSymbol: SFSymbol, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel {
236 | self.init(titleResource, systemImage: systemSymbol.rawValue, content: content)
| `- error: initializer 'init(_:systemImage:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
237 | }
238 |
SwiftUI.Tab:7:12: note: where 'S' = 'LocalizedStringResource'
5 | public init(_ titleKey: LocalizedStringKey, image: String, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
6 | public init(_ titleKey: LocalizedStringKey, image: String, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
7 | public init<S>(_ title: S, systemImage: String, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
| `- note: where 'S' = 'LocalizedStringResource'
8 | public init<S>(_ title: S, systemImage: String, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
9 | public init(_ titleKey: LocalizedStringKey, systemImage: String, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SFSafeSymbols/Sources/SFSafeSymbols/Initializers/SwiftUI/Tab+SFSymbol.swift:250:14: error: initializer 'init(_:systemImage:role:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
248 | @_disfavoredOverload
249 | nonisolated init(_ titleResource: LocalizedStringResource, systemSymbol: SFSymbol, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel {
250 | self.init(titleResource, systemImage: systemSymbol.rawValue, role: role, content: content)
| `- error: initializer 'init(_:systemImage:role:content:)' requires that 'LocalizedStringResource' conform to 'StringProtocol'
251 | }
252 | }
SwiftUI.Tab:8:12: note: where 'S' = 'LocalizedStringResource'
6 | public init(_ titleKey: LocalizedStringKey, image: String, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
7 | public init<S>(_ title: S, systemImage: String, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
8 | public init<S>(_ title: S, systemImage: String, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel, S : StringProtocol
| `- note: where 'S' = 'LocalizedStringResource'
9 | public init(_ titleKey: LocalizedStringKey, systemImage: String, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
10 | public init(_ titleKey: LocalizedStringKey, systemImage: String, role: TabRole?, @ViewBuilder content: () -> Content) where Label == DefaultTabLabel
[35/64] Compiling SFSafeSymbols DisplayRepresentationImage+SFSymbol.swift
[36/64] Compiling SFSafeSymbols NSImage+SFSymbol.swift
[37/64] Compiling SFSafeSymbols Button+SFSymbol.swift
[38/64] Compiling SFSafeSymbols ContentUnavailableView+SFSymbol.swift
[39/64] Compiling SFSafeSymbols Image+SFSymbol.swift
[40/64] Compiling SFSafeSymbols Label+SFSymbol.swift
[41/64] Compiling SFSafeSymbols SFSymbol+2.0.swift
[42/64] Compiling SFSafeSymbols SFSymbol+2.1.swift
[43/64] Compiling SFSafeSymbols SFSymbol+2.2.swift
[44/64] Compiling SFSafeSymbols SFSymbol+3.0.swift
[45/64] Compiling SFSafeSymbols SFSymbol+3.1.swift
[46/64] Compiling SFSafeSymbols SFSymbol+3.2.swift
[47/64] Compiling SFSafeSymbols SFSymbol+AllSymbols+6.4.swift
[48/64] Compiling SFSafeSymbols SFSymbol+AllSymbols+7.0.swift
[49/64] Compiling SFSafeSymbols SFSymbol+AllSymbols.swift
[50/64] Compiling SFSafeSymbols SFSymbol.swift
[51/64] Compiling SFSafeSymbols SymbolLocalizations.swift
[52/64] Compiling SFSafeSymbols SymbolWithLocalizations.swift
[53/64] Compiling SFSafeSymbols SFSymbol+AllSymbols+4.0.swift
[54/64] Compiling SFSafeSymbols SFSymbol+AllSymbols+4.1.swift
[55/64] Compiling SFSafeSymbols SFSymbol+AllSymbols+4.2.swift
[56/64] Compiling SFSafeSymbols SFSymbol+AllSymbols+5.0.swift
[57/64] Compiling SFSafeSymbols SFSymbol+AllSymbols+5.1.swift
[58/64] Compiling SFSafeSymbols SFSymbol+AllSymbols+5.2.swift
[59/64] Compiling SFSafeSymbols SFSymbol+6.3.swift
[60/64] Compiling SFSafeSymbols SFSymbol+6.4.swift
[61/64] Compiling SFSafeSymbols SFSymbol+7.0.swift
[62/64] Compiling SFSafeSymbols SFSymbol+AllSymbols+1.0.swift
[63/64] Compiling SFSafeSymbols SFSymbol+AllSymbols+1.1.swift
[64/64] Compiling SFSafeSymbols SFSymbol+AllSymbols+2.0.swift
Fetching https://github.com/SFSafeSymbols/SFSafeSymbols.git
[1/3252] Fetching sfsafesymbols
Fetched https://github.com/SFSafeSymbols/SFSafeSymbols.git from cache (1.19s)
Computing version for https://github.com/SFSafeSymbols/SFSafeSymbols.git
Computed https://github.com/SFSafeSymbols/SFSafeSymbols.git at 7.0.0 (0.44s)
Creating working copy for https://github.com/SFSafeSymbols/SFSafeSymbols.git
Working copy of https://github.com/SFSafeSymbols/SFSafeSymbols.git resolved at 7.0.0
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Sources/SFSymbolsPicker/Localizable.xcstrings
BUILD FAILURE 6.0 macosSpm