The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build FlineDevKit, reference main (052e1f), with Swift 6.1 for Wasm on 3 Jun 2025 14:36:12 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:338:17: error: missing argument for parameter 'format' in call
336 |       /// "Success" - Use for indicating a successful action
337 |       public static var success: String {
338 |          String(localized: "TK.Label.success", defaultValue: "Success", bundle: .module, comment: "Use for indicating a successful action")
    |                 `- error: missing argument for parameter 'format' in call
339 |       }
340 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:338:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
336 |       /// "Success" - Use for indicating a successful action
337 |       public static var success: String {
338 |          String(localized: "TK.Label.success", defaultValue: "Success", bundle: .module, comment: "Use for indicating a successful action")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
339 |       }
340 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:338:82: error: cannot infer contextual base in reference to member 'module'
336 |       /// "Success" - Use for indicating a successful action
337 |       public static var success: String {
338 |          String(localized: "TK.Label.success", defaultValue: "Success", bundle: .module, comment: "Use for indicating a successful action")
    |                                                                                  `- error: cannot infer contextual base in reference to member 'module'
339 |       }
340 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:343:16: error: extra arguments at positions #3, #4 in call
341 |       /// "Terms" - Use when referring to general conditions, agreements, or policies
342 |       public static var terms: String {
343 |          String(localized: "TK.Label.terms", defaultValue: "Terms", bundle: .module, comment: "Use when referring to general conditions, agreements, or policies")
    |                `- error: extra arguments at positions #3, #4 in call
344 |       }
345 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:343:17: error: missing argument for parameter 'format' in call
341 |       /// "Terms" - Use when referring to general conditions, agreements, or policies
342 |       public static var terms: String {
343 |          String(localized: "TK.Label.terms", defaultValue: "Terms", bundle: .module, comment: "Use when referring to general conditions, agreements, or policies")
    |                 `- error: missing argument for parameter 'format' in call
344 |       }
345 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:343:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
341 |       /// "Terms" - Use when referring to general conditions, agreements, or policies
342 |       public static var terms: String {
343 |          String(localized: "TK.Label.terms", defaultValue: "Terms", bundle: .module, comment: "Use when referring to general conditions, agreements, or policies")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
344 |       }
345 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:343:78: error: cannot infer contextual base in reference to member 'module'
341 |       /// "Terms" - Use when referring to general conditions, agreements, or policies
342 |       public static var terms: String {
343 |          String(localized: "TK.Label.terms", defaultValue: "Terms", bundle: .module, comment: "Use when referring to general conditions, agreements, or policies")
    |                                                                              `- error: cannot infer contextual base in reference to member 'module'
344 |       }
345 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:348:16: error: extra arguments at positions #3, #4 in call
346 |       /// "Terms and Conditions" - Use for legal agreements that users must accept
347 |       public static var termsAndConditions: String {
348 |          String(localized: "TK.Label.termsAndConditions", defaultValue: "Terms and Conditions", bundle: .module, comment: "Use for legal agreements that users must accept")
    |                `- error: extra arguments at positions #3, #4 in call
349 |       }
350 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:348:17: error: missing argument for parameter 'format' in call
346 |       /// "Terms and Conditions" - Use for legal agreements that users must accept
347 |       public static var termsAndConditions: String {
348 |          String(localized: "TK.Label.termsAndConditions", defaultValue: "Terms and Conditions", bundle: .module, comment: "Use for legal agreements that users must accept")
    |                 `- error: missing argument for parameter 'format' in call
349 |       }
350 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:348:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
346 |       /// "Terms and Conditions" - Use for legal agreements that users must accept
347 |       public static var termsAndConditions: String {
348 |          String(localized: "TK.Label.termsAndConditions", defaultValue: "Terms and Conditions", bundle: .module, comment: "Use for legal agreements that users must accept")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
349 |       }
350 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:348:106: error: cannot infer contextual base in reference to member 'module'
346 |       /// "Terms and Conditions" - Use for legal agreements that users must accept
347 |       public static var termsAndConditions: String {
348 |          String(localized: "TK.Label.termsAndConditions", defaultValue: "Terms and Conditions", bundle: .module, comment: "Use for legal agreements that users must accept")
    |                                                                                                          `- error: cannot infer contextual base in reference to member 'module'
349 |       }
350 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:353:16: error: extra arguments at positions #3, #4 in call
351 |       /// "Time" - Use for time display and selection
352 |       public static var time: String {
353 |          String(localized: "TK.Label.time", defaultValue: "Time", bundle: .module, comment: "Use for time display and selection")
    |                `- error: extra arguments at positions #3, #4 in call
354 |       }
355 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:353:17: error: missing argument for parameter 'format' in call
351 |       /// "Time" - Use for time display and selection
352 |       public static var time: String {
353 |          String(localized: "TK.Label.time", defaultValue: "Time", bundle: .module, comment: "Use for time display and selection")
    |                 `- error: missing argument for parameter 'format' in call
354 |       }
355 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:353:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
351 |       /// "Time" - Use for time display and selection
352 |       public static var time: String {
353 |          String(localized: "TK.Label.time", defaultValue: "Time", bundle: .module, comment: "Use for time display and selection")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
354 |       }
355 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:353:76: error: cannot infer contextual base in reference to member 'module'
351 |       /// "Time" - Use for time display and selection
352 |       public static var time: String {
353 |          String(localized: "TK.Label.time", defaultValue: "Time", bundle: .module, comment: "Use for time display and selection")
    |                                                                            `- error: cannot infer contextual base in reference to member 'module'
354 |       }
355 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:358:16: error: extra arguments at positions #3, #4 in call
356 |       /// "Title" - Use for headlines and label elements
357 |       public static var title: String {
358 |          String(localized: "TK.Label.title", defaultValue: "Title", bundle: .module, comment: "Use for headlines and label elements")
    |                `- error: extra arguments at positions #3, #4 in call
359 |       }
360 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:358:17: error: missing argument for parameter 'format' in call
356 |       /// "Title" - Use for headlines and label elements
357 |       public static var title: String {
358 |          String(localized: "TK.Label.title", defaultValue: "Title", bundle: .module, comment: "Use for headlines and label elements")
    |                 `- error: missing argument for parameter 'format' in call
359 |       }
360 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:358:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
356 |       /// "Title" - Use for headlines and label elements
357 |       public static var title: String {
358 |          String(localized: "TK.Label.title", defaultValue: "Title", bundle: .module, comment: "Use for headlines and label elements")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
359 |       }
360 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:358:78: error: cannot infer contextual base in reference to member 'module'
356 |       /// "Title" - Use for headlines and label elements
357 |       public static var title: String {
358 |          String(localized: "TK.Label.title", defaultValue: "Title", bundle: .module, comment: "Use for headlines and label elements")
    |                                                                              `- error: cannot infer contextual base in reference to member 'module'
359 |       }
360 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:363:16: error: extra arguments at positions #3, #4 in call
361 |       /// "Total" - Use for displaying sum or overall values
362 |       public static var total: String {
363 |          String(localized: "TK.Label.total", defaultValue: "Total", bundle: .module, comment: "Use for displaying sum or overall values")
    |                `- error: extra arguments at positions #3, #4 in call
364 |       }
365 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:363:17: error: missing argument for parameter 'format' in call
361 |       /// "Total" - Use for displaying sum or overall values
362 |       public static var total: String {
363 |          String(localized: "TK.Label.total", defaultValue: "Total", bundle: .module, comment: "Use for displaying sum or overall values")
    |                 `- error: missing argument for parameter 'format' in call
364 |       }
365 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:363:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
361 |       /// "Total" - Use for displaying sum or overall values
362 |       public static var total: String {
363 |          String(localized: "TK.Label.total", defaultValue: "Total", bundle: .module, comment: "Use for displaying sum or overall values")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
364 |       }
365 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:363:78: error: cannot infer contextual base in reference to member 'module'
361 |       /// "Total" - Use for displaying sum or overall values
362 |       public static var total: String {
363 |          String(localized: "TK.Label.total", defaultValue: "Total", bundle: .module, comment: "Use for displaying sum or overall values")
    |                                                                              `- error: cannot infer contextual base in reference to member 'module'
364 |       }
365 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:368:16: error: extra arguments at positions #3, #4 in call
366 |       /// "Type" - Use for categorizing or classifying items
367 |       public static var type: String {
368 |          String(localized: "TK.Label.type", defaultValue: "Type", bundle: .module, comment: "Use for categorizing or classifying items")
    |                `- error: extra arguments at positions #3, #4 in call
369 |       }
370 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:368:17: error: missing argument for parameter 'format' in call
366 |       /// "Type" - Use for categorizing or classifying items
367 |       public static var type: String {
368 |          String(localized: "TK.Label.type", defaultValue: "Type", bundle: .module, comment: "Use for categorizing or classifying items")
    |                 `- error: missing argument for parameter 'format' in call
369 |       }
370 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:368:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
366 |       /// "Type" - Use for categorizing or classifying items
367 |       public static var type: String {
368 |          String(localized: "TK.Label.type", defaultValue: "Type", bundle: .module, comment: "Use for categorizing or classifying items")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
369 |       }
370 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:368:76: error: cannot infer contextual base in reference to member 'module'
366 |       /// "Type" - Use for categorizing or classifying items
367 |       public static var type: String {
368 |          String(localized: "TK.Label.type", defaultValue: "Type", bundle: .module, comment: "Use for categorizing or classifying items")
    |                                                                            `- error: cannot infer contextual base in reference to member 'module'
369 |       }
370 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:373:16: error: extra arguments at positions #3, #4 in call
371 |       /// "Unknown" - Use when the state or identity is not clear or available
372 |       public static var unknown: String {
373 |          String(localized: "TK.Label.unknown", defaultValue: "Unknown", bundle: .module, comment: "Use when the state or identity is not clear or available")
    |                `- error: extra arguments at positions #3, #4 in call
374 |       }
375 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:373:17: error: missing argument for parameter 'format' in call
371 |       /// "Unknown" - Use when the state or identity is not clear or available
372 |       public static var unknown: String {
373 |          String(localized: "TK.Label.unknown", defaultValue: "Unknown", bundle: .module, comment: "Use when the state or identity is not clear or available")
    |                 `- error: missing argument for parameter 'format' in call
374 |       }
375 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:373:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
371 |       /// "Unknown" - Use when the state or identity is not clear or available
372 |       public static var unknown: String {
373 |          String(localized: "TK.Label.unknown", defaultValue: "Unknown", bundle: .module, comment: "Use when the state or identity is not clear or available")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
374 |       }
375 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:373:82: error: cannot infer contextual base in reference to member 'module'
371 |       /// "Unknown" - Use when the state or identity is not clear or available
372 |       public static var unknown: String {
373 |          String(localized: "TK.Label.unknown", defaultValue: "Unknown", bundle: .module, comment: "Use when the state or identity is not clear or available")
    |                                                                                  `- error: cannot infer contextual base in reference to member 'module'
374 |       }
375 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:378:16: error: extra arguments at positions #3, #4 in call
376 |       /// "User" - Use for identifying individual accounts or profiles
377 |       public static var user: String {
378 |          String(localized: "TK.Label.user", defaultValue: "User", bundle: .module, comment: "Use for identifying individual accounts or profiles")
    |                `- error: extra arguments at positions #3, #4 in call
379 |       }
380 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:378:17: error: missing argument for parameter 'format' in call
376 |       /// "User" - Use for identifying individual accounts or profiles
377 |       public static var user: String {
378 |          String(localized: "TK.Label.user", defaultValue: "User", bundle: .module, comment: "Use for identifying individual accounts or profiles")
    |                 `- error: missing argument for parameter 'format' in call
379 |       }
380 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:378:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
376 |       /// "User" - Use for identifying individual accounts or profiles
377 |       public static var user: String {
378 |          String(localized: "TK.Label.user", defaultValue: "User", bundle: .module, comment: "Use for identifying individual accounts or profiles")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
379 |       }
380 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:378:76: error: cannot infer contextual base in reference to member 'module'
376 |       /// "User" - Use for identifying individual accounts or profiles
377 |       public static var user: String {
378 |          String(localized: "TK.Label.user", defaultValue: "User", bundle: .module, comment: "Use for identifying individual accounts or profiles")
    |                                                                            `- error: cannot infer contextual base in reference to member 'module'
379 |       }
380 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:383:16: error: extra arguments at positions #3, #4 in call
381 |       /// "Username" - Use for user account identification fields
382 |       public static var username: String {
383 |          String(localized: "TK.Label.username", defaultValue: "Username", bundle: .module, comment: "Use for user account identification fields")
    |                `- error: extra arguments at positions #3, #4 in call
384 |       }
385 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:383:17: error: missing argument for parameter 'format' in call
381 |       /// "Username" - Use for user account identification fields
382 |       public static var username: String {
383 |          String(localized: "TK.Label.username", defaultValue: "Username", bundle: .module, comment: "Use for user account identification fields")
    |                 `- error: missing argument for parameter 'format' in call
384 |       }
385 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:383:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
381 |       /// "Username" - Use for user account identification fields
382 |       public static var username: String {
383 |          String(localized: "TK.Label.username", defaultValue: "Username", bundle: .module, comment: "Use for user account identification fields")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
384 |       }
385 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:383:84: error: cannot infer contextual base in reference to member 'module'
381 |       /// "Username" - Use for user account identification fields
382 |       public static var username: String {
383 |          String(localized: "TK.Label.username", defaultValue: "Username", bundle: .module, comment: "Use for user account identification fields")
    |                                                                                    `- error: cannot infer contextual base in reference to member 'module'
384 |       }
385 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:388:16: error: extra arguments at positions #3, #4 in call
386 |       /// "Version" - Use for software version details
387 |       public static var version: String {
388 |          String(localized: "TK.Label.version", defaultValue: "Version", bundle: .module, comment: "Use for software version details")
    |                `- error: extra arguments at positions #3, #4 in call
389 |       }
390 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:388:17: error: missing argument for parameter 'format' in call
386 |       /// "Version" - Use for software version details
387 |       public static var version: String {
388 |          String(localized: "TK.Label.version", defaultValue: "Version", bundle: .module, comment: "Use for software version details")
    |                 `- error: missing argument for parameter 'format' in call
389 |       }
390 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:388:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
386 |       /// "Version" - Use for software version details
387 |       public static var version: String {
388 |          String(localized: "TK.Label.version", defaultValue: "Version", bundle: .module, comment: "Use for software version details")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
389 |       }
390 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:388:82: error: cannot infer contextual base in reference to member 'module'
386 |       /// "Version" - Use for software version details
387 |       public static var version: String {
388 |          String(localized: "TK.Label.version", defaultValue: "Version", bundle: .module, comment: "Use for software version details")
    |                                                                                  `- error: cannot infer contextual base in reference to member 'module'
389 |       }
390 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:393:16: error: extra arguments at positions #3, #4 in call
391 |       /// "Warning" - Use for alerts and caution messages
392 |       public static var warning: String {
393 |          String(localized: "TK.Label.warning", defaultValue: "Warning", bundle: .module, comment: "Use for alerts and caution messages")
    |                `- error: extra arguments at positions #3, #4 in call
394 |       }
395 |    }
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:393:17: error: missing argument for parameter 'format' in call
391 |       /// "Warning" - Use for alerts and caution messages
392 |       public static var warning: String {
393 |          String(localized: "TK.Label.warning", defaultValue: "Warning", bundle: .module, comment: "Use for alerts and caution messages")
    |                 `- error: missing argument for parameter 'format' in call
394 |       }
395 |    }
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:393:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
391 |       /// "Warning" - Use for alerts and caution messages
392 |       public static var warning: String {
393 |          String(localized: "TK.Label.warning", defaultValue: "Warning", bundle: .module, comment: "Use for alerts and caution messages")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
394 |       }
395 |    }
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Label.swift:393:82: error: cannot infer contextual base in reference to member 'module'
391 |       /// "Warning" - Use for alerts and caution messages
392 |       public static var warning: String {
393 |          String(localized: "TK.Label.warning", defaultValue: "Warning", bundle: .module, comment: "Use for alerts and caution messages")
    |                                                                                  `- error: cannot infer contextual base in reference to member 'module'
394 |       }
395 |    }
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:9:60: error: cannot find type 'DispatchQoS' in scope
 7 | ///   - qosClass: The global QoS class to be used or `nil` to use the main thread. Defaults to `nil`.
 8 | ///   - closure: The code to run with a delay.
 9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
   |                                                            `- error: cannot find type 'DispatchQoS' in scope
10 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
11 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:22:52: error: cannot find type 'DispatchQoS' in scope
20 | @_disfavoredOverload
21 | @available(iOS 16, macOS 13, tvOS 16, visionOS 1, watchOS 9, *)
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
   |                                                    `- error: cannot find type 'DispatchQoS' in scope
23 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
24 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:10:42: error: cannot find 'DispatchQueue' in scope
 8 | ///   - closure: The code to run with a delay.
 9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
10 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                          `- error: cannot find 'DispatchQueue' in scope
11 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
12 | }
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:10:81: error: cannot find 'DispatchQueue' in scope
 8 | ///   - closure: The code to run with a delay.
 9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
10 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                                                                 `- error: cannot find 'DispatchQueue' in scope
11 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
12 | }
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:11:39: error: cannot find 'DispatchTime' in scope
 9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
10 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
11 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
   |                                       `- error: cannot find 'DispatchTime' in scope
12 | }
13 |
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:23:42: error: cannot find 'DispatchQueue' in scope
21 | @available(iOS 16, macOS 13, tvOS 16, visionOS 1, watchOS 9, *)
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
23 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                          `- error: cannot find 'DispatchQueue' in scope
24 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
25 | }
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:23:81: error: cannot find 'DispatchQueue' in scope
21 | @available(iOS 16, macOS 13, tvOS 16, visionOS 1, watchOS 9, *)
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
23 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                                                                 `- error: cannot find 'DispatchQueue' in scope
24 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
25 | }
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:24:39: error: cannot find 'DispatchTime' in scope
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
23 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
24 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
   |                                       `- error: cannot find 'DispatchTime' in scope
25 | }
26 |
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:9:60: error: cannot find type 'DispatchQoS' in scope
 7 | ///   - qosClass: The global QoS class to be used or `nil` to use the main thread. Defaults to `nil`.
 8 | ///   - closure: The code to run with a delay.
 9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
   |                                                            `- error: cannot find type 'DispatchQoS' in scope
10 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
11 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:22:52: error: cannot find type 'DispatchQoS' in scope
20 | @_disfavoredOverload
21 | @available(iOS 16, macOS 13, tvOS 16, visionOS 1, watchOS 9, *)
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
   |                                                    `- error: cannot find type 'DispatchQoS' in scope
23 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
24 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:10:42: error: cannot find 'DispatchQueue' in scope
 8 | ///   - closure: The code to run with a delay.
 9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
10 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                          `- error: cannot find 'DispatchQueue' in scope
11 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
12 | }
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:10:81: error: cannot find 'DispatchQueue' in scope
 8 | ///   - closure: The code to run with a delay.
 9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
10 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                                                                 `- error: cannot find 'DispatchQueue' in scope
11 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
12 | }
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:11:39: error: cannot find 'DispatchTime' in scope
 9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
10 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
11 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
   |                                       `- error: cannot find 'DispatchTime' in scope
12 | }
13 |
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:23:42: error: cannot find 'DispatchQueue' in scope
21 | @available(iOS 16, macOS 13, tvOS 16, visionOS 1, watchOS 9, *)
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
23 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                          `- error: cannot find 'DispatchQueue' in scope
24 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
25 | }
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:23:81: error: cannot find 'DispatchQueue' in scope
21 | @available(iOS 16, macOS 13, tvOS 16, visionOS 1, watchOS 9, *)
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
23 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                                                                 `- error: cannot find 'DispatchQueue' in scope
24 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
25 | }
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:24:39: error: cannot find 'DispatchTime' in scope
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
23 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
24 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
   |                                       `- error: cannot find 'DispatchTime' in scope
25 | }
26 |
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:9:60: error: cannot find type 'DispatchQoS' in scope
 7 | ///   - qosClass: The global QoS class to be used or `nil` to use the main thread. Defaults to `nil`.
 8 | ///   - closure: The code to run with a delay.
 9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
   |                                                            `- error: cannot find type 'DispatchQoS' in scope
10 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
11 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:22:52: error: cannot find type 'DispatchQoS' in scope
20 | @_disfavoredOverload
21 | @available(iOS 16, macOS 13, tvOS 16, visionOS 1, watchOS 9, *)
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
   |                                                    `- error: cannot find type 'DispatchQoS' in scope
23 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
24 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:10:42: error: cannot find 'DispatchQueue' in scope
 8 | ///   - closure: The code to run with a delay.
 9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
10 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                          `- error: cannot find 'DispatchQueue' in scope
11 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
12 | }
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:10:81: error: cannot find 'DispatchQueue' in scope
 8 | ///   - closure: The code to run with a delay.
 9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
10 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                                                                 `- error: cannot find 'DispatchQueue' in scope
11 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
12 | }
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:11:39: error: cannot find 'DispatchTime' in scope
 9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
10 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
11 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
   |                                       `- error: cannot find 'DispatchTime' in scope
12 | }
13 |
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:23:42: error: cannot find 'DispatchQueue' in scope
21 | @available(iOS 16, macOS 13, tvOS 16, visionOS 1, watchOS 9, *)
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
23 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                          `- error: cannot find 'DispatchQueue' in scope
24 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
25 | }
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:23:81: error: cannot find 'DispatchQueue' in scope
21 | @available(iOS 16, macOS 13, tvOS 16, visionOS 1, watchOS 9, *)
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
23 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                                                                 `- error: cannot find 'DispatchQueue' in scope
24 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
25 | }
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:24:39: error: cannot find 'DispatchTime' in scope
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
23 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
24 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
   |                                       `- error: cannot find 'DispatchTime' in scope
25 | }
26 |
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:9:60: error: cannot find type 'DispatchQoS' in scope
 7 | ///   - qosClass: The global QoS class to be used or `nil` to use the main thread. Defaults to `nil`.
 8 | ///   - closure: The code to run with a delay.
 9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
   |                                                            `- error: cannot find type 'DispatchQoS' in scope
10 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
11 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:22:52: error: cannot find type 'DispatchQoS' in scope
20 | @_disfavoredOverload
21 | @available(iOS 16, macOS 13, tvOS 16, visionOS 1, watchOS 9, *)
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
   |                                                    `- error: cannot find type 'DispatchQoS' in scope
23 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
24 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:10:42: error: cannot find 'DispatchQueue' in scope
 8 | ///   - closure: The code to run with a delay.
 9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
10 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                          `- error: cannot find 'DispatchQueue' in scope
11 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
12 | }
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:10:81: error: cannot find 'DispatchQueue' in scope
 8 | ///   - closure: The code to run with a delay.
 9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
10 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                                                                 `- error: cannot find 'DispatchQueue' in scope
11 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
12 | }
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:11:39: error: cannot find 'DispatchTime' in scope
 9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
10 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
11 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
   |                                       `- error: cannot find 'DispatchTime' in scope
12 | }
13 |
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:23:42: error: cannot find 'DispatchQueue' in scope
21 | @available(iOS 16, macOS 13, tvOS 16, visionOS 1, watchOS 9, *)
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
23 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                          `- error: cannot find 'DispatchQueue' in scope
24 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
25 | }
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:23:81: error: cannot find 'DispatchQueue' in scope
21 | @available(iOS 16, macOS 13, tvOS 16, visionOS 1, watchOS 9, *)
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
23 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
   |                                                                                 `- error: cannot find 'DispatchQueue' in scope
24 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
25 | }
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:24:39: error: cannot find 'DispatchTime' in scope
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
23 |    let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
24 |    dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
   |                                       `- error: cannot find 'DispatchTime' in scope
25 | }
26 |
/host/spi-builder-workspace/.build/checkouts/LinksKit/Sources/LinksKit/Model/Link.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Represents a link with a title, system image, and URL.
/host/spi-builder-workspace/.build/checkouts/LinksKit/Sources/LinksKit/Model/Link.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Represents a link with a title, system image, and URL.
/host/spi-builder-workspace/.build/checkouts/LinksKit/Sources/LinksKit/Model/Link.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Represents a link with a title, system image, and URL.
/host/spi-builder-workspace/.build/checkouts/LinksKit/Sources/LinksKit/Model/Link.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Represents a link with a title, system image, and URL.
[191/665] Compiling ReviewKit PositiveEvent.swift
/host/spi-builder-workspace/.build/checkouts/ReviewKit/Sources/ReviewKit/ReviewKit.swift:2:8: error: no such module 'StoreKit'
 1 | import Foundation
 2 | import StoreKit
   |        `- error: no such module 'StoreKit'
 3 |
 4 | /// A helper to request a user review on the App Store at an appropriate time. Persists positive events in standard `UserDefaults`.
[192/665] Compiling ReviewKit ReviewCriteria.swift
/host/spi-builder-workspace/.build/checkouts/ReviewKit/Sources/ReviewKit/ReviewKit.swift:2:8: error: no such module 'StoreKit'
 1 | import Foundation
 2 | import StoreKit
   |        `- error: no such module 'StoreKit'
 3 |
 4 | /// A helper to request a user review on the App Store at an appropriate time. Persists positive events in standard `UserDefaults`.
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/363] Compiling chacha-x86-apple.S
[1/363] Compiling chacha-x86_64-linux.S
[2/363] Compiling chacha-x86-linux.S
[3/363] Compiling chacha-x86_64-apple.S
[4/363] Compiling chacha-armv8-win.S
[5/363] Compiling chacha-armv4-linux.S
[6/363] Compiling chacha-armv8-linux.S
[7/363] Compiling chacha-armv8-apple.S
[8/363] Compiling aes128gcmsiv-x86_64-apple.S
[9/363] Compiling aes128gcmsiv-x86_64-linux.S
[9/363] Compiling x86_64-mont5-linux.S
[9/363] Compiling x86_64-mont5-apple.S
[12/363] Compiling x86_64-mont-linux.S
[13/363] Compiling x86-mont-linux.S
[14/363] Compiling x86_64-mont-apple.S
[15/363] Compiling vpaes-x86-linux.S
[16/363] Compiling x86-mont-apple.S
[17/363] Compiling vpaes-x86_64-linux.S
[18/363] Compiling vpaes-x86-apple.S
[19/363] Compiling vpaes-x86_64-apple.S
[20/363] Compiling vpaes-armv8-linux.S
[21/363] Compiling vpaes-armv8-win.S
[22/363] Compiling vpaes-armv8-apple.S
[23/363] Compiling vpaes-armv7-linux.S
[24/363] Compiling sha512-x86_64-apple.S
[25/363] Compiling sha512-armv8-win.S
[26/363] Compiling sha512-x86_64-linux.S
[27/363] Compiling sha512-armv8-apple.S
[28/363] Compiling sha512-armv8-linux.S
[29/363] Compiling sha512-armv4-linux.S
[30/363] Compiling sha512-586-linux.S
[31/363] Compiling sha512-586-apple.S
[32/363] Compiling sha256-x86_64-apple.S
[33/363] Compiling sha256-x86_64-linux.S
[34/363] Compiling sha256-armv8-linux.S
[35/363] Compiling sha256-armv8-win.S
[36/363] Compiling sha256-armv8-apple.S
[37/363] Compiling sha256-586-linux.S
[38/363] Compiling sha256-armv4-linux.S
[39/363] Compiling sha256-586-apple.S
[40/363] Compiling sha1-x86_64-linux.S
[41/363] Compiling sha1-armv8-win.S
[41/363] Compiling sha1-x86_64-apple.S
[43/363] Write swift-version-24593BA9C3E375BF.txt
[44/363] Compiling sha1-armv8-linux.S
[45/363] Compiling sha1-armv8-apple.S
[46/363] Compiling sha1-armv4-large-linux.S
[47/363] Compiling sha1-586-apple.S
[48/363] Compiling sha1-586-linux.S
[49/363] Compiling rsaz-avx2-linux.S
[50/363] Compiling rsaz-avx2-apple.S
[51/363] Compiling rdrand-x86_64-linux.S
[53/416] Emitting module SwiftSyntax510
[54/418] Emitting module SwiftSyntax509
[55/418] Compiling SwiftSyntax509 Empty.swift
[56/419] Compiling SwiftSyntax601 Empty.swift
[57/419] Emitting module SwiftSyntax601
[58/420] Emitting module SwiftSyntax600
[59/420] Compiling SwiftSyntax600 Empty.swift
[60/421] Compiling SwiftSyntax510 Empty.swift
[61/422] Compiling LinksKit LinksKit.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
 2 | import CryptoKit
 3 | #endif
 4 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
 5 | import Foundation
 6 |
[62/422] Compiling LinksKit Link.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
 2 | import CryptoKit
 3 | #endif
 4 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
 5 | import Foundation
 6 |
[63/422] Compiling LinksKit LinkMenu.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
 2 | import CryptoKit
 3 | #endif
 4 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
 5 | import Foundation
 6 |
[64/422] Compiling LinksKit LinkSection.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
 2 | import CryptoKit
 3 | #endif
 4 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
 5 | import Foundation
 6 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[66/425] Emitting module LinksKit
/host/spi-builder-workspace/.build/checkouts/LinksKit/Sources/LinksKit/Model/Link.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Represents a link with a title, system image, and URL.
[69/426] Compiling TelemetryDeck TelemetryDeck+Errors.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
 2 | import CryptoKit
 3 | #endif
 4 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
 5 | import Foundation
 6 |
[70/426] Compiling TelemetryDeck TelemetryDeck+Navigation.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
 2 | import CryptoKit
 3 | #endif
 4 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
 5 | import Foundation
 6 |
[71/426] Compiling TelemetryDeck TelemetryDeck+Purchases.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
 2 | import CryptoKit
 3 | #endif
 4 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
 5 | import Foundation
 6 |
[72/426] Compiling LinksKit LinkSectionsView.swift
/host/spi-builder-workspace/.build/checkouts/LinksKit/Sources/LinksKit/Model/Link.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Represents a link with a title, system image, and URL.
[74/425] Compiling LinksKit TitleAndTrailingIconBadgeLabelStyle.swift
/host/spi-builder-workspace/.build/checkouts/LinksKit/Sources/LinksKit/Model/Link.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Represents a link with a title, system image, and URL.
[75/425] Compiling LinksKit TitleAndTrailingIconLabelStyle.swift
/host/spi-builder-workspace/.build/checkouts/LinksKit/Sources/LinksKit/Model/Link.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Represents a link with a title, system image, and URL.
[76/425] Compiling LinksKit LinksView.swift
/host/spi-builder-workspace/.build/checkouts/LinksKit/Sources/LinksKit/Model/Link.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Represents a link with a title, system image, and URL.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[77/425] Emitting module ReviewKit
/host/spi-builder-workspace/.build/checkouts/ReviewKit/Sources/ReviewKit/ReviewKit.swift:2:8: error: no such module 'StoreKit'
 1 | import Foundation
 2 | import StoreKit
   |        `- error: no such module 'StoreKit'
 3 |
 4 | /// A helper to request a user review on the App Store at an appropriate time. Persists positive events in standard `UserDefaults`.
[78/425] Compiling LinksKit SocialPlatform.swift
/host/spi-builder-workspace/.build/checkouts/LinksKit/Sources/LinksKit/Model/Link.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Represents a link with a title, system image, and URL.
[79/425] Compiling TelemetryDeck TelemetryDeck+Activation.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
 2 | import CryptoKit
 3 | #endif
 4 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
 5 | import Foundation
 6 |
[80/425] Compiling TelemetryDeck TelemetryDeck+Referral.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
 2 | import CryptoKit
 3 | #endif
 4 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
 5 | import Foundation
 6 |
[81/425] Compiling LinksKit TitleAndIconBadgeLabelStyle.swift
/host/spi-builder-workspace/.build/checkouts/LinksKit/Sources/LinksKit/Model/Link.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// Represents a link with a title, system image, and URL.
[82/425] Compiling TelemetryDeck TelemetryDeck+Revenue.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
 2 | import CryptoKit
 3 | #endif
 4 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
 5 | import Foundation
 6 |
[83/425] Compiling TelemetryDeck AnyIdentifiableError.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
 2 | import CryptoKit
 3 | #endif
 4 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
 5 | import Foundation
 6 |
[84/425] Compiling ReviewKit ReviewCriteria.swift
/host/spi-builder-workspace/.build/checkouts/ReviewKit/Sources/ReviewKit/ReviewKit.swift:2:8: error: no such module 'StoreKit'
 1 | import Foundation
 2 | import StoreKit
   |        `- error: no such module 'StoreKit'
 3 |
 4 | /// A helper to request a user review on the App Store at an appropriate time. Persists positive events in standard `UserDefaults`.
[85/425] Compiling TranslateKitLite TK.swift
[86/425] Compiling ReviewKit ReviewKit.swift
/host/spi-builder-workspace/.build/checkouts/ReviewKit/Sources/ReviewKit/ReviewKit.swift:2:8: error: no such module 'StoreKit'
 1 | import Foundation
 2 | import StoreKit
   |        `- error: no such module 'StoreKit'
 3 |
 4 | /// A helper to request a user review on the App Store at an appropriate time. Persists positive events in standard `UserDefaults`.
[87/425] Compiling ReviewKit PositiveEvent.swift
/host/spi-builder-workspace/.build/checkouts/ReviewKit/Sources/ReviewKit/ReviewKit.swift:2:8: error: no such module 'StoreKit'
 1 | import Foundation
 2 | import StoreKit
   |        `- error: no such module 'StoreKit'
 3 |
 4 | /// A helper to request a user review on the App Store at an appropriate time. Persists positive events in standard `UserDefaults`.
[88/425] Compiling TranslateKitLite resource_bundle_accessor.swift
[88/425] Wrapping AST for SwiftSyntax601 for debugging
/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(localized: "TK.Placeholder.bufferingDots", defaultValue: "Buffering…", bundle: .module, comment: "Shown while pre-loading video content for uninterrupted playback")
    |                `- error: extra arguments at positions #3, #4 in call
 19 |       }
 20 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:18:17: error: missing argument for parameter 'format' in call
 16 |       /// "Buffering…" - Shown while pre-loading video content for uninterrupted playback
 17 |       public static var bufferingDots: String {
 18 |          String(localized: "TK.Placeholder.bufferingDots", defaultValue: "Buffering…", bundle: .module, comment: "Shown while pre-loading video content for uninterrupted playback")
    |                 `- error: missing argument for parameter 'format' in call
 19 |       }
 20 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:18:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
 16 |       /// "Buffering…" - Shown while pre-loading video content for uninterrupted playback
 17 |       public static var bufferingDots: String {
 18 |          String(localized: "TK.Placeholder.bufferingDots", defaultValue: "Buffering…", bundle: .module, comment: "Shown while pre-loading video content for uninterrupted playback")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
 19 |       }
 20 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:18:99: error: cannot infer contextual base in reference to member 'module'
 16 |       /// "Buffering…" - Shown while pre-loading video content for uninterrupted playback
 17 |       public static var bufferingDots: String {
 18 |          String(localized: "TK.Placeholder.bufferingDots", defaultValue: "Buffering…", bundle: .module, comment: "Shown while pre-loading video content for uninterrupted playback")
    |                                                                                                 `- error: cannot infer contextual base in reference to member 'module'
 19 |       }
 20 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:23:16: error: extra arguments at positions #3, #4 in call
 21 |       /// "Calculating…" - Shown during calculations
 22 |       public static var calculatingDots: String {
 23 |          String(localized: "TK.Placeholder.calculatingDots", defaultValue: "Calculating…", bundle: .module, comment: "Shown during calculations")
    |                `- error: extra arguments at positions #3, #4 in call
 24 |       }
 25 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:23:17: error: missing argument for parameter 'format' in call
 21 |       /// "Calculating…" - Shown during calculations
 22 |       public static var calculatingDots: String {
 23 |          String(localized: "TK.Placeholder.calculatingDots", defaultValue: "Calculating…", bundle: .module, comment: "Shown during calculations")
    |                 `- error: missing argument for parameter 'format' in call
 24 |       }
 25 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:23:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
 21 |       /// "Calculating…" - Shown during calculations
 22 |       public static var calculatingDots: String {
 23 |          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'
 24 |       }
 25 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:23:103: error: cannot infer contextual base in reference to member 'module'
 21 |       /// "Calculating…" - Shown during calculations
 22 |       public static var calculatingDots: String {
 23 |          String(localized: "TK.Placeholder.calculatingDots", defaultValue: "Calculating…", bundle: .module, comment: "Shown during calculations")
    |                                                                                                     `- error: cannot infer contextual base in reference to member 'module'
 24 |       }
 25 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:28:16: error: extra arguments at positions #3, #4 in call
 26 |       /// "Choose a date…" - Date selection hint
 27 |       public static var chooseDateDots: String {
 28 |          String(localized: "TK.Placeholder.chooseDateDots", defaultValue: "Choose a date…", bundle: .module, comment: "Date selection hint")
    |                `- 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 |       /// "Choose a date…" - Date selection hint
 27 |       public static var chooseDateDots: String {
 28 |          String(localized: "TK.Placeholder.chooseDateDots", defaultValue: "Choose a date…", bundle: .module, comment: "Date selection hint")
    |                 `- 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 |       /// "Choose a date…" - Date selection hint
 27 |       public static var chooseDateDots: String {
 28 |          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'
 29 |       }
 30 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:28:104: error: cannot infer contextual base in reference to member 'module'
 26 |       /// "Choose a date…" - Date selection hint
 27 |       public static var chooseDateDots: String {
 28 |          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'
 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 file…" - Input hint for file selection
 32 |       public static var chooseFileDots: String {
 33 |          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
 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 file…" - Input hint for file selection
 32 |       public static var chooseFileDots: String {
 33 |          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
 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 file…" - Input hint for file selection
 32 |       public static var chooseFileDots: String {
 33 |          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'
 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 file…" - Input hint for file selection
 32 |       public static var chooseFileDots: String {
 33 |          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'
 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 language…" - Language selection hint
 37 |       public static var chooseLanguageDots: String {
 38 |          String(localized: "TK.Placeholder.chooseLanguageDots", defaultValue: "Choose a language…", bundle: .module, comment: "Language selection hint")
    |                `- 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 language…" - Language selection hint
 37 |       public static var chooseLanguageDots: String {
 38 |          String(localized: "TK.Placeholder.chooseLanguageDots", defaultValue: "Choose a language…", bundle: .module, comment: "Language selection hint")
    |                 `- 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 language…" - Language selection hint
 37 |       public static var chooseLanguageDots: String {
 38 |          String(localized: "TK.Placeholder.chooseLanguageDots", defaultValue: "Choose a language…", bundle: .module, comment: "Language selection hint")
    |                            `- 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:112: error: cannot infer contextual base in reference to member 'module'
 36 |       /// "Choose a language…" - Language selection hint
 37 |       public static var chooseLanguageDots: String {
 38 |          String(localized: "TK.Placeholder.chooseLanguageDots", defaultValue: "Choose a language…", bundle: .module, comment: "Language selection hint")
    |                                                                                                              `- 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 an option…" - Generic selection hint
 42 |       public static var chooseOptionDots: String {
 43 |          String(localized: "TK.Placeholder.chooseOptionDots", defaultValue: "Choose an option…", bundle: .module, comment: "Generic selection hint")
    |                `- error: extra arguments at positions #3, #4 in call
 44 |       }
 45 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:43:17: error: missing argument for parameter 'format' in call
 41 |       /// "Choose an option…" - Generic selection hint
 42 |       public static var chooseOptionDots: String {
 43 |          String(localized: "TK.Placeholder.chooseOptionDots", defaultValue: "Choose an option…", bundle: .module, comment: "Generic selection hint")
    |                 `- error: missing argument for parameter 'format' in call
 44 |       }
 45 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:43:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
 41 |       /// "Choose an option…" - Generic selection hint
 42 |       public static var chooseOptionDots: String {
 43 |          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'
 44 |       }
 45 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:43:109: error: cannot infer contextual base in reference to member 'module'
 41 |       /// "Choose an option…" - Generic selection hint
 42 |       public static var chooseOptionDots: String {
 43 |          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'
 44 |       }
 45 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:48:16: error: extra arguments at positions #3, #4 in call
 46 |       /// "Confirm password…" - Password confirmation hint
 47 |       public static var confirmPasswordDots: String {
 48 |          String(localized: "TK.Placeholder.confirmPasswordDots", defaultValue: "Confirm password…", bundle: .module, comment: "Password confirmation hint")
    |                `- error: extra arguments at positions #3, #4 in call
 49 |       }
 50 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:48:17: error: missing argument for parameter 'format' in call
 46 |       /// "Confirm password…" - Password confirmation hint
 47 |       public static var confirmPasswordDots: String {
 48 |          String(localized: "TK.Placeholder.confirmPasswordDots", defaultValue: "Confirm password…", bundle: .module, comment: "Password confirmation hint")
    |                 `- error: missing argument for parameter 'format' in call
 49 |       }
 50 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:48:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
 46 |       /// "Confirm password…" - Password confirmation hint
 47 |       public static var confirmPasswordDots: String {
 48 |          String(localized: "TK.Placeholder.confirmPasswordDots", defaultValue: "Confirm password…", bundle: .module, comment: "Password confirmation hint")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
 49 |       }
 50 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:48:112: error: cannot infer contextual base in reference to member 'module'
 46 |       /// "Confirm password…" - Password confirmation hint
 47 |       public static var confirmPasswordDots: String {
 48 |          String(localized: "TK.Placeholder.confirmPasswordDots", defaultValue: "Confirm password…", bundle: .module, comment: "Password confirmation hint")
    |                                                                                                              `- error: cannot infer contextual base in reference to member 'module'
 49 |       }
 50 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:53:16: error: extra arguments at positions #3, #4 in call
 51 |       /// "Connecting…" - Shown during connection attempts
 52 |       public static var connectingDots: String {
 53 |          String(localized: "TK.Placeholder.connectingDots", defaultValue: "Connecting…", bundle: .module, comment: "Shown during connection attempts")
    |                `- 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 |       /// "Connecting…" - Shown during connection attempts
 52 |       public static var connectingDots: String {
 53 |          String(localized: "TK.Placeholder.connectingDots", defaultValue: "Connecting…", bundle: .module, comment: "Shown during connection attempts")
    |                 `- 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 |       /// "Connecting…" - Shown during connection attempts
 52 |       public static var connectingDots: String {
 53 |          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'
 54 |       }
 55 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:53:101: error: cannot infer contextual base in reference to member 'module'
 51 |       /// "Connecting…" - Shown during connection attempts
 52 |       public static var connectingDots: String {
 53 |          String(localized: "TK.Placeholder.connectingDots", defaultValue: "Connecting…", bundle: .module, comment: "Shown during connection attempts")
    |                                                                                                   `- 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 |       /// "Creating…" - Shown when creating content
 57 |       public static var creatingDots: String {
 58 |          String(localized: "TK.Placeholder.creatingDots", defaultValue: "Creating…", bundle: .module, comment: "Shown when creating content")
    |                `- error: extra arguments at positions #3, #4 in call
 59 |       }
 60 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:58:17: error: missing argument for parameter 'format' in call
 56 |       /// "Creating…" - Shown when creating content
 57 |       public static var creatingDots: String {
 58 |          String(localized: "TK.Placeholder.creatingDots", defaultValue: "Creating…", bundle: .module, comment: "Shown when creating content")
    |                 `- error: missing argument for parameter 'format' in call
 59 |       }
 60 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:58:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
 56 |       /// "Creating…" - Shown when creating content
 57 |       public static var creatingDots: String {
 58 |          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'
 59 |       }
 60 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:58:97: error: cannot infer contextual base in reference to member 'module'
 56 |       /// "Creating…" - Shown when creating content
 57 |       public static var creatingDots: String {
 58 |          String(localized: "TK.Placeholder.creatingDots", defaultValue: "Creating…", bundle: .module, comment: "Shown when creating content")
    |                                                                                               `- error: cannot infer contextual base in reference to member 'module'
 59 |       }
 60 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:63:16: error: extra arguments at positions #3, #4 in call
 61 |       /// "Deleting…" - Shown when removing content
 62 |       public static var deletingDots: String {
 63 |          String(localized: "TK.Placeholder.deletingDots", defaultValue: "Deleting…", bundle: .module, comment: "Shown when removing content")
    |                `- error: extra arguments at positions #3, #4 in call
 64 |       }
 65 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:63:17: error: missing argument for parameter 'format' in call
 61 |       /// "Deleting…" - Shown when removing content
 62 |       public static var deletingDots: String {
 63 |          String(localized: "TK.Placeholder.deletingDots", defaultValue: "Deleting…", bundle: .module, comment: "Shown when removing content")
    |                 `- error: missing argument for parameter 'format' in call
 64 |       }
 65 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:63:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
 61 |       /// "Deleting…" - Shown when removing content
 62 |       public static var deletingDots: String {
 63 |          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'
 64 |       }
 65 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:63:97: error: cannot infer contextual base in reference to member 'module'
 61 |       /// "Deleting…" - Shown when removing content
 62 |       public static var deletingDots: String {
 63 |          String(localized: "TK.Placeholder.deletingDots", defaultValue: "Deleting…", bundle: .module, comment: "Shown when removing content")
    |                                                                                               `- error: cannot infer contextual base in reference to member 'module'
 64 |       }
 65 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:68:16: error: extra arguments at positions #3, #4 in call
 66 |       /// "Downloading…" - Shown during downloads
 67 |       public static var downloadingDots: String {
 68 |          String(localized: "TK.Placeholder.downloadingDots", defaultValue: "Downloading…", bundle: .module, comment: "Shown during downloads")
    |                `- 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 |       /// "Downloading…" - Shown during downloads
 67 |       public static var downloadingDots: String {
 68 |          String(localized: "TK.Placeholder.downloadingDots", defaultValue: "Downloading…", bundle: .module, comment: "Shown during downloads")
    |                 `- 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 |       /// "Downloading…" - Shown during downloads
 67 |       public static var downloadingDots: String {
 68 |          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'
 69 |       }
 70 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:68:103: error: cannot infer contextual base in reference to member 'module'
 66 |       /// "Downloading…" - Shown during downloads
 67 |       public static var downloadingDots: String {
 68 |          String(localized: "TK.Placeholder.downloadingDots", defaultValue: "Downloading…", bundle: .module, comment: "Shown during downloads")
    |                                                                                                     `- 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 |       /// "e.g. jane@example.com" - Email input example, using 'Jane Doe' for English, adjusts per language
 72 |       public static var emailExample: String {
 73 |          String(localized: "TK.Placeholder.emailExample", defaultValue: "e.g. jane@example.com", bundle: .module, comment: "Email input example, using 'Jane Doe' for English, adjusts per language")
    |                `- 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 |       /// "e.g. jane@example.com" - Email input example, using 'Jane Doe' for English, adjusts per language
 72 |       public static var emailExample: String {
 73 |          String(localized: "TK.Placeholder.emailExample", defaultValue: "e.g. jane@example.com", bundle: .module, comment: "Email input example, using 'Jane Doe' for English, adjusts per language")
    |                 `- 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 |       /// "e.g. jane@example.com" - Email input example, using 'Jane Doe' for English, adjusts per language
 72 |       public static var emailExample: String {
 73 |          String(localized: "TK.Placeholder.emailExample", defaultValue: "e.g. jane@example.com", bundle: .module, comment: "Email input example, using 'Jane Doe' for English, adjusts per language")
    |                            `- 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:107: error: cannot infer contextual base in reference to member 'module'
 71 |       /// "e.g. jane@example.com" - Email input example, using 'Jane Doe' for English, adjusts per language
 72 |       public static var emailExample: String {
 73 |          String(localized: "TK.Placeholder.emailExample", defaultValue: "e.g. jane@example.com", bundle: .module, comment: "Email input example, using 'Jane Doe' for English, adjusts per language")
    |                                                                                                           `- 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 |       /// "Enter amount…" - Input hint for entering money values
 77 |       public static var enterAmountDots: String {
 78 |          String(localized: "TK.Placeholder.enterAmountDots", defaultValue: "Enter amount…", bundle: .module, comment: "Input hint for entering money values")
    |                `- 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 |       /// "Enter amount…" - Input hint for entering money values
 77 |       public static var enterAmountDots: String {
 78 |          String(localized: "TK.Placeholder.enterAmountDots", defaultValue: "Enter amount…", bundle: .module, comment: "Input hint for entering money values")
    |                 `- 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 |       /// "Enter amount…" - Input hint for entering money values
 77 |       public static var enterAmountDots: String {
 78 |          String(localized: "TK.Placeholder.enterAmountDots", defaultValue: "Enter amount…", bundle: .module, comment: "Input hint for entering money values")
    |                            `- 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:104: error: cannot infer contextual base in reference to member 'module'
 76 |       /// "Enter amount…" - Input hint for entering money values
 77 |       public static var enterAmountDots: String {
 78 |          String(localized: "TK.Placeholder.enterAmountDots", defaultValue: "Enter amount…", bundle: .module, comment: "Input hint for entering money values")
    |                                                                                                      `- 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 |       /// "Enter your email…" - Input hint for email address fields
 82 |       public static var enterEmailDots: String {
 83 |          String(localized: "TK.Placeholder.enterEmailDots", defaultValue: "Enter your email…", bundle: .module, comment: "Input hint for email address fields")
    |                `- 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 |       /// "Enter your email…" - Input hint for email address fields
 82 |       public static var enterEmailDots: String {
 83 |          String(localized: "TK.Placeholder.enterEmailDots", defaultValue: "Enter your email…", bundle: .module, comment: "Input hint for email address fields")
    |                 `- 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 |       /// "Enter your email…" - Input hint for email address fields
 82 |       public static var enterEmailDots: String {
 83 |          String(localized: "TK.Placeholder.enterEmailDots", defaultValue: "Enter your email…", bundle: .module, comment: "Input hint for email address fields")
    |                            `- 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:107: error: cannot infer contextual base in reference to member 'module'
 81 |       /// "Enter your email…" - Input hint for email address fields
 82 |       public static var enterEmailDots: String {
 83 |          String(localized: "TK.Placeholder.enterEmailDots", defaultValue: "Enter your email…", bundle: .module, comment: "Input hint for email address fields")
    |                                                                                                         `- 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 |       /// "Enter first name…" - First name input hint
 87 |       public static var enterFirstNameDots: String {
 88 |          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
 89 |       }
 90 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:88:17: error: missing argument for parameter 'format' in call
 86 |       /// "Enter first name…" - First name input hint
 87 |       public static var enterFirstNameDots: String {
 88 |          String(localized: "TK.Placeholder.enterFirstNameDots", defaultValue: "Enter first name…", bundle: .module, comment: "First name input hint")
    |                 `- error: missing argument for parameter 'format' in call
 89 |       }
 90 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:88:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
 86 |       /// "Enter first name…" - First name input hint
 87 |       public static var enterFirstNameDots: String {
 88 |          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'
 89 |       }
 90 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:88:111: error: cannot infer contextual base in reference to member 'module'
 86 |       /// "Enter first name…" - First name input hint
 87 |       public static var enterFirstNameDots: String {
 88 |          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'
 89 |       }
 90 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:93:16: error: extra arguments at positions #3, #4 in call
 91 |       /// "Enter last name…" - Last name input hint
 92 |       public static var enterLastNameDots: String {
 93 |          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
 94 |       }
 95 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared 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:93:17: error: missing argument for parameter 'format' in call
 91 |       /// "Enter last name…" - Last name input hint
 92 |       public static var enterLastNameDots: String {
 93 |          String(localized: "TK.Placeholder.enterLastNameDots", defaultValue: "Enter last name…", bundle: .module, comment: "Last name input hint")
    |                 `- error: missing argument for parameter 'format' in call
 94 |       }
 95 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared 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:93:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
 91 |       /// "Enter last name…" - Last name input hint
 92 |       public static var enterLastNameDots: String {
 93 |          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'
 94 |       }
 95 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:93:109: error: cannot infer contextual base in reference to member 'module'
 91 |       /// "Enter last name…" - Last name input hint
 92 |       public static var enterLastNameDots: String {
 93 |          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'
 94 |       }
 95 |
/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 new password…" - Password input hint
 97 |       public static var enterNewPasswordDots: String {
 98 |          String(localized: "TK.Placeholder.enterNewPasswordDots", defaultValue: "Enter new password…", bundle: .module, comment: "Password input hint")
    |                `- error: extra arguments at positions #3, #4 in call
 99 |       }
100 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared 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:98:17: error: missing argument for parameter 'format' in call
 96 |       /// "Enter new password…" - Password input hint
 97 |       public static var enterNewPasswordDots: String {
 98 |          String(localized: "TK.Placeholder.enterNewPasswordDots", defaultValue: "Enter new password…", bundle: .module, comment: "Password input hint")
    |                 `- error: missing argument for parameter 'format' in call
 99 |       }
100 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared 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:98:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
 96 |       /// "Enter new password…" - Password input hint
 97 |       public static var enterNewPasswordDots: String {
 98 |          String(localized: "TK.Placeholder.enterNewPasswordDots", defaultValue: "Enter new password…", bundle: .module, comment: "Password input hint")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
 99 |       }
100 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:98:115: error: cannot infer contextual base in reference to member 'module'
 96 |       /// "Enter new password…" - Password input hint
 97 |       public static var enterNewPasswordDots: String {
 98 |          String(localized: "TK.Placeholder.enterNewPasswordDots", defaultValue: "Enter new password…", bundle: .module, comment: "Password input hint")
    |                                                                                                                 `- error: cannot infer contextual base in reference to member 'module'
 99 |       }
100 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:103:16: error: extra arguments at positions #3, #4 in call
101 |       /// "Enter password…" - Input hint for password fields
102 |       public static var enterPasswordDots: String {
103 |          String(localized: "TK.Placeholder.enterPasswordDots", defaultValue: "Enter password…", bundle: .module, comment: "Input hint for password fields")
    |                `- error: extra arguments at positions #3, #4 in call
104 |       }
105 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared 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:103:17: error: missing argument for parameter 'format' in call
101 |       /// "Enter password…" - Input hint for password fields
102 |       public static var enterPasswordDots: String {
103 |          String(localized: "TK.Placeholder.enterPasswordDots", defaultValue: "Enter password…", bundle: .module, comment: "Input hint for password fields")
    |                 `- error: missing argument for parameter 'format' in call
104 |       }
105 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared 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:103:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
101 |       /// "Enter password…" - Input hint for password fields
102 |       public static var enterPasswordDots: String {
103 |          String(localized: "TK.Placeholder.enterPasswordDots", defaultValue: "Enter password…", bundle: .module, comment: "Input hint for password fields")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
104 |       }
105 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:103:108: error: cannot infer contextual base in reference to member 'module'
101 |       /// "Enter password…" - Input hint for password fields
102 |       public static var enterPasswordDots: String {
103 |          String(localized: "TK.Placeholder.enterPasswordDots", defaultValue: "Enter password…", bundle: .module, comment: "Input hint for password fields")
    |                                                                                                          `- error: cannot infer contextual base in reference to member 'module'
104 |       }
105 |
/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 phone number…" - Input hint for phone number entry
107 |       public static var enterPhoneNumberDots: String {
108 |          String(localized: "TK.Placeholder.enterPhoneNumberDots", defaultValue: "Enter phone number…", bundle: .module, comment: "Input hint for phone number entry")
    |                `- error: extra arguments at positions #3, #4 in call
109 |       }
110 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared 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:108:17: error: missing argument for parameter 'format' in call
106 |       /// "Enter phone number…" - Input hint for phone number entry
107 |       public static var enterPhoneNumberDots: String {
108 |          String(localized: "TK.Placeholder.enterPhoneNumberDots", defaultValue: "Enter phone number…", bundle: .module, comment: "Input hint for phone number entry")
    |                 `- error: missing argument for parameter 'format' in call
109 |       }
110 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared 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:108:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
106 |       /// "Enter phone number…" - Input hint for phone number entry
107 |       public static var enterPhoneNumberDots: String {
108 |          String(localized: "TK.Placeholder.enterPhoneNumberDots", defaultValue: "Enter phone number…", bundle: .module, comment: "Input hint for phone number entry")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
109 |       }
110 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:108:115: error: cannot infer contextual base in reference to member 'module'
106 |       /// "Enter phone number…" - Input hint for phone number entry
107 |       public static var enterPhoneNumberDots: String {
108 |          String(localized: "TK.Placeholder.enterPhoneNumberDots", defaultValue: "Enter phone number…", bundle: .module, comment: "Input hint for phone number entry")
    |                                                                                                                 `- error: cannot infer contextual base in reference to member 'module'
109 |       }
110 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:113:16: error: extra arguments at positions #3, #4 in call
111 |       /// "Enter text…" - Generic placeholder for text input fields
112 |       public static var enterTextDots: String {
113 |          String(localized: "TK.Placeholder.enterTextDots", defaultValue: "Enter text…", bundle: .module, comment: "Generic placeholder for text input fields")
    |                `- error: extra arguments at positions #3, #4 in call
114 |       }
115 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:113:17: error: missing argument for parameter 'format' in call
111 |       /// "Enter text…" - Generic placeholder for text input fields
112 |       public static var enterTextDots: String {
113 |          String(localized: "TK.Placeholder.enterTextDots", defaultValue: "Enter text…", bundle: .module, comment: "Generic placeholder for text input fields")
    |                 `- error: missing argument for parameter 'format' in call
114 |       }
115 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:113:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
111 |       /// "Enter text…" - Generic placeholder for text input fields
112 |       public static var enterTextDots: String {
113 |          String(localized: "TK.Placeholder.enterTextDots", defaultValue: "Enter text…", bundle: .module, comment: "Generic placeholder for text input fields")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
114 |       }
115 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:113:100: error: cannot infer contextual base in reference to member 'module'
111 |       /// "Enter text…" - Generic placeholder for text input fields
112 |       public static var enterTextDots: String {
113 |          String(localized: "TK.Placeholder.enterTextDots", defaultValue: "Enter text…", bundle: .module, comment: "Generic placeholder for text input fields")
    |                                                                                                  `- error: cannot infer contextual base in reference to member 'module'
114 |       }
115 |
/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 username…" - Placeholder for user profile creation
117 |       public static var enterUsernameDots: String {
118 |          String(localized: "TK.Placeholder.enterUsernameDots", defaultValue: "Enter username…", bundle: .module, comment: "Placeholder for user profile creation")
    |                `- 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 username…" - Placeholder for user profile creation
117 |       public static var enterUsernameDots: String {
118 |          String(localized: "TK.Placeholder.enterUsernameDots", defaultValue: "Enter username…", bundle: .module, comment: "Placeholder for user profile creation")
    |                 `- 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 username…" - Placeholder for user profile creation
117 |       public static var enterUsernameDots: String {
118 |          String(localized: "TK.Placeholder.enterUsernameDots", defaultValue: "Enter username…", bundle: .module, comment: "Placeholder for user profile creation")
    |                            `- 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:108: error: cannot infer contextual base in reference to member 'module'
116 |       /// "Enter username…" - Placeholder for user profile creation
117 |       public static var enterUsernameDots: String {
118 |          String(localized: "TK.Placeholder.enterUsernameDots", defaultValue: "Enter username…", bundle: .module, comment: "Placeholder for user profile creation")
    |                                                                                                          `- 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 |       /// "Exporting…" - Shown during exports
122 |       public static var exportingDots: String {
123 |          String(localized: "TK.Placeholder.exportingDots", defaultValue: "Exporting…", bundle: .module, comment: "Shown during exports")
    |                `- 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 |       /// "Exporting…" - Shown during exports
122 |       public static var exportingDots: String {
123 |          String(localized: "TK.Placeholder.exportingDots", defaultValue: "Exporting…", bundle: .module, comment: "Shown during exports")
    |                 `- 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 |       /// "Exporting…" - Shown during exports
122 |       public static var exportingDots: String {
123 |          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'
124 |       }
125 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:123:99: error: cannot infer contextual base in reference to member 'module'
121 |       /// "Exporting…" - Shown during exports
122 |       public static var exportingDots: String {
123 |          String(localized: "TK.Placeholder.exportingDots", defaultValue: "Exporting…", bundle: .module, comment: "Shown during exports")
    |                                                                                                 `- 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 |       /// "e.g. Jane" - First name input example, using 'Jane Doe' for English, adjusts per language
127 |       public static var firstNameExample: String {
128 |          String(localized: "TK.Placeholder.firstNameExample", defaultValue: "e.g. Jane", bundle: .module, comment: "First name input example, using 'Jane Doe' for English, adjusts per language")
    |                `- error: extra arguments at positions #3, #4 in call
129 |       }
130 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared 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:128:17: error: missing argument for parameter 'format' in call
126 |       /// "e.g. Jane" - First name input example, using 'Jane Doe' for English, adjusts per language
127 |       public static var firstNameExample: String {
128 |          String(localized: "TK.Placeholder.firstNameExample", defaultValue: "e.g. Jane", bundle: .module, comment: "First name input example, using 'Jane Doe' for English, adjusts per language")
    |                 `- error: missing argument for parameter 'format' in call
129 |       }
130 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared 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:128:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
126 |       /// "e.g. Jane" - First name input example, using 'Jane Doe' for English, adjusts per language
127 |       public static var firstNameExample: String {
128 |          String(localized: "TK.Placeholder.firstNameExample", defaultValue: "e.g. Jane", bundle: .module, comment: "First name input example, using 'Jane Doe' for English, adjusts per language")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
129 |       }
130 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:128:99: error: cannot infer contextual base in reference to member 'module'
126 |       /// "e.g. Jane" - First name input example, using 'Jane Doe' for English, adjusts per language
127 |       public static var firstNameExample: String {
128 |          String(localized: "TK.Placeholder.firstNameExample", defaultValue: "e.g. Jane", bundle: .module, comment: "First name input example, using 'Jane Doe' for English, adjusts per language")
    |                                                                                                   `- error: cannot infer contextual base in reference to member 'module'
129 |       }
130 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:133:16: error: extra arguments at positions #3, #4 in call
131 |       /// "Generating…" - Shown when generating content
132 |       public static var generatingDots: String {
133 |          String(localized: "TK.Placeholder.generatingDots", defaultValue: "Generating…", bundle: .module, comment: "Shown when generating content")
    |                `- error: extra arguments at positions #3, #4 in call
134 |       }
135 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared 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:133:17: error: missing argument for parameter 'format' in call
131 |       /// "Generating…" - Shown when generating content
132 |       public static var generatingDots: String {
133 |          String(localized: "TK.Placeholder.generatingDots", defaultValue: "Generating…", bundle: .module, comment: "Shown when generating content")
    |                 `- error: missing argument for parameter 'format' in call
134 |       }
135 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared 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:133:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
131 |       /// "Generating…" - Shown when generating content
132 |       public static var generatingDots: String {
133 |          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'
134 |       }
135 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:133:101: error: cannot infer contextual base in reference to member 'module'
131 |       /// "Generating…" - Shown when generating content
132 |       public static var generatingDots: String {
133 |          String(localized: "TK.Placeholder.generatingDots", defaultValue: "Generating…", bundle: .module, comment: "Shown when generating content")
    |                                                                                                   `- error: cannot infer contextual base in reference to member 'module'
134 |       }
135 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:138:16: error: extra arguments at positions #3, #4 in call
136 |       /// "Importing…" - Shown during imports
137 |       public static var importingDots: String {
138 |          String(localized: "TK.Placeholder.importingDots", defaultValue: "Importing…", bundle: .module, comment: "Shown during imports")
    |                `- error: extra arguments at positions #3, #4 in call
139 |       }
140 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:138:17: error: missing argument for parameter 'format' in call
136 |       /// "Importing…" - Shown during imports
137 |       public static var importingDots: String {
138 |          String(localized: "TK.Placeholder.importingDots", defaultValue: "Importing…", bundle: .module, comment: "Shown during imports")
    |                 `- error: missing argument for parameter 'format' in call
139 |       }
140 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:138:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
136 |       /// "Importing…" - Shown during imports
137 |       public static var importingDots: String {
138 |          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'
139 |       }
140 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:138:99: error: cannot infer contextual base in reference to member 'module'
136 |       /// "Importing…" - Shown during imports
137 |       public static var importingDots: String {
138 |          String(localized: "TK.Placeholder.importingDots", defaultValue: "Importing…", bundle: .module, comment: "Shown during imports")
    |                                                                                                 `- error: cannot infer contextual base in reference to member 'module'
139 |       }
140 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:143:16: error: extra arguments at positions #3, #4 in call
141 |       /// "Initializing…" - Shown during startup
142 |       public static var initializingDots: String {
143 |          String(localized: "TK.Placeholder.initializingDots", defaultValue: "Initializing…", bundle: .module, comment: "Shown during startup")
    |                `- error: extra arguments at positions #3, #4 in call
144 |       }
145 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared 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:143:17: error: missing argument for parameter 'format' in call
141 |       /// "Initializing…" - Shown during startup
142 |       public static var initializingDots: String {
143 |          String(localized: "TK.Placeholder.initializingDots", defaultValue: "Initializing…", bundle: .module, comment: "Shown during startup")
    |                 `- error: missing argument for parameter 'format' in call
144 |       }
145 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared 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:143:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
141 |       /// "Initializing…" - Shown during startup
142 |       public static var initializingDots: String {
143 |          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'
144 |       }
145 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:143:105: error: cannot infer contextual base in reference to member 'module'
141 |       /// "Initializing…" - Shown during startup
142 |       public static var initializingDots: String {
143 |          String(localized: "TK.Placeholder.initializingDots", defaultValue: "Initializing…", bundle: .module, comment: "Shown during startup")
    |                                                                                                       `- error: cannot infer contextual base in reference to member 'module'
144 |       }
145 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:148:16: error: extra arguments at positions #3, #4 in call
146 |       /// "e.g. Doe" - Last name input example, using 'Jane Doe' for English, adjusts per language
147 |       public static var lastNameExample: String {
148 |          String(localized: "TK.Placeholder.lastNameExample", defaultValue: "e.g. Doe", bundle: .module, comment: "Last name input example, using 'Jane Doe' for English, adjusts per language")
    |                `- error: extra arguments at positions #3, #4 in call
149 |       }
150 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared 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:148:17: error: missing argument for parameter 'format' in call
146 |       /// "e.g. Doe" - Last name input example, using 'Jane Doe' for English, adjusts per language
147 |       public static var lastNameExample: String {
148 |          String(localized: "TK.Placeholder.lastNameExample", defaultValue: "e.g. Doe", bundle: .module, comment: "Last name input example, using 'Jane Doe' for English, adjusts per language")
    |                 `- error: missing argument for parameter 'format' in call
149 |       }
150 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared 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:148:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
146 |       /// "e.g. Doe" - Last name input example, using 'Jane Doe' for English, adjusts per language
147 |       public static var lastNameExample: String {
148 |          String(localized: "TK.Placeholder.lastNameExample", defaultValue: "e.g. Doe", bundle: .module, comment: "Last name input example, using 'Jane Doe' for English, adjusts per language")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
149 |       }
150 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:148:97: error: cannot infer contextual base in reference to member 'module'
146 |       /// "e.g. Doe" - Last name input example, using 'Jane Doe' for English, adjusts per language
147 |       public static var lastNameExample: String {
148 |          String(localized: "TK.Placeholder.lastNameExample", defaultValue: "e.g. Doe", bundle: .module, comment: "Last name input example, using 'Jane Doe' for English, adjusts per language")
    |                                                                                                 `- error: cannot infer contextual base in reference to member 'module'
149 |       }
150 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:153:16: error: extra arguments at positions #3, #4 in call
151 |       /// "Loading…" - Placeholder when content is being fetched
152 |       public static var loadingDots: String {
153 |          String(localized: "TK.Placeholder.loadingDots", defaultValue: "Loading…", bundle: .module, comment: "Placeholder when content is being fetched")
    |                `- error: extra arguments at positions #3, #4 in call
154 |       }
155 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared 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:153:17: error: missing argument for parameter 'format' in call
151 |       /// "Loading…" - Placeholder when content is being fetched
152 |       public static var loadingDots: String {
153 |          String(localized: "TK.Placeholder.loadingDots", defaultValue: "Loading…", bundle: .module, comment: "Placeholder when content is being fetched")
    |                 `- error: missing argument for parameter 'format' in call
154 |       }
155 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared 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:153:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
151 |       /// "Loading…" - Placeholder when content is being fetched
152 |       public static var loadingDots: String {
153 |          String(localized: "TK.Placeholder.loadingDots", defaultValue: "Loading…", bundle: .module, comment: "Placeholder when content is being fetched")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
154 |       }
155 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:153:95: error: cannot infer contextual base in reference to member 'module'
151 |       /// "Loading…" - Placeholder when content is being fetched
152 |       public static var loadingDots: String {
153 |          String(localized: "TK.Placeholder.loadingDots", defaultValue: "Loading…", bundle: .module, comment: "Placeholder when content is being fetched")
    |                                                                                             `- error: cannot infer contextual base in reference to member 'module'
154 |       }
155 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:158:16: error: extra arguments at positions #3, #4 in call
156 |       /// "No results found…" - Placeholder when searches return no matches
157 |       public static var noResultsFoundDots: String {
158 |          String(localized: "TK.Placeholder.noResultsFoundDots", defaultValue: "No results found…", bundle: .module, comment: "Placeholder when searches return no matches")
    |                `- error: extra arguments at positions #3, #4 in call
159 |       }
160 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:158:17: error: missing argument for parameter 'format' in call
156 |       /// "No results found…" - Placeholder when searches return no matches
157 |       public static var noResultsFoundDots: String {
158 |          String(localized: "TK.Placeholder.noResultsFoundDots", defaultValue: "No results found…", bundle: .module, comment: "Placeholder when searches return no matches")
    |                 `- error: missing argument for parameter 'format' in call
159 |       }
160 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:158:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
156 |       /// "No results found…" - Placeholder when searches return no matches
157 |       public static var noResultsFoundDots: String {
158 |          String(localized: "TK.Placeholder.noResultsFoundDots", defaultValue: "No results found…", bundle: .module, comment: "Placeholder when searches return no matches")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
159 |       }
160 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:158:111: error: cannot infer contextual base in reference to member 'module'
156 |       /// "No results found…" - Placeholder when searches return no matches
157 |       public static var noResultsFoundDots: String {
158 |          String(localized: "TK.Placeholder.noResultsFoundDots", defaultValue: "No results found…", bundle: .module, comment: "Placeholder when searches return no matches")
    |                                                                                                             `- error: cannot infer contextual base in reference to member 'module'
159 |       }
160 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:163:16: error: extra arguments at positions #3, #4 in call
161 |       /// "Nothing here yet…" - Generic empty state hint
162 |       public static var nothingHereYetDots: String {
163 |          String(localized: "TK.Placeholder.nothingHereYetDots", defaultValue: "Nothing here yet…", bundle: .module, comment: "Generic empty state hint")
    |                `- error: extra arguments at positions #3, #4 in call
164 |       }
165 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:163:17: error: missing argument for parameter 'format' in call
161 |       /// "Nothing here yet…" - Generic empty state hint
162 |       public static var nothingHereYetDots: String {
163 |          String(localized: "TK.Placeholder.nothingHereYetDots", defaultValue: "Nothing here yet…", bundle: .module, comment: "Generic empty state hint")
    |                 `- error: missing argument for parameter 'format' in call
164 |       }
165 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:163:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
161 |       /// "Nothing here yet…" - Generic empty state hint
162 |       public static var nothingHereYetDots: String {
163 |          String(localized: "TK.Placeholder.nothingHereYetDots", defaultValue: "Nothing here yet…", bundle: .module, comment: "Generic empty state hint")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
164 |       }
165 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:163:111: error: cannot infer contextual base in reference to member 'module'
161 |       /// "Nothing here yet…" - Generic empty state hint
162 |       public static var nothingHereYetDots: String {
163 |          String(localized: "TK.Placeholder.nothingHereYetDots", defaultValue: "Nothing here yet…", bundle: .module, comment: "Generic empty state hint")
    |                                                                                                             `- error: cannot infer contextual base in reference to member 'module'
164 |       }
165 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:168:16: error: extra arguments at positions #3, #4 in call
166 |       /// "e.g. +1 (555) 123-4567" - Phone number input example, using +1 for English locale, adjusts pere region
167 |       public static var phoneExample: String {
168 |          String(localized: "TK.Placeholder.phoneExample", defaultValue: "e.g. +1 (555) 123-4567", bundle: .module, comment: "Phone number input example, using +1 for English, adjusts per region")
    |                `- error: extra arguments at positions #3, #4 in call
169 |       }
170 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:168:17: error: missing argument for parameter 'format' in call
166 |       /// "e.g. +1 (555) 123-4567" - Phone number input example, using +1 for English locale, adjusts pere region
167 |       public static var phoneExample: String {
168 |          String(localized: "TK.Placeholder.phoneExample", defaultValue: "e.g. +1 (555) 123-4567", bundle: .module, comment: "Phone number input example, using +1 for English, adjusts per region")
    |                 `- error: missing argument for parameter 'format' in call
169 |       }
170 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:168:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
166 |       /// "e.g. +1 (555) 123-4567" - Phone number input example, using +1 for English locale, adjusts pere region
167 |       public static var phoneExample: String {
168 |          String(localized: "TK.Placeholder.phoneExample", defaultValue: "e.g. +1 (555) 123-4567", bundle: .module, comment: "Phone number input example, using +1 for English, adjusts per region")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
169 |       }
170 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:168:108: error: cannot infer contextual base in reference to member 'module'
166 |       /// "e.g. +1 (555) 123-4567" - Phone number input example, using +1 for English locale, adjusts pere region
167 |       public static var phoneExample: String {
168 |          String(localized: "TK.Placeholder.phoneExample", defaultValue: "e.g. +1 (555) 123-4567", bundle: .module, comment: "Phone number input example, using +1 for English, adjusts per region")
    |                                                                                                            `- error: cannot infer contextual base in reference to member 'module'
169 |       }
170 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:173:16: error: extra arguments at positions #3, #4 in call
171 |       /// "Preparing…" - Shown when preparing content
172 |       public static var preparingDots: String {
173 |          String(localized: "TK.Placeholder.preparingDots", defaultValue: "Preparing…", bundle: .module, comment: "Shown when preparing content")
    |                `- error: extra arguments at positions #3, #4 in call
174 |       }
175 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:173:17: error: missing argument for parameter 'format' in call
171 |       /// "Preparing…" - Shown when preparing content
172 |       public static var preparingDots: String {
173 |          String(localized: "TK.Placeholder.preparingDots", defaultValue: "Preparing…", bundle: .module, comment: "Shown when preparing content")
    |                 `- error: missing argument for parameter 'format' in call
174 |       }
175 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:173:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
171 |       /// "Preparing…" - Shown when preparing content
172 |       public static var preparingDots: String {
173 |          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'
174 |       }
175 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:173:99: error: cannot infer contextual base in reference to member 'module'
171 |       /// "Preparing…" - Shown when preparing content
172 |       public static var preparingDots: String {
173 |          String(localized: "TK.Placeholder.preparingDots", defaultValue: "Preparing…", bundle: .module, comment: "Shown when preparing content")
    |                                                                                                 `- error: cannot infer contextual base in reference to member 'module'
174 |       }
175 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:178:16: error: extra arguments at positions #3, #4 in call
176 |       /// "Processing" - Shown during ongoing operations
177 |       public static var processing: String {
178 |          String(localized: "TK.Placeholder.processing", defaultValue: "Processing", bundle: .module, comment: "Shown during ongoing operations")
    |                `- 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 |       /// "Processing" - Shown during ongoing operations
177 |       public static var processing: String {
178 |          String(localized: "TK.Placeholder.processing", defaultValue: "Processing", bundle: .module, comment: "Shown during ongoing operations")
    |                 `- 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 |       /// "Processing" - Shown during ongoing operations
177 |       public static var processing: String {
178 |          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'
179 |       }
180 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:178:94: error: cannot infer contextual base in reference to member 'module'
176 |       /// "Processing" - Shown during ongoing operations
177 |       public static var processing: String {
178 |          String(localized: "TK.Placeholder.processing", defaultValue: "Processing", bundle: .module, comment: "Shown during ongoing operations")
    |                                                                                              `- 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 |       /// "Processing…" - Shown during background operations
182 |       public static var processingDots: String {
183 |          String(localized: "TK.Placeholder.processingDots", defaultValue: "Processing…", bundle: .module, comment: "Shown during background operations")
    |                `- error: extra arguments at positions #3, #4 in call
184 |       }
185 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:183:17: error: missing argument for parameter 'format' in call
181 |       /// "Processing…" - Shown during background operations
182 |       public static var processingDots: String {
183 |          String(localized: "TK.Placeholder.processingDots", defaultValue: "Processing…", bundle: .module, comment: "Shown during background operations")
    |                 `- error: missing argument for parameter 'format' in call
184 |       }
185 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:183:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
181 |       /// "Processing…" - Shown during background operations
182 |       public static var processingDots: String {
183 |          String(localized: "TK.Placeholder.processingDots", defaultValue: "Processing…", bundle: .module, comment: "Shown during background operations")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
184 |       }
185 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:183:101: error: cannot infer contextual base in reference to member 'module'
181 |       /// "Processing…" - Shown during background operations
182 |       public static var processingDots: String {
183 |          String(localized: "TK.Placeholder.processingDots", defaultValue: "Processing…", bundle: .module, comment: "Shown during background operations")
    |                                                                                                   `- error: cannot infer contextual base in reference to member 'module'
184 |       }
185 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:188:16: error: extra arguments at positions #3, #4 in call
186 |       /// "Processing request…" - Request processing state
187 |       public static var processingRequestDots: String {
188 |          String(localized: "TK.Placeholder.processingRequestDots", defaultValue: "Processing request…", bundle: .module, comment: "Request processing state")
    |                `- error: extra arguments at positions #3, #4 in call
189 |       }
190 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:188:17: error: missing argument for parameter 'format' in call
186 |       /// "Processing request…" - Request processing state
187 |       public static var processingRequestDots: String {
188 |          String(localized: "TK.Placeholder.processingRequestDots", defaultValue: "Processing request…", bundle: .module, comment: "Request processing state")
    |                 `- error: missing argument for parameter 'format' in call
189 |       }
190 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:188:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
186 |       /// "Processing request…" - Request processing state
187 |       public static var processingRequestDots: String {
188 |          String(localized: "TK.Placeholder.processingRequestDots", defaultValue: "Processing request…", bundle: .module, comment: "Request processing state")
    |                            `- error: cannot convert value of type 'String' to expected argument type 'Locale'
189 |       }
190 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:188:116: error: cannot infer contextual base in reference to member 'module'
186 |       /// "Processing request…" - Request processing state
187 |       public static var processingRequestDots: String {
188 |          String(localized: "TK.Placeholder.processingRequestDots", defaultValue: "Processing request…", bundle: .module, comment: "Request processing state")
    |                                                                                                                  `- error: cannot infer contextual base in reference to member 'module'
189 |       }
190 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:193:16: error: extra arguments at positions #3, #4 in call
191 |       /// "Refreshing…" - Shown when updating content
192 |       public static var refreshingDots: String {
193 |          String(localized: "TK.Placeholder.refreshingDots", defaultValue: "Refreshing…", bundle: .module, comment: "Shown when updating 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 |       /// "Refreshing…" - Shown when updating content
192 |       public static var refreshingDots: String {
193 |          String(localized: "TK.Placeholder.refreshingDots", defaultValue: "Refreshing…", bundle: .module, comment: "Shown when updating 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 |       /// "Refreshing…" - Shown when updating content
192 |       public static var refreshingDots: String {
193 |          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'
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 |       /// "Refreshing…" - Shown when updating content
192 |       public static var refreshingDots: String {
193 |          String(localized: "TK.Placeholder.refreshingDots", defaultValue: "Refreshing…", bundle: .module, comment: "Shown when updating 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 |       /// "Saving…" - Shown when saving content
197 |       public static var savingDots: String {
198 |          String(localized: "TK.Placeholder.savingDots", defaultValue: "Saving…", bundle: .module, comment: "Shown when saving content")
    |                `- 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 |       /// "Saving…" - Shown when saving content
197 |       public static var savingDots: String {
198 |          String(localized: "TK.Placeholder.savingDots", defaultValue: "Saving…", bundle: .module, comment: "Shown when saving content")
    |                 `- 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 |       /// "Saving…" - Shown when saving content
197 |       public static var savingDots: String {
198 |          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'
199 |       }
200 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:198:93: error: cannot infer contextual base in reference to member 'module'
196 |       /// "Saving…" - Shown when saving content
197 |       public static var savingDots: String {
198 |          String(localized: "TK.Placeholder.savingDots", defaultValue: "Saving…", bundle: .module, comment: "Shown when saving content")
    |                                                                                           `- 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 |       /// "Search by name…" - Input hint for name search
202 |       public static var searchByNameDots: String {
203 |          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
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 |       /// "Search by name…" - Input hint for name search
202 |       public static var searchByNameDots: String {
203 |          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
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 |       /// "Search by name…" - Input hint for name search
202 |       public static var searchByNameDots: String {
203 |          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'
204 |       }
205 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:203:107: error: cannot infer contextual base in reference to member 'module'
201 |       /// "Search by name…" - Input hint for name search
202 |       public static var searchByNameDots: String {
203 |          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'
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 |       /// "Search…" - Generic placeholder for search fields
207 |       public static var searchDots: String {
208 |          String(localized: "TK.Placeholder.searchDots", defaultValue: "Search…", bundle: .module, comment: "Generic placeholder for search fields")
    |                `- error: extra arguments at positions #3, #4 in call
209 |       }
210 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:208:17: error: missing argument for parameter 'format' in call
206 |       /// "Search…" - Generic placeholder for search fields
207 |       public static var searchDots: String {
208 |          String(localized: "TK.Placeholder.searchDots", defaultValue: "Search…", bundle: .module, comment: "Generic placeholder for search fields")
    |                 `- error: missing argument for parameter 'format' in call
209 |       }
210 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:208:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
206 |       /// "Search…" - Generic placeholder for search fields
207 |       public static var searchDots: String {
208 |          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'
209 |       }
210 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:208:93: error: cannot infer contextual base in reference to member 'module'
206 |       /// "Search…" - Generic placeholder for search fields
207 |       public static var searchDots: String {
208 |          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'
209 |       }
210 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:213:16: error: extra arguments at positions #3, #4 in call
211 |       /// "Searching…" - Search in progress state
212 |       public static var searchingDots: String {
213 |          String(localized: "TK.Placeholder.searchingDots", defaultValue: "Searching…", bundle: .module, comment: "Search in progress state")
    |                `- error: extra arguments at positions #3, #4 in call
214 |       }
215 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:213:17: error: missing argument for parameter 'format' in call
211 |       /// "Searching…" - Search in progress state
212 |       public static var searchingDots: String {
213 |          String(localized: "TK.Placeholder.searchingDots", defaultValue: "Searching…", bundle: .module, comment: "Search in progress state")
    |                 `- error: missing argument for parameter 'format' in call
214 |       }
215 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:213:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
211 |       /// "Searching…" - Search in progress state
212 |       public static var searchingDots: String {
213 |          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'
214 |       }
215 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:213:99: error: cannot infer contextual base in reference to member 'module'
211 |       /// "Searching…" - Search in progress state
212 |       public static var searchingDots: String {
213 |          String(localized: "TK.Placeholder.searchingDots", defaultValue: "Searching…", bundle: .module, comment: "Search in progress state")
    |                                                                                                 `- error: cannot infer contextual base in reference to member 'module'
214 |       }
215 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:218:16: error: extra arguments at positions #3, #4 in call
216 |       /// "Select time…" - Time selection hint
217 |       public static var selectTimeDots: String {
218 |          String(localized: "TK.Placeholder.selectTimeDots", defaultValue: "Select time…", bundle: .module, comment: "Time selection hint")
    |                `- error: extra arguments at positions #3, #4 in call
219 |       }
220 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:218:17: error: missing argument for parameter 'format' in call
216 |       /// "Select time…" - Time selection hint
217 |       public static var selectTimeDots: String {
218 |          String(localized: "TK.Placeholder.selectTimeDots", defaultValue: "Select time…", bundle: .module, comment: "Time selection hint")
    |                 `- error: missing argument for parameter 'format' in call
219 |       }
220 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:218:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
216 |       /// "Select time…" - Time selection hint
217 |       public static var selectTimeDots: String {
218 |          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'
219 |       }
220 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:218:102: error: cannot infer contextual base in reference to member 'module'
216 |       /// "Select time…" - Time selection hint
217 |       public static var selectTimeDots: String {
218 |          String(localized: "TK.Placeholder.selectTimeDots", defaultValue: "Select time…", bundle: .module, comment: "Time selection hint")
    |                                                                                                    `- error: cannot infer contextual base in reference to member 'module'
219 |       }
220 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:223:16: error: extra arguments at positions #3, #4 in call
221 |       /// "Sending…" - Shown when sending data
222 |       public static var sendingDots: String {
223 |          String(localized: "TK.Placeholder.sendingDots", defaultValue: "Sending…", bundle: .module, comment: "Shown when sending data")
    |                `- error: extra arguments at positions #3, #4 in call
224 |       }
225 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:223:17: error: missing argument for parameter 'format' in call
221 |       /// "Sending…" - Shown when sending data
222 |       public static var sendingDots: String {
223 |          String(localized: "TK.Placeholder.sendingDots", defaultValue: "Sending…", bundle: .module, comment: "Shown when sending data")
    |                 `- error: missing argument for parameter 'format' in call
224 |       }
225 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:223:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
221 |       /// "Sending…" - Shown when sending data
222 |       public static var sendingDots: String {
223 |          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'
224 |       }
225 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:223:95: error: cannot infer contextual base in reference to member 'module'
221 |       /// "Sending…" - Shown when sending data
222 |       public static var sendingDots: String {
223 |          String(localized: "TK.Placeholder.sendingDots", defaultValue: "Sending…", bundle: .module, comment: "Shown when sending data")
    |                                                                                             `- error: cannot infer contextual base in reference to member 'module'
224 |       }
225 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:228:16: error: extra arguments at positions #3, #4 in call
226 |       /// "Syncing…" - Shown during synchronization
227 |       public static var syncingDots: String {
228 |          String(localized: "TK.Placeholder.syncingDots", defaultValue: "Syncing…", bundle: .module, comment: "Shown during synchronization")
    |                `- error: extra arguments at positions #3, #4 in call
229 |       }
230 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:228:17: error: missing argument for parameter 'format' in call
226 |       /// "Syncing…" - Shown during synchronization
227 |       public static var syncingDots: String {
228 |          String(localized: "TK.Placeholder.syncingDots", defaultValue: "Syncing…", bundle: .module, comment: "Shown during synchronization")
    |                 `- error: missing argument for parameter 'format' in call
229 |       }
230 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:228:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
226 |       /// "Syncing…" - Shown during synchronization
227 |       public static var syncingDots: String {
228 |          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'
229 |       }
230 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:228:95: error: cannot infer contextual base in reference to member 'module'
226 |       /// "Syncing…" - Shown during synchronization
227 |       public static var syncingDots: String {
228 |          String(localized: "TK.Placeholder.syncingDots", defaultValue: "Syncing…", bundle: .module, comment: "Shown during synchronization")
    |                                                                                             `- error: cannot infer contextual base in reference to member 'module'
229 |       }
230 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:233:16: error: extra arguments at positions #3, #4 in call
231 |       /// "Updating…" - Shown during updates
232 |       public static var updatingDots: String {
233 |          String(localized: "TK.Placeholder.updatingDots", defaultValue: "Updating…", bundle: .module, comment: "Shown during updates")
    |                `- error: extra arguments at positions #3, #4 in call
234 |       }
235 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:233:17: error: missing argument for parameter 'format' in call
231 |       /// "Updating…" - Shown during updates
232 |       public static var updatingDots: String {
233 |          String(localized: "TK.Placeholder.updatingDots", defaultValue: "Updating…", bundle: .module, comment: "Shown during updates")
    |                 `- error: missing argument for parameter 'format' in call
234 |       }
235 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
  |        `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:233:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
231 |       /// "Updating…" - Shown during updates
232 |       public static var updatingDots: String {
233 |          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'
234 |       }
235 |
BUILD FAILURE 6.1 wasm