The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build FlineDevKit, reference main (052e1f), with Swift 6.1 for Linux on 3 Jun 2025 14:37:20 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
154 |       }
155 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:153:76: error: cannot infer contextual base in reference to member 'module'
151 |       /// "File" - Use for document or media file references
152 |       public static var file: String {
153 |          String(localized: "TK.Label.file", defaultValue: "File", bundle: .module, comment: "Use for document or media file references")
    |                                                                            `- error: cannot infer contextual base in reference to member 'module'
154 |       }
155 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:158:16: error: extra arguments at positions #3, #4 in call
156 |       /// "General" - Use for broad or miscellaneous settings
157 |       public static var general: String {
158 |          String(localized: "TK.Label.general", defaultValue: "General", bundle: .module, comment: "Use for broad or miscellaneous settings")
    |                `- error: extra arguments at positions #3, #4 in call
159 |       }
160 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:158:17: error: missing argument for parameter 'format' in call
156 |       /// "General" - Use for broad or miscellaneous settings
157 |       public static var general: String {
158 |          String(localized: "TK.Label.general", defaultValue: "General", bundle: .module, comment: "Use for broad or miscellaneous settings")
    |                 `- error: missing argument for parameter 'format' in call
159 |       }
160 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:158:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
156 |       /// "General" - Use for broad or miscellaneous settings
157 |       public static var general: String {
158 |          String(localized: "TK.Label.general", defaultValue: "General", bundle: .module, comment: "Use for broad or miscellaneous settings")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
159 |       }
160 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:158:82: error: cannot infer contextual base in reference to member 'module'
156 |       /// "General" - Use for broad or miscellaneous settings
157 |       public static var general: String {
158 |          String(localized: "TK.Label.general", defaultValue: "General", bundle: .module, comment: "Use for broad or miscellaneous settings")
    |                                                                                  `- error: cannot infer contextual base in reference to member 'module'
159 |       }
160 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:163:16: error: extra arguments at positions #3, #4 in call
161 |       /// "Help" - Use for customer support or instructional sections
162 |       public static var help: String {
163 |          String(localized: "TK.Label.help", defaultValue: "Help", bundle: .module, comment: "Use for customer support or instructional sections")
    |                `- error: extra arguments at positions #3, #4 in call
164 |       }
165 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:163:17: error: missing argument for parameter 'format' in call
161 |       /// "Help" - Use for customer support or instructional sections
162 |       public static var help: String {
163 |          String(localized: "TK.Label.help", defaultValue: "Help", bundle: .module, comment: "Use for customer support or instructional sections")
    |                 `- error: missing argument for parameter 'format' in call
164 |       }
165 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:163:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
161 |       /// "Help" - Use for customer support or instructional sections
162 |       public static var help: String {
163 |          String(localized: "TK.Label.help", defaultValue: "Help", bundle: .module, comment: "Use for customer support or instructional sections")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
164 |       }
165 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:163:76: error: cannot infer contextual base in reference to member 'module'
161 |       /// "Help" - Use for customer support or instructional sections
162 |       public static var help: String {
163 |          String(localized: "TK.Label.help", defaultValue: "Help", bundle: .module, comment: "Use for customer support or instructional sections")
    |                                                                            `- error: cannot infer contextual base in reference to member 'module'
164 |       }
165 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:168:16: error: extra arguments at positions #3, #4 in call
166 |       /// "History" - Use when referring to past actions, transactions, or records
167 |       public static var history: String {
168 |          String(localized: "TK.Label.history", defaultValue: "History", bundle: .module, comment: "Use when referring to past actions, transactions, or records")
    |                `- error: extra arguments at positions #3, #4 in call
169 |       }
170 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:168:17: error: missing argument for parameter 'format' in call
166 |       /// "History" - Use when referring to past actions, transactions, or records
167 |       public static var history: String {
168 |          String(localized: "TK.Label.history", defaultValue: "History", bundle: .module, comment: "Use when referring to past actions, transactions, or records")
    |                 `- error: missing argument for parameter 'format' in call
169 |       }
170 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:168:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
166 |       /// "History" - Use when referring to past actions, transactions, or records
167 |       public static var history: String {
168 |          String(localized: "TK.Label.history", defaultValue: "History", bundle: .module, comment: "Use when referring to past actions, transactions, or records")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
169 |       }
170 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:168:82: error: cannot infer contextual base in reference to member 'module'
166 |       /// "History" - Use when referring to past actions, transactions, or records
167 |       public static var history: String {
168 |          String(localized: "TK.Label.history", defaultValue: "History", bundle: .module, comment: "Use when referring to past actions, transactions, or records")
    |                                                                                  `- error: cannot infer contextual base in reference to member 'module'
169 |       }
170 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:173:16: error: extra arguments at positions #3, #4 in call
171 |       /// "Home" - Use for navigation to the main dashboard or landing screen
172 |       public static var home: String {
173 |          String(localized: "TK.Label.home", defaultValue: "Home", bundle: .module, comment: "Use for navigation to the main dashboard or landing screen")
    |                `- error: extra arguments at positions #3, #4 in call
174 |       }
175 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:173:17: error: missing argument for parameter 'format' in call
171 |       /// "Home" - Use for navigation to the main dashboard or landing screen
172 |       public static var home: String {
173 |          String(localized: "TK.Label.home", defaultValue: "Home", bundle: .module, comment: "Use for navigation to the main dashboard or landing screen")
    |                 `- error: missing argument for parameter 'format' in call
174 |       }
175 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:173:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
171 |       /// "Home" - Use for navigation to the main dashboard or landing screen
172 |       public static var home: String {
173 |          String(localized: "TK.Label.home", defaultValue: "Home", bundle: .module, comment: "Use for navigation to the main dashboard or landing screen")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
174 |       }
175 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:173:76: error: cannot infer contextual base in reference to member 'module'
171 |       /// "Home" - Use for navigation to the main dashboard or landing screen
172 |       public static var home: String {
173 |          String(localized: "TK.Label.home", defaultValue: "Home", bundle: .module, comment: "Use for navigation to the main dashboard or landing screen")
    |                                                                            `- error: cannot infer contextual base in reference to member 'module'
174 |       }
175 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:178:16: error: extra arguments at positions #3, #4 in call
176 |       /// "ID" - Use for unique user or object identification labels
177 |       public static var id: String {
178 |          String(localized: "TK.Label.id", defaultValue: "ID", bundle: .module, comment: "Use for unique user or object identification labels")
    |                `- error: extra arguments at positions #3, #4 in call
179 |       }
180 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:178:17: error: missing argument for parameter 'format' in call
176 |       /// "ID" - Use for unique user or object identification labels
177 |       public static var id: String {
178 |          String(localized: "TK.Label.id", defaultValue: "ID", bundle: .module, comment: "Use for unique user or object identification labels")
    |                 `- error: missing argument for parameter 'format' in call
179 |       }
180 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:178:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
176 |       /// "ID" - Use for unique user or object identification labels
177 |       public static var id: String {
178 |          String(localized: "TK.Label.id", defaultValue: "ID", bundle: .module, comment: "Use for unique user or object identification labels")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
179 |       }
180 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:178:72: error: cannot infer contextual base in reference to member 'module'
176 |       /// "ID" - Use for unique user or object identification labels
177 |       public static var id: String {
178 |          String(localized: "TK.Label.id", defaultValue: "ID", bundle: .module, comment: "Use for unique user or object identification labels")
    |                                                                        `- error: cannot infer contextual base in reference to member 'module'
179 |       }
180 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:183:16: error: extra arguments at positions #3, #4 in call
181 |       /// "Image" - Use for sections containing pictures or graphics
182 |       public static var image: String {
183 |          String(localized: "TK.Label.image", defaultValue: "Image", bundle: .module, comment: "Use for sections containing pictures or graphics")
    |                `- error: extra arguments at positions #3, #4 in call
184 |       }
185 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:183:17: error: missing argument for parameter 'format' in call
181 |       /// "Image" - Use for sections containing pictures or graphics
182 |       public static var image: String {
183 |          String(localized: "TK.Label.image", defaultValue: "Image", bundle: .module, comment: "Use for sections containing pictures or graphics")
    |                 `- error: missing argument for parameter 'format' in call
184 |       }
185 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:183:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
181 |       /// "Image" - Use for sections containing pictures or graphics
182 |       public static var image: String {
183 |          String(localized: "TK.Label.image", defaultValue: "Image", bundle: .module, comment: "Use for sections containing pictures or graphics")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
184 |       }
185 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:183:78: error: cannot infer contextual base in reference to member 'module'
181 |       /// "Image" - Use for sections containing pictures or graphics
182 |       public static var image: String {
183 |          String(localized: "TK.Label.image", defaultValue: "Image", bundle: .module, comment: "Use for sections containing pictures or graphics")
    |                                                                              `- error: cannot infer contextual base in reference to member 'module'
184 |       }
185 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:188:16: error: extra arguments at positions #3, #4 in call
186 |       /// "Info" - Use for additional information or details
187 |       public static var info: String {
188 |          String(localized: "TK.Label.info", defaultValue: "Info", bundle: .module, comment: "Use for additional information or details")
    |                `- error: extra arguments at positions #3, #4 in call
189 |       }
190 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:188:17: error: missing argument for parameter 'format' in call
186 |       /// "Info" - Use for additional information or details
187 |       public static var info: String {
188 |          String(localized: "TK.Label.info", defaultValue: "Info", bundle: .module, comment: "Use for additional information or details")
    |                 `- error: missing argument for parameter 'format' in call
189 |       }
190 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:188:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
186 |       /// "Info" - Use for additional information or details
187 |       public static var info: String {
188 |          String(localized: "TK.Label.info", defaultValue: "Info", bundle: .module, comment: "Use for additional information or details")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
189 |       }
190 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:188:76: error: cannot infer contextual base in reference to member 'module'
186 |       /// "Info" - Use for additional information or details
187 |       public static var info: String {
188 |          String(localized: "TK.Label.info", defaultValue: "Info", bundle: .module, comment: "Use for additional information or details")
    |                                                                            `- error: cannot infer contextual base in reference to member 'module'
189 |       }
190 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:193:16: error: extra arguments at positions #3, #4 in call
191 |       /// "Input" - Use for form fields where users can enter data
192 |       public static var input: String {
193 |          String(localized: "TK.Label.input", defaultValue: "Input", bundle: .module, comment: "Use for form fields where users can enter data")
    |                `- error: extra arguments at positions #3, #4 in call
194 |       }
195 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:193:17: error: missing argument for parameter 'format' in call
191 |       /// "Input" - Use for form fields where users can enter data
192 |       public static var input: String {
193 |          String(localized: "TK.Label.input", defaultValue: "Input", bundle: .module, comment: "Use for form fields where users can enter data")
    |                 `- error: missing argument for parameter 'format' in call
194 |       }
195 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:193:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
191 |       /// "Input" - Use for form fields where users can enter data
192 |       public static var input: String {
193 |          String(localized: "TK.Label.input", defaultValue: "Input", bundle: .module, comment: "Use for form fields where users can enter data")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
194 |       }
195 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:193:78: error: cannot infer contextual base in reference to member 'module'
191 |       /// "Input" - Use for form fields where users can enter data
192 |       public static var input: String {
193 |          String(localized: "TK.Label.input", defaultValue: "Input", bundle: .module, comment: "Use for form fields where users can enter data")
    |                                                                              `- error: cannot infer contextual base in reference to member 'module'
194 |       }
195 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:198:16: error: extra arguments at positions #3, #4 in call
196 |       /// "Language" - Use for localization or translation preferences
197 |       public static var language: String {
198 |          String(localized: "TK.Label.language", defaultValue: "Language", bundle: .module, comment: "Use for localization or translation preferences")
    |                `- error: extra arguments at positions #3, #4 in call
199 |       }
200 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:198:17: error: missing argument for parameter 'format' in call
196 |       /// "Language" - Use for localization or translation preferences
197 |       public static var language: String {
198 |          String(localized: "TK.Label.language", defaultValue: "Language", bundle: .module, comment: "Use for localization or translation preferences")
    |                 `- error: missing argument for parameter 'format' in call
199 |       }
200 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:198:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
196 |       /// "Language" - Use for localization or translation preferences
197 |       public static var language: String {
198 |          String(localized: "TK.Label.language", defaultValue: "Language", bundle: .module, comment: "Use for localization or translation preferences")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
199 |       }
200 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:198:84: error: cannot infer contextual base in reference to member 'module'
196 |       /// "Language" - Use for localization or translation preferences
197 |       public static var language: String {
198 |          String(localized: "TK.Label.language", defaultValue: "Language", bundle: .module, comment: "Use for localization or translation preferences")
    |                                                                                    `- error: cannot infer contextual base in reference to member 'module'
199 |       }
200 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:203:16: error: extra arguments at positions #3, #4 in call
201 |       /// "Location" - Use for GPS or user-specified place tracking
202 |       public static var location: String {
203 |          String(localized: "TK.Label.location", defaultValue: "Location", bundle: .module, comment: "Use for GPS or user-specified place tracking")
    |                `- error: extra arguments at positions #3, #4 in call
204 |       }
205 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:203:17: error: missing argument for parameter 'format' in call
201 |       /// "Location" - Use for GPS or user-specified place tracking
202 |       public static var location: String {
203 |          String(localized: "TK.Label.location", defaultValue: "Location", bundle: .module, comment: "Use for GPS or user-specified place tracking")
    |                 `- error: missing argument for parameter 'format' in call
204 |       }
205 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:203:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
201 |       /// "Location" - Use for GPS or user-specified place tracking
202 |       public static var location: String {
203 |          String(localized: "TK.Label.location", defaultValue: "Location", bundle: .module, comment: "Use for GPS or user-specified place tracking")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
204 |       }
205 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:203:84: error: cannot infer contextual base in reference to member 'module'
201 |       /// "Location" - Use for GPS or user-specified place tracking
202 |       public static var location: String {
203 |          String(localized: "TK.Label.location", defaultValue: "Location", bundle: .module, comment: "Use for GPS or user-specified place tracking")
    |                                                                                    `- error: cannot infer contextual base in reference to member 'module'
204 |       }
205 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:208:16: error: extra arguments at positions #3, #4 in call
206 |       /// "Menu" - Use for navigation or option lists
207 |       public static var menu: String {
208 |          String(localized: "TK.Label.menu", defaultValue: "Menu", bundle: .module, comment: "Use for navigation or option lists")
    |                `- error: extra arguments at positions #3, #4 in call
209 |       }
210 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:208:17: error: missing argument for parameter 'format' in call
206 |       /// "Menu" - Use for navigation or option lists
207 |       public static var menu: String {
208 |          String(localized: "TK.Label.menu", defaultValue: "Menu", bundle: .module, comment: "Use for navigation or option lists")
    |                 `- error: missing argument for parameter 'format' in call
209 |       }
210 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:208:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
206 |       /// "Menu" - Use for navigation or option lists
207 |       public static var menu: String {
208 |          String(localized: "TK.Label.menu", defaultValue: "Menu", bundle: .module, comment: "Use for navigation or option lists")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
209 |       }
210 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:208:76: error: cannot infer contextual base in reference to member 'module'
206 |       /// "Menu" - Use for navigation or option lists
207 |       public static var menu: String {
208 |          String(localized: "TK.Label.menu", defaultValue: "Menu", bundle: .module, comment: "Use for navigation or option lists")
    |                                                                            `- error: cannot infer contextual base in reference to member 'module'
209 |       }
210 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:213:16: error: extra arguments at positions #3, #4 in call
211 |       /// "Mode" - Use for selecting different configurations or presets
212 |       public static var mode: String {
213 |          String(localized: "TK.Label.mode", defaultValue: "Mode", bundle: .module, comment: "Use for selecting different configurations or presets")
    |                `- error: extra arguments at positions #3, #4 in call
214 |       }
215 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:213:17: error: missing argument for parameter 'format' in call
211 |       /// "Mode" - Use for selecting different configurations or presets
212 |       public static var mode: String {
213 |          String(localized: "TK.Label.mode", defaultValue: "Mode", bundle: .module, comment: "Use for selecting different configurations or presets")
    |                 `- error: missing argument for parameter 'format' in call
214 |       }
215 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:213:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
211 |       /// "Mode" - Use for selecting different configurations or presets
212 |       public static var mode: String {
213 |          String(localized: "TK.Label.mode", defaultValue: "Mode", bundle: .module, comment: "Use for selecting different configurations or presets")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
214 |       }
215 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:213:76: error: cannot infer contextual base in reference to member 'module'
211 |       /// "Mode" - Use for selecting different configurations or presets
212 |       public static var mode: String {
213 |          String(localized: "TK.Label.mode", defaultValue: "Mode", bundle: .module, comment: "Use for selecting different configurations or presets")
    |                                                                            `- error: cannot infer contextual base in reference to member 'module'
214 |       }
215 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:218:16: error: extra arguments at positions #3, #4 in call
216 |       /// "Name" - Use for input fields where users provide personal identification
217 |       public static var name: String {
218 |          String(localized: "TK.Label.name", defaultValue: "Name", bundle: .module, comment: "Use for input fields where users provide personal identification")
    |                `- error: extra arguments at positions #3, #4 in call
219 |       }
220 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:218:17: error: missing argument for parameter 'format' in call
216 |       /// "Name" - Use for input fields where users provide personal identification
217 |       public static var name: String {
218 |          String(localized: "TK.Label.name", defaultValue: "Name", bundle: .module, comment: "Use for input fields where users provide personal identification")
    |                 `- error: missing argument for parameter 'format' in call
219 |       }
220 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:218:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
216 |       /// "Name" - Use for input fields where users provide personal identification
217 |       public static var name: String {
218 |          String(localized: "TK.Label.name", defaultValue: "Name", bundle: .module, comment: "Use for input fields where users provide personal identification")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
219 |       }
220 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:218:76: error: cannot infer contextual base in reference to member 'module'
216 |       /// "Name" - Use for input fields where users provide personal identification
217 |       public static var name: String {
218 |          String(localized: "TK.Label.name", defaultValue: "Name", bundle: .module, comment: "Use for input fields where users provide personal identification")
    |                                                                            `- error: cannot infer contextual base in reference to member 'module'
219 |       }
220 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:223:16: error: extra arguments at positions #3, #4 in call
221 |       /// "New" - Use to label recently added items
222 |       public static var new: String {
223 |          String(localized: "TK.Label.new", defaultValue: "New", bundle: .module, comment: "Use to label recently added items")
    |                `- error: extra arguments at positions #3, #4 in call
224 |       }
225 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:223:17: error: missing argument for parameter 'format' in call
221 |       /// "New" - Use to label recently added items
222 |       public static var new: String {
223 |          String(localized: "TK.Label.new", defaultValue: "New", bundle: .module, comment: "Use to label recently added items")
    |                 `- error: missing argument for parameter 'format' in call
224 |       }
225 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:223:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
221 |       /// "New" - Use to label recently added items
222 |       public static var new: String {
223 |          String(localized: "TK.Label.new", defaultValue: "New", bundle: .module, comment: "Use to label recently added items")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
224 |       }
225 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:223:74: error: cannot infer contextual base in reference to member 'module'
221 |       /// "New" - Use to label recently added items
222 |       public static var new: String {
223 |          String(localized: "TK.Label.new", defaultValue: "New", bundle: .module, comment: "Use to label recently added items")
    |                                                                          `- error: cannot infer contextual base in reference to member 'module'
224 |       }
225 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:228:16: error: extra arguments at positions #3, #4 in call
226 |       /// "None" - Use for empty or null states
227 |       public static var none: String {
228 |          String(localized: "TK.Label.none", defaultValue: "None", bundle: .module, comment: "Use for empty or null states")
    |                `- error: extra arguments at positions #3, #4 in call
229 |       }
230 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:228:17: error: missing argument for parameter 'format' in call
226 |       /// "None" - Use for empty or null states
227 |       public static var none: String {
228 |          String(localized: "TK.Label.none", defaultValue: "None", bundle: .module, comment: "Use for empty or null states")
    |                 `- error: missing argument for parameter 'format' in call
229 |       }
230 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:228:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
226 |       /// "None" - Use for empty or null states
227 |       public static var none: String {
228 |          String(localized: "TK.Label.none", defaultValue: "None", bundle: .module, comment: "Use for empty or null states")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
229 |       }
230 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:228:76: error: cannot infer contextual base in reference to member 'module'
226 |       /// "None" - Use for empty or null states
227 |       public static var none: String {
228 |          String(localized: "TK.Label.none", defaultValue: "None", bundle: .module, comment: "Use for empty or null states")
    |                                                                            `- error: cannot infer contextual base in reference to member 'module'
229 |       }
230 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:233:16: error: extra arguments at positions #3, #4 in call
231 |       /// "Notifications" - Use when referring to system or app alerts
232 |       public static var notifications: String {
233 |          String(localized: "TK.Label.notifications", defaultValue: "Notifications", bundle: .module, comment: "Use when referring to system or app alerts")
    |                `- error: extra arguments at positions #3, #4 in call
234 |       }
235 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:233:17: error: missing argument for parameter 'format' in call
231 |       /// "Notifications" - Use when referring to system or app alerts
232 |       public static var notifications: String {
233 |          String(localized: "TK.Label.notifications", defaultValue: "Notifications", bundle: .module, comment: "Use when referring to system or app alerts")
    |                 `- error: missing argument for parameter 'format' in call
234 |       }
235 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:233:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
231 |       /// "Notifications" - Use when referring to system or app alerts
232 |       public static var notifications: String {
233 |          String(localized: "TK.Label.notifications", defaultValue: "Notifications", bundle: .module, comment: "Use when referring to system or app alerts")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
234 |       }
235 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:233:94: error: cannot infer contextual base in reference to member 'module'
231 |       /// "Notifications" - Use when referring to system or app alerts
232 |       public static var notifications: String {
233 |          String(localized: "TK.Label.notifications", defaultValue: "Notifications", bundle: .module, comment: "Use when referring to system or app alerts")
    |                                                                                              `- error: cannot infer contextual base in reference to member 'module'
234 |       }
235 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:238:16: error: extra arguments at positions #3, #4 in call
236 |       /// "Options" - Use for configurable settings or preferences
237 |       public static var options: String {
238 |          String(localized: "TK.Label.options", defaultValue: "Options", bundle: .module, comment: "Use for configurable settings or preferences")
    |                `- error: extra arguments at positions #3, #4 in call
239 |       }
240 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:238:17: error: missing argument for parameter 'format' in call
236 |       /// "Options" - Use for configurable settings or preferences
237 |       public static var options: String {
238 |          String(localized: "TK.Label.options", defaultValue: "Options", bundle: .module, comment: "Use for configurable settings or preferences")
    |                 `- error: missing argument for parameter 'format' in call
239 |       }
240 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:238:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
236 |       /// "Options" - Use for configurable settings or preferences
237 |       public static var options: String {
238 |          String(localized: "TK.Label.options", defaultValue: "Options", bundle: .module, comment: "Use for configurable settings or preferences")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
239 |       }
240 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:238:82: error: cannot infer contextual base in reference to member 'module'
236 |       /// "Options" - Use for configurable settings or preferences
237 |       public static var options: String {
238 |          String(localized: "TK.Label.options", defaultValue: "Options", bundle: .module, comment: "Use for configurable settings or preferences")
    |                                                                                  `- error: cannot infer contextual base in reference to member 'module'
239 |       }
240 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:243:16: error: extra arguments at positions #3, #4 in call
241 |       /// "Password" - Use for authentication or security fields
242 |       public static var password: String {
243 |          String(localized: "TK.Label.password", defaultValue: "Password", bundle: .module, comment: "Use for authentication or security fields")
    |                `- error: extra arguments at positions #3, #4 in call
244 |       }
245 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:243:17: error: missing argument for parameter 'format' in call
241 |       /// "Password" - Use for authentication or security fields
242 |       public static var password: String {
243 |          String(localized: "TK.Label.password", defaultValue: "Password", bundle: .module, comment: "Use for authentication or security fields")
    |                 `- error: missing argument for parameter 'format' in call
244 |       }
245 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:243:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
241 |       /// "Password" - Use for authentication or security fields
242 |       public static var password: String {
243 |          String(localized: "TK.Label.password", defaultValue: "Password", bundle: .module, comment: "Use for authentication or security fields")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
244 |       }
245 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:243:84: error: cannot infer contextual base in reference to member 'module'
241 |       /// "Password" - Use for authentication or security fields
242 |       public static var password: String {
243 |          String(localized: "TK.Label.password", defaultValue: "Password", bundle: .module, comment: "Use for authentication or security fields")
    |                                                                                    `- error: cannot infer contextual base in reference to member 'module'
244 |       }
245 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:248:16: error: extra arguments at positions #3, #4 in call
246 |       /// "Paused" - Use for indicating that an action or process is on hold
247 |       public static var paused: String {
248 |          String(localized: "TK.Label.paused", defaultValue: "Paused", bundle: .module, comment: "Use for indicating that an action or process is on hold")
    |                `- error: extra arguments at positions #3, #4 in call
249 |       }
250 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:248:17: error: missing argument for parameter 'format' in call
246 |       /// "Paused" - Use for indicating that an action or process is on hold
247 |       public static var paused: String {
248 |          String(localized: "TK.Label.paused", defaultValue: "Paused", bundle: .module, comment: "Use for indicating that an action or process is on hold")
    |                 `- error: missing argument for parameter 'format' in call
249 |       }
250 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:248:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
246 |       /// "Paused" - Use for indicating that an action or process is on hold
247 |       public static var paused: String {
248 |          String(localized: "TK.Label.paused", defaultValue: "Paused", bundle: .module, comment: "Use for indicating that an action or process is on hold")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
249 |       }
250 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:248:80: error: cannot infer contextual base in reference to member 'module'
246 |       /// "Paused" - Use for indicating that an action or process is on hold
247 |       public static var paused: String {
248 |          String(localized: "TK.Label.paused", defaultValue: "Paused", bundle: .module, comment: "Use for indicating that an action or process is on hold")
    |                                                                                `- error: cannot infer contextual base in reference to member 'module'
249 |       }
250 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:253:16: error: extra arguments at positions #3, #4 in call
251 |       /// "Pending" - Use for items awaiting action or approval
252 |       public static var pending: String {
253 |          String(localized: "TK.Label.pending", defaultValue: "Pending", bundle: .module, comment: "Use for items awaiting action or approval")
    |                `- error: extra arguments at positions #3, #4 in call
254 |       }
255 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:253:17: error: missing argument for parameter 'format' in call
251 |       /// "Pending" - Use for items awaiting action or approval
252 |       public static var pending: String {
253 |          String(localized: "TK.Label.pending", defaultValue: "Pending", bundle: .module, comment: "Use for items awaiting action or approval")
    |                 `- error: missing argument for parameter 'format' in call
254 |       }
255 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:253:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
251 |       /// "Pending" - Use for items awaiting action or approval
252 |       public static var pending: String {
253 |          String(localized: "TK.Label.pending", defaultValue: "Pending", bundle: .module, comment: "Use for items awaiting action or approval")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
254 |       }
255 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:253:82: error: cannot infer contextual base in reference to member 'module'
251 |       /// "Pending" - Use for items awaiting action or approval
252 |       public static var pending: String {
253 |          String(localized: "TK.Label.pending", defaultValue: "Pending", bundle: .module, comment: "Use for items awaiting action or approval")
    |                                                                                  `- error: cannot infer contextual base in reference to member 'module'
254 |       }
255 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:258:16: error: extra arguments at positions #3, #4 in call
256 |       /// "Permissions" - Use when managing access rights for features or data
257 |       public static var permissions: String {
258 |          String(localized: "TK.Label.permissions", defaultValue: "Permissions", bundle: .module, comment: "Use when managing access rights for features or data")
    |                `- error: extra arguments at positions #3, #4 in call
259 |       }
260 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:258:17: error: missing argument for parameter 'format' in call
256 |       /// "Permissions" - Use when managing access rights for features or data
257 |       public static var permissions: String {
258 |          String(localized: "TK.Label.permissions", defaultValue: "Permissions", bundle: .module, comment: "Use when managing access rights for features or data")
    |                 `- error: missing argument for parameter 'format' in call
259 |       }
260 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:258:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
256 |       /// "Permissions" - Use when managing access rights for features or data
257 |       public static var permissions: String {
258 |          String(localized: "TK.Label.permissions", defaultValue: "Permissions", bundle: .module, comment: "Use when managing access rights for features or data")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
259 |       }
260 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:258:90: error: cannot infer contextual base in reference to member 'module'
256 |       /// "Permissions" - Use when managing access rights for features or data
257 |       public static var permissions: String {
258 |          String(localized: "TK.Label.permissions", defaultValue: "Permissions", bundle: .module, comment: "Use when managing access rights for features or data")
    |                                                                                          `- error: cannot infer contextual base in reference to member 'module'
259 |       }
260 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:263:16: error: extra arguments at positions #3, #4 in call
261 |       /// "Preview" - Use for viewing content before finalizing
262 |       public static var preview: String {
263 |          String(localized: "TK.Label.preview", defaultValue: "Preview", bundle: .module, comment: "Use for viewing content before finalizing")
    |                `- error: extra arguments at positions #3, #4 in call
264 |       }
265 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:263:17: error: missing argument for parameter 'format' in call
261 |       /// "Preview" - Use for viewing content before finalizing
262 |       public static var preview: String {
263 |          String(localized: "TK.Label.preview", defaultValue: "Preview", bundle: .module, comment: "Use for viewing content before finalizing")
    |                 `- error: missing argument for parameter 'format' in call
264 |       }
265 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:263:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
261 |       /// "Preview" - Use for viewing content before finalizing
262 |       public static var preview: String {
263 |          String(localized: "TK.Label.preview", defaultValue: "Preview", bundle: .module, comment: "Use for viewing content before finalizing")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
264 |       }
265 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:263:82: error: cannot infer contextual base in reference to member 'module'
261 |       /// "Preview" - Use for viewing content before finalizing
262 |       public static var preview: String {
263 |          String(localized: "TK.Label.preview", defaultValue: "Preview", bundle: .module, comment: "Use for viewing content before finalizing")
    |                                                                                  `- error: cannot infer contextual base in reference to member 'module'
264 |       }
265 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:268:16: error: extra arguments at positions #3, #4 in call
266 |       /// "Privacy" - Use when referring to data protection or access controls
267 |       public static var privacy: String {
268 |          String(localized: "TK.Label.privacy", defaultValue: "Privacy", bundle: .module, comment: "Use when referring to data protection or access controls")
    |                `- error: extra arguments at positions #3, #4 in call
269 |       }
270 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:268:17: error: missing argument for parameter 'format' in call
266 |       /// "Privacy" - Use when referring to data protection or access controls
267 |       public static var privacy: String {
268 |          String(localized: "TK.Label.privacy", defaultValue: "Privacy", bundle: .module, comment: "Use when referring to data protection or access controls")
    |                 `- error: missing argument for parameter 'format' in call
269 |       }
270 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:268:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
266 |       /// "Privacy" - Use when referring to data protection or access controls
267 |       public static var privacy: String {
268 |          String(localized: "TK.Label.privacy", defaultValue: "Privacy", bundle: .module, comment: "Use when referring to data protection or access controls")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
269 |       }
270 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:268:82: error: cannot infer contextual base in reference to member 'module'
266 |       /// "Privacy" - Use when referring to data protection or access controls
267 |       public static var privacy: String {
268 |          String(localized: "TK.Label.privacy", defaultValue: "Privacy", bundle: .module, comment: "Use when referring to data protection or access controls")
    |                                                                                  `- error: cannot infer contextual base in reference to member 'module'
269 |       }
270 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:273:16: error: extra arguments at positions #3, #4 in call
271 |       /// "Privacy Policy" - Use when referring to the data privacy document
272 |       public static var privacyPolicy: String {
273 |          String(localized: "TK.Label.privacyPolicy", defaultValue: "Privacy Policy", bundle: .module, comment: "Use when referring to the data privacy document")
    |                `- error: extra arguments at positions #3, #4 in call
274 |       }
275 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:273:17: error: missing argument for parameter 'format' in call
271 |       /// "Privacy Policy" - Use when referring to the data privacy document
272 |       public static var privacyPolicy: String {
273 |          String(localized: "TK.Label.privacyPolicy", defaultValue: "Privacy Policy", bundle: .module, comment: "Use when referring to the data privacy document")
    |                 `- error: missing argument for parameter 'format' in call
274 |       }
275 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:273:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
271 |       /// "Privacy Policy" - Use when referring to the data privacy document
272 |       public static var privacyPolicy: String {
273 |          String(localized: "TK.Label.privacyPolicy", defaultValue: "Privacy Policy", bundle: .module, comment: "Use when referring to the data privacy document")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
274 |       }
275 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:273:95: error: cannot infer contextual base in reference to member 'module'
271 |       /// "Privacy Policy" - Use when referring to the data privacy document
272 |       public static var privacyPolicy: String {
273 |          String(localized: "TK.Label.privacyPolicy", defaultValue: "Privacy Policy", bundle: .module, comment: "Use when referring to the data privacy document")
    |                                                                                               `- error: cannot infer contextual base in reference to member 'module'
274 |       }
275 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:278:16: error: extra arguments at positions #3, #4 in call
276 |       /// "Profile" - Use when referring to a user's personal page
277 |       public static var profile: String {
278 |          String(localized: "TK.Label.profile", defaultValue: "Profile", bundle: .module, comment: "Use when referring to a user's personal page")
    |                `- error: extra arguments at positions #3, #4 in call
279 |       }
280 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:278:17: error: missing argument for parameter 'format' in call
276 |       /// "Profile" - Use when referring to a user's personal page
277 |       public static var profile: String {
278 |          String(localized: "TK.Label.profile", defaultValue: "Profile", bundle: .module, comment: "Use when referring to a user's personal page")
    |                 `- error: missing argument for parameter 'format' in call
279 |       }
280 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:278:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
276 |       /// "Profile" - Use when referring to a user's personal page
277 |       public static var profile: String {
278 |          String(localized: "TK.Label.profile", defaultValue: "Profile", bundle: .module, comment: "Use when referring to a user's personal page")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
279 |       }
280 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:278:82: error: cannot infer contextual base in reference to member 'module'
276 |       /// "Profile" - Use when referring to a user's personal page
277 |       public static var profile: String {
278 |          String(localized: "TK.Label.profile", defaultValue: "Profile", bundle: .module, comment: "Use when referring to a user's personal page")
    |                                                                                  `- error: cannot infer contextual base in reference to member 'module'
279 |       }
280 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:283:16: error: extra arguments at positions #3, #4 in call
281 |       /// "Progress" - Use for status updates or completion indicators
282 |       public static var progress: String {
283 |          String(localized: "TK.Label.progress", defaultValue: "Progress", bundle: .module, comment: "Use for status updates or completion indicators")
    |                `- error: extra arguments at positions #3, #4 in call
284 |       }
285 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:283:17: error: missing argument for parameter 'format' in call
281 |       /// "Progress" - Use for status updates or completion indicators
282 |       public static var progress: String {
283 |          String(localized: "TK.Label.progress", defaultValue: "Progress", bundle: .module, comment: "Use for status updates or completion indicators")
    |                 `- error: missing argument for parameter 'format' in call
284 |       }
285 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:283:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
281 |       /// "Progress" - Use for status updates or completion indicators
282 |       public static var progress: String {
283 |          String(localized: "TK.Label.progress", defaultValue: "Progress", bundle: .module, comment: "Use for status updates or completion indicators")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
284 |       }
285 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:283:84: error: cannot infer contextual base in reference to member 'module'
281 |       /// "Progress" - Use for status updates or completion indicators
282 |       public static var progress: String {
283 |          String(localized: "TK.Label.progress", defaultValue: "Progress", bundle: .module, comment: "Use for status updates or completion indicators")
    |                                                                                    `- error: cannot infer contextual base in reference to member 'module'
284 |       }
285 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:288:16: error: extra arguments at positions #3, #4 in call
286 |       /// "Recent" - Use for items or activities that were accessed recently
287 |       public static var recent: String {
288 |          String(localized: "TK.Label.recent", defaultValue: "Recent", bundle: .module, comment: "Use for items or activities that were accessed recently")
    |                `- error: extra arguments at positions #3, #4 in call
289 |       }
290 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:288:17: error: missing argument for parameter 'format' in call
286 |       /// "Recent" - Use for items or activities that were accessed recently
287 |       public static var recent: String {
288 |          String(localized: "TK.Label.recent", defaultValue: "Recent", bundle: .module, comment: "Use for items or activities that were accessed recently")
    |                 `- error: missing argument for parameter 'format' in call
289 |       }
290 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:288:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
286 |       /// "Recent" - Use for items or activities that were accessed recently
287 |       public static var recent: String {
288 |          String(localized: "TK.Label.recent", defaultValue: "Recent", bundle: .module, comment: "Use for items or activities that were accessed recently")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
289 |       }
290 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:288:80: error: cannot infer contextual base in reference to member 'module'
286 |       /// "Recent" - Use for items or activities that were accessed recently
287 |       public static var recent: String {
288 |          String(localized: "TK.Label.recent", defaultValue: "Recent", bundle: .module, comment: "Use for items or activities that were accessed recently")
    |                                                                                `- error: cannot infer contextual base in reference to member 'module'
289 |       }
290 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:293:16: error: extra arguments at positions #3, #4 in call
291 |       /// "Required" - Use for fields or inputs that must be completed
292 |       public static var required: String {
293 |          String(localized: "TK.Label.required", defaultValue: "Required", bundle: .module, comment: "Use for fields or inputs that must be completed")
    |                `- error: extra arguments at positions #3, #4 in call
294 |       }
295 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:293:17: error: missing argument for parameter 'format' in call
291 |       /// "Required" - Use for fields or inputs that must be completed
292 |       public static var required: String {
293 |          String(localized: "TK.Label.required", defaultValue: "Required", bundle: .module, comment: "Use for fields or inputs that must be completed")
    |                 `- error: missing argument for parameter 'format' in call
294 |       }
295 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:293:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
291 |       /// "Required" - Use for fields or inputs that must be completed
292 |       public static var required: String {
293 |          String(localized: "TK.Label.required", defaultValue: "Required", bundle: .module, comment: "Use for fields or inputs that must be completed")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
294 |       }
295 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:293:84: error: cannot infer contextual base in reference to member 'module'
291 |       /// "Required" - Use for fields or inputs that must be completed
292 |       public static var required: String {
293 |          String(localized: "TK.Label.required", defaultValue: "Required", bundle: .module, comment: "Use for fields or inputs that must be completed")
    |                                                                                    `- error: cannot infer contextual base in reference to member 'module'
294 |       }
295 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:298:16: error: extra arguments at positions #3, #4 in call
296 |       /// "Search" - Noun – Use to label input fields related to finding content
297 |       public static var search: String {
298 |          String(localized: "TK.Label.search", defaultValue: "Search", bundle: .module, comment: "Noun – Use for input fields related to finding content")
    |                `- error: extra arguments at positions #3, #4 in call
299 |       }
300 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:298:17: error: missing argument for parameter 'format' in call
296 |       /// "Search" - Noun – Use to label input fields related to finding content
297 |       public static var search: String {
298 |          String(localized: "TK.Label.search", defaultValue: "Search", bundle: .module, comment: "Noun – Use for input fields related to finding content")
    |                 `- error: missing argument for parameter 'format' in call
299 |       }
300 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:298:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
296 |       /// "Search" - Noun – Use to label input fields related to finding content
297 |       public static var search: String {
298 |          String(localized: "TK.Label.search", defaultValue: "Search", bundle: .module, comment: "Noun – Use for input fields related to finding content")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
299 |       }
300 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:298:80: error: cannot infer contextual base in reference to member 'module'
296 |       /// "Search" - Noun – Use to label input fields related to finding content
297 |       public static var search: String {
298 |          String(localized: "TK.Label.search", defaultValue: "Search", bundle: .module, comment: "Noun – Use for input fields related to finding content")
    |                                                                                `- error: cannot infer contextual base in reference to member 'module'
299 |       }
300 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:303:16: error: extra arguments at positions #3, #4 in call
301 |       /// "Security" - Use when displaying security settings or warnings
302 |       public static var security: String {
303 |          String(localized: "TK.Label.security", defaultValue: "Security", bundle: .module, comment: "Use when displaying security settings or warnings")
    |                `- error: extra arguments at positions #3, #4 in call
304 |       }
305 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:303:17: error: missing argument for parameter 'format' in call
301 |       /// "Security" - Use when displaying security settings or warnings
302 |       public static var security: String {
303 |          String(localized: "TK.Label.security", defaultValue: "Security", bundle: .module, comment: "Use when displaying security settings or warnings")
    |                 `- error: missing argument for parameter 'format' in call
304 |       }
305 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:303:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
301 |       /// "Security" - Use when displaying security settings or warnings
302 |       public static var security: String {
303 |          String(localized: "TK.Label.security", defaultValue: "Security", bundle: .module, comment: "Use when displaying security settings or warnings")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
304 |       }
305 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:303:84: error: cannot infer contextual base in reference to member 'module'
301 |       /// "Security" - Use when displaying security settings or warnings
302 |       public static var security: String {
303 |          String(localized: "TK.Label.security", defaultValue: "Security", bundle: .module, comment: "Use when displaying security settings or warnings")
    |                                                                                    `- error: cannot infer contextual base in reference to member 'module'
304 |       }
305 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:308:16: error: extra arguments at positions #3, #4 in call
306 |       /// "Selected" - Use for indicating chosen items
307 |       public static var selected: String {
308 |          String(localized: "TK.Label.selected", defaultValue: "Selected", bundle: .module, comment: "Use for indicating chosen items")
    |                `- error: extra arguments at positions #3, #4 in call
309 |       }
310 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:308:17: error: missing argument for parameter 'format' in call
306 |       /// "Selected" - Use for indicating chosen items
307 |       public static var selected: String {
308 |          String(localized: "TK.Label.selected", defaultValue: "Selected", bundle: .module, comment: "Use for indicating chosen items")
    |                 `- error: missing argument for parameter 'format' in call
309 |       }
310 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:308:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
306 |       /// "Selected" - Use for indicating chosen items
307 |       public static var selected: String {
308 |          String(localized: "TK.Label.selected", defaultValue: "Selected", bundle: .module, comment: "Use for indicating chosen items")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
309 |       }
310 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:308:84: error: cannot infer contextual base in reference to member 'module'
306 |       /// "Selected" - Use for indicating chosen items
307 |       public static var selected: String {
308 |          String(localized: "TK.Label.selected", defaultValue: "Selected", bundle: .module, comment: "Use for indicating chosen items")
    |                                                                                    `- error: cannot infer contextual base in reference to member 'module'
309 |       }
310 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:313:16: error: extra arguments at positions #3, #4 in call
311 |       /// "Settings" - Use when referring to configuration or app preferences
312 |       public static var settings: String {
313 |          String(localized: "TK.Label.settings", defaultValue: "Settings", bundle: .module, comment: "Use when referring to configuration or app preferences")
    |                `- error: extra arguments at positions #3, #4 in call
314 |       }
315 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:313:17: error: missing argument for parameter 'format' in call
311 |       /// "Settings" - Use when referring to configuration or app preferences
312 |       public static var settings: String {
313 |          String(localized: "TK.Label.settings", defaultValue: "Settings", bundle: .module, comment: "Use when referring to configuration or app preferences")
    |                 `- error: missing argument for parameter 'format' in call
314 |       }
315 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:313:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
311 |       /// "Settings" - Use when referring to configuration or app preferences
312 |       public static var settings: String {
313 |          String(localized: "TK.Label.settings", defaultValue: "Settings", bundle: .module, comment: "Use when referring to configuration or app preferences")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
314 |       }
315 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:313:84: error: cannot infer contextual base in reference to member 'module'
311 |       /// "Settings" - Use when referring to configuration or app preferences
312 |       public static var settings: String {
313 |          String(localized: "TK.Label.settings", defaultValue: "Settings", bundle: .module, comment: "Use when referring to configuration or app preferences")
    |                                                                                    `- error: cannot infer contextual base in reference to member 'module'
314 |       }
315 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:318:16: error: extra arguments at positions #3, #4 in call
316 |       /// "Size" - Use for dimensions or file size indicators
317 |       public static var size: String {
318 |          String(localized: "TK.Label.size", defaultValue: "Size", bundle: .module, comment: "Use for dimensions or file size indicators")
    |                `- error: extra arguments at positions #3, #4 in call
319 |       }
320 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:318:17: error: missing argument for parameter 'format' in call
316 |       /// "Size" - Use for dimensions or file size indicators
317 |       public static var size: String {
318 |          String(localized: "TK.Label.size", defaultValue: "Size", bundle: .module, comment: "Use for dimensions or file size indicators")
    |                 `- error: missing argument for parameter 'format' in call
319 |       }
320 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:318:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
316 |       /// "Size" - Use for dimensions or file size indicators
317 |       public static var size: String {
318 |          String(localized: "TK.Label.size", defaultValue: "Size", bundle: .module, comment: "Use for dimensions or file size indicators")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
319 |       }
320 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:318:76: error: cannot infer contextual base in reference to member 'module'
316 |       /// "Size" - Use for dimensions or file size indicators
317 |       public static var size: String {
318 |          String(localized: "TK.Label.size", defaultValue: "Size", bundle: .module, comment: "Use for dimensions or file size indicators")
    |                                                                            `- error: cannot infer contextual base in reference to member 'module'
319 |       }
320 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:323:16: error: extra arguments at positions #3, #4 in call
321 |       /// "Source" - Use for content origin or data input sources
322 |       public static var source: String {
323 |          String(localized: "TK.Label.source", defaultValue: "Source", bundle: .module, comment: "Use for content origin or data input sources")
    |                `- error: extra arguments at positions #3, #4 in call
324 |       }
325 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:323:17: error: missing argument for parameter 'format' in call
321 |       /// "Source" - Use for content origin or data input sources
322 |       public static var source: String {
323 |          String(localized: "TK.Label.source", defaultValue: "Source", bundle: .module, comment: "Use for content origin or data input sources")
    |                 `- error: missing argument for parameter 'format' in call
324 |       }
325 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:323:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
321 |       /// "Source" - Use for content origin or data input sources
322 |       public static var source: String {
323 |          String(localized: "TK.Label.source", defaultValue: "Source", bundle: .module, comment: "Use for content origin or data input sources")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
324 |       }
325 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:323:80: error: cannot infer contextual base in reference to member 'module'
321 |       /// "Source" - Use for content origin or data input sources
322 |       public static var source: String {
323 |          String(localized: "TK.Label.source", defaultValue: "Source", bundle: .module, comment: "Use for content origin or data input sources")
    |                                                                                `- error: cannot infer contextual base in reference to member 'module'
324 |       }
325 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:328:16: error: extra arguments at positions #3, #4 in call
326 |       /// "Start" - Noun – Use to label the beginning of processes or activities
327 |       public static var start: String {
328 |          String(localized: "TK.Label.start", defaultValue: "Start", bundle: .module, comment: "Noun – Use to label the beginning of processes or activities")
    |                `- error: extra arguments at positions #3, #4 in call
329 |       }
330 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:328:17: error: missing argument for parameter 'format' in call
326 |       /// "Start" - Noun – Use to label the beginning of processes or activities
327 |       public static var start: String {
328 |          String(localized: "TK.Label.start", defaultValue: "Start", bundle: .module, comment: "Noun – Use to label the beginning of processes or activities")
    |                 `- error: missing argument for parameter 'format' in call
329 |       }
330 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:328:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
326 |       /// "Start" - Noun – Use to label the beginning of processes or activities
327 |       public static var start: String {
328 |          String(localized: "TK.Label.start", defaultValue: "Start", bundle: .module, comment: "Noun – Use to label the beginning of processes or activities")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
329 |       }
330 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:328:78: error: cannot infer contextual base in reference to member 'module'
326 |       /// "Start" - Noun – Use to label the beginning of processes or activities
327 |       public static var start: String {
328 |          String(localized: "TK.Label.start", defaultValue: "Start", bundle: .module, comment: "Noun – Use to label the beginning of processes or activities")
    |                                                                              `- error: cannot infer contextual base in reference to member 'module'
329 |       }
330 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:333:16: error: extra arguments at positions #3, #4 in call
331 |       /// "Status" - Use when indicating the current state of an item or process
332 |       public static var status: String {
333 |          String(localized: "TK.Label.status", defaultValue: "Status", bundle: .module, comment: "Use when indicating the current state of an item or process")
    |                `- error: extra arguments at positions #3, #4 in call
334 |       }
335 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:333:17: error: missing argument for parameter 'format' in call
331 |       /// "Status" - Use when indicating the current state of an item or process
332 |       public static var status: String {
333 |          String(localized: "TK.Label.status", defaultValue: "Status", bundle: .module, comment: "Use when indicating the current state of an item or process")
    |                 `- error: missing argument for parameter 'format' in call
334 |       }
335 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:333:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
331 |       /// "Status" - Use when indicating the current state of an item or process
332 |       public static var status: String {
333 |          String(localized: "TK.Label.status", defaultValue: "Status", bundle: .module, comment: "Use when indicating the current state of an item or process")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
334 |       }
335 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:333:80: error: cannot infer contextual base in reference to member 'module'
331 |       /// "Status" - Use when indicating the current state of an item or process
332 |       public static var status: String {
333 |          String(localized: "TK.Label.status", defaultValue: "Status", bundle: .module, comment: "Use when indicating the current state of an item or process")
    |                                                                                `- error: cannot infer contextual base in reference to member 'module'
334 |       }
335 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:338:16: error: extra arguments at positions #3, #4 in call
336 |       /// "Success" - Use for indicating a successful action
337 |       public static var success: String {
338 |          String(localized: "TK.Label.success", defaultValue: "Success", bundle: .module, comment: "Use for indicating a successful action")
    |                `- error: extra arguments at positions #3, #4 in call
339 |       }
340 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:338:17: error: missing argument for parameter 'format' in call
336 |       /// "Success" - Use for indicating a successful action
337 |       public static var success: String {
338 |          String(localized: "TK.Label.success", defaultValue: "Success", bundle: .module, comment: "Use for indicating a successful action")
    |                 `- error: missing argument for parameter 'format' in call
339 |       }
340 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:338:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
336 |       /// "Success" - Use for indicating a successful action
337 |       public static var success: String {
338 |          String(localized: "TK.Label.success", defaultValue: "Success", bundle: .module, comment: "Use for indicating a successful action")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
339 |       }
340 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:338:82: error: cannot infer contextual base in reference to member 'module'
336 |       /// "Success" - Use for indicating a successful action
337 |       public static var success: String {
338 |          String(localized: "TK.Label.success", defaultValue: "Success", bundle: .module, comment: "Use for indicating a successful action")
    |                                                                                  `- error: cannot infer contextual base in reference to member 'module'
339 |       }
340 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:343:16: error: extra arguments at positions #3, #4 in call
341 |       /// "Terms" - Use when referring to general conditions, agreements, or policies
342 |       public static var terms: String {
343 |          String(localized: "TK.Label.terms", defaultValue: "Terms", bundle: .module, comment: "Use when referring to general conditions, agreements, or policies")
    |                `- error: extra arguments at positions #3, #4 in call
344 |       }
345 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:343:17: error: missing argument for parameter 'format' in call
341 |       /// "Terms" - Use when referring to general conditions, agreements, or policies
342 |       public static var terms: String {
343 |          String(localized: "TK.Label.terms", defaultValue: "Terms", bundle: .module, comment: "Use when referring to general conditions, agreements, or policies")
    |                 `- error: missing argument for parameter 'format' in call
344 |       }
345 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:343:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
341 |       /// "Terms" - Use when referring to general conditions, agreements, or policies
342 |       public static var terms: String {
343 |          String(localized: "TK.Label.terms", defaultValue: "Terms", bundle: .module, comment: "Use when referring to general conditions, agreements, or policies")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
344 |       }
345 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:343:78: error: cannot infer contextual base in reference to member 'module'
341 |       /// "Terms" - Use when referring to general conditions, agreements, or policies
342 |       public static var terms: String {
343 |          String(localized: "TK.Label.terms", defaultValue: "Terms", bundle: .module, comment: "Use when referring to general conditions, agreements, or policies")
    |                                                                              `- error: cannot infer contextual base in reference to member 'module'
344 |       }
345 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:348:16: error: extra arguments at positions #3, #4 in call
346 |       /// "Terms and Conditions" - Use for legal agreements that users must accept
347 |       public static var termsAndConditions: String {
348 |          String(localized: "TK.Label.termsAndConditions", defaultValue: "Terms and Conditions", bundle: .module, comment: "Use for legal agreements that users must accept")
    |                `- error: extra arguments at positions #3, #4 in call
349 |       }
350 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:348:17: error: missing argument for parameter 'format' in call
346 |       /// "Terms and Conditions" - Use for legal agreements that users must accept
347 |       public static var termsAndConditions: String {
348 |          String(localized: "TK.Label.termsAndConditions", defaultValue: "Terms and Conditions", bundle: .module, comment: "Use for legal agreements that users must accept")
    |                 `- error: missing argument for parameter 'format' in call
349 |       }
350 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:348:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
346 |       /// "Terms and Conditions" - Use for legal agreements that users must accept
347 |       public static var termsAndConditions: String {
348 |          String(localized: "TK.Label.termsAndConditions", defaultValue: "Terms and Conditions", bundle: .module, comment: "Use for legal agreements that users must accept")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
349 |       }
350 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:348:106: error: cannot infer contextual base in reference to member 'module'
346 |       /// "Terms and Conditions" - Use for legal agreements that users must accept
347 |       public static var termsAndConditions: String {
348 |          String(localized: "TK.Label.termsAndConditions", defaultValue: "Terms and Conditions", bundle: .module, comment: "Use for legal agreements that users must accept")
    |                                                                                                          `- error: cannot infer contextual base in reference to member 'module'
349 |       }
350 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:353:16: error: extra arguments at positions #3, #4 in call
351 |       /// "Time" - Use for time display and selection
352 |       public static var time: String {
353 |          String(localized: "TK.Label.time", defaultValue: "Time", bundle: .module, comment: "Use for time display and selection")
    |                `- error: extra arguments at positions #3, #4 in call
354 |       }
355 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:353:17: error: missing argument for parameter 'format' in call
351 |       /// "Time" - Use for time display and selection
352 |       public static var time: String {
353 |          String(localized: "TK.Label.time", defaultValue: "Time", bundle: .module, comment: "Use for time display and selection")
    |                 `- error: missing argument for parameter 'format' in call
354 |       }
355 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:353:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
351 |       /// "Time" - Use for time display and selection
352 |       public static var time: String {
353 |          String(localized: "TK.Label.time", defaultValue: "Time", bundle: .module, comment: "Use for time display and selection")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
354 |       }
355 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:353:76: error: cannot infer contextual base in reference to member 'module'
351 |       /// "Time" - Use for time display and selection
352 |       public static var time: String {
353 |          String(localized: "TK.Label.time", defaultValue: "Time", bundle: .module, comment: "Use for time display and selection")
    |                                                                            `- error: cannot infer contextual base in reference to member 'module'
354 |       }
355 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:358:16: error: extra arguments at positions #3, #4 in call
356 |       /// "Title" - Use for headlines and label elements
357 |       public static var title: String {
358 |          String(localized: "TK.Label.title", defaultValue: "Title", bundle: .module, comment: "Use for headlines and label elements")
    |                `- error: extra arguments at positions #3, #4 in call
359 |       }
360 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:358:17: error: missing argument for parameter 'format' in call
356 |       /// "Title" - Use for headlines and label elements
357 |       public static var title: String {
358 |          String(localized: "TK.Label.title", defaultValue: "Title", bundle: .module, comment: "Use for headlines and label elements")
    |                 `- error: missing argument for parameter 'format' in call
359 |       }
360 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:358:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
356 |       /// "Title" - Use for headlines and label elements
357 |       public static var title: String {
358 |          String(localized: "TK.Label.title", defaultValue: "Title", bundle: .module, comment: "Use for headlines and label elements")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
359 |       }
360 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:358:78: error: cannot infer contextual base in reference to member 'module'
356 |       /// "Title" - Use for headlines and label elements
357 |       public static var title: String {
358 |          String(localized: "TK.Label.title", defaultValue: "Title", bundle: .module, comment: "Use for headlines and label elements")
    |                                                                              `- error: cannot infer contextual base in reference to member 'module'
359 |       }
360 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:363:16: error: extra arguments at positions #3, #4 in call
361 |       /// "Total" - Use for displaying sum or overall values
362 |       public static var total: String {
363 |          String(localized: "TK.Label.total", defaultValue: "Total", bundle: .module, comment: "Use for displaying sum or overall values")
    |                `- error: extra arguments at positions #3, #4 in call
364 |       }
365 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:363:17: error: missing argument for parameter 'format' in call
361 |       /// "Total" - Use for displaying sum or overall values
362 |       public static var total: String {
363 |          String(localized: "TK.Label.total", defaultValue: "Total", bundle: .module, comment: "Use for displaying sum or overall values")
    |                 `- error: missing argument for parameter 'format' in call
364 |       }
365 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:363:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
361 |       /// "Total" - Use for displaying sum or overall values
362 |       public static var total: String {
363 |          String(localized: "TK.Label.total", defaultValue: "Total", bundle: .module, comment: "Use for displaying sum or overall values")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
364 |       }
365 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:363:78: error: cannot infer contextual base in reference to member 'module'
361 |       /// "Total" - Use for displaying sum or overall values
362 |       public static var total: String {
363 |          String(localized: "TK.Label.total", defaultValue: "Total", bundle: .module, comment: "Use for displaying sum or overall values")
    |                                                                              `- error: cannot infer contextual base in reference to member 'module'
364 |       }
365 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:368:16: error: extra arguments at positions #3, #4 in call
366 |       /// "Type" - Use for categorizing or classifying items
367 |       public static var type: String {
368 |          String(localized: "TK.Label.type", defaultValue: "Type", bundle: .module, comment: "Use for categorizing or classifying items")
    |                `- error: extra arguments at positions #3, #4 in call
369 |       }
370 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:368:17: error: missing argument for parameter 'format' in call
366 |       /// "Type" - Use for categorizing or classifying items
367 |       public static var type: String {
368 |          String(localized: "TK.Label.type", defaultValue: "Type", bundle: .module, comment: "Use for categorizing or classifying items")
    |                 `- error: missing argument for parameter 'format' in call
369 |       }
370 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:368:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
366 |       /// "Type" - Use for categorizing or classifying items
367 |       public static var type: String {
368 |          String(localized: "TK.Label.type", defaultValue: "Type", bundle: .module, comment: "Use for categorizing or classifying items")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
369 |       }
370 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:368:76: error: cannot infer contextual base in reference to member 'module'
366 |       /// "Type" - Use for categorizing or classifying items
367 |       public static var type: String {
368 |          String(localized: "TK.Label.type", defaultValue: "Type", bundle: .module, comment: "Use for categorizing or classifying items")
    |                                                                            `- error: cannot infer contextual base in reference to member 'module'
369 |       }
370 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:373:16: error: extra arguments at positions #3, #4 in call
371 |       /// "Unknown" - Use when the state or identity is not clear or available
372 |       public static var unknown: String {
373 |          String(localized: "TK.Label.unknown", defaultValue: "Unknown", bundle: .module, comment: "Use when the state or identity is not clear or available")
    |                `- error: extra arguments at positions #3, #4 in call
374 |       }
375 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:373:17: error: missing argument for parameter 'format' in call
371 |       /// "Unknown" - Use when the state or identity is not clear or available
372 |       public static var unknown: String {
373 |          String(localized: "TK.Label.unknown", defaultValue: "Unknown", bundle: .module, comment: "Use when the state or identity is not clear or available")
    |                 `- error: missing argument for parameter 'format' in call
374 |       }
375 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:373:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
371 |       /// "Unknown" - Use when the state or identity is not clear or available
372 |       public static var unknown: String {
373 |          String(localized: "TK.Label.unknown", defaultValue: "Unknown", bundle: .module, comment: "Use when the state or identity is not clear or available")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
374 |       }
375 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:373:82: error: cannot infer contextual base in reference to member 'module'
371 |       /// "Unknown" - Use when the state or identity is not clear or available
372 |       public static var unknown: String {
373 |          String(localized: "TK.Label.unknown", defaultValue: "Unknown", bundle: .module, comment: "Use when the state or identity is not clear or available")
    |                                                                                  `- error: cannot infer contextual base in reference to member 'module'
374 |       }
375 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:378:16: error: extra arguments at positions #3, #4 in call
376 |       /// "User" - Use for identifying individual accounts or profiles
377 |       public static var user: String {
378 |          String(localized: "TK.Label.user", defaultValue: "User", bundle: .module, comment: "Use for identifying individual accounts or profiles")
    |                `- error: extra arguments at positions #3, #4 in call
379 |       }
380 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:378:17: error: missing argument for parameter 'format' in call
376 |       /// "User" - Use for identifying individual accounts or profiles
377 |       public static var user: String {
378 |          String(localized: "TK.Label.user", defaultValue: "User", bundle: .module, comment: "Use for identifying individual accounts or profiles")
    |                 `- error: missing argument for parameter 'format' in call
379 |       }
380 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:378:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
376 |       /// "User" - Use for identifying individual accounts or profiles
377 |       public static var user: String {
378 |          String(localized: "TK.Label.user", defaultValue: "User", bundle: .module, comment: "Use for identifying individual accounts or profiles")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
379 |       }
380 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:378:76: error: cannot infer contextual base in reference to member 'module'
376 |       /// "User" - Use for identifying individual accounts or profiles
377 |       public static var user: String {
378 |          String(localized: "TK.Label.user", defaultValue: "User", bundle: .module, comment: "Use for identifying individual accounts or profiles")
    |                                                                            `- error: cannot infer contextual base in reference to member 'module'
379 |       }
380 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:383:16: error: extra arguments at positions #3, #4 in call
381 |       /// "Username" - Use for user account identification fields
382 |       public static var username: String {
383 |          String(localized: "TK.Label.username", defaultValue: "Username", bundle: .module, comment: "Use for user account identification fields")
    |                `- error: extra arguments at positions #3, #4 in call
384 |       }
385 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:383:17: error: missing argument for parameter 'format' in call
381 |       /// "Username" - Use for user account identification fields
382 |       public static var username: String {
383 |          String(localized: "TK.Label.username", defaultValue: "Username", bundle: .module, comment: "Use for user account identification fields")
    |                 `- error: missing argument for parameter 'format' in call
384 |       }
385 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:383:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
381 |       /// "Username" - Use for user account identification fields
382 |       public static var username: String {
383 |          String(localized: "TK.Label.username", defaultValue: "Username", bundle: .module, comment: "Use for user account identification fields")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
384 |       }
385 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:383:84: error: cannot infer contextual base in reference to member 'module'
381 |       /// "Username" - Use for user account identification fields
382 |       public static var username: String {
383 |          String(localized: "TK.Label.username", defaultValue: "Username", bundle: .module, comment: "Use for user account identification fields")
    |                                                                                    `- error: cannot infer contextual base in reference to member 'module'
384 |       }
385 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:388:16: error: extra arguments at positions #3, #4 in call
386 |       /// "Version" - Use for software version details
387 |       public static var version: String {
388 |          String(localized: "TK.Label.version", defaultValue: "Version", bundle: .module, comment: "Use for software version details")
    |                `- error: extra arguments at positions #3, #4 in call
389 |       }
390 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:388:17: error: missing argument for parameter 'format' in call
386 |       /// "Version" - Use for software version details
387 |       public static var version: String {
388 |          String(localized: "TK.Label.version", defaultValue: "Version", bundle: .module, comment: "Use for software version details")
    |                 `- error: missing argument for parameter 'format' in call
389 |       }
390 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:388:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
386 |       /// "Version" - Use for software version details
387 |       public static var version: String {
388 |          String(localized: "TK.Label.version", defaultValue: "Version", bundle: .module, comment: "Use for software version details")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
389 |       }
390 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:388:82: error: cannot infer contextual base in reference to member 'module'
386 |       /// "Version" - Use for software version details
387 |       public static var version: String {
388 |          String(localized: "TK.Label.version", defaultValue: "Version", bundle: .module, comment: "Use for software version details")
    |                                                                                  `- error: cannot infer contextual base in reference to member 'module'
389 |       }
390 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:393:16: error: extra arguments at positions #3, #4 in call
391 |       /// "Warning" - Use for alerts and caution messages
392 |       public static var warning: String {
393 |          String(localized: "TK.Label.warning", defaultValue: "Warning", bundle: .module, comment: "Use for alerts and caution messages")
    |                `- error: extra arguments at positions #3, #4 in call
394 |       }
395 |    }
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:393:17: error: missing argument for parameter 'format' in call
391 |       /// "Warning" - Use for alerts and caution messages
392 |       public static var warning: String {
393 |          String(localized: "TK.Label.warning", defaultValue: "Warning", bundle: .module, comment: "Use for alerts and caution messages")
    |                 `- error: missing argument for parameter 'format' in call
394 |       }
395 |    }
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:393:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
391 |       /// "Warning" - Use for alerts and caution messages
392 |       public static var warning: String {
393 |          String(localized: "TK.Label.warning", defaultValue: "Warning", bundle: .module, comment: "Use for alerts and caution messages")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
394 |       }
395 |    }
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:393:82: error: cannot infer contextual base in reference to member 'module'
391 |       /// "Warning" - Use for alerts and caution messages
392 |       public static var warning: String {
393 |          String(localized: "TK.Label.warning", defaultValue: "Warning", bundle: .module, comment: "Use for alerts and caution messages")
    |                                                                                  `- error: cannot infer contextual base in reference to member 'module'
394 |       }
395 |    }
[144/659] Emitting module TranslateKitLite
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[145/659] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
 2 | import CryptoKit
 3 | #endif
 4 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
 5 | import Foundation
 6 |
[146/659] Compiling OrderedCollections OrderedDictionary+Sendable.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
 2 | import CryptoKit
 3 | #endif
 4 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
 5 | import Foundation
 6 |
[147/659] Compiling OrderedCollections OrderedDictionary+Sequence.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
 2 | import CryptoKit
 3 | #endif
 4 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
 5 | import Foundation
 6 |
[148/659] Compiling OrderedCollections OrderedDictionary+Values.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
 2 | import CryptoKit
 3 | #endif
 4 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
 5 | import Foundation
 6 |
[149/659] Compiling OrderedCollections OrderedDictionary+Codable.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
 2 | import CryptoKit
 3 | #endif
 4 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
 5 | import Foundation
 6 |
[150/659] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
 2 | import CryptoKit
 3 | #endif
 4 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
 5 | import Foundation
 6 |
[151/659] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
 2 | import CryptoKit
 3 | #endif
 4 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
 5 | import Foundation
 6 |
[152/659] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
 2 | import CryptoKit
 3 | #endif
 4 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
 5 | import Foundation
 6 |
[153/659] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
 2 | import CryptoKit
 3 | #endif
 4 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
 5 | import Foundation
 6 |
[154/659] Compiling OrderedCollections OrderedDictionary+Elements.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
 2 | import CryptoKit
 3 | #endif
 4 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
 5 | import Foundation
 6 |
[155/659] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[156/659] Compiling OrderedCollections OrderedDictionary+Equatable.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
 2 | import CryptoKit
 3 | #endif
 4 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
 5 | import Foundation
 6 |
[157/659] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[158/659] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
 2 | import CryptoKit
 3 | #endif
 4 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
 5 | import Foundation
 6 |
[159/659] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[160/659] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[161/659] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[162/659] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[163/659] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[166/659] Compiling OrderedCollections OrderedSet+Descriptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[167/659] Compiling OrderedCollections OrderedSet+Diffing.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
 2 | import CryptoKit
 3 | #endif
 4 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
 5 | import Foundation
 6 |
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
 2 | import CryptoKit
 3 | #endif
 4 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
 5 | import Foundation
 6 |
[170/659] Compiling OrderedCollections _HashTable.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
 2 | import CryptoKit
 3 | #endif
 4 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
 5 | import Foundation
 6 |
[171/659] Compiling OrderedCollections _Hashtable+Header.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
 2 | import CryptoKit
 3 | #endif
 4 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
 5 | import Foundation
 6 |
[172/659] Compiling OrderedCollections OrderedDictionary+Hashable.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
 2 | import CryptoKit
 3 | #endif
 4 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
 5 | import Foundation
 6 |
[173/660] Compiling OrderedCollections OrderedDictionary+Initializers.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
 2 | import CryptoKit
 3 | #endif
 4 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
 5 | import Foundation
 6 |
[174/660] Compiling OrderedCollections OrderedDictionary+Invariants.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
 2 | import CryptoKit
 3 | #endif
 4 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
 5 | import Foundation
 6 |
[175/660] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
 2 | import CryptoKit
 3 | #endif
 4 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
 5 | import Foundation
 6 |
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
 2 | import CryptoKit
 3 | #endif
 4 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
 5 | import Foundation
 6 |
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
 2 | import CryptoKit
 3 | #endif
 4 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
 5 | import Foundation
 6 |
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
 2 | import CryptoKit
 3 | #endif
 4 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
 5 | import Foundation
 6 |
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
 2 | import CryptoKit
 3 | #endif
 4 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
 5 | import Foundation
 6 |
[181/666] Compiling LinksKit resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/LinksKit/Sources/LinksKit/Model/Link.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Represents a link with a title, system image, and URL.
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/345] Compiling vpaes-armv8-win.S
[1/345] Compiling sha512-armv8-win.S
[2/345] Compiling vpaes-armv8-linux.S
[3/345] Compiling sha512-x86_64-apple.S
[3/345] Compiling vpaes-armv7-linux.S
[5/345] Compiling vpaes-x86-apple.S
[6/345] Compiling vpaes-armv8-apple.S
[7/345] Compiling sha512-x86_64-linux.S
[8/345] Compiling sha512-armv8-linux.S
[9/345] Compiling sha512-armv4-linux.S
[10/345] Compiling sha512-armv8-apple.S
[11/345] Compiling sha512-586-apple.S
[12/345] Compiling sha512-586-linux.S
[13/345] Compiling sha256-x86_64-apple.S
[14/345] Compiling sha256-x86_64-linux.S
[15/345] Compiling sha256-armv8-win.S
[16/345] Compiling sha256-armv8-apple.S
[17/345] Compiling sha256-armv8-linux.S
[18/345] Compiling sha256-586-linux.S
[19/345] Compiling sha256-armv4-linux.S
[20/345] Compiling sha256-586-apple.S
[21/345] Compiling sha1-x86_64-apple.S
[22/345] Compiling sha1-armv8-linux.S
[23/345] Compiling sha1-armv8-apple.S
[24/345] Compiling sha1-armv8-win.S
[25/345] Compiling sha1-x86_64-linux.S
[26/345] Compiling sha1-armv4-large-linux.S
[26/345] Compiling sha1-586-linux.S
[28/345] Compiling sha1-586-apple.S
[29/345] Compiling rsaz-avx2-linux.S
[29/345] Compiling rsaz-avx2-apple.S
[31/345] Compiling rdrand-x86_64-linux.S
[32/345] Compiling rdrand-x86_64-apple.S
[33/345] Compiling p256_beeu-x86_64-asm-apple.S
[34/345] Compiling p256_beeu-x86_64-asm-linux.S
[35/345] Compiling p256_beeu-armv8-asm-win.S
[36/345] Compiling p256_beeu-armv8-asm-linux.S
[37/345] Compiling p256_beeu-armv8-asm-apple.S
[38/345] Compiling p256-x86_64-asm-apple.S
[39/345] Compiling p256-armv8-asm-win.S
[40/345] Write swift-version-24593BA9C3E375BF.txt
[41/345] Compiling p256-armv8-asm-linux.S
[42/345] Compiling p256-x86_64-asm-linux.S
[43/345] Compiling p256-armv8-asm-apple.S
[44/345] Compiling ghashv8-armv8-win.S
[45/345] Compiling ghashv8-armv8-linux.S
[46/345] Compiling ghashv8-armv8-apple.S
[47/345] Compiling ghashv8-armv7-linux.S
[48/345] Compiling ghash-x86_64-linux.S
[50/400] Compiling TranslateKitLite TK.swift
[51/400] Compiling SwiftSyntax509 Empty.swift
[52/400] Compiling SwiftSyntax600 Empty.swift
[53/400] Emitting module SwiftSyntax510
[54/400] Compiling SwiftSyntax510 Empty.swift
[55/401] Emitting module SwiftSyntax601
[56/401] Compiling SwiftSyntax601 Empty.swift
[57/402] Emitting module SwiftSyntax600
[58/402] Emitting module SwiftSyntax509
[59/404] Compiling ReviewKit ReviewCriteria.swift
/host/spi-builder-workspace/.build/checkouts/ReviewKit/Sources/ReviewKit/ReviewKit.swift:2:8: error: no such module 'StoreKit'
 1 | import Foundation
 2 | import StoreKit
   |        `- error: no such module 'StoreKit'
 3 |
 4 | /// A helper to request a user review on the App Store at an appropriate time. Persists positive events in standard `UserDefaults`.
[61/404] Compiling ReviewKit ReviewKit.swift
/host/spi-builder-workspace/.build/checkouts/ReviewKit/Sources/ReviewKit/ReviewKit.swift:2:8: error: no such module 'StoreKit'
 1 | import Foundation
 2 | import StoreKit
   |        `- error: no such module 'StoreKit'
 3 |
 4 | /// A helper to request a user review on the App Store at an appropriate time. Persists positive events in standard `UserDefaults`.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[62/404] Emitting module ReviewKit
/host/spi-builder-workspace/.build/checkouts/ReviewKit/Sources/ReviewKit/ReviewKit.swift:2:8: error: no such module 'StoreKit'
 1 | import Foundation
 2 | import StoreKit
   |        `- error: no such module 'StoreKit'
 3 |
 4 | /// A helper to request a user review on the App Store at an appropriate time. Persists positive events in standard `UserDefaults`.
[63/404] Compiling ReviewKit PositiveEvent.swift
/host/spi-builder-workspace/.build/checkouts/ReviewKit/Sources/ReviewKit/ReviewKit.swift:2:8: error: no such module 'StoreKit'
 1 | import Foundation
 2 | import StoreKit
   |        `- error: no such module 'StoreKit'
 3 |
 4 | /// A helper to request a user review on the App Store at an appropriate time. Persists positive events in standard `UserDefaults`.
[64/404] Compiling LinksKit LinksView.swift
/host/spi-builder-workspace/.build/checkouts/LinksKit/Sources/LinksKit/Model/Link.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Represents a link with a title, system image, and URL.
[65/404] Compiling LinksKit LinkSectionsView.swift
/host/spi-builder-workspace/.build/checkouts/LinksKit/Sources/LinksKit/Model/Link.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Represents a link with a title, system image, and URL.
[66/405] Compiling LinksKit TitleAndTrailingIconLabelStyle.swift
/host/spi-builder-workspace/.build/checkouts/LinksKit/Sources/LinksKit/Model/Link.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Represents a link with a title, system image, and URL.
[67/405] Compiling LinksKit TitleAndTrailingIconBadgeLabelStyle.swift
/host/spi-builder-workspace/.build/checkouts/LinksKit/Sources/LinksKit/Model/Link.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Represents a link with a title, system image, and URL.
[68/404] Compiling TranslateKitLite resource_bundle_accessor.swift
[69/404] Compiling TelemetryDeck TelemetryDeck+Errors.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
 2 | import CryptoKit
 3 | #endif
 4 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
 5 | import Foundation
 6 |
[70/404] Compiling TelemetryDeck TelemetryDeck+Navigation.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
 2 | import CryptoKit
 3 | #endif
 4 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
 5 | import Foundation
 6 |
[71/404] Compiling TelemetryDeck TelemetryDeck+Purchases.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
 2 | import CryptoKit
 3 | #endif
 4 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
 5 | import Foundation
 6 |
/host/spi-builder-workspace/.build/checkouts/LinksKit/Sources/LinksKit/Model/Link.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Represents a link with a title, system image, and URL.
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:8:16: error: extra arguments at positions #3, #4 in call
  6 |       /// "Account" - Use to label sections related to user accounts
  7 |       public static var account: String {
  8 |          String(localized: "TK.Label.account", defaultValue: "Account", bundle: .module, comment: "Use to label sections related to user accounts")
    |                `- error: extra arguments at positions #3, #4 in call
  9 |       }
 10 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:8:17: error: missing argument for parameter 'format' in call
  6 |       /// "Account" - Use to label sections related to user accounts
  7 |       public static var account: String {
  8 |          String(localized: "TK.Label.account", defaultValue: "Account", bundle: .module, comment: "Use to label sections related to user accounts")
    |                 `- error: missing argument for parameter 'format' in call
  9 |       }
 10 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:8:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
  6 |       /// "Account" - Use to label sections related to user accounts
  7 |       public static var account: String {
  8 |          String(localized: "TK.Label.account", defaultValue: "Account", bundle: .module, comment: "Use to label sections related to user accounts")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
  9 |       }
 10 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:8:82: error: cannot infer contextual base in reference to member 'module'
  6 |       /// "Account" - Use to label sections related to user accounts
  7 |       public static var account: String {
  8 |          String(localized: "TK.Label.account", defaultValue: "Account", bundle: .module, comment: "Use to label sections related to user accounts")
    |                                                                                  `- error: cannot infer contextual base in reference to member 'module'
  9 |       }
 10 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:13:16: error: extra arguments at positions #3, #4 in call
 11 |       /// "Accounts" - Use when referring to multiple user accounts
 12 |       public static var accounts: String {
 13 |          String(localized: "TK.Label.accounts", defaultValue: "Accounts", bundle: .module, comment: "Use when referring to multiple user accounts")
    |                `- error: extra arguments at positions #3, #4 in call
 14 |       }
 15 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:13:17: error: missing argument for parameter 'format' in call
 11 |       /// "Accounts" - Use when referring to multiple user accounts
 12 |       public static var accounts: String {
 13 |          String(localized: "TK.Label.accounts", defaultValue: "Accounts", bundle: .module, comment: "Use when referring to multiple user accounts")
    |                 `- error: missing argument for parameter 'format' in call
 14 |       }
 15 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:13:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
 11 |       /// "Accounts" - Use when referring to multiple user accounts
 12 |       public static var accounts: String {
 13 |          String(localized: "TK.Label.accounts", defaultValue: "Accounts", bundle: .module, comment: "Use when referring to multiple user accounts")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
 14 |       }
 15 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:13:84: error: cannot infer contextual base in reference to member 'module'
 11 |       /// "Accounts" - Use when referring to multiple user accounts
 12 |       public static var accounts: String {
 13 |          String(localized: "TK.Label.accounts", defaultValue: "Accounts", bundle: .module, comment: "Use when referring to multiple user accounts")
    |                                                                                    `- error: cannot infer contextual base in reference to member 'module'
 14 |       }
 15 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:18:16: error: extra arguments at positions #3, #4 in call
 16 |       /// "Account Settings" - Use for sections that manage account preferences
 17 |       public static var accountSettings: String {
 18 |          String(localized: "TK.Label.accountSettings", defaultValue: "Account Settings", bundle: .module, comment: "Use for sections that manage account preferences")
    |                `- error: extra arguments at positions #3, #4 in call
 19 |       }
 20 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:18:17: error: missing argument for parameter 'format' in call
 16 |       /// "Account Settings" - Use for sections that manage account preferences
 17 |       public static var accountSettings: String {
 18 |          String(localized: "TK.Label.accountSettings", defaultValue: "Account Settings", bundle: .module, comment: "Use for sections that manage account preferences")
    |                 `- error: missing argument for parameter 'format' in call
 19 |       }
 20 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:18:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
 16 |       /// "Account Settings" - Use for sections that manage account preferences
 17 |       public static var accountSettings: String {
 18 |          String(localized: "TK.Label.accountSettings", defaultValue: "Account Settings", bundle: .module, comment: "Use for sections that manage account preferences")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
 19 |       }
 20 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:18:99: error: cannot infer contextual base in reference to member 'module'
 16 |       /// "Account Settings" - Use for sections that manage account preferences
 17 |       public static var accountSettings: String {
 18 |          String(localized: "TK.Label.accountSettings", defaultValue: "Account Settings", bundle: .module, comment: "Use for sections that manage account preferences")
    |                                                                                                   `- error: cannot infer contextual base in reference to member 'module'
 19 |       }
 20 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:23:16: error: extra arguments at positions #3, #4 in call
 21 |       /// "Active" - Use for status indicators showing an active state
 22 |       public static var active: String {
 23 |          String(localized: "TK.Label.active", defaultValue: "Active", bundle: .module, comment: "Use for status indicators showing an active state")
    |                `- error: extra arguments at positions #3, #4 in call
 24 |       }
 25 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:23:17: error: missing argument for parameter 'format' in call
 21 |       /// "Active" - Use for status indicators showing an active state
 22 |       public static var active: String {
 23 |          String(localized: "TK.Label.active", defaultValue: "Active", bundle: .module, comment: "Use for status indicators showing an active state")
    |                 `- error: missing argument for parameter 'format' in call
 24 |       }
 25 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:23:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
 21 |       /// "Active" - Use for status indicators showing an active state
 22 |       public static var active: String {
 23 |          String(localized: "TK.Label.active", defaultValue: "Active", bundle: .module, comment: "Use for status indicators showing an active state")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
 24 |       }
 25 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:23:80: error: cannot infer contextual base in reference to member 'module'
 21 |       /// "Active" - Use for status indicators showing an active state
 22 |       public static var active: String {
 23 |          String(localized: "TK.Label.active", defaultValue: "Active", bundle: .module, comment: "Use for status indicators showing an active state")
    |                                                                                `- error: cannot infer contextual base in reference to member 'module'
 24 |       }
 25 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:28:16: error: extra arguments at positions #3, #4 in call
 26 |       /// "Activities" - Use for sections related to recent or ongoing actions
 27 |       public static var activities: String {
 28 |          String(localized: "TK.Label.activities", defaultValue: "Activities", bundle: .module, comment: "Use for sections related to recent or ongoing actions")
    |                `- error: extra arguments at positions #3, #4 in call
 29 |       }
 30 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:28:17: error: missing argument for parameter 'format' in call
 26 |       /// "Activities" - Use for sections related to recent or ongoing actions
 27 |       public static var activities: String {
 28 |          String(localized: "TK.Label.activities", defaultValue: "Activities", bundle: .module, comment: "Use for sections related to recent or ongoing actions")
    |                 `- error: missing argument for parameter 'format' in call
 29 |       }
 30 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:28:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
 26 |       /// "Activities" - Use for sections related to recent or ongoing actions
 27 |       public static var activities: String {
 28 |          String(localized: "TK.Label.activities", defaultValue: "Activities", bundle: .module, comment: "Use for sections related to recent or ongoing actions")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
 29 |       }
 30 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:28:88: error: cannot infer contextual base in reference to member 'module'
 26 |       /// "Activities" - Use for sections related to recent or ongoing actions
 27 |       public static var activities: String {
 28 |          String(localized: "TK.Label.activities", defaultValue: "Activities", bundle: .module, comment: "Use for sections related to recent or ongoing actions")
    |                                                                                        `- error: cannot infer contextual base in reference to member 'module'
 29 |       }
 30 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:33:16: error: extra arguments at positions #3, #4 in call
 31 |       /// "Activity" - Use to describe a single event or logged action
 32 |       public static var activity: String {
 33 |          String(localized: "TK.Label.activity", defaultValue: "Activity", bundle: .module, comment: "Use to describe a single event or logged action")
    |                `- error: extra arguments at positions #3, #4 in call
 34 |       }
 35 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:33:17: error: missing argument for parameter 'format' in call
 31 |       /// "Activity" - Use to describe a single event or logged action
 32 |       public static var activity: String {
 33 |          String(localized: "TK.Label.activity", defaultValue: "Activity", bundle: .module, comment: "Use to describe a single event or logged action")
    |                 `- error: missing argument for parameter 'format' in call
 34 |       }
 35 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:33:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
 31 |       /// "Activity" - Use to describe a single event or logged action
 32 |       public static var activity: String {
 33 |          String(localized: "TK.Label.activity", defaultValue: "Activity", bundle: .module, comment: "Use to describe a single event or logged action")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
 34 |       }
 35 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:33:84: error: cannot infer contextual base in reference to member 'module'
 31 |       /// "Activity" - Use to describe a single event or logged action
 32 |       public static var activity: String {
 33 |          String(localized: "TK.Label.activity", defaultValue: "Activity", bundle: .module, comment: "Use to describe a single event or logged action")
    |                                                                                    `- error: cannot infer contextual base in reference to member 'module'
 34 |       }
 35 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:38:16: error: extra arguments at positions #3, #4 in call
 36 |       /// "Alert" - Use for warning messages or critical notifications
 37 |       public static var alert: String {
 38 |          String(localized: "TK.Label.alert", defaultValue: "Alert", bundle: .module, comment: "Use for warning messages or critical notifications")
    |                `- error: extra arguments at positions #3, #4 in call
 39 |       }
 40 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:38:17: error: missing argument for parameter 'format' in call
 36 |       /// "Alert" - Use for warning messages or critical notifications
 37 |       public static var alert: String {
 38 |          String(localized: "TK.Label.alert", defaultValue: "Alert", bundle: .module, comment: "Use for warning messages or critical notifications")
    |                 `- error: missing argument for parameter 'format' in call
 39 |       }
 40 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:38:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
 36 |       /// "Alert" - Use for warning messages or critical notifications
 37 |       public static var alert: String {
 38 |          String(localized: "TK.Label.alert", defaultValue: "Alert", bundle: .module, comment: "Use for warning messages or critical notifications")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
 39 |       }
 40 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:38:78: error: cannot infer contextual base in reference to member 'module'
 36 |       /// "Alert" - Use for warning messages or critical notifications
 37 |       public static var alert: String {
 38 |          String(localized: "TK.Label.alert", defaultValue: "Alert", bundle: .module, comment: "Use for warning messages or critical notifications")
    |                                                                              `- error: cannot infer contextual base in reference to member 'module'
 39 |       }
 40 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:43:16: error: extra arguments at positions #3, #4 in call
 41 |       /// "All" - Use when displaying everything in a given category
 42 |       public static var all: String {
 43 |          String(localized: "TK.Label.all", defaultValue: "All", bundle: .module, comment: "Use when displaying everything in a given category")
    |                `- error: extra arguments at positions #3, #4 in call
 44 |       }
 45 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:43:17: error: missing argument for parameter 'format' in call
 41 |       /// "All" - Use when displaying everything in a given category
 42 |       public static var all: String {
 43 |          String(localized: "TK.Label.all", defaultValue: "All", bundle: .module, comment: "Use when displaying everything in a given category")
    |                 `- error: missing argument for parameter 'format' in call
 44 |       }
 45 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:43:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
 41 |       /// "All" - Use when displaying everything in a given category
 42 |       public static var all: String {
 43 |          String(localized: "TK.Label.all", defaultValue: "All", bundle: .module, comment: "Use when displaying everything in a given category")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
 44 |       }
 45 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:43:74: error: cannot infer contextual base in reference to member 'module'
 41 |       /// "All" - Use when displaying everything in a given category
 42 |       public static var all: String {
 43 |          String(localized: "TK.Label.all", defaultValue: "All", bundle: .module, comment: "Use when displaying everything in a given category")
    |                                                                          `- error: cannot infer contextual base in reference to member 'module'
 44 |       }
 45 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:48:16: error: extra arguments at positions #3, #4 in call
 46 |       /// "Amount" - Use when displaying numerical values, such as prices or balances
 47 |       public static var amount: String {
 48 |          String(localized: "TK.Label.amount", defaultValue: "Amount", bundle: .module, comment: "Use when displaying numerical values, such as prices or balances")
    |                `- error: extra arguments at positions #3, #4 in call
 49 |       }
 50 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:48:17: error: missing argument for parameter 'format' in call
 46 |       /// "Amount" - Use when displaying numerical values, such as prices or balances
 47 |       public static var amount: String {
 48 |          String(localized: "TK.Label.amount", defaultValue: "Amount", bundle: .module, comment: "Use when displaying numerical values, such as prices or balances")
    |                 `- error: missing argument for parameter 'format' in call
 49 |       }
 50 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:48:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
 46 |       /// "Amount" - Use when displaying numerical values, such as prices or balances
 47 |       public static var amount: String {
 48 |          String(localized: "TK.Label.amount", defaultValue: "Amount", bundle: .module, comment: "Use when displaying numerical values, such as prices or balances")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
 49 |       }
 50 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:48:80: error: cannot infer contextual base in reference to member 'module'
 46 |       /// "Amount" - Use when displaying numerical values, such as prices or balances
 47 |       public static var amount: String {
 48 |          String(localized: "TK.Label.amount", defaultValue: "Amount", bundle: .module, comment: "Use when displaying numerical values, such as prices or balances")
    |                                                                                `- error: cannot infer contextual base in reference to member 'module'
 49 |       }
 50 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:53:16: error: extra arguments at positions #3, #4 in call
 51 |       /// "App" - Use when referring to an application generically
 52 |       public static var app: String {
 53 |          String(localized: "TK.Label.app", defaultValue: "App", bundle: .module, comment: "Use when referring to an application generically")
    |                `- error: extra arguments at positions #3, #4 in call
 54 |       }
 55 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:53:17: error: missing argument for parameter 'format' in call
 51 |       /// "App" - Use when referring to an application generically
 52 |       public static var app: String {
 53 |          String(localized: "TK.Label.app", defaultValue: "App", bundle: .module, comment: "Use when referring to an application generically")
    |                 `- error: missing argument for parameter 'format' in call
 54 |       }
 55 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:53:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
 51 |       /// "App" - Use when referring to an application generically
 52 |       public static var app: String {
 53 |          String(localized: "TK.Label.app", defaultValue: "App", bundle: .module, comment: "Use when referring to an application generically")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
 54 |       }
 55 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:53:74: error: cannot infer contextual base in reference to member 'module'
 51 |       /// "App" - Use when referring to an application generically
 52 |       public static var app: String {
 53 |          String(localized: "TK.Label.app", defaultValue: "App", bundle: .module, comment: "Use when referring to an application generically")
    |                                                                          `- error: cannot infer contextual base in reference to member 'module'
 54 |       }
 55 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:58:16: error: extra arguments at positions #3, #4 in call
 56 |       /// "Automatic" - Use to label features that function without manual input
 57 |       public static var automatic: String {
 58 |          String(localized: "TK.Label.automatic", defaultValue: "Automatic", bundle: .module, comment: "Use to label features that function without manual input")
    |                `- error: extra arguments at positions #3, #4 in call
 59 |       }
 60 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:58:17: error: missing argument for parameter 'format' in call
 56 |       /// "Automatic" - Use to label features that function without manual input
 57 |       public static var automatic: String {
 58 |          String(localized: "TK.Label.automatic", defaultValue: "Automatic", bundle: .module, comment: "Use to label features that function without manual input")
    |                 `- error: missing argument for parameter 'format' in call
 59 |       }
 60 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:58:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
 56 |       /// "Automatic" - Use to label features that function without manual input
 57 |       public static var automatic: String {
 58 |          String(localized: "TK.Label.automatic", defaultValue: "Automatic", bundle: .module, comment: "Use to label features that function without manual input")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
 59 |       }
 60 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:58:86: error: cannot infer contextual base in reference to member 'module'
 56 |       /// "Automatic" - Use to label features that function without manual input
 57 |       public static var automatic: String {
 58 |          String(localized: "TK.Label.automatic", defaultValue: "Automatic", bundle: .module, comment: "Use to label features that function without manual input")
    |                                                                                      `- error: cannot infer contextual base in reference to member 'module'
 59 |       }
 60 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:63:16: error: extra arguments at positions #3, #4 in call
 61 |       /// "Available" - Use when indicating availability of items or users
 62 |       public static var available: String {
 63 |          String(localized: "TK.Label.available", defaultValue: "Available", bundle: .module, comment: "Use when indicating availability of items or users")
    |                `- error: extra arguments at positions #3, #4 in call
 64 |       }
 65 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:63:17: error: missing argument for parameter 'format' in call
 61 |       /// "Available" - Use when indicating availability of items or users
 62 |       public static var available: String {
 63 |          String(localized: "TK.Label.available", defaultValue: "Available", bundle: .module, comment: "Use when indicating availability of items or users")
    |                 `- error: missing argument for parameter 'format' in call
 64 |       }
 65 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:63:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
 61 |       /// "Available" - Use when indicating availability of items or users
 62 |       public static var available: String {
 63 |          String(localized: "TK.Label.available", defaultValue: "Available", bundle: .module, comment: "Use when indicating availability of items or users")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
 64 |       }
 65 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:63:86: error: cannot infer contextual base in reference to member 'module'
 61 |       /// "Available" - Use when indicating availability of items or users
 62 |       public static var available: String {
 63 |          String(localized: "TK.Label.available", defaultValue: "Available", bundle: .module, comment: "Use when indicating availability of items or users")
    |                                                                                      `- error: cannot infer contextual base in reference to member 'module'
 64 |       }
 65 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:68:16: error: extra arguments at positions #3, #4 in call
 66 |       /// "Background" - Use for display or app activity settings related to background processes
 67 |       public static var background: String {
 68 |          String(localized: "TK.Label.background", defaultValue: "Background", bundle: .module, comment: "Use for display or app activity settings related to background processes")
    |                `- error: extra arguments at positions #3, #4 in call
 69 |       }
 70 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:68:17: error: missing argument for parameter 'format' in call
 66 |       /// "Background" - Use for display or app activity settings related to background processes
 67 |       public static var background: String {
 68 |          String(localized: "TK.Label.background", defaultValue: "Background", bundle: .module, comment: "Use for display or app activity settings related to background processes")
    |                 `- error: missing argument for parameter 'format' in call
 69 |       }
 70 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:68:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
 66 |       /// "Background" - Use for display or app activity settings related to background processes
 67 |       public static var background: String {
 68 |          String(localized: "TK.Label.background", defaultValue: "Background", bundle: .module, comment: "Use for display or app activity settings related to background processes")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
 69 |       }
 70 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:68:88: error: cannot infer contextual base in reference to member 'module'
 66 |       /// "Background" - Use for display or app activity settings related to background processes
 67 |       public static var background: String {
 68 |          String(localized: "TK.Label.background", defaultValue: "Background", bundle: .module, comment: "Use for display or app activity settings related to background processes")
    |                                                                                        `- error: cannot infer contextual base in reference to member 'module'
 69 |       }
 70 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:73:16: error: extra arguments at positions #3, #4 in call
 71 |       /// "Category" - Use for a single classification of content
 72 |       public static var category: String {
 73 |          String(localized: "TK.Label.category", defaultValue: "Category", bundle: .module, comment: "Use for a single classification of content")
    |                `- error: extra arguments at positions #3, #4 in call
 74 |       }
 75 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:73:17: error: missing argument for parameter 'format' in call
 71 |       /// "Category" - Use for a single classification of content
 72 |       public static var category: String {
 73 |          String(localized: "TK.Label.category", defaultValue: "Category", bundle: .module, comment: "Use for a single classification of content")
    |                 `- error: missing argument for parameter 'format' in call
 74 |       }
 75 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:73:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
 71 |       /// "Category" - Use for a single classification of content
 72 |       public static var category: String {
 73 |          String(localized: "TK.Label.category", defaultValue: "Category", bundle: .module, comment: "Use for a single classification of content")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
 74 |       }
 75 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:73:84: error: cannot infer contextual base in reference to member 'module'
 71 |       /// "Category" - Use for a single classification of content
 72 |       public static var category: String {
 73 |          String(localized: "TK.Label.category", defaultValue: "Category", bundle: .module, comment: "Use for a single classification of content")
    |                                                                                    `- error: cannot infer contextual base in reference to member 'module'
 74 |       }
 75 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:78:16: error: extra arguments at positions #3, #4 in call
 76 |       /// "Color" - Use for settings that modify colors
 77 |       public static var color: String {
 78 |          String(localized: "TK.Label.color", defaultValue: "Color", bundle: .module, comment: "Use for settings that modify colors")
    |                `- error: extra arguments at positions #3, #4 in call
 79 |       }
 80 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:78:17: error: missing argument for parameter 'format' in call
 76 |       /// "Color" - Use for settings that modify colors
 77 |       public static var color: String {
 78 |          String(localized: "TK.Label.color", defaultValue: "Color", bundle: .module, comment: "Use for settings that modify colors")
    |                 `- error: missing argument for parameter 'format' in call
 79 |       }
 80 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:78:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
 76 |       /// "Color" - Use for settings that modify colors
 77 |       public static var color: String {
 78 |          String(localized: "TK.Label.color", defaultValue: "Color", bundle: .module, comment: "Use for settings that modify colors")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
 79 |       }
 80 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:78:78: error: cannot infer contextual base in reference to member 'module'
 76 |       /// "Color" - Use for settings that modify colors
 77 |       public static var color: String {
 78 |          String(localized: "TK.Label.color", defaultValue: "Color", bundle: .module, comment: "Use for settings that modify colors")
    |                                                                              `- error: cannot infer contextual base in reference to member 'module'
 79 |       }
 80 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:83:16: error: extra arguments at positions #3, #4 in call
 81 |       /// "Configuration" - Use for system or app settings options
 82 |       public static var configuration: String {
 83 |          String(localized: "TK.Label.configuration", defaultValue: "Configuration", bundle: .module, comment: "Use for system or app settings options")
    |                `- error: extra arguments at positions #3, #4 in call
 84 |       }
 85 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:83:17: error: missing argument for parameter 'format' in call
 81 |       /// "Configuration" - Use for system or app settings options
 82 |       public static var configuration: String {
 83 |          String(localized: "TK.Label.configuration", defaultValue: "Configuration", bundle: .module, comment: "Use for system or app settings options")
    |                 `- error: missing argument for parameter 'format' in call
 84 |       }
 85 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:83:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
 81 |       /// "Configuration" - Use for system or app settings options
 82 |       public static var configuration: String {
 83 |          String(localized: "TK.Label.configuration", defaultValue: "Configuration", bundle: .module, comment: "Use for system or app settings options")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
 84 |       }
 85 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:83:94: error: cannot infer contextual base in reference to member 'module'
 81 |       /// "Configuration" - Use for system or app settings options
 82 |       public static var configuration: String {
 83 |          String(localized: "TK.Label.configuration", defaultValue: "Configuration", bundle: .module, comment: "Use for system or app settings options")
    |                                                                                              `- error: cannot infer contextual base in reference to member 'module'
 84 |       }
 85 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:88:16: error: extra arguments at positions #3, #4 in call
 86 |       /// "Content" - Use when referring to general media or textual elements
 87 |       public static var content: String {
 88 |          String(localized: "TK.Label.content", defaultValue: "Content", bundle: .module, comment: "Use when referring to general media or textual elements")
    |                `- error: extra arguments at positions #3, #4 in call
 89 |       }
 90 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:88:17: error: missing argument for parameter 'format' in call
 86 |       /// "Content" - Use when referring to general media or textual elements
 87 |       public static var content: String {
 88 |          String(localized: "TK.Label.content", defaultValue: "Content", bundle: .module, comment: "Use when referring to general media or textual elements")
    |                 `- error: missing argument for parameter 'format' in call
 89 |       }
 90 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
BUILD FAILURE 6.1 linux