Build Information
Failed to build TranslateKit, reference 1.3.0 (d65b1a
), with Swift 6.2 (beta) for Linux on 1 Sep 2025 18:27:28 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
249 | }
250 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:248:76: error: cannot infer contextual base in reference to member 'module'
246 | /// "Info" - Use for additional information or details
247 | public static var info: String {
248 | 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'
249 | }
250 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:253:16: error: extra arguments at positions #3, #4 in call
251 | /// "Input" - Use for form fields where users can enter data
252 | public static var input: String {
253 | 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
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/Sources/TranslateKitLite/TK+Label.swift:253:17: error: missing argument for parameter 'format' in call
251 | /// "Input" - Use for form fields where users can enter data
252 | public static var input: String {
253 | 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
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/Sources/TranslateKitLite/TK+Label.swift:253:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
251 | /// "Input" - Use for form fields where users can enter data
252 | public static var input: String {
253 | 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'
254 | }
255 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:253:78: error: cannot infer contextual base in reference to member 'module'
251 | /// "Input" - Use for form fields where users can enter data
252 | public static var input: String {
253 | 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'
254 | }
255 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:258:16: error: extra arguments at positions #3, #4 in call
256 | /// "Language" - Use for localization or translation preferences
257 | public static var language: String {
258 | 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
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/Sources/TranslateKitLite/TK+Label.swift:258:17: error: missing argument for parameter 'format' in call
256 | /// "Language" - Use for localization or translation preferences
257 | public static var language: String {
258 | String(localized: "TK.Label.language", defaultValue: "Language", bundle: .module, comment: "Use for localization or translation preferences")
| `- 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/Sources/TranslateKitLite/TK+Label.swift:258:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
256 | /// "Language" - Use for localization or translation preferences
257 | public static var language: String {
258 | 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'
259 | }
260 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:258:84: error: cannot infer contextual base in reference to member 'module'
256 | /// "Language" - Use for localization or translation preferences
257 | public static var language: String {
258 | 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'
259 | }
260 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:263:16: error: extra arguments at positions #3, #4 in call
261 | /// "Location" - Use for GPS or user-specified place tracking
262 | public static var location: String {
263 | 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
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/Sources/TranslateKitLite/TK+Label.swift:263:17: error: missing argument for parameter 'format' in call
261 | /// "Location" - Use for GPS or user-specified place tracking
262 | public static var location: String {
263 | 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
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/Sources/TranslateKitLite/TK+Label.swift:263:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
261 | /// "Location" - Use for GPS or user-specified place tracking
262 | public static var location: String {
263 | 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'
264 | }
265 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:263:84: error: cannot infer contextual base in reference to member 'module'
261 | /// "Location" - Use for GPS or user-specified place tracking
262 | public static var location: String {
263 | 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'
264 | }
265 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:268:16: error: extra arguments at positions #3, #4 in call
266 | /// "Menu" - Use for navigation or option lists
267 | public static var menu: String {
268 | 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
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/Sources/TranslateKitLite/TK+Label.swift:268:17: error: missing argument for parameter 'format' in call
266 | /// "Menu" - Use for navigation or option lists
267 | public static var menu: String {
268 | String(localized: "TK.Label.menu", defaultValue: "Menu", bundle: .module, comment: "Use for navigation or option lists")
| `- 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/Sources/TranslateKitLite/TK+Label.swift:268:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
266 | /// "Menu" - Use for navigation or option lists
267 | public static var menu: String {
268 | 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'
269 | }
270 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:268:76: error: cannot infer contextual base in reference to member 'module'
266 | /// "Menu" - Use for navigation or option lists
267 | public static var menu: String {
268 | 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'
269 | }
270 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:273:16: error: extra arguments at positions #3, #4 in call
271 | /// "Mode" - Use for selecting different configurations or presets
272 | public static var mode: String {
273 | 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
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/Sources/TranslateKitLite/TK+Label.swift:273:17: error: missing argument for parameter 'format' in call
271 | /// "Mode" - Use for selecting different configurations or presets
272 | public static var mode: String {
273 | 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
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/Sources/TranslateKitLite/TK+Label.swift:273:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
271 | /// "Mode" - Use for selecting different configurations or presets
272 | public static var mode: String {
273 | 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'
274 | }
275 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:273:76: error: cannot infer contextual base in reference to member 'module'
271 | /// "Mode" - Use for selecting different configurations or presets
272 | public static var mode: String {
273 | 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'
274 | }
275 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:278:16: error: extra arguments at positions #3, #4 in call
276 | /// "Name" - Use for input fields where users provide personal identification
277 | public static var name: String {
278 | String(
| `- error: extra arguments at positions #3, #4 in call
279 | localized: "TK.Label.name",
280 | defaultValue: "Name",
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/Sources/TranslateKitLite/TK+Label.swift:279:13: error: missing argument for parameter 'format' in call
277 | public static var name: String {
278 | String(
279 | localized: "TK.Label.name",
| `- error: missing argument for parameter 'format' in call
280 | defaultValue: "Name",
281 | bundle: .module,
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/Sources/TranslateKitLite/TK+Label.swift:279:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
277 | public static var name: String {
278 | String(
279 | localized: "TK.Label.name",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
280 | defaultValue: "Name",
281 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:281:22: error: cannot infer contextual base in reference to member 'module'
279 | localized: "TK.Label.name",
280 | defaultValue: "Name",
281 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
282 | comment: "Use for input fields where users provide personal identification"
283 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:288:16: error: extra arguments at positions #3, #4 in call
286 | /// "New" - Use to label recently added items
287 | public static var new: String {
288 | 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
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/Sources/TranslateKitLite/TK+Label.swift:288:17: error: missing argument for parameter 'format' in call
286 | /// "New" - Use to label recently added items
287 | public static var new: String {
288 | String(localized: "TK.Label.new", defaultValue: "New", bundle: .module, comment: "Use to label recently added items")
| `- 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/Sources/TranslateKitLite/TK+Label.swift:288:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
286 | /// "New" - Use to label recently added items
287 | public static var new: String {
288 | 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'
289 | }
290 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:288:74: error: cannot infer contextual base in reference to member 'module'
286 | /// "New" - Use to label recently added items
287 | public static var new: String {
288 | 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'
289 | }
290 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:293:16: error: extra arguments at positions #3, #4 in call
291 | /// "None" - Use for empty or null states
292 | public static var none: String {
293 | 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
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/Sources/TranslateKitLite/TK+Label.swift:293:17: error: missing argument for parameter 'format' in call
291 | /// "None" - Use for empty or null states
292 | public static var none: String {
293 | String(localized: "TK.Label.none", defaultValue: "None", bundle: .module, comment: "Use for empty or null states")
| `- 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/Sources/TranslateKitLite/TK+Label.swift:293:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
291 | /// "None" - Use for empty or null states
292 | public static var none: String {
293 | 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'
294 | }
295 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:293:76: error: cannot infer contextual base in reference to member 'module'
291 | /// "None" - Use for empty or null states
292 | public static var none: String {
293 | 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'
294 | }
295 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:298:16: error: extra arguments at positions #3, #4 in call
296 | /// "Notifications" - Use when referring to system or app alerts
297 | public static var notifications: String {
298 | String(
| `- error: extra arguments at positions #3, #4 in call
299 | localized: "TK.Label.notifications",
300 | defaultValue: "Notifications",
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/Sources/TranslateKitLite/TK+Label.swift:299:13: error: missing argument for parameter 'format' in call
297 | public static var notifications: String {
298 | String(
299 | localized: "TK.Label.notifications",
| `- error: missing argument for parameter 'format' in call
300 | defaultValue: "Notifications",
301 | bundle: .module,
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/Sources/TranslateKitLite/TK+Label.swift:299:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
297 | public static var notifications: String {
298 | String(
299 | localized: "TK.Label.notifications",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
300 | defaultValue: "Notifications",
301 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:301:22: error: cannot infer contextual base in reference to member 'module'
299 | localized: "TK.Label.notifications",
300 | defaultValue: "Notifications",
301 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
302 | comment: "Use when referring to system or app alerts"
303 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:308:16: error: extra arguments at positions #3, #4 in call
306 | /// "Options" - Use for configurable settings or preferences
307 | public static var options: String {
308 | 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
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/Sources/TranslateKitLite/TK+Label.swift:308:17: error: missing argument for parameter 'format' in call
306 | /// "Options" - Use for configurable settings or preferences
307 | public static var options: String {
308 | String(localized: "TK.Label.options", defaultValue: "Options", bundle: .module, comment: "Use for configurable settings or preferences")
| `- 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/Sources/TranslateKitLite/TK+Label.swift:308:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
306 | /// "Options" - Use for configurable settings or preferences
307 | public static var options: String {
308 | 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'
309 | }
310 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:308:82: error: cannot infer contextual base in reference to member 'module'
306 | /// "Options" - Use for configurable settings or preferences
307 | public static var options: String {
308 | 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'
309 | }
310 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:313:16: error: extra arguments at positions #3, #4 in call
311 | /// "Password" - Use for authentication or security fields
312 | public static var password: String {
313 | 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
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/Sources/TranslateKitLite/TK+Label.swift:313:17: error: missing argument for parameter 'format' in call
311 | /// "Password" - Use for authentication or security fields
312 | public static var password: String {
313 | String(localized: "TK.Label.password", defaultValue: "Password", bundle: .module, comment: "Use for authentication or security fields")
| `- 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/Sources/TranslateKitLite/TK+Label.swift:313:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
311 | /// "Password" - Use for authentication or security fields
312 | public static var password: String {
313 | 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'
314 | }
315 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:313:84: error: cannot infer contextual base in reference to member 'module'
311 | /// "Password" - Use for authentication or security fields
312 | public static var password: String {
313 | 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'
314 | }
315 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:318:16: error: extra arguments at positions #3, #4 in call
316 | /// "Paused" - Use for indicating that an action or process is on hold
317 | public static var paused: String {
318 | String(
| `- error: extra arguments at positions #3, #4 in call
319 | localized: "TK.Label.paused",
320 | defaultValue: "Paused",
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/Sources/TranslateKitLite/TK+Label.swift:319:13: error: missing argument for parameter 'format' in call
317 | public static var paused: String {
318 | String(
319 | localized: "TK.Label.paused",
| `- error: missing argument for parameter 'format' in call
320 | defaultValue: "Paused",
321 | bundle: .module,
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/Sources/TranslateKitLite/TK+Label.swift:319:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
317 | public static var paused: String {
318 | String(
319 | localized: "TK.Label.paused",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
320 | defaultValue: "Paused",
321 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:321:22: error: cannot infer contextual base in reference to member 'module'
319 | localized: "TK.Label.paused",
320 | defaultValue: "Paused",
321 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
322 | comment: "Use for indicating that an action or process is on hold"
323 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:328:16: error: extra arguments at positions #3, #4 in call
326 | /// "Pending" - Use for items awaiting action or approval
327 | public static var pending: String {
328 | 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
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/Sources/TranslateKitLite/TK+Label.swift:328:17: error: missing argument for parameter 'format' in call
326 | /// "Pending" - Use for items awaiting action or approval
327 | public static var pending: String {
328 | 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
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/Sources/TranslateKitLite/TK+Label.swift:328:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
326 | /// "Pending" - Use for items awaiting action or approval
327 | public static var pending: String {
328 | 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'
329 | }
330 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:328:82: error: cannot infer contextual base in reference to member 'module'
326 | /// "Pending" - Use for items awaiting action or approval
327 | public static var pending: String {
328 | 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'
329 | }
330 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:333:16: error: extra arguments at positions #3, #4 in call
331 | /// "Permissions" - Use when managing access rights for features or data
332 | public static var permissions: String {
333 | String(
| `- error: extra arguments at positions #3, #4 in call
334 | localized: "TK.Label.permissions",
335 | defaultValue: "Permissions",
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/Sources/TranslateKitLite/TK+Label.swift:334:13: error: missing argument for parameter 'format' in call
332 | public static var permissions: String {
333 | String(
334 | localized: "TK.Label.permissions",
| `- error: missing argument for parameter 'format' in call
335 | defaultValue: "Permissions",
336 | bundle: .module,
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/Sources/TranslateKitLite/TK+Label.swift:334:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
332 | public static var permissions: String {
333 | String(
334 | localized: "TK.Label.permissions",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
335 | defaultValue: "Permissions",
336 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:336:22: error: cannot infer contextual base in reference to member 'module'
334 | localized: "TK.Label.permissions",
335 | defaultValue: "Permissions",
336 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
337 | comment: "Use when managing access rights for features or data"
338 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:343:16: error: extra arguments at positions #3, #4 in call
341 | /// "Preview" - Use for viewing content before finalizing
342 | public static var preview: String {
343 | 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
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/Sources/TranslateKitLite/TK+Label.swift:343:17: error: missing argument for parameter 'format' in call
341 | /// "Preview" - Use for viewing content before finalizing
342 | public static var preview: String {
343 | String(localized: "TK.Label.preview", defaultValue: "Preview", bundle: .module, comment: "Use for viewing content before finalizing")
| `- 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/Sources/TranslateKitLite/TK+Label.swift:343:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
341 | /// "Preview" - Use for viewing content before finalizing
342 | public static var preview: String {
343 | 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'
344 | }
345 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:343:82: error: cannot infer contextual base in reference to member 'module'
341 | /// "Preview" - Use for viewing content before finalizing
342 | public static var preview: String {
343 | 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'
344 | }
345 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:348:16: error: extra arguments at positions #3, #4 in call
346 | /// "Privacy" - Use when referring to data protection or access controls
347 | public static var privacy: String {
348 | String(
| `- error: extra arguments at positions #3, #4 in call
349 | localized: "TK.Label.privacy",
350 | defaultValue: "Privacy",
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/Sources/TranslateKitLite/TK+Label.swift:349:13: error: missing argument for parameter 'format' in call
347 | public static var privacy: String {
348 | String(
349 | localized: "TK.Label.privacy",
| `- error: missing argument for parameter 'format' in call
350 | defaultValue: "Privacy",
351 | bundle: .module,
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/Sources/TranslateKitLite/TK+Label.swift:349:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
347 | public static var privacy: String {
348 | String(
349 | localized: "TK.Label.privacy",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
350 | defaultValue: "Privacy",
351 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:351:22: error: cannot infer contextual base in reference to member 'module'
349 | localized: "TK.Label.privacy",
350 | defaultValue: "Privacy",
351 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
352 | comment: "Use when referring to data protection or access controls"
353 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:358:16: error: extra arguments at positions #3, #4 in call
356 | /// "Privacy Policy" - Use when referring to the data privacy document
357 | public static var privacyPolicy: String {
358 | String(
| `- error: extra arguments at positions #3, #4 in call
359 | localized: "TK.Label.privacyPolicy",
360 | defaultValue: "Privacy Policy",
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/Sources/TranslateKitLite/TK+Label.swift:359:13: error: missing argument for parameter 'format' in call
357 | public static var privacyPolicy: String {
358 | String(
359 | localized: "TK.Label.privacyPolicy",
| `- error: missing argument for parameter 'format' in call
360 | defaultValue: "Privacy Policy",
361 | bundle: .module,
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/Sources/TranslateKitLite/TK+Label.swift:359:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
357 | public static var privacyPolicy: String {
358 | String(
359 | localized: "TK.Label.privacyPolicy",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
360 | defaultValue: "Privacy Policy",
361 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:361:22: error: cannot infer contextual base in reference to member 'module'
359 | localized: "TK.Label.privacyPolicy",
360 | defaultValue: "Privacy Policy",
361 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
362 | comment: "Use when referring to the data privacy document"
363 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:368:16: error: extra arguments at positions #3, #4 in call
366 | /// "Profile" - Use when referring to a user's personal page
367 | public static var profile: String {
368 | 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
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/Sources/TranslateKitLite/TK+Label.swift:368:17: error: missing argument for parameter 'format' in call
366 | /// "Profile" - Use when referring to a user's personal page
367 | public static var profile: String {
368 | 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
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/Sources/TranslateKitLite/TK+Label.swift:368:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
366 | /// "Profile" - Use when referring to a user's personal page
367 | public static var profile: String {
368 | 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'
369 | }
370 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:368:82: error: cannot infer contextual base in reference to member 'module'
366 | /// "Profile" - Use when referring to a user's personal page
367 | public static var profile: String {
368 | 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'
369 | }
370 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:373:16: error: extra arguments at positions #3, #4 in call
371 | /// "Progress" - Use for status updates or completion indicators
372 | public static var progress: String {
373 | 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
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/Sources/TranslateKitLite/TK+Label.swift:373:17: error: missing argument for parameter 'format' in call
371 | /// "Progress" - Use for status updates or completion indicators
372 | public static var progress: String {
373 | 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
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/Sources/TranslateKitLite/TK+Label.swift:373:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
371 | /// "Progress" - Use for status updates or completion indicators
372 | public static var progress: String {
373 | 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'
374 | }
375 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:373:84: error: cannot infer contextual base in reference to member 'module'
371 | /// "Progress" - Use for status updates or completion indicators
372 | public static var progress: String {
373 | 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'
374 | }
375 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:378:16: error: extra arguments at positions #3, #4 in call
376 | /// "Recent" - Use for items or activities that were accessed recently
377 | public static var recent: String {
378 | String(
| `- error: extra arguments at positions #3, #4 in call
379 | localized: "TK.Label.recent",
380 | defaultValue: "Recent",
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/Sources/TranslateKitLite/TK+Label.swift:379:13: error: missing argument for parameter 'format' in call
377 | public static var recent: String {
378 | String(
379 | localized: "TK.Label.recent",
| `- error: missing argument for parameter 'format' in call
380 | defaultValue: "Recent",
381 | bundle: .module,
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/Sources/TranslateKitLite/TK+Label.swift:379:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
377 | public static var recent: String {
378 | String(
379 | localized: "TK.Label.recent",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
380 | defaultValue: "Recent",
381 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:381:22: error: cannot infer contextual base in reference to member 'module'
379 | localized: "TK.Label.recent",
380 | defaultValue: "Recent",
381 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
382 | comment: "Use for items or activities that were accessed recently"
383 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:388:16: error: extra arguments at positions #3, #4 in call
386 | /// "Required" - Use for fields or inputs that must be completed
387 | public static var required: String {
388 | 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
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/Sources/TranslateKitLite/TK+Label.swift:388:17: error: missing argument for parameter 'format' in call
386 | /// "Required" - Use for fields or inputs that must be completed
387 | public static var required: String {
388 | 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
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/Sources/TranslateKitLite/TK+Label.swift:388:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
386 | /// "Required" - Use for fields or inputs that must be completed
387 | public static var required: String {
388 | 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'
389 | }
390 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:388:84: error: cannot infer contextual base in reference to member 'module'
386 | /// "Required" - Use for fields or inputs that must be completed
387 | public static var required: String {
388 | 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'
389 | }
390 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:393:16: error: extra arguments at positions #3, #4 in call
391 | /// "Search" - Noun – Use to label input fields related to finding content
392 | public static var search: String {
393 | String(
| `- error: extra arguments at positions #3, #4 in call
394 | localized: "TK.Label.search",
395 | defaultValue: "Search",
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/Sources/TranslateKitLite/TK+Label.swift:394:13: error: missing argument for parameter 'format' in call
392 | public static var search: String {
393 | String(
394 | localized: "TK.Label.search",
| `- error: missing argument for parameter 'format' in call
395 | defaultValue: "Search",
396 | bundle: .module,
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/Sources/TranslateKitLite/TK+Label.swift:394:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
392 | public static var search: String {
393 | String(
394 | localized: "TK.Label.search",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
395 | defaultValue: "Search",
396 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:396:22: error: cannot infer contextual base in reference to member 'module'
394 | localized: "TK.Label.search",
395 | defaultValue: "Search",
396 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
397 | comment: "Noun – Use for input fields related to finding content"
398 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:403:16: error: extra arguments at positions #3, #4 in call
401 | /// "Security" - Use when displaying security settings or warnings
402 | public static var security: String {
403 | String(
| `- error: extra arguments at positions #3, #4 in call
404 | localized: "TK.Label.security",
405 | defaultValue: "Security",
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/Sources/TranslateKitLite/TK+Label.swift:404:13: error: missing argument for parameter 'format' in call
402 | public static var security: String {
403 | String(
404 | localized: "TK.Label.security",
| `- error: missing argument for parameter 'format' in call
405 | defaultValue: "Security",
406 | bundle: .module,
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/Sources/TranslateKitLite/TK+Label.swift:404:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
402 | public static var security: String {
403 | String(
404 | localized: "TK.Label.security",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
405 | defaultValue: "Security",
406 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:406:22: error: cannot infer contextual base in reference to member 'module'
404 | localized: "TK.Label.security",
405 | defaultValue: "Security",
406 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
407 | comment: "Use when displaying security settings or warnings"
408 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:413:16: error: extra arguments at positions #3, #4 in call
411 | /// "Selected" - Use for indicating chosen items
412 | public static var selected: String {
413 | String(localized: "TK.Label.selected", defaultValue: "Selected", bundle: .module, comment: "Use for indicating chosen items")
| `- error: extra arguments at positions #3, #4 in call
414 | }
415 |
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/Sources/TranslateKitLite/TK+Label.swift:413:17: error: missing argument for parameter 'format' in call
411 | /// "Selected" - Use for indicating chosen items
412 | public static var selected: String {
413 | String(localized: "TK.Label.selected", defaultValue: "Selected", bundle: .module, comment: "Use for indicating chosen items")
| `- error: missing argument for parameter 'format' in call
414 | }
415 |
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/Sources/TranslateKitLite/TK+Label.swift:413:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
411 | /// "Selected" - Use for indicating chosen items
412 | public static var selected: String {
413 | 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'
414 | }
415 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:413:84: error: cannot infer contextual base in reference to member 'module'
411 | /// "Selected" - Use for indicating chosen items
412 | public static var selected: String {
413 | 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'
414 | }
415 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:418:16: error: extra arguments at positions #3, #4 in call
416 | /// "Settings" - Use when referring to configuration or app preferences
417 | public static var settings: String {
418 | String(
| `- error: extra arguments at positions #3, #4 in call
419 | localized: "TK.Label.settings",
420 | defaultValue: "Settings",
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/Sources/TranslateKitLite/TK+Label.swift:419:13: error: missing argument for parameter 'format' in call
417 | public static var settings: String {
418 | String(
419 | localized: "TK.Label.settings",
| `- error: missing argument for parameter 'format' in call
420 | defaultValue: "Settings",
421 | bundle: .module,
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/Sources/TranslateKitLite/TK+Label.swift:419:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
417 | public static var settings: String {
418 | String(
419 | localized: "TK.Label.settings",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
420 | defaultValue: "Settings",
421 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:421:22: error: cannot infer contextual base in reference to member 'module'
419 | localized: "TK.Label.settings",
420 | defaultValue: "Settings",
421 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
422 | comment: "Use when referring to configuration or app preferences"
423 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:428:16: error: extra arguments at positions #3, #4 in call
426 | /// "Size" - Use for dimensions or file size indicators
427 | public static var size: String {
428 | 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
429 | }
430 |
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/Sources/TranslateKitLite/TK+Label.swift:428:17: error: missing argument for parameter 'format' in call
426 | /// "Size" - Use for dimensions or file size indicators
427 | public static var size: String {
428 | 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
429 | }
430 |
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/Sources/TranslateKitLite/TK+Label.swift:428:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
426 | /// "Size" - Use for dimensions or file size indicators
427 | public static var size: String {
428 | 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'
429 | }
430 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:428:76: error: cannot infer contextual base in reference to member 'module'
426 | /// "Size" - Use for dimensions or file size indicators
427 | public static var size: String {
428 | 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'
429 | }
430 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:433:16: error: extra arguments at positions #3, #4 in call
431 | /// "Source" - Use for content origin or data input sources
432 | public static var source: String {
433 | 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
434 | }
435 |
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/Sources/TranslateKitLite/TK+Label.swift:433:17: error: missing argument for parameter 'format' in call
431 | /// "Source" - Use for content origin or data input sources
432 | public static var source: String {
433 | 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
434 | }
435 |
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/Sources/TranslateKitLite/TK+Label.swift:433:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
431 | /// "Source" - Use for content origin or data input sources
432 | public static var source: String {
433 | 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'
434 | }
435 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:433:80: error: cannot infer contextual base in reference to member 'module'
431 | /// "Source" - Use for content origin or data input sources
432 | public static var source: String {
433 | 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'
434 | }
435 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:438:16: error: extra arguments at positions #3, #4 in call
436 | /// "Start" - Noun – Use to label the beginning of processes or activities
437 | public static var start: String {
438 | String(
| `- error: extra arguments at positions #3, #4 in call
439 | localized: "TK.Label.start",
440 | defaultValue: "Start",
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/Sources/TranslateKitLite/TK+Label.swift:439:13: error: missing argument for parameter 'format' in call
437 | public static var start: String {
438 | String(
439 | localized: "TK.Label.start",
| `- error: missing argument for parameter 'format' in call
440 | defaultValue: "Start",
441 | bundle: .module,
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/Sources/TranslateKitLite/TK+Label.swift:439:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
437 | public static var start: String {
438 | String(
439 | localized: "TK.Label.start",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
440 | defaultValue: "Start",
441 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:441:22: error: cannot infer contextual base in reference to member 'module'
439 | localized: "TK.Label.start",
440 | defaultValue: "Start",
441 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
442 | comment: "Noun – Use to label the beginning of processes or activities"
443 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:448:16: error: extra arguments at positions #3, #4 in call
446 | /// "Status" - Use when indicating the current state of an item or process
447 | public static var status: String {
448 | String(
| `- error: extra arguments at positions #3, #4 in call
449 | localized: "TK.Label.status",
450 | defaultValue: "Status",
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/Sources/TranslateKitLite/TK+Label.swift:449:13: error: missing argument for parameter 'format' in call
447 | public static var status: String {
448 | String(
449 | localized: "TK.Label.status",
| `- error: missing argument for parameter 'format' in call
450 | defaultValue: "Status",
451 | bundle: .module,
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/Sources/TranslateKitLite/TK+Label.swift:449:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
447 | public static var status: String {
448 | String(
449 | localized: "TK.Label.status",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
450 | defaultValue: "Status",
451 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:451:22: error: cannot infer contextual base in reference to member 'module'
449 | localized: "TK.Label.status",
450 | defaultValue: "Status",
451 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
452 | comment: "Use when indicating the current state of an item or process"
453 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:458:16: error: extra arguments at positions #3, #4 in call
456 | /// "Success" - Use for indicating a successful action
457 | public static var success: String {
458 | 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
459 | }
460 |
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/Sources/TranslateKitLite/TK+Label.swift:458:17: error: missing argument for parameter 'format' in call
456 | /// "Success" - Use for indicating a successful action
457 | public static var success: String {
458 | String(localized: "TK.Label.success", defaultValue: "Success", bundle: .module, comment: "Use for indicating a successful action")
| `- error: missing argument for parameter 'format' in call
459 | }
460 |
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/Sources/TranslateKitLite/TK+Label.swift:458:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
456 | /// "Success" - Use for indicating a successful action
457 | public static var success: String {
458 | 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'
459 | }
460 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:458:82: error: cannot infer contextual base in reference to member 'module'
456 | /// "Success" - Use for indicating a successful action
457 | public static var success: String {
458 | 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'
459 | }
460 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:463:16: error: extra arguments at positions #3, #4 in call
461 | /// "Terms" - Use when referring to general conditions, agreements, or policies
462 | public static var terms: String {
463 | String(
| `- error: extra arguments at positions #3, #4 in call
464 | localized: "TK.Label.terms",
465 | defaultValue: "Terms",
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/Sources/TranslateKitLite/TK+Label.swift:464:13: error: missing argument for parameter 'format' in call
462 | public static var terms: String {
463 | String(
464 | localized: "TK.Label.terms",
| `- error: missing argument for parameter 'format' in call
465 | defaultValue: "Terms",
466 | bundle: .module,
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/Sources/TranslateKitLite/TK+Label.swift:464:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
462 | public static var terms: String {
463 | String(
464 | localized: "TK.Label.terms",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
465 | defaultValue: "Terms",
466 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:466:22: error: cannot infer contextual base in reference to member 'module'
464 | localized: "TK.Label.terms",
465 | defaultValue: "Terms",
466 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
467 | comment: "Use when referring to general conditions, agreements, or policies"
468 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:473:16: error: extra arguments at positions #3, #4 in call
471 | /// "Terms and Conditions" - Use for legal agreements that users must accept
472 | public static var termsAndConditions: String {
473 | String(
| `- error: extra arguments at positions #3, #4 in call
474 | localized: "TK.Label.termsAndConditions",
475 | defaultValue: "Terms and Conditions",
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/Sources/TranslateKitLite/TK+Label.swift:474:13: error: missing argument for parameter 'format' in call
472 | public static var termsAndConditions: String {
473 | String(
474 | localized: "TK.Label.termsAndConditions",
| `- error: missing argument for parameter 'format' in call
475 | defaultValue: "Terms and Conditions",
476 | bundle: .module,
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/Sources/TranslateKitLite/TK+Label.swift:474:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
472 | public static var termsAndConditions: String {
473 | String(
474 | localized: "TK.Label.termsAndConditions",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
475 | defaultValue: "Terms and Conditions",
476 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:476:22: error: cannot infer contextual base in reference to member 'module'
474 | localized: "TK.Label.termsAndConditions",
475 | defaultValue: "Terms and Conditions",
476 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
477 | comment: "Use for legal agreements that users must accept"
478 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:483:16: error: extra arguments at positions #3, #4 in call
481 | /// "Time" - Use for time display and selection
482 | public static var time: String {
483 | 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
484 | }
485 |
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/Sources/TranslateKitLite/TK+Label.swift:483:17: error: missing argument for parameter 'format' in call
481 | /// "Time" - Use for time display and selection
482 | public static var time: String {
483 | String(localized: "TK.Label.time", defaultValue: "Time", bundle: .module, comment: "Use for time display and selection")
| `- error: missing argument for parameter 'format' in call
484 | }
485 |
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/Sources/TranslateKitLite/TK+Label.swift:483:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
481 | /// "Time" - Use for time display and selection
482 | public static var time: String {
483 | 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'
484 | }
485 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:483:76: error: cannot infer contextual base in reference to member 'module'
481 | /// "Time" - Use for time display and selection
482 | public static var time: String {
483 | 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'
484 | }
485 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:488:16: error: extra arguments at positions #3, #4 in call
486 | /// "Title" - Use for headlines and label elements
487 | public static var title: String {
488 | 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
489 | }
490 |
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/Sources/TranslateKitLite/TK+Label.swift:488:17: error: missing argument for parameter 'format' in call
486 | /// "Title" - Use for headlines and label elements
487 | public static var title: String {
488 | String(localized: "TK.Label.title", defaultValue: "Title", bundle: .module, comment: "Use for headlines and label elements")
| `- error: missing argument for parameter 'format' in call
489 | }
490 |
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/Sources/TranslateKitLite/TK+Label.swift:488:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
486 | /// "Title" - Use for headlines and label elements
487 | public static var title: String {
488 | 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'
489 | }
490 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:488:78: error: cannot infer contextual base in reference to member 'module'
486 | /// "Title" - Use for headlines and label elements
487 | public static var title: String {
488 | 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'
489 | }
490 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:493:16: error: extra arguments at positions #3, #4 in call
491 | /// "Total" - Use for displaying sum or overall values
492 | public static var total: String {
493 | 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
494 | }
495 |
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/Sources/TranslateKitLite/TK+Label.swift:493:17: error: missing argument for parameter 'format' in call
491 | /// "Total" - Use for displaying sum or overall values
492 | public static var total: String {
493 | 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
494 | }
495 |
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/Sources/TranslateKitLite/TK+Label.swift:493:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
491 | /// "Total" - Use for displaying sum or overall values
492 | public static var total: String {
493 | 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'
494 | }
495 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:493:78: error: cannot infer contextual base in reference to member 'module'
491 | /// "Total" - Use for displaying sum or overall values
492 | public static var total: String {
493 | 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'
494 | }
495 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:498:16: error: extra arguments at positions #3, #4 in call
496 | /// "Type" - Use for categorizing or classifying items
497 | public static var type: String {
498 | 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
499 | }
500 |
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/Sources/TranslateKitLite/TK+Label.swift:498:17: error: missing argument for parameter 'format' in call
496 | /// "Type" - Use for categorizing or classifying items
497 | public static var type: String {
498 | String(localized: "TK.Label.type", defaultValue: "Type", bundle: .module, comment: "Use for categorizing or classifying items")
| `- error: missing argument for parameter 'format' in call
499 | }
500 |
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/Sources/TranslateKitLite/TK+Label.swift:498:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
496 | /// "Type" - Use for categorizing or classifying items
497 | public static var type: String {
498 | 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'
499 | }
500 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:498:76: error: cannot infer contextual base in reference to member 'module'
496 | /// "Type" - Use for categorizing or classifying items
497 | public static var type: String {
498 | 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'
499 | }
500 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:503:16: error: extra arguments at positions #3, #4 in call
501 | /// "Unknown" - Use when the state or identity is not clear or available
502 | public static var unknown: String {
503 | String(
| `- error: extra arguments at positions #3, #4 in call
504 | localized: "TK.Label.unknown",
505 | defaultValue: "Unknown",
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/Sources/TranslateKitLite/TK+Label.swift:504:13: error: missing argument for parameter 'format' in call
502 | public static var unknown: String {
503 | String(
504 | localized: "TK.Label.unknown",
| `- error: missing argument for parameter 'format' in call
505 | defaultValue: "Unknown",
506 | bundle: .module,
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/Sources/TranslateKitLite/TK+Label.swift:504:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
502 | public static var unknown: String {
503 | String(
504 | localized: "TK.Label.unknown",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
505 | defaultValue: "Unknown",
506 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:506:22: error: cannot infer contextual base in reference to member 'module'
504 | localized: "TK.Label.unknown",
505 | defaultValue: "Unknown",
506 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
507 | comment: "Use when the state or identity is not clear or available"
508 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:513:16: error: extra arguments at positions #3, #4 in call
511 | /// "User" - Use for identifying individual accounts or profiles
512 | public static var user: String {
513 | 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
514 | }
515 |
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/Sources/TranslateKitLite/TK+Label.swift:513:17: error: missing argument for parameter 'format' in call
511 | /// "User" - Use for identifying individual accounts or profiles
512 | public static var user: String {
513 | 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
514 | }
515 |
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/Sources/TranslateKitLite/TK+Label.swift:513:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
511 | /// "User" - Use for identifying individual accounts or profiles
512 | public static var user: String {
513 | 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'
514 | }
515 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:513:76: error: cannot infer contextual base in reference to member 'module'
511 | /// "User" - Use for identifying individual accounts or profiles
512 | public static var user: String {
513 | 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'
514 | }
515 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:518:16: error: extra arguments at positions #3, #4 in call
516 | /// "Username" - Use for user account identification fields
517 | public static var username: String {
518 | 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
519 | }
520 |
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/Sources/TranslateKitLite/TK+Label.swift:518:17: error: missing argument for parameter 'format' in call
516 | /// "Username" - Use for user account identification fields
517 | public static var username: String {
518 | String(localized: "TK.Label.username", defaultValue: "Username", bundle: .module, comment: "Use for user account identification fields")
| `- error: missing argument for parameter 'format' in call
519 | }
520 |
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/Sources/TranslateKitLite/TK+Label.swift:518:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
516 | /// "Username" - Use for user account identification fields
517 | public static var username: String {
518 | 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'
519 | }
520 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:518:84: error: cannot infer contextual base in reference to member 'module'
516 | /// "Username" - Use for user account identification fields
517 | public static var username: String {
518 | 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'
519 | }
520 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:523:16: error: extra arguments at positions #3, #4 in call
521 | /// "Version" - Use for software version details
522 | public static var version: String {
523 | String(localized: "TK.Label.version", defaultValue: "Version", bundle: .module, comment: "Use for software version details")
| `- error: extra arguments at positions #3, #4 in call
524 | }
525 |
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/Sources/TranslateKitLite/TK+Label.swift:523:17: error: missing argument for parameter 'format' in call
521 | /// "Version" - Use for software version details
522 | public static var version: String {
523 | String(localized: "TK.Label.version", defaultValue: "Version", bundle: .module, comment: "Use for software version details")
| `- error: missing argument for parameter 'format' in call
524 | }
525 |
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/Sources/TranslateKitLite/TK+Label.swift:523:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
521 | /// "Version" - Use for software version details
522 | public static var version: String {
523 | 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'
524 | }
525 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:523:82: error: cannot infer contextual base in reference to member 'module'
521 | /// "Version" - Use for software version details
522 | public static var version: String {
523 | 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'
524 | }
525 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:528:16: error: extra arguments at positions #3, #4 in call
526 | /// "Warning" - Use for alerts and caution messages
527 | public static var warning: String {
528 | 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
529 | }
530 | }
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/Sources/TranslateKitLite/TK+Label.swift:528:17: error: missing argument for parameter 'format' in call
526 | /// "Warning" - Use for alerts and caution messages
527 | public static var warning: String {
528 | String(localized: "TK.Label.warning", defaultValue: "Warning", bundle: .module, comment: "Use for alerts and caution messages")
| `- error: missing argument for parameter 'format' in call
529 | }
530 | }
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/Sources/TranslateKitLite/TK+Label.swift:528:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
526 | /// "Warning" - Use for alerts and caution messages
527 | public static var warning: String {
528 | 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'
529 | }
530 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:528:82: error: cannot infer contextual base in reference to member 'module'
526 | /// "Warning" - Use for alerts and caution messages
527 | public static var warning: String {
528 | 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'
529 | }
530 | }
[149/227] Compiling TranslateKitLite TK+Message.swift
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:8:16: error: extra arguments at positions #3, #4 in call
6 | /// "Access Denied" - User does not have permission
7 | public static var accessDenied: String {
8 | String(localized: "TK.Message.accessDenied", defaultValue: "Access Denied", bundle: .module, comment: "User does not have permission")
| `- 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/Sources/TranslateKitLite/TK+Message.swift:8:17: error: missing argument for parameter 'format' in call
6 | /// "Access Denied" - User does not have permission
7 | public static var accessDenied: String {
8 | String(localized: "TK.Message.accessDenied", defaultValue: "Access Denied", bundle: .module, comment: "User does not have permission")
| `- 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/Sources/TranslateKitLite/TK+Message.swift:8:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
6 | /// "Access Denied" - User does not have permission
7 | public static var accessDenied: String {
8 | String(localized: "TK.Message.accessDenied", defaultValue: "Access Denied", bundle: .module, comment: "User does not have permission")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
9 | }
10 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:8:95: error: cannot infer contextual base in reference to member 'module'
6 | /// "Access Denied" - User does not have permission
7 | public static var accessDenied: String {
8 | String(localized: "TK.Message.accessDenied", defaultValue: "Access Denied", bundle: .module, comment: "User does not have permission")
| `- error: cannot infer contextual base in reference to member 'module'
9 | }
10 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:13:16: error: extra arguments at positions #3, #4 in call
11 | /// "This action cannot be undone." - Warning before irreversible actions
12 | public static var actionCannotBeUndoneDot: String {
13 | String(
| `- error: extra arguments at positions #3, #4 in call
14 | localized: "TK.Message.actionCannotBeUndoneDot",
15 | defaultValue: "This action cannot be undone.",
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/Sources/TranslateKitLite/TK+Message.swift:14:13: error: missing argument for parameter 'format' in call
12 | public static var actionCannotBeUndoneDot: String {
13 | String(
14 | localized: "TK.Message.actionCannotBeUndoneDot",
| `- error: missing argument for parameter 'format' in call
15 | defaultValue: "This action cannot be undone.",
16 | bundle: .module,
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/Sources/TranslateKitLite/TK+Message.swift:14:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
12 | public static var actionCannotBeUndoneDot: String {
13 | String(
14 | localized: "TK.Message.actionCannotBeUndoneDot",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
15 | defaultValue: "This action cannot be undone.",
16 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:16:22: error: cannot infer contextual base in reference to member 'module'
14 | localized: "TK.Message.actionCannotBeUndoneDot",
15 | defaultValue: "This action cannot be undone.",
16 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
17 | comment: "Warning before irreversible actions"
18 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:23:16: error: extra arguments at positions #3, #4 in call
21 | /// "An Error Occurred" - Generic error message header
22 | public static var anErrorOccurred: String {
23 | String(localized: "TK.Message.anErrorOccurred", defaultValue: "An Error Occurred", bundle: .module, comment: "Generic error message header")
| `- 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/Sources/TranslateKitLite/TK+Message.swift:23:17: error: missing argument for parameter 'format' in call
21 | /// "An Error Occurred" - Generic error message header
22 | public static var anErrorOccurred: String {
23 | String(localized: "TK.Message.anErrorOccurred", defaultValue: "An Error Occurred", bundle: .module, comment: "Generic error message header")
| `- 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/Sources/TranslateKitLite/TK+Message.swift:23:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
21 | /// "An Error Occurred" - Generic error message header
22 | public static var anErrorOccurred: String {
23 | String(localized: "TK.Message.anErrorOccurred", defaultValue: "An Error Occurred", bundle: .module, comment: "Generic error message header")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
24 | }
25 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:23:102: error: cannot infer contextual base in reference to member 'module'
21 | /// "An Error Occurred" - Generic error message header
22 | public static var anErrorOccurred: String {
23 | String(localized: "TK.Message.anErrorOccurred", defaultValue: "An Error Occurred", bundle: .module, comment: "Generic error message header")
| `- error: cannot infer contextual base in reference to member 'module'
24 | }
25 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:28:16: error: extra arguments at positions #3, #4 in call
26 | /// "An unknown error occurred." - Generic error message
27 | public static var anUnknownErrorOccurredDot: String {
28 | String(
| `- error: extra arguments at positions #3, #4 in call
29 | localized: "TK.Message.anUnknownErrorOccurredDot",
30 | defaultValue: "An unknown error occurred.",
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/Sources/TranslateKitLite/TK+Message.swift:29:13: error: missing argument for parameter 'format' in call
27 | public static var anUnknownErrorOccurredDot: String {
28 | String(
29 | localized: "TK.Message.anUnknownErrorOccurredDot",
| `- error: missing argument for parameter 'format' in call
30 | defaultValue: "An unknown error occurred.",
31 | bundle: .module,
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/Sources/TranslateKitLite/TK+Message.swift:29:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
27 | public static var anUnknownErrorOccurredDot: String {
28 | String(
29 | localized: "TK.Message.anUnknownErrorOccurredDot",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
30 | defaultValue: "An unknown error occurred.",
31 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:31:22: error: cannot infer contextual base in reference to member 'module'
29 | localized: "TK.Message.anUnknownErrorOccurredDot",
30 | defaultValue: "An unknown error occurred.",
31 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
32 | comment: "Generic error message"
33 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:38:16: error: extra arguments at positions #3, #4 in call
36 | /// "Are you sure?" - Generic confirmation dialog header
37 | public static var areYouSure: String {
38 | String(localized: "TK.Message.areYouSure", defaultValue: "Are you sure?", bundle: .module, comment: "Generic confirmation dialog header")
| `- 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/Sources/TranslateKitLite/TK+Message.swift:38:17: error: missing argument for parameter 'format' in call
36 | /// "Are you sure?" - Generic confirmation dialog header
37 | public static var areYouSure: String {
38 | String(localized: "TK.Message.areYouSure", defaultValue: "Are you sure?", bundle: .module, comment: "Generic confirmation dialog header")
| `- 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/Sources/TranslateKitLite/TK+Message.swift:38:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
36 | /// "Are you sure?" - Generic confirmation dialog header
37 | public static var areYouSure: String {
38 | String(localized: "TK.Message.areYouSure", defaultValue: "Are you sure?", bundle: .module, comment: "Generic confirmation dialog header")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
39 | }
40 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:38:93: error: cannot infer contextual base in reference to member 'module'
36 | /// "Are you sure?" - Generic confirmation dialog header
37 | public static var areYouSure: String {
38 | String(localized: "TK.Message.areYouSure", defaultValue: "Are you sure?", bundle: .module, comment: "Generic confirmation dialog header")
| `- error: cannot infer contextual base in reference to member 'module'
39 | }
40 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:43:16: error: extra arguments at positions #3, #4 in call
41 | /// "Are you sure you want to delete this?" - Delete confirmation prompt
42 | public static var areYouSureToDeleteDot: String {
43 | String(
| `- error: extra arguments at positions #3, #4 in call
44 | localized: "TK.Message.areYouSureToDeleteDot",
45 | defaultValue: "Are you sure you want to delete this?",
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/Sources/TranslateKitLite/TK+Message.swift:44:13: error: missing argument for parameter 'format' in call
42 | public static var areYouSureToDeleteDot: String {
43 | String(
44 | localized: "TK.Message.areYouSureToDeleteDot",
| `- error: missing argument for parameter 'format' in call
45 | defaultValue: "Are you sure you want to delete this?",
46 | bundle: .module,
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/Sources/TranslateKitLite/TK+Message.swift:44:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
42 | public static var areYouSureToDeleteDot: String {
43 | String(
44 | localized: "TK.Message.areYouSureToDeleteDot",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
45 | defaultValue: "Are you sure you want to delete this?",
46 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:46:22: error: cannot infer contextual base in reference to member 'module'
44 | localized: "TK.Message.areYouSureToDeleteDot",
45 | defaultValue: "Are you sure you want to delete this?",
46 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
47 | comment: "Delete confirmation prompt"
48 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:53:16: error: extra arguments at positions #3, #4 in call
51 | /// "Are you sure you want to discard your changes?" - Used when closing editor with unsaved changes
52 | public static var areYouSureToDiscardChangesDot: String {
53 | String(
| `- error: extra arguments at positions #3, #4 in call
54 | localized: "TK.Message.areYouSureToDiscardChangesDot",
55 | defaultValue: "Are you sure you want to discard your changes?",
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/Sources/TranslateKitLite/TK+Message.swift:54:13: error: missing argument for parameter 'format' in call
52 | public static var areYouSureToDiscardChangesDot: String {
53 | String(
54 | localized: "TK.Message.areYouSureToDiscardChangesDot",
| `- error: missing argument for parameter 'format' in call
55 | defaultValue: "Are you sure you want to discard your changes?",
56 | bundle: .module,
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/Sources/TranslateKitLite/TK+Message.swift:54:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
52 | public static var areYouSureToDiscardChangesDot: String {
53 | String(
54 | localized: "TK.Message.areYouSureToDiscardChangesDot",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
55 | defaultValue: "Are you sure you want to discard your changes?",
56 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:56:22: error: cannot infer contextual base in reference to member 'module'
54 | localized: "TK.Message.areYouSureToDiscardChangesDot",
55 | defaultValue: "Are you sure you want to discard your changes?",
56 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
57 | comment: "Used when closing editor with unsaved changes"
58 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:63:16: error: extra arguments at positions #3, #4 in call
61 | /// "Can't Open Document" - Used when a document fails to open
62 | public static var cantOpenDocument: String {
63 | String(
| `- error: extra arguments at positions #3, #4 in call
64 | localized: "TK.Message.cantOpenDocument",
65 | defaultValue: "Can't Open Document",
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/Sources/TranslateKitLite/TK+Message.swift:64:13: error: missing argument for parameter 'format' in call
62 | public static var cantOpenDocument: String {
63 | String(
64 | localized: "TK.Message.cantOpenDocument",
| `- error: missing argument for parameter 'format' in call
65 | defaultValue: "Can't Open Document",
66 | bundle: .module,
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/Sources/TranslateKitLite/TK+Message.swift:64:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
62 | public static var cantOpenDocument: String {
63 | String(
64 | localized: "TK.Message.cantOpenDocument",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
65 | defaultValue: "Can't Open Document",
66 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:66:22: error: cannot infer contextual base in reference to member 'module'
64 | localized: "TK.Message.cantOpenDocument",
65 | defaultValue: "Can't Open Document",
66 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
67 | comment: "Used when a document fails to open"
68 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:73:16: error: extra arguments at positions #3, #4 in call
71 | /// "Changes could not be saved." - Error while saving data
72 | public static var changesCouldNotBeSavedDot: String {
73 | String(
| `- error: extra arguments at positions #3, #4 in call
74 | localized: "TK.Message.changesCouldNotBeSavedDot",
75 | defaultValue: "Changes could not be saved.",
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/Sources/TranslateKitLite/TK+Message.swift:74:13: error: missing argument for parameter 'format' in call
72 | public static var changesCouldNotBeSavedDot: String {
73 | String(
74 | localized: "TK.Message.changesCouldNotBeSavedDot",
| `- error: missing argument for parameter 'format' in call
75 | defaultValue: "Changes could not be saved.",
76 | bundle: .module,
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/Sources/TranslateKitLite/TK+Message.swift:74:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
72 | public static var changesCouldNotBeSavedDot: String {
73 | String(
74 | localized: "TK.Message.changesCouldNotBeSavedDot",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
75 | defaultValue: "Changes could not be saved.",
76 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:76:22: error: cannot infer contextual base in reference to member 'module'
74 | localized: "TK.Message.changesCouldNotBeSavedDot",
75 | defaultValue: "Changes could not be saved.",
76 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
77 | comment: "Error while saving data"
78 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:83:16: error: extra arguments at positions #3, #4 in call
81 | /// "Changes have been saved." - Confirmation message after saving settings or edits
82 | public static var changesSavedDot: String {
83 | String(
| `- error: extra arguments at positions #3, #4 in call
84 | localized: "TK.Message.changesSavedDot",
85 | defaultValue: "Changes have been saved.",
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/Sources/TranslateKitLite/TK+Message.swift:84:13: error: missing argument for parameter 'format' in call
82 | public static var changesSavedDot: String {
83 | String(
84 | localized: "TK.Message.changesSavedDot",
| `- error: missing argument for parameter 'format' in call
85 | defaultValue: "Changes have been saved.",
86 | bundle: .module,
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/Sources/TranslateKitLite/TK+Message.swift:84:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
82 | public static var changesSavedDot: String {
83 | String(
84 | localized: "TK.Message.changesSavedDot",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
85 | defaultValue: "Changes have been saved.",
86 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:86:22: error: cannot infer contextual base in reference to member 'module'
84 | localized: "TK.Message.changesSavedDot",
85 | defaultValue: "Changes have been saved.",
86 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
87 | comment: "Confirmation message after saving settings or edits"
88 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:93:16: error: extra arguments at positions #3, #4 in call
91 | /// "Changes will be lost." - Unsaved changes warning
92 | public static var changesWillBeLostDot: String {
93 | String(
| `- error: extra arguments at positions #3, #4 in call
94 | localized: "TK.Message.changesWillBeLostDot",
95 | defaultValue: "Changes will be lost.",
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/Sources/TranslateKitLite/TK+Message.swift:94:13: error: missing argument for parameter 'format' in call
92 | public static var changesWillBeLostDot: String {
93 | String(
94 | localized: "TK.Message.changesWillBeLostDot",
| `- error: missing argument for parameter 'format' in call
95 | defaultValue: "Changes will be lost.",
96 | bundle: .module,
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/Sources/TranslateKitLite/TK+Message.swift:94:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
92 | public static var changesWillBeLostDot: String {
93 | String(
94 | localized: "TK.Message.changesWillBeLostDot",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
95 | defaultValue: "Changes will be lost.",
96 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:96:22: error: cannot infer contextual base in reference to member 'module'
94 | localized: "TK.Message.changesWillBeLostDot",
95 | defaultValue: "Changes will be lost.",
96 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
97 | comment: "Unsaved changes warning"
98 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:103:16: error: extra arguments at positions #3, #4 in call
101 | /// "Check your Internet connection, then try again." - Network troubleshooting prompt
102 | public static var checkInternetConnectionTryAgainDot: String {
103 | String(
| `- error: extra arguments at positions #3, #4 in call
104 | localized: "TK.Message.checkInternetConnectionTryAgainDot",
105 | defaultValue: "Check your Internet connection, then try again.",
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/Sources/TranslateKitLite/TK+Message.swift:104:13: error: missing argument for parameter 'format' in call
102 | public static var checkInternetConnectionTryAgainDot: String {
103 | String(
104 | localized: "TK.Message.checkInternetConnectionTryAgainDot",
| `- error: missing argument for parameter 'format' in call
105 | defaultValue: "Check your Internet connection, then try again.",
106 | bundle: .module,
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/Sources/TranslateKitLite/TK+Message.swift:104:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
102 | public static var checkInternetConnectionTryAgainDot: String {
103 | String(
104 | localized: "TK.Message.checkInternetConnectionTryAgainDot",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
105 | defaultValue: "Check your Internet connection, then try again.",
106 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:106:22: error: cannot infer contextual base in reference to member 'module'
104 | localized: "TK.Message.checkInternetConnectionTryAgainDot",
105 | defaultValue: "Check your Internet connection, then try again.",
106 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
107 | comment: "Network troubleshooting prompt"
108 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:113:16: error: extra arguments at positions #3, #4 in call
111 | /// "Connection Failed" - Generic connection error
112 | public static var connectionFailed: String {
113 | String(localized: "TK.Message.connectionFailed", defaultValue: "Connection Failed", bundle: .module, comment: "Generic connection error")
| `- error: extra arguments at positions #3, #4 in call
114 | }
115 |
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/Sources/TranslateKitLite/TK+Message.swift:113:17: error: missing argument for parameter 'format' in call
111 | /// "Connection Failed" - Generic connection error
112 | public static var connectionFailed: String {
113 | String(localized: "TK.Message.connectionFailed", defaultValue: "Connection Failed", bundle: .module, comment: "Generic connection error")
| `- error: missing argument for parameter 'format' in call
114 | }
115 |
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/Sources/TranslateKitLite/TK+Message.swift:113:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
111 | /// "Connection Failed" - Generic connection error
112 | public static var connectionFailed: String {
113 | String(localized: "TK.Message.connectionFailed", defaultValue: "Connection Failed", bundle: .module, comment: "Generic connection error")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
114 | }
115 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:113:103: error: cannot infer contextual base in reference to member 'module'
111 | /// "Connection Failed" - Generic connection error
112 | public static var connectionFailed: String {
113 | String(localized: "TK.Message.connectionFailed", defaultValue: "Connection Failed", bundle: .module, comment: "Generic connection error")
| `- error: cannot infer contextual base in reference to member 'module'
114 | }
115 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:118:16: error: extra arguments at positions #3, #4 in call
116 | /// "Connection Timeout" - Network connection error message
117 | public static var connectionTimeout: String {
118 | String(
| `- error: extra arguments at positions #3, #4 in call
119 | localized: "TK.Message.connectionTimeout",
120 | defaultValue: "Connection Timeout",
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/Sources/TranslateKitLite/TK+Message.swift:119:13: error: missing argument for parameter 'format' in call
117 | public static var connectionTimeout: String {
118 | String(
119 | localized: "TK.Message.connectionTimeout",
| `- error: missing argument for parameter 'format' in call
120 | defaultValue: "Connection Timeout",
121 | bundle: .module,
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/Sources/TranslateKitLite/TK+Message.swift:119:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
117 | public static var connectionTimeout: String {
118 | String(
119 | localized: "TK.Message.connectionTimeout",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
120 | defaultValue: "Connection Timeout",
121 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:121:22: error: cannot infer contextual base in reference to member 'module'
119 | localized: "TK.Message.connectionTimeout",
120 | defaultValue: "Connection Timeout",
121 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
122 | comment: "Network connection error message"
123 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:128:16: error: extra arguments at positions #3, #4 in call
126 | /// "Device not supported." - Hardware compatibility message
127 | public static var deviceNotSupportedDot: String {
128 | String(
| `- error: extra arguments at positions #3, #4 in call
129 | localized: "TK.Message.deviceNotSupportedDot",
130 | defaultValue: "Device not supported.",
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/Sources/TranslateKitLite/TK+Message.swift:129:13: error: missing argument for parameter 'format' in call
127 | public static var deviceNotSupportedDot: String {
128 | String(
129 | localized: "TK.Message.deviceNotSupportedDot",
| `- error: missing argument for parameter 'format' in call
130 | defaultValue: "Device not supported.",
131 | bundle: .module,
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/Sources/TranslateKitLite/TK+Message.swift:129:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
127 | public static var deviceNotSupportedDot: String {
128 | String(
129 | localized: "TK.Message.deviceNotSupportedDot",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
130 | defaultValue: "Device not supported.",
131 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:131:22: error: cannot infer contextual base in reference to member 'module'
129 | localized: "TK.Message.deviceNotSupportedDot",
130 | defaultValue: "Device not supported.",
131 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
132 | comment: "Hardware compatibility message"
133 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:138:16: error: extra arguments at positions #3, #4 in call
136 | /// "Export Failed" - File export error message
137 | public static var exportFailed: String {
138 | String(localized: "TK.Message.exportFailed", defaultValue: "Export Failed", bundle: .module, comment: "File export error message")
| `- error: extra arguments at positions #3, #4 in call
139 | }
140 |
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/Sources/TranslateKitLite/TK+Message.swift:138:17: error: missing argument for parameter 'format' in call
136 | /// "Export Failed" - File export error message
137 | public static var exportFailed: String {
138 | String(localized: "TK.Message.exportFailed", defaultValue: "Export Failed", bundle: .module, comment: "File export error message")
| `- error: missing argument for parameter 'format' in call
139 | }
140 |
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/Sources/TranslateKitLite/TK+Message.swift:138:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
136 | /// "Export Failed" - File export error message
137 | public static var exportFailed: String {
138 | String(localized: "TK.Message.exportFailed", defaultValue: "Export Failed", bundle: .module, comment: "File export error message")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
139 | }
140 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:138:95: error: cannot infer contextual base in reference to member 'module'
136 | /// "Export Failed" - File export error message
137 | public static var exportFailed: String {
138 | String(localized: "TK.Message.exportFailed", defaultValue: "Export Failed", bundle: .module, comment: "File export error message")
| `- error: cannot infer contextual base in reference to member 'module'
139 | }
140 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:143:16: error: extra arguments at positions #3, #4 in call
141 | /// "Feature not available offline." - Offline limitation notice
142 | public static var featureNotAvailableOfflineDot: String {
143 | String(
| `- error: extra arguments at positions #3, #4 in call
144 | localized: "TK.Message.featureNotAvailableOfflineDot",
145 | defaultValue: "Feature not available offline.",
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/Sources/TranslateKitLite/TK+Message.swift:144:13: error: missing argument for parameter 'format' in call
142 | public static var featureNotAvailableOfflineDot: String {
143 | String(
144 | localized: "TK.Message.featureNotAvailableOfflineDot",
| `- error: missing argument for parameter 'format' in call
145 | defaultValue: "Feature not available offline.",
146 | bundle: .module,
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/Sources/TranslateKitLite/TK+Message.swift:144:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
142 | public static var featureNotAvailableOfflineDot: String {
143 | String(
144 | localized: "TK.Message.featureNotAvailableOfflineDot",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
145 | defaultValue: "Feature not available offline.",
146 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:146:22: error: cannot infer contextual base in reference to member 'module'
144 | localized: "TK.Message.featureNotAvailableOfflineDot",
145 | defaultValue: "Feature not available offline.",
146 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
147 | comment: "Offline limitation notice"
148 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:153:16: error: extra arguments at positions #3, #4 in call
151 | /// "File format not supported." - File compatibility error
152 | public static var fileFormatNotSupportedDot: String {
153 | String(
| `- error: extra arguments at positions #3, #4 in call
154 | localized: "TK.Message.fileFormatNotSupportedDot",
155 | defaultValue: "File format not supported.",
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/Sources/TranslateKitLite/TK+Message.swift:154:13: error: missing argument for parameter 'format' in call
152 | public static var fileFormatNotSupportedDot: String {
153 | String(
154 | localized: "TK.Message.fileFormatNotSupportedDot",
| `- error: missing argument for parameter 'format' in call
155 | defaultValue: "File format not supported.",
156 | bundle: .module,
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/Sources/TranslateKitLite/TK+Message.swift:154:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
152 | public static var fileFormatNotSupportedDot: String {
153 | String(
154 | localized: "TK.Message.fileFormatNotSupportedDot",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
155 | defaultValue: "File format not supported.",
156 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:156:22: error: cannot infer contextual base in reference to member 'module'
154 | localized: "TK.Message.fileFormatNotSupportedDot",
155 | defaultValue: "File format not supported.",
156 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
157 | comment: "File compatibility error"
158 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:163:16: error: extra arguments at positions #3, #4 in call
161 | /// "File not found" - Missing file error
162 | public static var fileNotFound: String {
163 | String(localized: "TK.Message.fileNotFound", defaultValue: "File not found", bundle: .module, comment: "Missing file error")
| `- 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/Sources/TranslateKitLite/TK+Message.swift:163:17: error: missing argument for parameter 'format' in call
161 | /// "File not found" - Missing file error
162 | public static var fileNotFound: String {
163 | String(localized: "TK.Message.fileNotFound", defaultValue: "File not found", bundle: .module, comment: "Missing file error")
| `- 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/Sources/TranslateKitLite/TK+Message.swift:163:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
161 | /// "File not found" - Missing file error
162 | public static var fileNotFound: String {
163 | String(localized: "TK.Message.fileNotFound", defaultValue: "File not found", bundle: .module, comment: "Missing file error")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
164 | }
165 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:163:96: error: cannot infer contextual base in reference to member 'module'
161 | /// "File not found" - Missing file error
162 | public static var fileNotFound: String {
163 | String(localized: "TK.Message.fileNotFound", defaultValue: "File not found", bundle: .module, comment: "Missing file error")
| `- error: cannot infer contextual base in reference to member 'module'
164 | }
165 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:168:16: error: extra arguments at positions #3, #4 in call
166 | /// "Import Failed" - File import error message
167 | public static var importFailed: String {
168 | String(localized: "TK.Message.importFailed", defaultValue: "Import Failed", bundle: .module, comment: "File import error message")
| `- 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/Sources/TranslateKitLite/TK+Message.swift:168:17: error: missing argument for parameter 'format' in call
166 | /// "Import Failed" - File import error message
167 | public static var importFailed: String {
168 | String(localized: "TK.Message.importFailed", defaultValue: "Import Failed", bundle: .module, comment: "File import error message")
| `- 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/Sources/TranslateKitLite/TK+Message.swift:168:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
166 | /// "Import Failed" - File import error message
167 | public static var importFailed: String {
168 | String(localized: "TK.Message.importFailed", defaultValue: "Import Failed", bundle: .module, comment: "File import error message")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
169 | }
170 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:168:95: error: cannot infer contextual base in reference to member 'module'
166 | /// "Import Failed" - File import error message
167 | public static var importFailed: String {
168 | String(localized: "TK.Message.importFailed", defaultValue: "Import Failed", bundle: .module, comment: "File import error message")
| `- error: cannot infer contextual base in reference to member 'module'
169 | }
170 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:173:16: error: extra arguments at positions #3, #4 in call
171 | /// "Internet Connection Required" - Shown when offline but network needed
172 | public static var internetConnectionRequired: String {
173 | String(
| `- error: extra arguments at positions #3, #4 in call
174 | localized: "TK.Message.internetConnectionRequired",
175 | defaultValue: "Internet Connection Required",
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/Sources/TranslateKitLite/TK+Message.swift:174:13: error: missing argument for parameter 'format' in call
172 | public static var internetConnectionRequired: String {
173 | String(
174 | localized: "TK.Message.internetConnectionRequired",
| `- error: missing argument for parameter 'format' in call
175 | defaultValue: "Internet Connection Required",
176 | bundle: .module,
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/Sources/TranslateKitLite/TK+Message.swift:174:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
172 | public static var internetConnectionRequired: String {
173 | String(
174 | localized: "TK.Message.internetConnectionRequired",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
175 | defaultValue: "Internet Connection Required",
176 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:176:22: error: cannot infer contextual base in reference to member 'module'
174 | localized: "TK.Message.internetConnectionRequired",
175 | defaultValue: "Internet Connection Required",
176 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
177 | comment: "Shown when offline but network needed"
178 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:183:16: error: extra arguments at positions #3, #4 in call
181 | /// "Invalid Credentials" - Authentication error
182 | public static var invalidCredentials: String {
183 | String(localized: "TK.Message.invalidCredentials", defaultValue: "Invalid Credentials", bundle: .module, comment: "Authentication error")
| `- 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/Sources/TranslateKitLite/TK+Message.swift:183:17: error: missing argument for parameter 'format' in call
181 | /// "Invalid Credentials" - Authentication error
182 | public static var invalidCredentials: String {
183 | String(localized: "TK.Message.invalidCredentials", defaultValue: "Invalid Credentials", bundle: .module, comment: "Authentication error")
| `- 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/Sources/TranslateKitLite/TK+Message.swift:183:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
181 | /// "Invalid Credentials" - Authentication error
182 | public static var invalidCredentials: String {
183 | String(localized: "TK.Message.invalidCredentials", defaultValue: "Invalid Credentials", bundle: .module, comment: "Authentication error")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
184 | }
185 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:183:107: error: cannot infer contextual base in reference to member 'module'
181 | /// "Invalid Credentials" - Authentication error
182 | public static var invalidCredentials: String {
183 | String(localized: "TK.Message.invalidCredentials", defaultValue: "Invalid Credentials", bundle: .module, comment: "Authentication error")
| `- error: cannot infer contextual base in reference to member 'module'
184 | }
185 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:188:16: error: extra arguments at positions #3, #4 in call
186 | /// "Invalid Input Format" - Data validation error
187 | public static var invalidInputFormat: String {
188 | String(localized: "TK.Message.invalidInputFormat", defaultValue: "Invalid Input Format", bundle: .module, comment: "Data validation error")
| `- 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/Sources/TranslateKitLite/TK+Message.swift:188:17: error: missing argument for parameter 'format' in call
186 | /// "Invalid Input Format" - Data validation error
187 | public static var invalidInputFormat: String {
188 | String(localized: "TK.Message.invalidInputFormat", defaultValue: "Invalid Input Format", bundle: .module, comment: "Data validation error")
| `- 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/Sources/TranslateKitLite/TK+Message.swift:188:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
186 | /// "Invalid Input Format" - Data validation error
187 | public static var invalidInputFormat: String {
188 | String(localized: "TK.Message.invalidInputFormat", defaultValue: "Invalid Input Format", bundle: .module, comment: "Data validation error")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
189 | }
190 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:188:108: error: cannot infer contextual base in reference to member 'module'
186 | /// "Invalid Input Format" - Data validation error
187 | public static var invalidInputFormat: String {
188 | String(localized: "TK.Message.invalidInputFormat", defaultValue: "Invalid Input Format", bundle: .module, comment: "Data validation error")
| `- error: cannot infer contextual base in reference to member 'module'
189 | }
190 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:193:16: error: extra arguments at positions #3, #4 in call
191 | /// "You have been logged out." - Notification when a session ends
192 | public static var loggedOutDot: String {
193 | String(
| `- error: extra arguments at positions #3, #4 in call
194 | localized: "TK.Message.loggedOutDot",
195 | defaultValue: "You have been logged out.",
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/Sources/TranslateKitLite/TK+Message.swift:194:13: error: missing argument for parameter 'format' in call
192 | public static var loggedOutDot: String {
193 | String(
194 | localized: "TK.Message.loggedOutDot",
| `- error: missing argument for parameter 'format' in call
195 | defaultValue: "You have been logged out.",
196 | bundle: .module,
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/Sources/TranslateKitLite/TK+Message.swift:194:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
192 | public static var loggedOutDot: String {
193 | String(
194 | localized: "TK.Message.loggedOutDot",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
195 | defaultValue: "You have been logged out.",
196 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:196:22: error: cannot infer contextual base in reference to member 'module'
194 | localized: "TK.Message.loggedOutDot",
195 | defaultValue: "You have been logged out.",
196 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
197 | comment: "Notification when a session ends"
198 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:203:16: error: extra arguments at positions #3, #4 in call
201 | /// "No Network Connection" - Alternate network status message
202 | public static var noNetworkConnection: String {
203 | String(
| `- error: extra arguments at positions #3, #4 in call
204 | localized: "TK.Message.noNetworkConnection",
205 | defaultValue: "No Network Connection",
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/Sources/TranslateKitLite/TK+Message.swift:204:13: error: missing argument for parameter 'format' in call
202 | public static var noNetworkConnection: String {
203 | String(
204 | localized: "TK.Message.noNetworkConnection",
| `- error: missing argument for parameter 'format' in call
205 | defaultValue: "No Network Connection",
206 | bundle: .module,
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/Sources/TranslateKitLite/TK+Message.swift:204:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
202 | public static var noNetworkConnection: String {
203 | String(
204 | localized: "TK.Message.noNetworkConnection",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
205 | defaultValue: "No Network Connection",
206 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:206:22: error: cannot infer contextual base in reference to member 'module'
204 | localized: "TK.Message.noNetworkConnection",
205 | defaultValue: "No Network Connection",
206 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
207 | comment: "Alternate network status message"
208 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:213:16: error: extra arguments at positions #3, #4 in call
211 | /// "You do not have permission to perform this action." - Message for restricted access
212 | public static var noPermissionToPerformActionDot: String {
213 | String(
| `- error: extra arguments at positions #3, #4 in call
214 | localized: "TK.Message.noPermissionToPerformActionDot",
215 | defaultValue: "You do not have permission to perform this action.",
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/Sources/TranslateKitLite/TK+Message.swift:214:13: error: missing argument for parameter 'format' in call
212 | public static var noPermissionToPerformActionDot: String {
213 | String(
214 | localized: "TK.Message.noPermissionToPerformActionDot",
| `- error: missing argument for parameter 'format' in call
215 | defaultValue: "You do not have permission to perform this action.",
216 | bundle: .module,
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/Sources/TranslateKitLite/TK+Message.swift:214:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
212 | public static var noPermissionToPerformActionDot: String {
213 | String(
214 | localized: "TK.Message.noPermissionToPerformActionDot",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
215 | defaultValue: "You do not have permission to perform this action.",
216 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:216:22: error: cannot infer contextual base in reference to member 'module'
214 | localized: "TK.Message.noPermissionToPerformActionDot",
215 | defaultValue: "You do not have permission to perform this action.",
216 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
217 | comment: "Message for restricted access"
218 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:223:16: error: extra arguments at positions #3, #4 in call
221 | /// "Operation Failed" - Generic error for failed operations
222 | public static var operationFailed: String {
223 | String(
| `- error: extra arguments at positions #3, #4 in call
224 | localized: "TK.Message.operationFailed",
225 | defaultValue: "Operation Failed",
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/Sources/TranslateKitLite/TK+Message.swift:224:13: error: missing argument for parameter 'format' in call
222 | public static var operationFailed: String {
223 | String(
224 | localized: "TK.Message.operationFailed",
| `- error: missing argument for parameter 'format' in call
225 | defaultValue: "Operation Failed",
226 | bundle: .module,
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/Sources/TranslateKitLite/TK+Message.swift:224:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
222 | public static var operationFailed: String {
223 | String(
224 | localized: "TK.Message.operationFailed",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
225 | defaultValue: "Operation Failed",
226 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:226:22: error: cannot infer contextual base in reference to member 'module'
224 | localized: "TK.Message.operationFailed",
225 | defaultValue: "Operation Failed",
226 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
227 | comment: "Generic error for failed operations"
228 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:233:16: error: extra arguments at positions #3, #4 in call
231 | /// "Please check your internet connection." - Connection issue prompt
232 | public static var pleaseCheckInternetConnectionDot: String {
233 | String(
| `- error: extra arguments at positions #3, #4 in call
234 | localized: "TK.Message.pleaseCheckInternetConnectionDot",
235 | defaultValue: "Please check your internet connection.",
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/Sources/TranslateKitLite/TK+Message.swift:234:13: error: missing argument for parameter 'format' in call
232 | public static var pleaseCheckInternetConnectionDot: String {
233 | String(
234 | localized: "TK.Message.pleaseCheckInternetConnectionDot",
| `- error: missing argument for parameter 'format' in call
235 | defaultValue: "Please check your internet connection.",
236 | bundle: .module,
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/Sources/TranslateKitLite/TK+Message.swift:234:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
232 | public static var pleaseCheckInternetConnectionDot: String {
233 | String(
234 | localized: "TK.Message.pleaseCheckInternetConnectionDot",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
235 | defaultValue: "Please check your internet connection.",
236 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:236:22: error: cannot infer contextual base in reference to member 'module'
234 | localized: "TK.Message.pleaseCheckInternetConnectionDot",
235 | defaultValue: "Please check your internet connection.",
236 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
237 | comment: "Connection issue prompt"
238 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:243:16: error: extra arguments at positions #3, #4 in call
241 | /// "Please try again later." - Retry suggestion for temporary issue
242 | public static var pleaseTryAgainLaterDot: String {
243 | String(
| `- error: extra arguments at positions #3, #4 in call
244 | localized: "TK.Message.pleaseTryAgainLaterDot",
245 | defaultValue: "Please try again later.",
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/Sources/TranslateKitLite/TK+Message.swift:244:13: error: missing argument for parameter 'format' in call
242 | public static var pleaseTryAgainLaterDot: String {
243 | String(
244 | localized: "TK.Message.pleaseTryAgainLaterDot",
| `- error: missing argument for parameter 'format' in call
245 | defaultValue: "Please try again later.",
246 | bundle: .module,
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/Sources/TranslateKitLite/TK+Message.swift:244:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
242 | public static var pleaseTryAgainLaterDot: String {
243 | String(
244 | localized: "TK.Message.pleaseTryAgainLaterDot",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
245 | defaultValue: "Please try again later.",
246 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:246:22: error: cannot infer contextual base in reference to member 'module'
244 | localized: "TK.Message.pleaseTryAgainLaterDot",
245 | defaultValue: "Please try again later.",
246 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
247 | comment: "Retry suggestion for temporary issue"
248 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:253:16: error: extra arguments at positions #3, #4 in call
251 | /// "Required field is empty" - Form validation error
252 | public static var requiredFieldEmpty: String {
253 | String(
| `- error: extra arguments at positions #3, #4 in call
254 | localized: "TK.Message.requiredFieldEmpty",
255 | defaultValue: "Required field is empty",
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/Sources/TranslateKitLite/TK+Message.swift:254:13: error: missing argument for parameter 'format' in call
252 | public static var requiredFieldEmpty: String {
253 | String(
254 | localized: "TK.Message.requiredFieldEmpty",
| `- error: missing argument for parameter 'format' in call
255 | defaultValue: "Required field is empty",
256 | bundle: .module,
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/Sources/TranslateKitLite/TK+Message.swift:254:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
252 | public static var requiredFieldEmpty: String {
253 | String(
254 | localized: "TK.Message.requiredFieldEmpty",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
255 | defaultValue: "Required field is empty",
256 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:256:22: error: cannot infer contextual base in reference to member 'module'
254 | localized: "TK.Message.requiredFieldEmpty",
255 | defaultValue: "Required field is empty",
256 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
257 | comment: "Form validation error"
258 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:263:16: error: extra arguments at positions #3, #4 in call
261 | /// "Session Expired" - Authentication timeout message
262 | public static var sessionExpired: String {
263 | String(localized: "TK.Message.sessionExpired", defaultValue: "Session Expired", bundle: .module, comment: "Authentication timeout message")
| `- 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/Sources/TranslateKitLite/TK+Message.swift:263:17: error: missing argument for parameter 'format' in call
261 | /// "Session Expired" - Authentication timeout message
262 | public static var sessionExpired: String {
263 | String(localized: "TK.Message.sessionExpired", defaultValue: "Session Expired", bundle: .module, comment: "Authentication timeout message")
| `- 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/Sources/TranslateKitLite/TK+Message.swift:263:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
261 | /// "Session Expired" - Authentication timeout message
262 | public static var sessionExpired: String {
263 | String(localized: "TK.Message.sessionExpired", defaultValue: "Session Expired", bundle: .module, comment: "Authentication timeout message")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
264 | }
265 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:263:99: error: cannot infer contextual base in reference to member 'module'
261 | /// "Session Expired" - Authentication timeout message
262 | public static var sessionExpired: String {
263 | String(localized: "TK.Message.sessionExpired", defaultValue: "Session Expired", bundle: .module, comment: "Authentication timeout message")
| `- error: cannot infer contextual base in reference to member 'module'
264 | }
265 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:268:16: error: extra arguments at positions #3, #4 in call
266 | /// "Your session has expired. Please sign in again." - Authentication timeout message
267 | public static var sessionExpiredSignInAgainDot: String {
268 | String(
| `- error: extra arguments at positions #3, #4 in call
269 | localized: "TK.Message.sessionExpiredSignInAgainDot",
270 | defaultValue: "Your session has expired. Please sign in again.",
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/Sources/TranslateKitLite/TK+Message.swift:269:13: error: missing argument for parameter 'format' in call
267 | public static var sessionExpiredSignInAgainDot: String {
268 | String(
269 | localized: "TK.Message.sessionExpiredSignInAgainDot",
| `- error: missing argument for parameter 'format' in call
270 | defaultValue: "Your session has expired. Please sign in again.",
271 | bundle: .module,
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/Sources/TranslateKitLite/TK+Message.swift:269:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
267 | public static var sessionExpiredSignInAgainDot: String {
268 | String(
269 | localized: "TK.Message.sessionExpiredSignInAgainDot",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
270 | defaultValue: "Your session has expired. Please sign in again.",
271 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:271:22: error: cannot infer contextual base in reference to member 'module'
269 | localized: "TK.Message.sessionExpiredSignInAgainDot",
270 | defaultValue: "Your session has expired. Please sign in again.",
271 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
272 | comment: "Authentication timeout message"
273 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:278:16: error: extra arguments at positions #3, #4 in call
276 | /// "Something went wrong. Please try again later." - Generic fallback error message
277 | public static var somethingWentWrongTryAgainLaterDot: String {
278 | String(
| `- error: extra arguments at positions #3, #4 in call
279 | localized: "TK.Message.somethingWentWrongTryAgainLaterDot",
280 | defaultValue: "Something went wrong. Please try again later.",
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/Sources/TranslateKitLite/TK+Message.swift:279:13: error: missing argument for parameter 'format' in call
277 | public static var somethingWentWrongTryAgainLaterDot: String {
278 | String(
279 | localized: "TK.Message.somethingWentWrongTryAgainLaterDot",
| `- error: missing argument for parameter 'format' in call
280 | defaultValue: "Something went wrong. Please try again later.",
281 | bundle: .module,
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/Sources/TranslateKitLite/TK+Message.swift:279:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
277 | public static var somethingWentWrongTryAgainLaterDot: String {
278 | String(
279 | localized: "TK.Message.somethingWentWrongTryAgainLaterDot",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
280 | defaultValue: "Something went wrong. Please try again later.",
281 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:281:22: error: cannot infer contextual base in reference to member 'module'
279 | localized: "TK.Message.somethingWentWrongTryAgainLaterDot",
280 | defaultValue: "Something went wrong. Please try again later.",
281 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
282 | comment: "Generic fallback error message"
283 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:288:16: error: extra arguments at positions #3, #4 in call
286 | /// "Try again later." - Generic temporary failure message
287 | public static var tryAgainLaterDot: String {
288 | String(
| `- error: extra arguments at positions #3, #4 in call
289 | localized: "TK.Message.tryAgainLaterDot",
290 | defaultValue: "Try again later.",
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/Sources/TranslateKitLite/TK+Message.swift:289:13: error: missing argument for parameter 'format' in call
287 | public static var tryAgainLaterDot: String {
288 | String(
289 | localized: "TK.Message.tryAgainLaterDot",
| `- error: missing argument for parameter 'format' in call
290 | defaultValue: "Try again later.",
291 | bundle: .module,
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/Sources/TranslateKitLite/TK+Message.swift:289:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
287 | public static var tryAgainLaterDot: String {
288 | String(
289 | localized: "TK.Message.tryAgainLaterDot",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
290 | defaultValue: "Try again later.",
291 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:291:22: error: cannot infer contextual base in reference to member 'module'
289 | localized: "TK.Message.tryAgainLaterDot",
290 | defaultValue: "Try again later.",
291 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
292 | comment: "Generic temporary failure message"
293 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:298:16: error: extra arguments at positions #3, #4 in call
296 | /// "Your upload was successful!" - Confirmation message when media is uploaded
297 | public static var uploadSuccessful: String {
298 | String(
| `- error: extra arguments at positions #3, #4 in call
299 | localized: "TK.Message.uploadSuccessful",
300 | defaultValue: "Your upload was successful!",
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/Sources/TranslateKitLite/TK+Message.swift:299:13: error: missing argument for parameter 'format' in call
297 | public static var uploadSuccessful: String {
298 | String(
299 | localized: "TK.Message.uploadSuccessful",
| `- error: missing argument for parameter 'format' in call
300 | defaultValue: "Your upload was successful!",
301 | bundle: .module,
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/Sources/TranslateKitLite/TK+Message.swift:299:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
297 | public static var uploadSuccessful: String {
298 | String(
299 | localized: "TK.Message.uploadSuccessful",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
300 | defaultValue: "Your upload was successful!",
301 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:301:22: error: cannot infer contextual base in reference to member 'module'
299 | localized: "TK.Message.uploadSuccessful",
300 | defaultValue: "Your upload was successful!",
301 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
302 | comment: "Confirmation message when media is uploaded"
303 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:308:16: error: extra arguments at positions #3, #4 in call
306 | /// "Verification Failed" - Authentication error message
307 | public static var verificationFailed: String {
308 | String(
| `- error: extra arguments at positions #3, #4 in call
309 | localized: "TK.Message.verificationFailed",
310 | defaultValue: "Verification Failed",
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/Sources/TranslateKitLite/TK+Message.swift:309:13: error: missing argument for parameter 'format' in call
307 | public static var verificationFailed: String {
308 | String(
309 | localized: "TK.Message.verificationFailed",
| `- error: missing argument for parameter 'format' in call
310 | defaultValue: "Verification Failed",
311 | bundle: .module,
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/Sources/TranslateKitLite/TK+Message.swift:309:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
307 | public static var verificationFailed: String {
308 | String(
309 | localized: "TK.Message.verificationFailed",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
310 | defaultValue: "Verification Failed",
311 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:311:22: error: cannot infer contextual base in reference to member 'module'
309 | localized: "TK.Message.verificationFailed",
310 | defaultValue: "Verification Failed",
311 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
312 | comment: "Authentication error message"
313 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:318:16: error: extra arguments at positions #3, #4 in call
316 | /// "Verification Required" - Authentication prompt
317 | public static var verificationRequired: String {
318 | String(
| `- error: extra arguments at positions #3, #4 in call
319 | localized: "TK.Message.verificationRequired",
320 | defaultValue: "Verification Required",
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/Sources/TranslateKitLite/TK+Message.swift:319:13: error: missing argument for parameter 'format' in call
317 | public static var verificationRequired: String {
318 | String(
319 | localized: "TK.Message.verificationRequired",
| `- error: missing argument for parameter 'format' in call
320 | defaultValue: "Verification Required",
321 | bundle: .module,
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/Sources/TranslateKitLite/TK+Message.swift:319:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
317 | public static var verificationRequired: String {
318 | String(
319 | localized: "TK.Message.verificationRequired",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
320 | defaultValue: "Verification Required",
321 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:321:22: error: cannot infer contextual base in reference to member 'module'
319 | localized: "TK.Message.verificationRequired",
320 | defaultValue: "Verification Required",
321 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
322 | comment: "Authentication prompt"
323 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:328:16: error: extra arguments at positions #3, #4 in call
326 | /// "You're offline." - Network status message
327 | public static var youreOfflineDot: String {
328 | String(localized: "TK.Message.youreOfflineDot", defaultValue: "You're offline.", bundle: .module, comment: "Network status message")
| `- 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/Sources/TranslateKitLite/TK+Message.swift:328:17: error: missing argument for parameter 'format' in call
326 | /// "You're offline." - Network status message
327 | public static var youreOfflineDot: String {
328 | String(localized: "TK.Message.youreOfflineDot", defaultValue: "You're offline.", bundle: .module, comment: "Network status message")
| `- 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/Sources/TranslateKitLite/TK+Message.swift:328:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
326 | /// "You're offline." - Network status message
327 | public static var youreOfflineDot: String {
328 | String(localized: "TK.Message.youreOfflineDot", defaultValue: "You're offline.", bundle: .module, comment: "Network status message")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
329 | }
330 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:328:100: error: cannot infer contextual base in reference to member 'module'
326 | /// "You're offline." - Network status message
327 | public static var youreOfflineDot: String {
328 | String(localized: "TK.Message.youreOfflineDot", defaultValue: "You're offline.", bundle: .module, comment: "Network status message")
| `- error: cannot infer contextual base in reference to member 'module'
329 | }
330 | }
[150/227] Compiling SwiftSyntax AbsolutePosition.swift
[151/227] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[152/227] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[153/227] Compiling SwiftSyntax Assert.swift
[154/227] Compiling SwiftSyntax BumpPtrAllocator.swift
[155/227] Compiling SwiftSyntax CommonAncestor.swift
[156/227] Compiling SwiftSyntax Convenience.swift
[157/227] Compiling SwiftSyntax CustomTraits.swift
[158/227] Compiling SwiftSyntax EditorPlaceholder.swift
[159/227] Compiling SwiftSyntax Identifier.swift
[160/227] Compiling SwiftSyntax MemoryLayout.swift
[161/227] Compiling SwiftSyntax MissingNodeInitializers.swift
[162/227] Compiling SwiftSyntax RawSyntax.swift
[163/227] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[164/227] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[165/227] Compiling SwiftSyntax RawSyntaxTokenView.swift
[166/227] Compiling SwiftSyntax SourceEdit.swift
[167/227] Compiling SwiftSyntax SourceLength.swift
BUILD FAILURE 6.2 linux