The Swift Package Index logo.Swift Package Index

Build Information

Failed to build FlineDevKit, reference main (1d48c3), with Swift 6.3 for Android on 18 Apr 2026 01:50:03 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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/.build/checkouts/TranslateKit/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 |    }
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:8:16: error: extra arguments at positions #3, #4 in call
  6 |       /// "Analyzing…" - Shown during analysis
  7 |       public static var analyzingDots: String {
  8 |          String(localized: "TK.Placeholder.analyzingDots", defaultValue: "Analyzing…", bundle: .module, comment: "Shown during analysis")
    |                `- error: extra arguments at positions #3, #4 in call
  9 |       }
 10 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:8:17: error: missing argument for parameter 'format' in call
  6 |       /// "Analyzing…" - Shown during analysis
  7 |       public static var analyzingDots: String {
  8 |          String(localized: "TK.Placeholder.analyzingDots", defaultValue: "Analyzing…", bundle: .module, comment: "Shown during analysis")
    |                 `- error: missing argument for parameter 'format' in call
  9 |       }
 10 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:8:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
  6 |       /// "Analyzing…" - Shown during analysis
  7 |       public static var analyzingDots: String {
  8 |          String(localized: "TK.Placeholder.analyzingDots", defaultValue: "Analyzing…", bundle: .module, comment: "Shown during analysis")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
  9 |       }
 10 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:8:99: error: cannot infer contextual base in reference to member 'module'
  6 |       /// "Analyzing…" - Shown during analysis
  7 |       public static var analyzingDots: String {
  8 |          String(localized: "TK.Placeholder.analyzingDots", defaultValue: "Analyzing…", bundle: .module, comment: "Shown during analysis")
    |                                                                                                 `- error: cannot infer contextual base in reference to member 'module'
  9 |       }
 10 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:13:16: error: extra arguments at positions #3, #4 in call
 11 |       /// "Authenticating…" - Shown during login
 12 |       public static var authenticatingDots: String {
 13 |          String(localized: "TK.Placeholder.authenticatingDots", defaultValue: "Authenticating…", bundle: .module, comment: "Shown during login")
    |                `- error: extra arguments at positions #3, #4 in call
 14 |       }
 15 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:13:17: error: missing argument for parameter 'format' in call
 11 |       /// "Authenticating…" - Shown during login
 12 |       public static var authenticatingDots: String {
 13 |          String(localized: "TK.Placeholder.authenticatingDots", defaultValue: "Authenticating…", bundle: .module, comment: "Shown during login")
    |                 `- error: missing argument for parameter 'format' in call
 14 |       }
 15 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:13:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
 11 |       /// "Authenticating…" - Shown during login
 12 |       public static var authenticatingDots: String {
 13 |          String(localized: "TK.Placeholder.authenticatingDots", defaultValue: "Authenticating…", bundle: .module, comment: "Shown during login")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
 14 |       }
 15 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:13:109: error: cannot infer contextual base in reference to member 'module'
 11 |       /// "Authenticating…" - Shown during login
 12 |       public static var authenticatingDots: String {
 13 |          String(localized: "TK.Placeholder.authenticatingDots", defaultValue: "Authenticating…", bundle: .module, comment: "Shown during login")
    |                                                                                                           `- error: cannot infer contextual base in reference to member 'module'
 14 |       }
 15 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:18:16: error: extra arguments at positions #3, #4 in call
 16 |       /// "Buffering…" - Shown while pre-loading video content for uninterrupted playback
 17 |       public static var bufferingDots: String {
 18 |          String(
    |                `- error: extra arguments at positions #3, #4 in call
 19 |             localized: "TK.Placeholder.bufferingDots",
 20 |             defaultValue: "Buffering…",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:19:13: error: missing argument for parameter 'format' in call
 17 |       public static var bufferingDots: String {
 18 |          String(
 19 |             localized: "TK.Placeholder.bufferingDots",
    |             `- error: missing argument for parameter 'format' in call
 20 |             defaultValue: "Buffering…",
 21 |             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/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:19:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
 17 |       public static var bufferingDots: String {
 18 |          String(
 19 |             localized: "TK.Placeholder.bufferingDots",
    |                        `- error: cannot convert value of type 'String' to expected argument type 'Locale'
 20 |             defaultValue: "Buffering…",
 21 |             bundle: .module,
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:21:22: error: cannot infer contextual base in reference to member 'module'
 19 |             localized: "TK.Placeholder.bufferingDots",
 20 |             defaultValue: "Buffering…",
 21 |             bundle: .module,
    |                      `- error: cannot infer contextual base in reference to member 'module'
 22 |             comment: "Shown while pre-loading video content for uninterrupted playback"
 23 |          )
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:28:16: error: extra arguments at positions #3, #4 in call
 26 |       /// "Calculating…" - Shown during calculations
 27 |       public static var calculatingDots: String {
 28 |          String(localized: "TK.Placeholder.calculatingDots", defaultValue: "Calculating…", bundle: .module, comment: "Shown during calculations")
    |                `- error: extra arguments at positions #3, #4 in call
 29 |       }
 30 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:28:17: error: missing argument for parameter 'format' in call
 26 |       /// "Calculating…" - Shown during calculations
 27 |       public static var calculatingDots: String {
 28 |          String(localized: "TK.Placeholder.calculatingDots", defaultValue: "Calculating…", bundle: .module, comment: "Shown during calculations")
    |                 `- error: missing argument for parameter 'format' in call
 29 |       }
 30 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:28:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
 26 |       /// "Calculating…" - Shown during calculations
 27 |       public static var calculatingDots: String {
 28 |          String(localized: "TK.Placeholder.calculatingDots", defaultValue: "Calculating…", bundle: .module, comment: "Shown during calculations")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
 29 |       }
 30 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:28:103: error: cannot infer contextual base in reference to member 'module'
 26 |       /// "Calculating…" - Shown during calculations
 27 |       public static var calculatingDots: String {
 28 |          String(localized: "TK.Placeholder.calculatingDots", defaultValue: "Calculating…", bundle: .module, comment: "Shown during calculations")
    |                                                                                                     `- error: cannot infer contextual base in reference to member 'module'
 29 |       }
 30 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:33:16: error: extra arguments at positions #3, #4 in call
 31 |       /// "Choose a date…" - Date selection hint
 32 |       public static var chooseDateDots: String {
 33 |          String(localized: "TK.Placeholder.chooseDateDots", defaultValue: "Choose a date…", bundle: .module, comment: "Date selection hint")
    |                `- error: extra arguments at positions #3, #4 in call
 34 |       }
 35 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:33:17: error: missing argument for parameter 'format' in call
 31 |       /// "Choose a date…" - Date selection hint
 32 |       public static var chooseDateDots: String {
 33 |          String(localized: "TK.Placeholder.chooseDateDots", defaultValue: "Choose a date…", bundle: .module, comment: "Date selection hint")
    |                 `- error: missing argument for parameter 'format' in call
 34 |       }
 35 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:33:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
 31 |       /// "Choose a date…" - Date selection hint
 32 |       public static var chooseDateDots: String {
 33 |          String(localized: "TK.Placeholder.chooseDateDots", defaultValue: "Choose a date…", bundle: .module, comment: "Date selection hint")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
 34 |       }
 35 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:33:104: error: cannot infer contextual base in reference to member 'module'
 31 |       /// "Choose a date…" - Date selection hint
 32 |       public static var chooseDateDots: String {
 33 |          String(localized: "TK.Placeholder.chooseDateDots", defaultValue: "Choose a date…", bundle: .module, comment: "Date selection hint")
    |                                                                                                      `- error: cannot infer contextual base in reference to member 'module'
 34 |       }
 35 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:38:16: error: extra arguments at positions #3, #4 in call
 36 |       /// "Choose a file…" - Input hint for file selection
 37 |       public static var chooseFileDots: String {
 38 |          String(localized: "TK.Placeholder.chooseFileDots", defaultValue: "Choose a file…", bundle: .module, comment: "Input hint for file selection")
    |                `- error: extra arguments at positions #3, #4 in call
 39 |       }
 40 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:38:17: error: missing argument for parameter 'format' in call
 36 |       /// "Choose a file…" - Input hint for file selection
 37 |       public static var chooseFileDots: String {
 38 |          String(localized: "TK.Placeholder.chooseFileDots", defaultValue: "Choose a file…", bundle: .module, comment: "Input hint for file selection")
    |                 `- error: missing argument for parameter 'format' in call
 39 |       }
 40 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:38:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
 36 |       /// "Choose a file…" - Input hint for file selection
 37 |       public static var chooseFileDots: String {
 38 |          String(localized: "TK.Placeholder.chooseFileDots", defaultValue: "Choose a file…", bundle: .module, comment: "Input hint for file selection")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
 39 |       }
 40 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:38:104: error: cannot infer contextual base in reference to member 'module'
 36 |       /// "Choose a file…" - Input hint for file selection
 37 |       public static var chooseFileDots: String {
 38 |          String(localized: "TK.Placeholder.chooseFileDots", defaultValue: "Choose a file…", bundle: .module, comment: "Input hint for file selection")
    |                                                                                                      `- error: cannot infer contextual base in reference to member 'module'
 39 |       }
 40 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:43:16: error: extra arguments at positions #3, #4 in call
 41 |       /// "Choose a language…" - Language selection hint
 42 |       public static var chooseLanguageDots: String {
 43 |          String(
    |                `- error: extra arguments at positions #3, #4 in call
 44 |             localized: "TK.Placeholder.chooseLanguageDots",
 45 |             defaultValue: "Choose a language…",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:44:13: error: missing argument for parameter 'format' in call
 42 |       public static var chooseLanguageDots: String {
 43 |          String(
 44 |             localized: "TK.Placeholder.chooseLanguageDots",
    |             `- error: missing argument for parameter 'format' in call
 45 |             defaultValue: "Choose a language…",
 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/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:44:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
 42 |       public static var chooseLanguageDots: String {
 43 |          String(
 44 |             localized: "TK.Placeholder.chooseLanguageDots",
    |                        `- error: cannot convert value of type 'String' to expected argument type 'Locale'
 45 |             defaultValue: "Choose a language…",
 46 |             bundle: .module,
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:46:22: error: cannot infer contextual base in reference to member 'module'
 44 |             localized: "TK.Placeholder.chooseLanguageDots",
 45 |             defaultValue: "Choose a language…",
 46 |             bundle: .module,
    |                      `- error: cannot infer contextual base in reference to member 'module'
 47 |             comment: "Language selection hint"
 48 |          )
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:53:16: error: extra arguments at positions #3, #4 in call
 51 |       /// "Choose an option…" - Generic selection hint
 52 |       public static var chooseOptionDots: String {
 53 |          String(localized: "TK.Placeholder.chooseOptionDots", defaultValue: "Choose an option…", bundle: .module, comment: "Generic selection hint")
    |                `- error: extra arguments at positions #3, #4 in call
 54 |       }
 55 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:53:17: error: missing argument for parameter 'format' in call
 51 |       /// "Choose an option…" - Generic selection hint
 52 |       public static var chooseOptionDots: String {
 53 |          String(localized: "TK.Placeholder.chooseOptionDots", defaultValue: "Choose an option…", bundle: .module, comment: "Generic selection hint")
    |                 `- error: missing argument for parameter 'format' in call
 54 |       }
 55 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:53:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
 51 |       /// "Choose an option…" - Generic selection hint
 52 |       public static var chooseOptionDots: String {
 53 |          String(localized: "TK.Placeholder.chooseOptionDots", defaultValue: "Choose an option…", bundle: .module, comment: "Generic selection hint")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
 54 |       }
 55 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:53:109: error: cannot infer contextual base in reference to member 'module'
 51 |       /// "Choose an option…" - Generic selection hint
 52 |       public static var chooseOptionDots: String {
 53 |          String(localized: "TK.Placeholder.chooseOptionDots", defaultValue: "Choose an option…", bundle: .module, comment: "Generic selection hint")
    |                                                                                                           `- error: cannot infer contextual base in reference to member 'module'
 54 |       }
 55 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:58:16: error: extra arguments at positions #3, #4 in call
 56 |       /// "Confirm password…" - Password confirmation hint
 57 |       public static var confirmPasswordDots: String {
 58 |          String(
    |                `- error: extra arguments at positions #3, #4 in call
 59 |             localized: "TK.Placeholder.confirmPasswordDots",
 60 |             defaultValue: "Confirm password…",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:59:13: error: missing argument for parameter 'format' in call
 57 |       public static var confirmPasswordDots: String {
 58 |          String(
 59 |             localized: "TK.Placeholder.confirmPasswordDots",
    |             `- error: missing argument for parameter 'format' in call
 60 |             defaultValue: "Confirm password…",
 61 |             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/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:59:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
 57 |       public static var confirmPasswordDots: String {
 58 |          String(
 59 |             localized: "TK.Placeholder.confirmPasswordDots",
    |                        `- error: cannot convert value of type 'String' to expected argument type 'Locale'
 60 |             defaultValue: "Confirm password…",
 61 |             bundle: .module,
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:61:22: error: cannot infer contextual base in reference to member 'module'
 59 |             localized: "TK.Placeholder.confirmPasswordDots",
 60 |             defaultValue: "Confirm password…",
 61 |             bundle: .module,
    |                      `- error: cannot infer contextual base in reference to member 'module'
 62 |             comment: "Password confirmation hint"
 63 |          )
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:68:16: error: extra arguments at positions #3, #4 in call
 66 |       /// "Connecting…" - Shown during connection attempts
 67 |       public static var connectingDots: String {
 68 |          String(localized: "TK.Placeholder.connectingDots", defaultValue: "Connecting…", bundle: .module, comment: "Shown during connection attempts")
    |                `- error: extra arguments at positions #3, #4 in call
 69 |       }
 70 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:68:17: error: missing argument for parameter 'format' in call
 66 |       /// "Connecting…" - Shown during connection attempts
 67 |       public static var connectingDots: String {
 68 |          String(localized: "TK.Placeholder.connectingDots", defaultValue: "Connecting…", bundle: .module, comment: "Shown during connection attempts")
    |                 `- error: missing argument for parameter 'format' in call
 69 |       }
 70 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:68:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
 66 |       /// "Connecting…" - Shown during connection attempts
 67 |       public static var connectingDots: String {
 68 |          String(localized: "TK.Placeholder.connectingDots", defaultValue: "Connecting…", bundle: .module, comment: "Shown during connection attempts")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
 69 |       }
 70 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:68:101: error: cannot infer contextual base in reference to member 'module'
 66 |       /// "Connecting…" - Shown during connection attempts
 67 |       public static var connectingDots: String {
 68 |          String(localized: "TK.Placeholder.connectingDots", defaultValue: "Connecting…", bundle: .module, comment: "Shown during connection attempts")
    |                                                                                                   `- error: cannot infer contextual base in reference to member 'module'
 69 |       }
 70 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:73:16: error: extra arguments at positions #3, #4 in call
 71 |       /// "Creating…" - Shown when creating content
 72 |       public static var creatingDots: String {
 73 |          String(localized: "TK.Placeholder.creatingDots", defaultValue: "Creating…", bundle: .module, comment: "Shown when creating content")
    |                `- error: extra arguments at positions #3, #4 in call
 74 |       }
 75 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:73:17: error: missing argument for parameter 'format' in call
 71 |       /// "Creating…" - Shown when creating content
 72 |       public static var creatingDots: String {
 73 |          String(localized: "TK.Placeholder.creatingDots", defaultValue: "Creating…", bundle: .module, comment: "Shown when creating content")
    |                 `- error: missing argument for parameter 'format' in call
 74 |       }
 75 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:73:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
 71 |       /// "Creating…" - Shown when creating content
 72 |       public static var creatingDots: String {
 73 |          String(localized: "TK.Placeholder.creatingDots", defaultValue: "Creating…", bundle: .module, comment: "Shown when creating content")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
 74 |       }
 75 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:73:97: error: cannot infer contextual base in reference to member 'module'
 71 |       /// "Creating…" - Shown when creating content
 72 |       public static var creatingDots: String {
 73 |          String(localized: "TK.Placeholder.creatingDots", defaultValue: "Creating…", bundle: .module, comment: "Shown when creating content")
    |                                                                                               `- error: cannot infer contextual base in reference to member 'module'
 74 |       }
 75 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:78:16: error: extra arguments at positions #3, #4 in call
 76 |       /// "Deleting…" - Shown when removing content
 77 |       public static var deletingDots: String {
 78 |          String(localized: "TK.Placeholder.deletingDots", defaultValue: "Deleting…", bundle: .module, comment: "Shown when removing content")
    |                `- error: extra arguments at positions #3, #4 in call
 79 |       }
 80 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:78:17: error: missing argument for parameter 'format' in call
 76 |       /// "Deleting…" - Shown when removing content
 77 |       public static var deletingDots: String {
 78 |          String(localized: "TK.Placeholder.deletingDots", defaultValue: "Deleting…", bundle: .module, comment: "Shown when removing content")
    |                 `- error: missing argument for parameter 'format' in call
 79 |       }
 80 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:78:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
 76 |       /// "Deleting…" - Shown when removing content
 77 |       public static var deletingDots: String {
 78 |          String(localized: "TK.Placeholder.deletingDots", defaultValue: "Deleting…", bundle: .module, comment: "Shown when removing content")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
 79 |       }
 80 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:78:97: error: cannot infer contextual base in reference to member 'module'
 76 |       /// "Deleting…" - Shown when removing content
 77 |       public static var deletingDots: String {
 78 |          String(localized: "TK.Placeholder.deletingDots", defaultValue: "Deleting…", bundle: .module, comment: "Shown when removing content")
    |                                                                                               `- error: cannot infer contextual base in reference to member 'module'
 79 |       }
 80 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:83:16: error: extra arguments at positions #3, #4 in call
 81 |       /// "Downloading…" - Shown during downloads
 82 |       public static var downloadingDots: String {
 83 |          String(localized: "TK.Placeholder.downloadingDots", defaultValue: "Downloading…", bundle: .module, comment: "Shown during downloads")
    |                `- error: extra arguments at positions #3, #4 in call
 84 |       }
 85 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:83:17: error: missing argument for parameter 'format' in call
 81 |       /// "Downloading…" - Shown during downloads
 82 |       public static var downloadingDots: String {
 83 |          String(localized: "TK.Placeholder.downloadingDots", defaultValue: "Downloading…", bundle: .module, comment: "Shown during downloads")
    |                 `- error: missing argument for parameter 'format' in call
 84 |       }
 85 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:83:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
 81 |       /// "Downloading…" - Shown during downloads
 82 |       public static var downloadingDots: String {
 83 |          String(localized: "TK.Placeholder.downloadingDots", defaultValue: "Downloading…", bundle: .module, comment: "Shown during downloads")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
 84 |       }
 85 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:83:103: error: cannot infer contextual base in reference to member 'module'
 81 |       /// "Downloading…" - Shown during downloads
 82 |       public static var downloadingDots: String {
 83 |          String(localized: "TK.Placeholder.downloadingDots", defaultValue: "Downloading…", bundle: .module, comment: "Shown during downloads")
    |                                                                                                     `- error: cannot infer contextual base in reference to member 'module'
 84 |       }
 85 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:88:16: error: extra arguments at positions #3, #4 in call
 86 |       /// "e.g. jane@example.com" - Email input example, using 'Jane Doe' for English, adjusts per language
 87 |       public static var emailExample: String {
 88 |          String(
    |                `- error: extra arguments at positions #3, #4 in call
 89 |             localized: "TK.Placeholder.emailExample",
 90 |             defaultValue: "e.g. jane@example.com",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:89:13: error: missing argument for parameter 'format' in call
 87 |       public static var emailExample: String {
 88 |          String(
 89 |             localized: "TK.Placeholder.emailExample",
    |             `- error: missing argument for parameter 'format' in call
 90 |             defaultValue: "e.g. jane@example.com",
 91 |             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/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:89:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
 87 |       public static var emailExample: String {
 88 |          String(
 89 |             localized: "TK.Placeholder.emailExample",
    |                        `- error: cannot convert value of type 'String' to expected argument type 'Locale'
 90 |             defaultValue: "e.g. jane@example.com",
 91 |             bundle: .module,
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:91:22: error: cannot infer contextual base in reference to member 'module'
 89 |             localized: "TK.Placeholder.emailExample",
 90 |             defaultValue: "e.g. jane@example.com",
 91 |             bundle: .module,
    |                      `- error: cannot infer contextual base in reference to member 'module'
 92 |             comment: "Email input example, using 'Jane Doe' for English, adjusts per language"
 93 |          )
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:98:16: error: extra arguments at positions #3, #4 in call
 96 |       /// "Enter amount…" - Input hint for entering money values
 97 |       public static var enterAmountDots: String {
 98 |          String(
    |                `- error: extra arguments at positions #3, #4 in call
 99 |             localized: "TK.Placeholder.enterAmountDots",
100 |             defaultValue: "Enter amount…",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:99:13: error: missing argument for parameter 'format' in call
 97 |       public static var enterAmountDots: String {
 98 |          String(
 99 |             localized: "TK.Placeholder.enterAmountDots",
    |             `- error: missing argument for parameter 'format' in call
100 |             defaultValue: "Enter amount…",
101 |             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/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:99:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
 97 |       public static var enterAmountDots: String {
 98 |          String(
 99 |             localized: "TK.Placeholder.enterAmountDots",
    |                        `- error: cannot convert value of type 'String' to expected argument type 'Locale'
100 |             defaultValue: "Enter amount…",
101 |             bundle: .module,
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:101:22: error: cannot infer contextual base in reference to member 'module'
 99 |             localized: "TK.Placeholder.enterAmountDots",
100 |             defaultValue: "Enter amount…",
101 |             bundle: .module,
    |                      `- error: cannot infer contextual base in reference to member 'module'
102 |             comment: "Input hint for entering money values"
103 |          )
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:108:16: error: extra arguments at positions #3, #4 in call
106 |       /// "Enter your email…" - Input hint for email address fields
107 |       public static var enterEmailDots: String {
108 |          String(
    |                `- error: extra arguments at positions #3, #4 in call
109 |             localized: "TK.Placeholder.enterEmailDots",
110 |             defaultValue: "Enter your email…",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:109:13: error: missing argument for parameter 'format' in call
107 |       public static var enterEmailDots: String {
108 |          String(
109 |             localized: "TK.Placeholder.enterEmailDots",
    |             `- error: missing argument for parameter 'format' in call
110 |             defaultValue: "Enter your email…",
111 |             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/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:109:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
107 |       public static var enterEmailDots: String {
108 |          String(
109 |             localized: "TK.Placeholder.enterEmailDots",
    |                        `- error: cannot convert value of type 'String' to expected argument type 'Locale'
110 |             defaultValue: "Enter your email…",
111 |             bundle: .module,
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:111:22: error: cannot infer contextual base in reference to member 'module'
109 |             localized: "TK.Placeholder.enterEmailDots",
110 |             defaultValue: "Enter your email…",
111 |             bundle: .module,
    |                      `- error: cannot infer contextual base in reference to member 'module'
112 |             comment: "Input hint for email address fields"
113 |          )
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:118:16: error: extra arguments at positions #3, #4 in call
116 |       /// "Enter first name…" - First name input hint
117 |       public static var enterFirstNameDots: String {
118 |          String(localized: "TK.Placeholder.enterFirstNameDots", defaultValue: "Enter first name…", bundle: .module, comment: "First name input hint")
    |                `- error: extra arguments at positions #3, #4 in call
119 |       }
120 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:118:17: error: missing argument for parameter 'format' in call
116 |       /// "Enter first name…" - First name input hint
117 |       public static var enterFirstNameDots: String {
118 |          String(localized: "TK.Placeholder.enterFirstNameDots", defaultValue: "Enter first name…", bundle: .module, comment: "First name input hint")
    |                 `- error: missing argument for parameter 'format' in call
119 |       }
120 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:118:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
116 |       /// "Enter first name…" - First name input hint
117 |       public static var enterFirstNameDots: String {
118 |          String(localized: "TK.Placeholder.enterFirstNameDots", defaultValue: "Enter first name…", bundle: .module, comment: "First name input hint")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
119 |       }
120 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:118:111: error: cannot infer contextual base in reference to member 'module'
116 |       /// "Enter first name…" - First name input hint
117 |       public static var enterFirstNameDots: String {
118 |          String(localized: "TK.Placeholder.enterFirstNameDots", defaultValue: "Enter first name…", bundle: .module, comment: "First name input hint")
    |                                                                                                             `- error: cannot infer contextual base in reference to member 'module'
119 |       }
120 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:123:16: error: extra arguments at positions #3, #4 in call
121 |       /// "Enter last name…" - Last name input hint
122 |       public static var enterLastNameDots: String {
123 |          String(localized: "TK.Placeholder.enterLastNameDots", defaultValue: "Enter last name…", bundle: .module, comment: "Last name input hint")
    |                `- error: extra arguments at positions #3, #4 in call
124 |       }
125 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:123:17: error: missing argument for parameter 'format' in call
121 |       /// "Enter last name…" - Last name input hint
122 |       public static var enterLastNameDots: String {
123 |          String(localized: "TK.Placeholder.enterLastNameDots", defaultValue: "Enter last name…", bundle: .module, comment: "Last name input hint")
    |                 `- error: missing argument for parameter 'format' in call
124 |       }
125 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:123:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
121 |       /// "Enter last name…" - Last name input hint
122 |       public static var enterLastNameDots: String {
123 |          String(localized: "TK.Placeholder.enterLastNameDots", defaultValue: "Enter last name…", bundle: .module, comment: "Last name input hint")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
124 |       }
125 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:123:109: error: cannot infer contextual base in reference to member 'module'
121 |       /// "Enter last name…" - Last name input hint
122 |       public static var enterLastNameDots: String {
123 |          String(localized: "TK.Placeholder.enterLastNameDots", defaultValue: "Enter last name…", bundle: .module, comment: "Last name input hint")
    |                                                                                                           `- error: cannot infer contextual base in reference to member 'module'
124 |       }
125 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:128:16: error: extra arguments at positions #3, #4 in call
126 |       /// "Enter new password…" - Password input hint
127 |       public static var enterNewPasswordDots: String {
128 |          String(
    |                `- error: extra arguments at positions #3, #4 in call
129 |             localized: "TK.Placeholder.enterNewPasswordDots",
130 |             defaultValue: "Enter new password…",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:129:13: error: missing argument for parameter 'format' in call
127 |       public static var enterNewPasswordDots: String {
128 |          String(
129 |             localized: "TK.Placeholder.enterNewPasswordDots",
    |             `- error: missing argument for parameter 'format' in call
130 |             defaultValue: "Enter new password…",
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/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:129:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
127 |       public static var enterNewPasswordDots: String {
128 |          String(
129 |             localized: "TK.Placeholder.enterNewPasswordDots",
    |                        `- error: cannot convert value of type 'String' to expected argument type 'Locale'
130 |             defaultValue: "Enter new password…",
131 |             bundle: .module,
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:131:22: error: cannot infer contextual base in reference to member 'module'
129 |             localized: "TK.Placeholder.enterNewPasswordDots",
130 |             defaultValue: "Enter new password…",
131 |             bundle: .module,
    |                      `- error: cannot infer contextual base in reference to member 'module'
132 |             comment: "Password input hint"
133 |          )
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:138:16: error: extra arguments at positions #3, #4 in call
136 |       /// "Enter password…" - Input hint for password fields
137 |       public static var enterPasswordDots: String {
138 |          String(
    |                `- error: extra arguments at positions #3, #4 in call
139 |             localized: "TK.Placeholder.enterPasswordDots",
140 |             defaultValue: "Enter password…",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:139:13: error: missing argument for parameter 'format' in call
137 |       public static var enterPasswordDots: String {
138 |          String(
139 |             localized: "TK.Placeholder.enterPasswordDots",
    |             `- error: missing argument for parameter 'format' in call
140 |             defaultValue: "Enter password…",
141 |             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/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:139:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
137 |       public static var enterPasswordDots: String {
138 |          String(
139 |             localized: "TK.Placeholder.enterPasswordDots",
    |                        `- error: cannot convert value of type 'String' to expected argument type 'Locale'
140 |             defaultValue: "Enter password…",
141 |             bundle: .module,
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:141:22: error: cannot infer contextual base in reference to member 'module'
139 |             localized: "TK.Placeholder.enterPasswordDots",
140 |             defaultValue: "Enter password…",
141 |             bundle: .module,
    |                      `- error: cannot infer contextual base in reference to member 'module'
142 |             comment: "Input hint for password fields"
143 |          )
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:148:16: error: extra arguments at positions #3, #4 in call
146 |       /// "Enter phone number…" - Input hint for phone number entry
147 |       public static var enterPhoneNumberDots: String {
148 |          String(
    |                `- error: extra arguments at positions #3, #4 in call
149 |             localized: "TK.Placeholder.enterPhoneNumberDots",
150 |             defaultValue: "Enter phone number…",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:149:13: error: missing argument for parameter 'format' in call
147 |       public static var enterPhoneNumberDots: String {
148 |          String(
149 |             localized: "TK.Placeholder.enterPhoneNumberDots",
    |             `- error: missing argument for parameter 'format' in call
150 |             defaultValue: "Enter phone number…",
151 |             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/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:149:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
147 |       public static var enterPhoneNumberDots: String {
148 |          String(
149 |             localized: "TK.Placeholder.enterPhoneNumberDots",
    |                        `- error: cannot convert value of type 'String' to expected argument type 'Locale'
150 |             defaultValue: "Enter phone number…",
151 |             bundle: .module,
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:151:22: error: cannot infer contextual base in reference to member 'module'
149 |             localized: "TK.Placeholder.enterPhoneNumberDots",
150 |             defaultValue: "Enter phone number…",
151 |             bundle: .module,
    |                      `- error: cannot infer contextual base in reference to member 'module'
152 |             comment: "Input hint for phone number entry"
153 |          )
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:158:16: error: extra arguments at positions #3, #4 in call
156 |       /// "Enter text…" - Generic placeholder for text input fields
157 |       public static var enterTextDots: String {
158 |          String(
    |                `- error: extra arguments at positions #3, #4 in call
159 |             localized: "TK.Placeholder.enterTextDots",
160 |             defaultValue: "Enter text…",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:159:13: error: missing argument for parameter 'format' in call
157 |       public static var enterTextDots: String {
158 |          String(
159 |             localized: "TK.Placeholder.enterTextDots",
    |             `- error: missing argument for parameter 'format' in call
160 |             defaultValue: "Enter text…",
161 |             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/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:159:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
157 |       public static var enterTextDots: String {
158 |          String(
159 |             localized: "TK.Placeholder.enterTextDots",
    |                        `- error: cannot convert value of type 'String' to expected argument type 'Locale'
160 |             defaultValue: "Enter text…",
161 |             bundle: .module,
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:161:22: error: cannot infer contextual base in reference to member 'module'
159 |             localized: "TK.Placeholder.enterTextDots",
160 |             defaultValue: "Enter text…",
161 |             bundle: .module,
    |                      `- error: cannot infer contextual base in reference to member 'module'
162 |             comment: "Generic placeholder for text input fields"
163 |          )
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:168:16: error: extra arguments at positions #3, #4 in call
166 |       /// "Enter username…" - Placeholder for user profile creation
167 |       public static var enterUsernameDots: String {
168 |          String(
    |                `- error: extra arguments at positions #3, #4 in call
169 |             localized: "TK.Placeholder.enterUsernameDots",
170 |             defaultValue: "Enter username…",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:169:13: error: missing argument for parameter 'format' in call
167 |       public static var enterUsernameDots: String {
168 |          String(
169 |             localized: "TK.Placeholder.enterUsernameDots",
    |             `- error: missing argument for parameter 'format' in call
170 |             defaultValue: "Enter username…",
171 |             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/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:169:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
167 |       public static var enterUsernameDots: String {
168 |          String(
169 |             localized: "TK.Placeholder.enterUsernameDots",
    |                        `- error: cannot convert value of type 'String' to expected argument type 'Locale'
170 |             defaultValue: "Enter username…",
171 |             bundle: .module,
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:171:22: error: cannot infer contextual base in reference to member 'module'
169 |             localized: "TK.Placeholder.enterUsernameDots",
170 |             defaultValue: "Enter username…",
171 |             bundle: .module,
    |                      `- error: cannot infer contextual base in reference to member 'module'
172 |             comment: "Placeholder for user profile creation"
173 |          )
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:178:16: error: extra arguments at positions #3, #4 in call
176 |       /// "Exporting…" - Shown during exports
177 |       public static var exportingDots: String {
178 |          String(localized: "TK.Placeholder.exportingDots", defaultValue: "Exporting…", bundle: .module, comment: "Shown during exports")
    |                `- error: extra arguments at positions #3, #4 in call
179 |       }
180 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:178:17: error: missing argument for parameter 'format' in call
176 |       /// "Exporting…" - Shown during exports
177 |       public static var exportingDots: String {
178 |          String(localized: "TK.Placeholder.exportingDots", defaultValue: "Exporting…", bundle: .module, comment: "Shown during exports")
    |                 `- error: missing argument for parameter 'format' in call
179 |       }
180 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:178:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
176 |       /// "Exporting…" - Shown during exports
177 |       public static var exportingDots: String {
178 |          String(localized: "TK.Placeholder.exportingDots", defaultValue: "Exporting…", bundle: .module, comment: "Shown during exports")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
179 |       }
180 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:178:99: error: cannot infer contextual base in reference to member 'module'
176 |       /// "Exporting…" - Shown during exports
177 |       public static var exportingDots: String {
178 |          String(localized: "TK.Placeholder.exportingDots", defaultValue: "Exporting…", bundle: .module, comment: "Shown during exports")
    |                                                                                                 `- error: cannot infer contextual base in reference to member 'module'
179 |       }
180 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:183:16: error: extra arguments at positions #3, #4 in call
181 |       /// "e.g. Jane" - First name input example, using 'Jane Doe' for English, adjusts per language
182 |       public static var firstNameExample: String {
183 |          String(
    |                `- error: extra arguments at positions #3, #4 in call
184 |             localized: "TK.Placeholder.firstNameExample",
185 |             defaultValue: "e.g. Jane",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:184:13: error: missing argument for parameter 'format' in call
182 |       public static var firstNameExample: String {
183 |          String(
184 |             localized: "TK.Placeholder.firstNameExample",
    |             `- error: missing argument for parameter 'format' in call
185 |             defaultValue: "e.g. Jane",
186 |             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/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:184:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
182 |       public static var firstNameExample: String {
183 |          String(
184 |             localized: "TK.Placeholder.firstNameExample",
    |                        `- error: cannot convert value of type 'String' to expected argument type 'Locale'
185 |             defaultValue: "e.g. Jane",
186 |             bundle: .module,
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:186:22: error: cannot infer contextual base in reference to member 'module'
184 |             localized: "TK.Placeholder.firstNameExample",
185 |             defaultValue: "e.g. Jane",
186 |             bundle: .module,
    |                      `- error: cannot infer contextual base in reference to member 'module'
187 |             comment: "First name input example, using 'Jane Doe' for English, adjusts per language"
188 |          )
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:193:16: error: extra arguments at positions #3, #4 in call
191 |       /// "Generating…" - Shown when generating content
192 |       public static var generatingDots: String {
193 |          String(localized: "TK.Placeholder.generatingDots", defaultValue: "Generating…", bundle: .module, comment: "Shown when generating content")
    |                `- error: extra arguments at positions #3, #4 in call
194 |       }
195 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:193:17: error: missing argument for parameter 'format' in call
191 |       /// "Generating…" - Shown when generating content
192 |       public static var generatingDots: String {
193 |          String(localized: "TK.Placeholder.generatingDots", defaultValue: "Generating…", bundle: .module, comment: "Shown when generating content")
    |                 `- error: missing argument for parameter 'format' in call
194 |       }
195 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:193:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
191 |       /// "Generating…" - Shown when generating content
192 |       public static var generatingDots: String {
193 |          String(localized: "TK.Placeholder.generatingDots", defaultValue: "Generating…", bundle: .module, comment: "Shown when generating content")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
194 |       }
195 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:193:101: error: cannot infer contextual base in reference to member 'module'
191 |       /// "Generating…" - Shown when generating content
192 |       public static var generatingDots: String {
193 |          String(localized: "TK.Placeholder.generatingDots", defaultValue: "Generating…", bundle: .module, comment: "Shown when generating content")
    |                                                                                                   `- error: cannot infer contextual base in reference to member 'module'
194 |       }
195 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:198:16: error: extra arguments at positions #3, #4 in call
196 |       /// "Importing…" - Shown during imports
197 |       public static var importingDots: String {
198 |          String(localized: "TK.Placeholder.importingDots", defaultValue: "Importing…", bundle: .module, comment: "Shown during imports")
    |                `- error: extra arguments at positions #3, #4 in call
199 |       }
200 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:198:17: error: missing argument for parameter 'format' in call
196 |       /// "Importing…" - Shown during imports
197 |       public static var importingDots: String {
198 |          String(localized: "TK.Placeholder.importingDots", defaultValue: "Importing…", bundle: .module, comment: "Shown during imports")
    |                 `- error: missing argument for parameter 'format' in call
199 |       }
200 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:198:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
196 |       /// "Importing…" - Shown during imports
197 |       public static var importingDots: String {
198 |          String(localized: "TK.Placeholder.importingDots", defaultValue: "Importing…", bundle: .module, comment: "Shown during imports")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
199 |       }
200 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:198:99: error: cannot infer contextual base in reference to member 'module'
196 |       /// "Importing…" - Shown during imports
197 |       public static var importingDots: String {
198 |          String(localized: "TK.Placeholder.importingDots", defaultValue: "Importing…", bundle: .module, comment: "Shown during imports")
    |                                                                                                 `- error: cannot infer contextual base in reference to member 'module'
199 |       }
200 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:203:16: error: extra arguments at positions #3, #4 in call
201 |       /// "Initializing…" - Shown during startup
202 |       public static var initializingDots: String {
203 |          String(localized: "TK.Placeholder.initializingDots", defaultValue: "Initializing…", bundle: .module, comment: "Shown during startup")
    |                `- error: extra arguments at positions #3, #4 in call
204 |       }
205 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:203:17: error: missing argument for parameter 'format' in call
201 |       /// "Initializing…" - Shown during startup
202 |       public static var initializingDots: String {
203 |          String(localized: "TK.Placeholder.initializingDots", defaultValue: "Initializing…", bundle: .module, comment: "Shown during startup")
    |                 `- error: missing argument for parameter 'format' in call
204 |       }
205 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:203:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
201 |       /// "Initializing…" - Shown during startup
202 |       public static var initializingDots: String {
203 |          String(localized: "TK.Placeholder.initializingDots", defaultValue: "Initializing…", bundle: .module, comment: "Shown during startup")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
204 |       }
205 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:203:105: error: cannot infer contextual base in reference to member 'module'
201 |       /// "Initializing…" - Shown during startup
202 |       public static var initializingDots: String {
203 |          String(localized: "TK.Placeholder.initializingDots", defaultValue: "Initializing…", bundle: .module, comment: "Shown during startup")
    |                                                                                                       `- error: cannot infer contextual base in reference to member 'module'
204 |       }
205 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:208:16: error: extra arguments at positions #3, #4 in call
206 |       /// "e.g. Doe" - Last name input example, using 'Jane Doe' for English, adjusts per language
207 |       public static var lastNameExample: String {
208 |          String(
    |                `- error: extra arguments at positions #3, #4 in call
209 |             localized: "TK.Placeholder.lastNameExample",
210 |             defaultValue: "e.g. Doe",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:209:13: error: missing argument for parameter 'format' in call
207 |       public static var lastNameExample: String {
208 |          String(
209 |             localized: "TK.Placeholder.lastNameExample",
    |             `- error: missing argument for parameter 'format' in call
210 |             defaultValue: "e.g. Doe",
211 |             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/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:209:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
207 |       public static var lastNameExample: String {
208 |          String(
209 |             localized: "TK.Placeholder.lastNameExample",
    |                        `- error: cannot convert value of type 'String' to expected argument type 'Locale'
210 |             defaultValue: "e.g. Doe",
211 |             bundle: .module,
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:211:22: error: cannot infer contextual base in reference to member 'module'
209 |             localized: "TK.Placeholder.lastNameExample",
210 |             defaultValue: "e.g. Doe",
211 |             bundle: .module,
    |                      `- error: cannot infer contextual base in reference to member 'module'
212 |             comment: "Last name input example, using 'Jane Doe' for English, adjusts per language"
213 |          )
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:218:16: error: extra arguments at positions #3, #4 in call
216 |       /// "Loading…" - Placeholder when content is being fetched
217 |       public static var loadingDots: String {
218 |          String(
    |                `- error: extra arguments at positions #3, #4 in call
219 |             localized: "TK.Placeholder.loadingDots",
220 |             defaultValue: "Loading…",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:219:13: error: missing argument for parameter 'format' in call
217 |       public static var loadingDots: String {
218 |          String(
219 |             localized: "TK.Placeholder.loadingDots",
    |             `- error: missing argument for parameter 'format' in call
220 |             defaultValue: "Loading…",
221 |             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/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:219:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
217 |       public static var loadingDots: String {
218 |          String(
219 |             localized: "TK.Placeholder.loadingDots",
    |                        `- error: cannot convert value of type 'String' to expected argument type 'Locale'
220 |             defaultValue: "Loading…",
221 |             bundle: .module,
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:221:22: error: cannot infer contextual base in reference to member 'module'
219 |             localized: "TK.Placeholder.loadingDots",
220 |             defaultValue: "Loading…",
221 |             bundle: .module,
    |                      `- error: cannot infer contextual base in reference to member 'module'
222 |             comment: "Placeholder when content is being fetched"
223 |          )
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:228:16: error: extra arguments at positions #3, #4 in call
226 |       /// "No results found…" - Placeholder when searches return no matches
227 |       public static var noResultsFoundDots: String {
228 |          String(
    |                `- error: extra arguments at positions #3, #4 in call
229 |             localized: "TK.Placeholder.noResultsFoundDots",
230 |             defaultValue: "No results found…",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:229:13: error: missing argument for parameter 'format' in call
227 |       public static var noResultsFoundDots: String {
228 |          String(
229 |             localized: "TK.Placeholder.noResultsFoundDots",
    |             `- error: missing argument for parameter 'format' in call
230 |             defaultValue: "No results found…",
231 |             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/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:229:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
227 |       public static var noResultsFoundDots: String {
228 |          String(
229 |             localized: "TK.Placeholder.noResultsFoundDots",
    |                        `- error: cannot convert value of type 'String' to expected argument type 'Locale'
230 |             defaultValue: "No results found…",
231 |             bundle: .module,
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:231:22: error: cannot infer contextual base in reference to member 'module'
229 |             localized: "TK.Placeholder.noResultsFoundDots",
230 |             defaultValue: "No results found…",
231 |             bundle: .module,
    |                      `- error: cannot infer contextual base in reference to member 'module'
232 |             comment: "Placeholder when searches return no matches"
233 |          )
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:238:16: error: extra arguments at positions #3, #4 in call
236 |       /// "Nothing here yet…" - Generic empty state hint
237 |       public static var nothingHereYetDots: String {
238 |          String(
    |                `- error: extra arguments at positions #3, #4 in call
239 |             localized: "TK.Placeholder.nothingHereYetDots",
240 |             defaultValue: "Nothing here yet…",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:239:13: error: missing argument for parameter 'format' in call
237 |       public static var nothingHereYetDots: String {
238 |          String(
239 |             localized: "TK.Placeholder.nothingHereYetDots",
    |             `- error: missing argument for parameter 'format' in call
240 |             defaultValue: "Nothing here yet…",
241 |             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/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:239:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
237 |       public static var nothingHereYetDots: String {
238 |          String(
239 |             localized: "TK.Placeholder.nothingHereYetDots",
    |                        `- error: cannot convert value of type 'String' to expected argument type 'Locale'
240 |             defaultValue: "Nothing here yet…",
241 |             bundle: .module,
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:241:22: error: cannot infer contextual base in reference to member 'module'
239 |             localized: "TK.Placeholder.nothingHereYetDots",
240 |             defaultValue: "Nothing here yet…",
241 |             bundle: .module,
    |                      `- error: cannot infer contextual base in reference to member 'module'
242 |             comment: "Generic empty state hint"
243 |          )
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:248:16: error: extra arguments at positions #3, #4 in call
246 |       /// "e.g. +1 (555) 123-4567" - Phone number input example, using +1 for English locale, adjusts pere region
247 |       public static var phoneExample: String {
248 |          String(
    |                `- error: extra arguments at positions #3, #4 in call
249 |             localized: "TK.Placeholder.phoneExample",
250 |             defaultValue: "e.g. +1 (555) 123-4567",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:249:13: error: missing argument for parameter 'format' in call
247 |       public static var phoneExample: String {
248 |          String(
249 |             localized: "TK.Placeholder.phoneExample",
    |             `- error: missing argument for parameter 'format' in call
250 |             defaultValue: "e.g. +1 (555) 123-4567",
251 |             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/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:249:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
247 |       public static var phoneExample: String {
248 |          String(
249 |             localized: "TK.Placeholder.phoneExample",
    |                        `- error: cannot convert value of type 'String' to expected argument type 'Locale'
250 |             defaultValue: "e.g. +1 (555) 123-4567",
251 |             bundle: .module,
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:251:22: error: cannot infer contextual base in reference to member 'module'
249 |             localized: "TK.Placeholder.phoneExample",
250 |             defaultValue: "e.g. +1 (555) 123-4567",
251 |             bundle: .module,
    |                      `- error: cannot infer contextual base in reference to member 'module'
252 |             comment: "Phone number input example, using +1 for English, adjusts per region"
253 |          )
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:258:16: error: extra arguments at positions #3, #4 in call
256 |       /// "Preparing…" - Shown when preparing content
257 |       public static var preparingDots: String {
258 |          String(localized: "TK.Placeholder.preparingDots", defaultValue: "Preparing…", bundle: .module, comment: "Shown when preparing content")
    |                `- error: extra arguments at positions #3, #4 in call
259 |       }
260 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:258:17: error: missing argument for parameter 'format' in call
256 |       /// "Preparing…" - Shown when preparing content
257 |       public static var preparingDots: String {
258 |          String(localized: "TK.Placeholder.preparingDots", defaultValue: "Preparing…", bundle: .module, comment: "Shown when preparing content")
    |                 `- error: missing argument for parameter 'format' in call
259 |       }
260 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:258:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
256 |       /// "Preparing…" - Shown when preparing content
257 |       public static var preparingDots: String {
258 |          String(localized: "TK.Placeholder.preparingDots", defaultValue: "Preparing…", bundle: .module, comment: "Shown when preparing content")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
259 |       }
260 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:258:99: error: cannot infer contextual base in reference to member 'module'
256 |       /// "Preparing…" - Shown when preparing content
257 |       public static var preparingDots: String {
258 |          String(localized: "TK.Placeholder.preparingDots", defaultValue: "Preparing…", bundle: .module, comment: "Shown when preparing content")
    |                                                                                                 `- error: cannot infer contextual base in reference to member 'module'
259 |       }
260 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:263:16: error: extra arguments at positions #3, #4 in call
261 |       /// "Processing" - Shown during ongoing operations
262 |       public static var processing: String {
263 |          String(localized: "TK.Placeholder.processing", defaultValue: "Processing", bundle: .module, comment: "Shown during ongoing operations")
    |                `- error: extra arguments at positions #3, #4 in call
264 |       }
265 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:263:17: error: missing argument for parameter 'format' in call
261 |       /// "Processing" - Shown during ongoing operations
262 |       public static var processing: String {
263 |          String(localized: "TK.Placeholder.processing", defaultValue: "Processing", bundle: .module, comment: "Shown during ongoing operations")
    |                 `- error: missing argument for parameter 'format' in call
264 |       }
265 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:263:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
261 |       /// "Processing" - Shown during ongoing operations
262 |       public static var processing: String {
263 |          String(localized: "TK.Placeholder.processing", defaultValue: "Processing", bundle: .module, comment: "Shown during ongoing operations")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
264 |       }
265 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:263:94: error: cannot infer contextual base in reference to member 'module'
261 |       /// "Processing" - Shown during ongoing operations
262 |       public static var processing: String {
263 |          String(localized: "TK.Placeholder.processing", defaultValue: "Processing", bundle: .module, comment: "Shown during ongoing operations")
    |                                                                                              `- error: cannot infer contextual base in reference to member 'module'
264 |       }
265 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:268:16: error: extra arguments at positions #3, #4 in call
266 |       /// "Processing…" - Shown during background operations
267 |       public static var processingDots: String {
268 |          String(
    |                `- error: extra arguments at positions #3, #4 in call
269 |             localized: "TK.Placeholder.processingDots",
270 |             defaultValue: "Processing…",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:269:13: error: missing argument for parameter 'format' in call
267 |       public static var processingDots: String {
268 |          String(
269 |             localized: "TK.Placeholder.processingDots",
    |             `- error: missing argument for parameter 'format' in call
270 |             defaultValue: "Processing…",
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/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:269:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
267 |       public static var processingDots: String {
268 |          String(
269 |             localized: "TK.Placeholder.processingDots",
    |                        `- error: cannot convert value of type 'String' to expected argument type 'Locale'
270 |             defaultValue: "Processing…",
271 |             bundle: .module,
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:271:22: error: cannot infer contextual base in reference to member 'module'
269 |             localized: "TK.Placeholder.processingDots",
270 |             defaultValue: "Processing…",
271 |             bundle: .module,
    |                      `- error: cannot infer contextual base in reference to member 'module'
272 |             comment: "Shown during background operations"
273 |          )
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:278:16: error: extra arguments at positions #3, #4 in call
276 |       /// "Processing request…" - Request processing state
277 |       public static var processingRequestDots: String {
278 |          String(
    |                `- error: extra arguments at positions #3, #4 in call
279 |             localized: "TK.Placeholder.processingRequestDots",
280 |             defaultValue: "Processing request…",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:279:13: error: missing argument for parameter 'format' in call
277 |       public static var processingRequestDots: String {
278 |          String(
279 |             localized: "TK.Placeholder.processingRequestDots",
    |             `- error: missing argument for parameter 'format' in call
280 |             defaultValue: "Processing request…",
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/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:279:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
277 |       public static var processingRequestDots: String {
278 |          String(
279 |             localized: "TK.Placeholder.processingRequestDots",
    |                        `- error: cannot convert value of type 'String' to expected argument type 'Locale'
280 |             defaultValue: "Processing request…",
281 |             bundle: .module,
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:281:22: error: cannot infer contextual base in reference to member 'module'
279 |             localized: "TK.Placeholder.processingRequestDots",
280 |             defaultValue: "Processing request…",
281 |             bundle: .module,
    |                      `- error: cannot infer contextual base in reference to member 'module'
282 |             comment: "Request processing state"
283 |          )
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:288:16: error: extra arguments at positions #3, #4 in call
286 |       /// "Refreshing…" - Shown when updating content
287 |       public static var refreshingDots: String {
288 |          String(localized: "TK.Placeholder.refreshingDots", defaultValue: "Refreshing…", bundle: .module, comment: "Shown when updating content")
    |                `- error: extra arguments at positions #3, #4 in call
289 |       }
290 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:288:17: error: missing argument for parameter 'format' in call
286 |       /// "Refreshing…" - Shown when updating content
287 |       public static var refreshingDots: String {
288 |          String(localized: "TK.Placeholder.refreshingDots", defaultValue: "Refreshing…", bundle: .module, comment: "Shown when updating content")
    |                 `- error: missing argument for parameter 'format' in call
289 |       }
290 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:288:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
286 |       /// "Refreshing…" - Shown when updating content
287 |       public static var refreshingDots: String {
288 |          String(localized: "TK.Placeholder.refreshingDots", defaultValue: "Refreshing…", bundle: .module, comment: "Shown when updating content")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
289 |       }
290 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:288:101: error: cannot infer contextual base in reference to member 'module'
286 |       /// "Refreshing…" - Shown when updating content
287 |       public static var refreshingDots: String {
288 |          String(localized: "TK.Placeholder.refreshingDots", defaultValue: "Refreshing…", bundle: .module, comment: "Shown when updating content")
    |                                                                                                   `- error: cannot infer contextual base in reference to member 'module'
289 |       }
290 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:293:16: error: extra arguments at positions #3, #4 in call
291 |       /// "Saving…" - Shown when saving content
292 |       public static var savingDots: String {
293 |          String(localized: "TK.Placeholder.savingDots", defaultValue: "Saving…", bundle: .module, comment: "Shown when saving content")
    |                `- error: extra arguments at positions #3, #4 in call
294 |       }
295 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:293:17: error: missing argument for parameter 'format' in call
291 |       /// "Saving…" - Shown when saving content
292 |       public static var savingDots: String {
293 |          String(localized: "TK.Placeholder.savingDots", defaultValue: "Saving…", bundle: .module, comment: "Shown when saving content")
    |                 `- error: missing argument for parameter 'format' in call
294 |       }
295 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:293:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
291 |       /// "Saving…" - Shown when saving content
292 |       public static var savingDots: String {
293 |          String(localized: "TK.Placeholder.savingDots", defaultValue: "Saving…", bundle: .module, comment: "Shown when saving content")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
294 |       }
295 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:293:93: error: cannot infer contextual base in reference to member 'module'
291 |       /// "Saving…" - Shown when saving content
292 |       public static var savingDots: String {
293 |          String(localized: "TK.Placeholder.savingDots", defaultValue: "Saving…", bundle: .module, comment: "Shown when saving content")
    |                                                                                           `- error: cannot infer contextual base in reference to member 'module'
294 |       }
295 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:298:16: error: extra arguments at positions #3, #4 in call
296 |       /// "Search by name…" - Input hint for name search
297 |       public static var searchByNameDots: String {
298 |          String(localized: "TK.Placeholder.searchByNameDots", defaultValue: "Search by name…", bundle: .module, comment: "Input hint for name search")
    |                `- error: extra arguments at positions #3, #4 in call
299 |       }
300 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:298:17: error: missing argument for parameter 'format' in call
296 |       /// "Search by name…" - Input hint for name search
297 |       public static var searchByNameDots: String {
298 |          String(localized: "TK.Placeholder.searchByNameDots", defaultValue: "Search by name…", bundle: .module, comment: "Input hint for name search")
    |                 `- error: missing argument for parameter 'format' in call
299 |       }
300 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:298:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
296 |       /// "Search by name…" - Input hint for name search
297 |       public static var searchByNameDots: String {
298 |          String(localized: "TK.Placeholder.searchByNameDots", defaultValue: "Search by name…", bundle: .module, comment: "Input hint for name search")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
299 |       }
300 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:298:107: error: cannot infer contextual base in reference to member 'module'
296 |       /// "Search by name…" - Input hint for name search
297 |       public static var searchByNameDots: String {
298 |          String(localized: "TK.Placeholder.searchByNameDots", defaultValue: "Search by name…", bundle: .module, comment: "Input hint for name search")
    |                                                                                                         `- error: cannot infer contextual base in reference to member 'module'
299 |       }
300 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:303:16: error: extra arguments at positions #3, #4 in call
301 |       /// "Search…" - Generic placeholder for search fields
302 |       public static var searchDots: String {
303 |          String(localized: "TK.Placeholder.searchDots", defaultValue: "Search…", bundle: .module, comment: "Generic placeholder for search fields")
    |                `- error: extra arguments at positions #3, #4 in call
304 |       }
305 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:303:17: error: missing argument for parameter 'format' in call
301 |       /// "Search…" - Generic placeholder for search fields
302 |       public static var searchDots: String {
303 |          String(localized: "TK.Placeholder.searchDots", defaultValue: "Search…", bundle: .module, comment: "Generic placeholder for search fields")
    |                 `- error: missing argument for parameter 'format' in call
304 |       }
305 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:303:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
301 |       /// "Search…" - Generic placeholder for search fields
302 |       public static var searchDots: String {
303 |          String(localized: "TK.Placeholder.searchDots", defaultValue: "Search…", bundle: .module, comment: "Generic placeholder for search fields")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
304 |       }
305 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:303:93: error: cannot infer contextual base in reference to member 'module'
301 |       /// "Search…" - Generic placeholder for search fields
302 |       public static var searchDots: String {
303 |          String(localized: "TK.Placeholder.searchDots", defaultValue: "Search…", bundle: .module, comment: "Generic placeholder for search fields")
    |                                                                                           `- error: cannot infer contextual base in reference to member 'module'
304 |       }
305 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:308:16: error: extra arguments at positions #3, #4 in call
306 |       /// "Searching…" - Search in progress state
307 |       public static var searchingDots: String {
308 |          String(localized: "TK.Placeholder.searchingDots", defaultValue: "Searching…", bundle: .module, comment: "Search in progress state")
    |                `- error: extra arguments at positions #3, #4 in call
309 |       }
310 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:308:17: error: missing argument for parameter 'format' in call
306 |       /// "Searching…" - Search in progress state
307 |       public static var searchingDots: String {
308 |          String(localized: "TK.Placeholder.searchingDots", defaultValue: "Searching…", bundle: .module, comment: "Search in progress state")
    |                 `- error: missing argument for parameter 'format' in call
309 |       }
310 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:308:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
306 |       /// "Searching…" - Search in progress state
307 |       public static var searchingDots: String {
308 |          String(localized: "TK.Placeholder.searchingDots", defaultValue: "Searching…", bundle: .module, comment: "Search in progress state")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
309 |       }
310 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:308:99: error: cannot infer contextual base in reference to member 'module'
306 |       /// "Searching…" - Search in progress state
307 |       public static var searchingDots: String {
308 |          String(localized: "TK.Placeholder.searchingDots", defaultValue: "Searching…", bundle: .module, comment: "Search in progress state")
    |                                                                                                 `- error: cannot infer contextual base in reference to member 'module'
309 |       }
310 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:313:16: error: extra arguments at positions #3, #4 in call
311 |       /// "Select time…" - Time selection hint
312 |       public static var selectTimeDots: String {
313 |          String(localized: "TK.Placeholder.selectTimeDots", defaultValue: "Select time…", bundle: .module, comment: "Time selection hint")
    |                `- error: extra arguments at positions #3, #4 in call
314 |       }
315 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:313:17: error: missing argument for parameter 'format' in call
311 |       /// "Select time…" - Time selection hint
312 |       public static var selectTimeDots: String {
313 |          String(localized: "TK.Placeholder.selectTimeDots", defaultValue: "Select time…", bundle: .module, comment: "Time selection hint")
    |                 `- error: missing argument for parameter 'format' in call
314 |       }
315 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:313:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
311 |       /// "Select time…" - Time selection hint
312 |       public static var selectTimeDots: String {
313 |          String(localized: "TK.Placeholder.selectTimeDots", defaultValue: "Select time…", bundle: .module, comment: "Time selection hint")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
314 |       }
315 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:313:102: error: cannot infer contextual base in reference to member 'module'
311 |       /// "Select time…" - Time selection hint
312 |       public static var selectTimeDots: String {
313 |          String(localized: "TK.Placeholder.selectTimeDots", defaultValue: "Select time…", bundle: .module, comment: "Time selection hint")
    |                                                                                                    `- error: cannot infer contextual base in reference to member 'module'
314 |       }
315 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:318:16: error: extra arguments at positions #3, #4 in call
316 |       /// "Sending…" - Shown when sending data
317 |       public static var sendingDots: String {
318 |          String(localized: "TK.Placeholder.sendingDots", defaultValue: "Sending…", bundle: .module, comment: "Shown when sending data")
    |                `- error: extra arguments at positions #3, #4 in call
319 |       }
320 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:318:17: error: missing argument for parameter 'format' in call
316 |       /// "Sending…" - Shown when sending data
317 |       public static var sendingDots: String {
318 |          String(localized: "TK.Placeholder.sendingDots", defaultValue: "Sending…", bundle: .module, comment: "Shown when sending data")
    |                 `- error: missing argument for parameter 'format' in call
319 |       }
320 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:318:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
316 |       /// "Sending…" - Shown when sending data
317 |       public static var sendingDots: String {
318 |          String(localized: "TK.Placeholder.sendingDots", defaultValue: "Sending…", bundle: .module, comment: "Shown when sending data")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
319 |       }
320 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:318:95: error: cannot infer contextual base in reference to member 'module'
316 |       /// "Sending…" - Shown when sending data
317 |       public static var sendingDots: String {
318 |          String(localized: "TK.Placeholder.sendingDots", defaultValue: "Sending…", bundle: .module, comment: "Shown when sending data")
    |                                                                                             `- error: cannot infer contextual base in reference to member 'module'
319 |       }
320 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:323:16: error: extra arguments at positions #3, #4 in call
321 |       /// "Syncing…" - Shown during synchronization
322 |       public static var syncingDots: String {
323 |          String(localized: "TK.Placeholder.syncingDots", defaultValue: "Syncing…", bundle: .module, comment: "Shown during synchronization")
    |                `- error: extra arguments at positions #3, #4 in call
324 |       }
325 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:323:17: error: missing argument for parameter 'format' in call
321 |       /// "Syncing…" - Shown during synchronization
322 |       public static var syncingDots: String {
323 |          String(localized: "TK.Placeholder.syncingDots", defaultValue: "Syncing…", bundle: .module, comment: "Shown during synchronization")
    |                 `- error: missing argument for parameter 'format' in call
324 |       }
325 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:323:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
321 |       /// "Syncing…" - Shown during synchronization
322 |       public static var syncingDots: String {
323 |          String(localized: "TK.Placeholder.syncingDots", defaultValue: "Syncing…", bundle: .module, comment: "Shown during synchronization")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
324 |       }
325 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:323:95: error: cannot infer contextual base in reference to member 'module'
321 |       /// "Syncing…" - Shown during synchronization
322 |       public static var syncingDots: String {
323 |          String(localized: "TK.Placeholder.syncingDots", defaultValue: "Syncing…", bundle: .module, comment: "Shown during synchronization")
    |                                                                                             `- error: cannot infer contextual base in reference to member 'module'
324 |       }
325 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:328:16: error: extra arguments at positions #3, #4 in call
326 |       /// "Updating…" - Shown during updates
327 |       public static var updatingDots: String {
328 |          String(localized: "TK.Placeholder.updatingDots", defaultValue: "Updating…", bundle: .module, comment: "Shown during updates")
    |                `- error: extra arguments at positions #3, #4 in call
329 |       }
330 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:328:17: error: missing argument for parameter 'format' in call
326 |       /// "Updating…" - Shown during updates
327 |       public static var updatingDots: String {
328 |          String(localized: "TK.Placeholder.updatingDots", defaultValue: "Updating…", bundle: .module, comment: "Shown during updates")
    |                 `- error: missing argument for parameter 'format' in call
329 |       }
330 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:328:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
326 |       /// "Updating…" - Shown during updates
327 |       public static var updatingDots: String {
328 |          String(localized: "TK.Placeholder.updatingDots", defaultValue: "Updating…", bundle: .module, comment: "Shown during updates")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
329 |       }
330 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:328:97: error: cannot infer contextual base in reference to member 'module'
326 |       /// "Updating…" - Shown during updates
327 |       public static var updatingDots: String {
328 |          String(localized: "TK.Placeholder.updatingDots", defaultValue: "Updating…", bundle: .module, comment: "Shown during updates")
    |                                                                                               `- error: cannot infer contextual base in reference to member 'module'
329 |       }
330 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:333:16: error: extra arguments at positions #3, #4 in call
331 |       /// "Uploading…" - Shown during uploads
332 |       public static var uploadingDots: String {
333 |          String(localized: "TK.Placeholder.uploadingDots", defaultValue: "Uploading…", bundle: .module, comment: "Shown during uploads")
    |                `- error: extra arguments at positions #3, #4 in call
334 |       }
335 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:333:17: error: missing argument for parameter 'format' in call
331 |       /// "Uploading…" - Shown during uploads
332 |       public static var uploadingDots: String {
333 |          String(localized: "TK.Placeholder.uploadingDots", defaultValue: "Uploading…", bundle: .module, comment: "Shown during uploads")
    |                 `- error: missing argument for parameter 'format' in call
334 |       }
335 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:333:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
331 |       /// "Uploading…" - Shown during uploads
332 |       public static var uploadingDots: String {
333 |          String(localized: "TK.Placeholder.uploadingDots", defaultValue: "Uploading…", bundle: .module, comment: "Shown during uploads")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
334 |       }
335 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:333:99: error: cannot infer contextual base in reference to member 'module'
331 |       /// "Uploading…" - Shown during uploads
332 |       public static var uploadingDots: String {
333 |          String(localized: "TK.Placeholder.uploadingDots", defaultValue: "Uploading…", bundle: .module, comment: "Shown during uploads")
    |                                                                                                 `- error: cannot infer contextual base in reference to member 'module'
334 |       }
335 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:338:16: error: extra arguments at positions #3, #4 in call
336 |       /// "e.g. @janedoe" - Username input example, using 'Jane Doe' for English, adjusts per language
337 |       public static var usernameExample: String {
338 |          String(
    |                `- error: extra arguments at positions #3, #4 in call
339 |             localized: "TK.Placeholder.usernameExample",
340 |             defaultValue: "e.g. JaneDoe",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:339:13: error: missing argument for parameter 'format' in call
337 |       public static var usernameExample: String {
338 |          String(
339 |             localized: "TK.Placeholder.usernameExample",
    |             `- error: missing argument for parameter 'format' in call
340 |             defaultValue: "e.g. JaneDoe",
341 |             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/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:339:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
337 |       public static var usernameExample: String {
338 |          String(
339 |             localized: "TK.Placeholder.usernameExample",
    |                        `- error: cannot convert value of type 'String' to expected argument type 'Locale'
340 |             defaultValue: "e.g. JaneDoe",
341 |             bundle: .module,
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:341:22: error: cannot infer contextual base in reference to member 'module'
339 |             localized: "TK.Placeholder.usernameExample",
340 |             defaultValue: "e.g. JaneDoe",
341 |             bundle: .module,
    |                      `- error: cannot infer contextual base in reference to member 'module'
342 |             comment: "Username input example, using 'Jane Doe' for English, adjusts per language"
343 |          )
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:348:16: error: extra arguments at positions #3, #4 in call
346 |       /// "Verifying…" - Shown during verification
347 |       public static var verifyingDots: String {
348 |          String(localized: "TK.Placeholder.verifyingDots", defaultValue: "Verifying…", bundle: .module, comment: "Shown during verification")
    |                `- error: extra arguments at positions #3, #4 in call
349 |       }
350 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:348:17: error: missing argument for parameter 'format' in call
346 |       /// "Verifying…" - Shown during verification
347 |       public static var verifyingDots: String {
348 |          String(localized: "TK.Placeholder.verifyingDots", defaultValue: "Verifying…", bundle: .module, comment: "Shown during verification")
    |                 `- error: missing argument for parameter 'format' in call
349 |       }
350 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:348:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
346 |       /// "Verifying…" - Shown during verification
347 |       public static var verifyingDots: String {
348 |          String(localized: "TK.Placeholder.verifyingDots", defaultValue: "Verifying…", bundle: .module, comment: "Shown during verification")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
349 |       }
350 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:348:99: error: cannot infer contextual base in reference to member 'module'
346 |       /// "Verifying…" - Shown during verification
347 |       public static var verifyingDots: String {
348 |          String(localized: "TK.Placeholder.verifyingDots", defaultValue: "Verifying…", bundle: .module, comment: "Shown during verification")
    |                                                                                                 `- error: cannot infer contextual base in reference to member 'module'
349 |       }
350 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:353:16: error: extra arguments at positions #3, #4 in call
351 |       /// "Waiting…" - Generic waiting state
352 |       public static var waitingDots: String {
353 |          String(localized: "TK.Placeholder.waitingDots", defaultValue: "Waiting…", bundle: .module, comment: "Generic waiting state")
    |                `- error: extra arguments at positions #3, #4 in call
354 |       }
355 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:353:17: error: missing argument for parameter 'format' in call
351 |       /// "Waiting…" - Generic waiting state
352 |       public static var waitingDots: String {
353 |          String(localized: "TK.Placeholder.waitingDots", defaultValue: "Waiting…", bundle: .module, comment: "Generic waiting state")
    |                 `- error: missing argument for parameter 'format' in call
354 |       }
355 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:353:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
351 |       /// "Waiting…" - Generic waiting state
352 |       public static var waitingDots: String {
353 |          String(localized: "TK.Placeholder.waitingDots", defaultValue: "Waiting…", bundle: .module, comment: "Generic waiting state")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
354 |       }
355 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:353:95: error: cannot infer contextual base in reference to member 'module'
351 |       /// "Waiting…" - Generic waiting state
352 |       public static var waitingDots: String {
353 |          String(localized: "TK.Placeholder.waitingDots", defaultValue: "Waiting…", bundle: .module, comment: "Generic waiting state")
    |                                                                                             `- error: cannot infer contextual base in reference to member 'module'
354 |       }
355 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:358:16: error: extra arguments at positions #3, #4 in call
356 |       /// "Write a reply…" - Reply input hint
357 |       public static var writeReplyDots: String {
358 |          String(localized: "TK.Placeholder.writeReplyDots", defaultValue: "Write a reply…", bundle: .module, comment: "Reply input hint")
    |                `- error: extra arguments at positions #3, #4 in call
359 |       }
360 |    }
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:358:17: error: missing argument for parameter 'format' in call
356 |       /// "Write a reply…" - Reply input hint
357 |       public static var writeReplyDots: String {
358 |          String(localized: "TK.Placeholder.writeReplyDots", defaultValue: "Write a reply…", bundle: .module, comment: "Reply input hint")
    |                 `- error: missing argument for parameter 'format' in call
359 |       }
360 |    }
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:358:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
356 |       /// "Write a reply…" - Reply input hint
357 |       public static var writeReplyDots: String {
358 |          String(localized: "TK.Placeholder.writeReplyDots", defaultValue: "Write a reply…", bundle: .module, comment: "Reply input hint")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
359 |       }
360 |    }
BUILD FAILURE 6.3 android