Build Information
Failed to build TranslateKit, reference 1.3.0 (d65b1a
), with Swift 6.1 for Wasm on 1 Sep 2025 18:29:00 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
| `- error: missing argument for parameter 'format' in call
499 | }
500 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:498:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
496 | /// "View" - Use for examining content in detail
497 | public static var view: String {
498 | String(localized: "TK.Action.view", defaultValue: "View", bundle: .module, comment: "Use for examining content in detail")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
499 | }
500 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:498:77: error: cannot infer contextual base in reference to member 'module'
496 | /// "View" - Use for examining content in detail
497 | public static var view: String {
498 | String(localized: "TK.Action.view", defaultValue: "View", bundle: .module, comment: "Use for examining content in detail")
| `- error: cannot infer contextual base in reference to member 'module'
499 | }
500 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:503:16: error: extra arguments at positions #3, #4 in call
501 | /// "Yes" - Use for positive responses or confirmations
502 | public static var yes: String {
503 | String(localized: "TK.Action.yes", defaultValue: "Yes", bundle: .module, comment: "Use for positive responses or confirmations")
| `- error: extra arguments at positions #3, #4 in call
504 | }
505 | }
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:503:17: error: missing argument for parameter 'format' in call
501 | /// "Yes" - Use for positive responses or confirmations
502 | public static var yes: String {
503 | String(localized: "TK.Action.yes", defaultValue: "Yes", bundle: .module, comment: "Use for positive responses or confirmations")
| `- error: missing argument for parameter 'format' in call
504 | }
505 | }
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:503:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
501 | /// "Yes" - Use for positive responses or confirmations
502 | public static var yes: String {
503 | String(localized: "TK.Action.yes", defaultValue: "Yes", bundle: .module, comment: "Use for positive responses or confirmations")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
504 | }
505 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:503:75: error: cannot infer contextual base in reference to member 'module'
501 | /// "Yes" - Use for positive responses or confirmations
502 | public static var yes: String {
503 | String(localized: "TK.Action.yes", defaultValue: "Yes", bundle: .module, comment: "Use for positive responses or confirmations")
| `- error: cannot infer contextual base in reference to member 'module'
504 | }
505 | }
[36/114] Compiling TranslateKitLite TK+Label.swift
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:8:16: error: extra arguments at positions #3, #4 in call
6 | /// "Account" - Use to label sections related to user accounts
7 | public static var account: String {
8 | String(localized: "TK.Label.account", defaultValue: "Account", bundle: .module, comment: "Use to label sections related to user accounts")
| `- error: extra arguments at positions #3, #4 in call
9 | }
10 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:8:17: error: missing argument for parameter 'format' in call
6 | /// "Account" - Use to label sections related to user accounts
7 | public static var account: String {
8 | String(localized: "TK.Label.account", defaultValue: "Account", bundle: .module, comment: "Use to label sections related to user accounts")
| `- error: missing argument for parameter 'format' in call
9 | }
10 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:8:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
6 | /// "Account" - Use to label sections related to user accounts
7 | public static var account: String {
8 | String(localized: "TK.Label.account", defaultValue: "Account", bundle: .module, comment: "Use to label sections related to user accounts")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
9 | }
10 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:8:82: error: cannot infer contextual base in reference to member 'module'
6 | /// "Account" - Use to label sections related to user accounts
7 | public static var account: String {
8 | String(localized: "TK.Label.account", defaultValue: "Account", bundle: .module, comment: "Use to label sections related to user accounts")
| `- error: cannot infer contextual base in reference to member 'module'
9 | }
10 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:13:16: error: extra arguments at positions #3, #4 in call
11 | /// "Accounts" - Use when referring to multiple user accounts
12 | public static var accounts: String {
13 | String(localized: "TK.Label.accounts", defaultValue: "Accounts", bundle: .module, comment: "Use when referring to multiple user accounts")
| `- error: extra arguments at positions #3, #4 in call
14 | }
15 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:13:17: error: missing argument for parameter 'format' in call
11 | /// "Accounts" - Use when referring to multiple user accounts
12 | public static var accounts: String {
13 | String(localized: "TK.Label.accounts", defaultValue: "Accounts", bundle: .module, comment: "Use when referring to multiple user accounts")
| `- error: missing argument for parameter 'format' in call
14 | }
15 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:13:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
11 | /// "Accounts" - Use when referring to multiple user accounts
12 | public static var accounts: String {
13 | String(localized: "TK.Label.accounts", defaultValue: "Accounts", bundle: .module, comment: "Use when referring to multiple user accounts")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
14 | }
15 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:13:84: error: cannot infer contextual base in reference to member 'module'
11 | /// "Accounts" - Use when referring to multiple user accounts
12 | public static var accounts: String {
13 | String(localized: "TK.Label.accounts", defaultValue: "Accounts", bundle: .module, comment: "Use when referring to multiple user accounts")
| `- error: cannot infer contextual base in reference to member 'module'
14 | }
15 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:18:16: error: extra arguments at positions #3, #4 in call
16 | /// "Account Settings" - Use for sections that manage account preferences
17 | public static var accountSettings: String {
18 | String(
| `- error: extra arguments at positions #3, #4 in call
19 | localized: "TK.Label.accountSettings",
20 | defaultValue: "Account Settings",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:19:13: error: missing argument for parameter 'format' in call
17 | public static var accountSettings: String {
18 | String(
19 | localized: "TK.Label.accountSettings",
| `- error: missing argument for parameter 'format' in call
20 | defaultValue: "Account Settings",
21 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:19:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
17 | public static var accountSettings: String {
18 | String(
19 | localized: "TK.Label.accountSettings",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
20 | defaultValue: "Account Settings",
21 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:21:22: error: cannot infer contextual base in reference to member 'module'
19 | localized: "TK.Label.accountSettings",
20 | defaultValue: "Account Settings",
21 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
22 | comment: "Use for sections that manage account preferences"
23 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:28:16: error: extra arguments at positions #3, #4 in call
26 | /// "Active" - Use for status indicators showing an active state
27 | public static var active: String {
28 | String(localized: "TK.Label.active", defaultValue: "Active", bundle: .module, comment: "Use for status indicators showing an active state")
| `- error: extra arguments at positions #3, #4 in call
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/Sources/TranslateKitLite/TK+Label.swift:28:17: error: missing argument for parameter 'format' in call
26 | /// "Active" - Use for status indicators showing an active state
27 | public static var active: String {
28 | String(localized: "TK.Label.active", defaultValue: "Active", bundle: .module, comment: "Use for status indicators showing an active state")
| `- error: missing argument for parameter 'format' in call
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/Sources/TranslateKitLite/TK+Label.swift:28:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
26 | /// "Active" - Use for status indicators showing an active state
27 | public static var active: String {
28 | String(localized: "TK.Label.active", defaultValue: "Active", bundle: .module, comment: "Use for status indicators showing an active state")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
29 | }
30 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:28:80: error: cannot infer contextual base in reference to member 'module'
26 | /// "Active" - Use for status indicators showing an active state
27 | public static var active: String {
28 | String(localized: "TK.Label.active", defaultValue: "Active", bundle: .module, comment: "Use for status indicators showing an active state")
| `- error: cannot infer contextual base in reference to member 'module'
29 | }
30 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:33:16: error: extra arguments at positions #3, #4 in call
31 | /// "Activities" - Use for sections related to recent or ongoing actions
32 | public static var activities: String {
33 | String(
| `- error: extra arguments at positions #3, #4 in call
34 | localized: "TK.Label.activities",
35 | defaultValue: "Activities",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:34:13: error: missing argument for parameter 'format' in call
32 | public static var activities: String {
33 | String(
34 | localized: "TK.Label.activities",
| `- error: missing argument for parameter 'format' in call
35 | defaultValue: "Activities",
36 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:34:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
32 | public static var activities: String {
33 | String(
34 | localized: "TK.Label.activities",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
35 | defaultValue: "Activities",
36 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:36:22: error: cannot infer contextual base in reference to member 'module'
34 | localized: "TK.Label.activities",
35 | defaultValue: "Activities",
36 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
37 | comment: "Use for sections related to recent or ongoing actions"
38 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:43:16: error: extra arguments at positions #3, #4 in call
41 | /// "Activity" - Use to describe a single event or logged action
42 | public static var activity: String {
43 | String(localized: "TK.Label.activity", defaultValue: "Activity", bundle: .module, comment: "Use to describe a single event or logged action")
| `- error: extra arguments at positions #3, #4 in call
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/Sources/TranslateKitLite/TK+Label.swift:43:17: error: missing argument for parameter 'format' in call
41 | /// "Activity" - Use to describe a single event or logged action
42 | public static var activity: String {
43 | String(localized: "TK.Label.activity", defaultValue: "Activity", bundle: .module, comment: "Use to describe a single event or logged action")
| `- error: missing argument for parameter 'format' in call
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/Sources/TranslateKitLite/TK+Label.swift:43:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
41 | /// "Activity" - Use to describe a single event or logged action
42 | public static var activity: String {
43 | String(localized: "TK.Label.activity", defaultValue: "Activity", bundle: .module, comment: "Use to describe a single event or logged action")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
44 | }
45 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:43:84: error: cannot infer contextual base in reference to member 'module'
41 | /// "Activity" - Use to describe a single event or logged action
42 | public static var activity: String {
43 | String(localized: "TK.Label.activity", defaultValue: "Activity", bundle: .module, comment: "Use to describe a single event or logged action")
| `- error: cannot infer contextual base in reference to member 'module'
44 | }
45 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:48:16: error: extra arguments at positions #3, #4 in call
46 | /// "Alert" - Use for warning messages or critical notifications
47 | public static var alert: String {
48 | String(localized: "TK.Label.alert", defaultValue: "Alert", bundle: .module, comment: "Use for warning messages or critical notifications")
| `- error: extra arguments at positions #3, #4 in call
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/Sources/TranslateKitLite/TK+Label.swift:48:17: error: missing argument for parameter 'format' in call
46 | /// "Alert" - Use for warning messages or critical notifications
47 | public static var alert: String {
48 | String(localized: "TK.Label.alert", defaultValue: "Alert", bundle: .module, comment: "Use for warning messages or critical notifications")
| `- error: missing argument for parameter 'format' in call
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/Sources/TranslateKitLite/TK+Label.swift:48:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
46 | /// "Alert" - Use for warning messages or critical notifications
47 | public static var alert: String {
48 | String(localized: "TK.Label.alert", defaultValue: "Alert", bundle: .module, comment: "Use for warning messages or critical notifications")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
49 | }
50 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:48:78: error: cannot infer contextual base in reference to member 'module'
46 | /// "Alert" - Use for warning messages or critical notifications
47 | public static var alert: String {
48 | String(localized: "TK.Label.alert", defaultValue: "Alert", bundle: .module, comment: "Use for warning messages or critical notifications")
| `- error: cannot infer contextual base in reference to member 'module'
49 | }
50 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:53:16: error: extra arguments at positions #3, #4 in call
51 | /// "All" - Use when displaying everything in a given category
52 | public static var all: String {
53 | String(localized: "TK.Label.all", defaultValue: "All", bundle: .module, comment: "Use when displaying everything in a given category")
| `- error: extra arguments at positions #3, #4 in call
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/Sources/TranslateKitLite/TK+Label.swift:53:17: error: missing argument for parameter 'format' in call
51 | /// "All" - Use when displaying everything in a given category
52 | public static var all: String {
53 | String(localized: "TK.Label.all", defaultValue: "All", bundle: .module, comment: "Use when displaying everything in a given category")
| `- error: missing argument for parameter 'format' in call
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/Sources/TranslateKitLite/TK+Label.swift:53:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
51 | /// "All" - Use when displaying everything in a given category
52 | public static var all: String {
53 | String(localized: "TK.Label.all", defaultValue: "All", bundle: .module, comment: "Use when displaying everything in a given category")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
54 | }
55 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:53:74: error: cannot infer contextual base in reference to member 'module'
51 | /// "All" - Use when displaying everything in a given category
52 | public static var all: String {
53 | String(localized: "TK.Label.all", defaultValue: "All", bundle: .module, comment: "Use when displaying everything in a given category")
| `- error: cannot infer contextual base in reference to member 'module'
54 | }
55 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:58:16: error: extra arguments at positions #3, #4 in call
56 | /// "Amount" - Use when displaying numerical values, such as prices or balances
57 | public static var amount: String {
58 | String(
| `- error: extra arguments at positions #3, #4 in call
59 | localized: "TK.Label.amount",
60 | defaultValue: "Amount",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:59:13: error: missing argument for parameter 'format' in call
57 | public static var amount: String {
58 | String(
59 | localized: "TK.Label.amount",
| `- error: missing argument for parameter 'format' in call
60 | defaultValue: "Amount",
61 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:59:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
57 | public static var amount: String {
58 | String(
59 | localized: "TK.Label.amount",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
60 | defaultValue: "Amount",
61 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:61:22: error: cannot infer contextual base in reference to member 'module'
59 | localized: "TK.Label.amount",
60 | defaultValue: "Amount",
61 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
62 | comment: "Use when displaying numerical values, such as prices or balances"
63 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:68:16: error: extra arguments at positions #3, #4 in call
66 | /// "App" - Use when referring to an application generically
67 | public static var app: String {
68 | String(localized: "TK.Label.app", defaultValue: "App", bundle: .module, comment: "Use when referring to an application generically")
| `- error: extra arguments at positions #3, #4 in call
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/Sources/TranslateKitLite/TK+Label.swift:68:17: error: missing argument for parameter 'format' in call
66 | /// "App" - Use when referring to an application generically
67 | public static var app: String {
68 | String(localized: "TK.Label.app", defaultValue: "App", bundle: .module, comment: "Use when referring to an application generically")
| `- error: missing argument for parameter 'format' in call
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/Sources/TranslateKitLite/TK+Label.swift:68:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
66 | /// "App" - Use when referring to an application generically
67 | public static var app: String {
68 | String(localized: "TK.Label.app", defaultValue: "App", bundle: .module, comment: "Use when referring to an application generically")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
69 | }
70 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:68:74: error: cannot infer contextual base in reference to member 'module'
66 | /// "App" - Use when referring to an application generically
67 | public static var app: String {
68 | String(localized: "TK.Label.app", defaultValue: "App", bundle: .module, comment: "Use when referring to an application generically")
| `- error: cannot infer contextual base in reference to member 'module'
69 | }
70 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:73:16: error: extra arguments at positions #3, #4 in call
71 | /// "Automatic" - Use to label features that function without manual input
72 | public static var automatic: String {
73 | String(
| `- error: extra arguments at positions #3, #4 in call
74 | localized: "TK.Label.automatic",
75 | defaultValue: "Automatic",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:74:13: error: missing argument for parameter 'format' in call
72 | public static var automatic: String {
73 | String(
74 | localized: "TK.Label.automatic",
| `- error: missing argument for parameter 'format' in call
75 | defaultValue: "Automatic",
76 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:74:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
72 | public static var automatic: String {
73 | String(
74 | localized: "TK.Label.automatic",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
75 | defaultValue: "Automatic",
76 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:76:22: error: cannot infer contextual base in reference to member 'module'
74 | localized: "TK.Label.automatic",
75 | defaultValue: "Automatic",
76 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
77 | comment: "Use to label features that function without manual input"
78 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:83:16: error: extra arguments at positions #3, #4 in call
81 | /// "Available" - Use when indicating availability of items or users
82 | public static var available: String {
83 | String(
| `- error: extra arguments at positions #3, #4 in call
84 | localized: "TK.Label.available",
85 | defaultValue: "Available",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:84:13: error: missing argument for parameter 'format' in call
82 | public static var available: String {
83 | String(
84 | localized: "TK.Label.available",
| `- error: missing argument for parameter 'format' in call
85 | defaultValue: "Available",
86 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:84:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
82 | public static var available: String {
83 | String(
84 | localized: "TK.Label.available",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
85 | defaultValue: "Available",
86 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:86:22: error: cannot infer contextual base in reference to member 'module'
84 | localized: "TK.Label.available",
85 | defaultValue: "Available",
86 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
87 | comment: "Use when indicating availability of items or users"
88 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:93:16: error: extra arguments at positions #3, #4 in call
91 | /// "Background" - Use for display or app activity settings related to background processes
92 | public static var background: String {
93 | String(
| `- error: extra arguments at positions #3, #4 in call
94 | localized: "TK.Label.background",
95 | defaultValue: "Background",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:94:13: error: missing argument for parameter 'format' in call
92 | public static var background: String {
93 | String(
94 | localized: "TK.Label.background",
| `- error: missing argument for parameter 'format' in call
95 | defaultValue: "Background",
96 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:94:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
92 | public static var background: String {
93 | String(
94 | localized: "TK.Label.background",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
95 | defaultValue: "Background",
96 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:96:22: error: cannot infer contextual base in reference to member 'module'
94 | localized: "TK.Label.background",
95 | defaultValue: "Background",
96 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
97 | comment: "Use for display or app activity settings related to background processes"
98 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:103:16: error: extra arguments at positions #3, #4 in call
101 | /// "Category" - Use for a single classification of content
102 | public static var category: String {
103 | String(localized: "TK.Label.category", defaultValue: "Category", bundle: .module, comment: "Use for a single classification of content")
| `- error: extra arguments at positions #3, #4 in call
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/Sources/TranslateKitLite/TK+Label.swift:103:17: error: missing argument for parameter 'format' in call
101 | /// "Category" - Use for a single classification of content
102 | public static var category: String {
103 | String(localized: "TK.Label.category", defaultValue: "Category", bundle: .module, comment: "Use for a single classification of content")
| `- error: missing argument for parameter 'format' in call
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/Sources/TranslateKitLite/TK+Label.swift:103:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
101 | /// "Category" - Use for a single classification of content
102 | public static var category: String {
103 | String(localized: "TK.Label.category", defaultValue: "Category", bundle: .module, comment: "Use for a single classification of content")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
104 | }
105 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:103:84: error: cannot infer contextual base in reference to member 'module'
101 | /// "Category" - Use for a single classification of content
102 | public static var category: String {
103 | String(localized: "TK.Label.category", defaultValue: "Category", bundle: .module, comment: "Use for a single classification of content")
| `- error: cannot infer contextual base in reference to member 'module'
104 | }
105 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:108:16: error: extra arguments at positions #3, #4 in call
106 | /// "Color" - Use for settings that modify colors
107 | public static var color: String {
108 | String(localized: "TK.Label.color", defaultValue: "Color", bundle: .module, comment: "Use for settings that modify colors")
| `- error: extra arguments at positions #3, #4 in call
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/Sources/TranslateKitLite/TK+Label.swift:108:17: error: missing argument for parameter 'format' in call
106 | /// "Color" - Use for settings that modify colors
107 | public static var color: String {
108 | String(localized: "TK.Label.color", defaultValue: "Color", bundle: .module, comment: "Use for settings that modify colors")
| `- 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/Sources/TranslateKitLite/TK+Label.swift:108:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
106 | /// "Color" - Use for settings that modify colors
107 | public static var color: String {
108 | String(localized: "TK.Label.color", defaultValue: "Color", bundle: .module, comment: "Use for settings that modify colors")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
109 | }
110 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:108:78: error: cannot infer contextual base in reference to member 'module'
106 | /// "Color" - Use for settings that modify colors
107 | public static var color: String {
108 | String(localized: "TK.Label.color", defaultValue: "Color", bundle: .module, comment: "Use for settings that modify colors")
| `- error: cannot infer contextual base in reference to member 'module'
109 | }
110 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:113:16: error: extra arguments at positions #3, #4 in call
111 | /// "Configuration" - Use for system or app settings options
112 | public static var configuration: String {
113 | String(
| `- error: extra arguments at positions #3, #4 in call
114 | localized: "TK.Label.configuration",
115 | defaultValue: "Configuration",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:114:13: error: missing argument for parameter 'format' in call
112 | public static var configuration: String {
113 | String(
114 | localized: "TK.Label.configuration",
| `- error: missing argument for parameter 'format' in call
115 | defaultValue: "Configuration",
116 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:114:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
112 | public static var configuration: String {
113 | String(
114 | localized: "TK.Label.configuration",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
115 | defaultValue: "Configuration",
116 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:116:22: error: cannot infer contextual base in reference to member 'module'
114 | localized: "TK.Label.configuration",
115 | defaultValue: "Configuration",
116 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
117 | comment: "Use for system or app settings options"
118 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:123:16: error: extra arguments at positions #3, #4 in call
121 | /// "Content" - Use when referring to general media or textual elements
122 | public static var content: String {
123 | String(
| `- error: extra arguments at positions #3, #4 in call
124 | localized: "TK.Label.content",
125 | defaultValue: "Content",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:124:13: error: missing argument for parameter 'format' in call
122 | public static var content: String {
123 | String(
124 | localized: "TK.Label.content",
| `- error: missing argument for parameter 'format' in call
125 | defaultValue: "Content",
126 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:124:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
122 | public static var content: String {
123 | String(
124 | localized: "TK.Label.content",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
125 | defaultValue: "Content",
126 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:126:22: error: cannot infer contextual base in reference to member 'module'
124 | localized: "TK.Label.content",
125 | defaultValue: "Content",
126 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
127 | comment: "Use when referring to general media or textual elements"
128 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:133:16: error: extra arguments at positions #3, #4 in call
131 | /// "Current" - Use for indicating present state or selection
132 | public static var current: String {
133 | String(localized: "TK.Label.current", defaultValue: "Current", bundle: .module, comment: "Use for indicating present state or selection")
| `- 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/Sources/TranslateKitLite/TK+Label.swift:133:17: error: missing argument for parameter 'format' in call
131 | /// "Current" - Use for indicating present state or selection
132 | public static var current: String {
133 | String(localized: "TK.Label.current", defaultValue: "Current", bundle: .module, comment: "Use for indicating present state or selection")
| `- 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/Sources/TranslateKitLite/TK+Label.swift:133:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
131 | /// "Current" - Use for indicating present state or selection
132 | public static var current: String {
133 | String(localized: "TK.Label.current", defaultValue: "Current", bundle: .module, comment: "Use for indicating present state or selection")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
134 | }
135 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:133:82: error: cannot infer contextual base in reference to member 'module'
131 | /// "Current" - Use for indicating present state or selection
132 | public static var current: String {
133 | String(localized: "TK.Label.current", defaultValue: "Current", bundle: .module, comment: "Use for indicating present state or selection")
| `- error: cannot infer contextual base in reference to member 'module'
134 | }
135 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:138:16: error: extra arguments at positions #3, #4 in call
136 | /// "Custom" - Use for user-defined settings or preferences
137 | public static var custom: String {
138 | String(localized: "TK.Label.custom", defaultValue: "Custom", bundle: .module, comment: "Use for user-defined settings or preferences")
| `- error: extra arguments at positions #3, #4 in call
139 | }
140 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:138:17: error: missing argument for parameter 'format' in call
136 | /// "Custom" - Use for user-defined settings or preferences
137 | public static var custom: String {
138 | String(localized: "TK.Label.custom", defaultValue: "Custom", bundle: .module, comment: "Use for user-defined settings or preferences")
| `- error: missing argument for parameter 'format' in call
139 | }
140 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:138:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
136 | /// "Custom" - Use for user-defined settings or preferences
137 | public static var custom: String {
138 | String(localized: "TK.Label.custom", defaultValue: "Custom", bundle: .module, comment: "Use for user-defined settings or preferences")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
139 | }
140 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:138:80: error: cannot infer contextual base in reference to member 'module'
136 | /// "Custom" - Use for user-defined settings or preferences
137 | public static var custom: String {
138 | String(localized: "TK.Label.custom", defaultValue: "Custom", bundle: .module, comment: "Use for user-defined settings or preferences")
| `- error: cannot infer contextual base in reference to member 'module'
139 | }
140 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:143:16: error: extra arguments at positions #3, #4 in call
141 | /// "Data" - Use for information storage and management
142 | public static var data: String {
143 | String(localized: "TK.Label.data", defaultValue: "Data", bundle: .module, comment: "Use for information storage and management")
| `- 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/Sources/TranslateKitLite/TK+Label.swift:143:17: error: missing argument for parameter 'format' in call
141 | /// "Data" - Use for information storage and management
142 | public static var data: String {
143 | String(localized: "TK.Label.data", defaultValue: "Data", bundle: .module, comment: "Use for information storage and management")
| `- 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/Sources/TranslateKitLite/TK+Label.swift:143:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
141 | /// "Data" - Use for information storage and management
142 | public static var data: String {
143 | String(localized: "TK.Label.data", defaultValue: "Data", bundle: .module, comment: "Use for information storage and management")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
144 | }
145 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:143:76: error: cannot infer contextual base in reference to member 'module'
141 | /// "Data" - Use for information storage and management
142 | public static var data: String {
143 | String(localized: "TK.Label.data", defaultValue: "Data", bundle: .module, comment: "Use for information storage and management")
| `- error: cannot infer contextual base in reference to member 'module'
144 | }
145 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:148:16: error: extra arguments at positions #3, #4 in call
146 | /// "Default" - Use when resetting to original settings
147 | public static var `default`: String {
148 | String(localized: "TK.Label.default", defaultValue: "Default", bundle: .module, comment: "Use when resetting to original settings")
| `- 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/Sources/TranslateKitLite/TK+Label.swift:148:17: error: missing argument for parameter 'format' in call
146 | /// "Default" - Use when resetting to original settings
147 | public static var `default`: String {
148 | String(localized: "TK.Label.default", defaultValue: "Default", bundle: .module, comment: "Use when resetting to original settings")
| `- 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/Sources/TranslateKitLite/TK+Label.swift:148:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
146 | /// "Default" - Use when resetting to original settings
147 | public static var `default`: String {
148 | String(localized: "TK.Label.default", defaultValue: "Default", bundle: .module, comment: "Use when resetting to original settings")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
149 | }
150 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:148:82: error: cannot infer contextual base in reference to member 'module'
146 | /// "Default" - Use when resetting to original settings
147 | public static var `default`: String {
148 | String(localized: "TK.Label.default", defaultValue: "Default", bundle: .module, comment: "Use when resetting to original settings")
| `- error: cannot infer contextual base in reference to member 'module'
149 | }
150 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:153:16: error: extra arguments at positions #3, #4 in call
151 | /// "Description" - Use for brief explanations or details about an item
152 | public static var description: String {
153 | String(
| `- error: extra arguments at positions #3, #4 in call
154 | localized: "TK.Label.description",
155 | defaultValue: "Description",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:154:13: error: missing argument for parameter 'format' in call
152 | public static var description: String {
153 | String(
154 | localized: "TK.Label.description",
| `- error: missing argument for parameter 'format' in call
155 | defaultValue: "Description",
156 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:154:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
152 | public static var description: String {
153 | String(
154 | localized: "TK.Label.description",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
155 | defaultValue: "Description",
156 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:156:22: error: cannot infer contextual base in reference to member 'module'
154 | localized: "TK.Label.description",
155 | defaultValue: "Description",
156 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
157 | comment: "Use for brief explanations or details about an item"
158 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:163:16: error: extra arguments at positions #3, #4 in call
161 | /// "Details" - Item information section title
162 | public static var details: String {
163 | String(localized: "TK.Label.details", defaultValue: "Details", bundle: .module, comment: "Item information section title")
| `- error: extra arguments at positions #3, #4 in call
164 | }
165 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:163:17: error: missing argument for parameter 'format' in call
161 | /// "Details" - Item information section title
162 | public static var details: String {
163 | String(localized: "TK.Label.details", defaultValue: "Details", bundle: .module, comment: "Item information section title")
| `- error: missing argument for parameter 'format' in call
164 | }
165 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:163:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
161 | /// "Details" - Item information section title
162 | public static var details: String {
163 | String(localized: "TK.Label.details", defaultValue: "Details", bundle: .module, comment: "Item information section title")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
164 | }
165 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:163:82: error: cannot infer contextual base in reference to member 'module'
161 | /// "Details" - Item information section title
162 | public static var details: String {
163 | String(localized: "TK.Label.details", defaultValue: "Details", bundle: .module, comment: "Item information section title")
| `- error: cannot infer contextual base in reference to member 'module'
164 | }
165 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:168:16: error: extra arguments at positions #3, #4 in call
166 | /// "Disabled" - Use to indicate when a feature is turned off
167 | public static var disabled: String {
168 | String(localized: "TK.Label.disabled", defaultValue: "Disabled", bundle: .module, comment: "Use to indicate when a feature is turned off")
| `- error: extra arguments at positions #3, #4 in call
169 | }
170 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:168:17: error: missing argument for parameter 'format' in call
166 | /// "Disabled" - Use to indicate when a feature is turned off
167 | public static var disabled: String {
168 | String(localized: "TK.Label.disabled", defaultValue: "Disabled", bundle: .module, comment: "Use to indicate when a feature is turned off")
| `- error: missing argument for parameter 'format' in call
169 | }
170 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:168:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
166 | /// "Disabled" - Use to indicate when a feature is turned off
167 | public static var disabled: String {
168 | String(localized: "TK.Label.disabled", defaultValue: "Disabled", bundle: .module, comment: "Use to indicate when a feature is turned off")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
169 | }
170 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:168:84: error: cannot infer contextual base in reference to member 'module'
166 | /// "Disabled" - Use to indicate when a feature is turned off
167 | public static var disabled: String {
168 | String(localized: "TK.Label.disabled", defaultValue: "Disabled", bundle: .module, comment: "Use to indicate when a feature is turned off")
| `- error: cannot infer contextual base in reference to member 'module'
169 | }
170 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:173:16: error: extra arguments at positions #3, #4 in call
171 | /// "Email" - Use for email address fields or contact sections
172 | public static var email: String {
173 | String(localized: "TK.Label.email", defaultValue: "Email", bundle: .module, comment: "Use for email address fields or contact sections")
| `- 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/Sources/TranslateKitLite/TK+Label.swift:173:17: error: missing argument for parameter 'format' in call
171 | /// "Email" - Use for email address fields or contact sections
172 | public static var email: String {
173 | String(localized: "TK.Label.email", defaultValue: "Email", bundle: .module, comment: "Use for email address fields or contact sections")
| `- 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/Sources/TranslateKitLite/TK+Label.swift:173:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
171 | /// "Email" - Use for email address fields or contact sections
172 | public static var email: String {
173 | String(localized: "TK.Label.email", defaultValue: "Email", bundle: .module, comment: "Use for email address fields or contact sections")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
174 | }
175 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:173:78: error: cannot infer contextual base in reference to member 'module'
171 | /// "Email" - Use for email address fields or contact sections
172 | public static var email: String {
173 | String(localized: "TK.Label.email", defaultValue: "Email", bundle: .module, comment: "Use for email address fields or contact sections")
| `- error: cannot infer contextual base in reference to member 'module'
174 | }
175 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:178:16: error: extra arguments at positions #3, #4 in call
176 | /// "Enabled" - Use to indicate when a feature is turned on
177 | public static var enabled: String {
178 | String(localized: "TK.Label.enabled", defaultValue: "Enabled", bundle: .module, comment: "Use to indicate when a feature is turned on")
| `- 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/Sources/TranslateKitLite/TK+Label.swift:178:17: error: missing argument for parameter 'format' in call
176 | /// "Enabled" - Use to indicate when a feature is turned on
177 | public static var enabled: String {
178 | String(localized: "TK.Label.enabled", defaultValue: "Enabled", bundle: .module, comment: "Use to indicate when a feature is turned on")
| `- 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/Sources/TranslateKitLite/TK+Label.swift:178:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
176 | /// "Enabled" - Use to indicate when a feature is turned on
177 | public static var enabled: String {
178 | String(localized: "TK.Label.enabled", defaultValue: "Enabled", bundle: .module, comment: "Use to indicate when a feature is turned on")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
179 | }
180 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:178:82: error: cannot infer contextual base in reference to member 'module'
176 | /// "Enabled" - Use to indicate when a feature is turned on
177 | public static var enabled: String {
178 | String(localized: "TK.Label.enabled", defaultValue: "Enabled", bundle: .module, comment: "Use to indicate when a feature is turned on")
| `- error: cannot infer contextual base in reference to member 'module'
179 | }
180 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:183:16: error: extra arguments at positions #3, #4 in call
181 | /// "End" - Noun – Use to label the end of something
182 | public static var end: String {
183 | String(localized: "TK.Label.end", defaultValue: "End", bundle: .module, comment: "Noun – Use to label the end of something")
| `- error: extra arguments at positions #3, #4 in call
184 | }
185 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:183:17: error: missing argument for parameter 'format' in call
181 | /// "End" - Noun – Use to label the end of something
182 | public static var end: String {
183 | String(localized: "TK.Label.end", defaultValue: "End", bundle: .module, comment: "Noun – Use to label the end of something")
| `- error: missing argument for parameter 'format' in call
184 | }
185 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:183:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
181 | /// "End" - Noun – Use to label the end of something
182 | public static var end: String {
183 | String(localized: "TK.Label.end", defaultValue: "End", bundle: .module, comment: "Noun – Use to label the end of something")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
184 | }
185 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:183:74: error: cannot infer contextual base in reference to member 'module'
181 | /// "End" - Noun – Use to label the end of something
182 | public static var end: String {
183 | String(localized: "TK.Label.end", defaultValue: "End", bundle: .module, comment: "Noun – Use to label the end of something")
| `- error: cannot infer contextual base in reference to member 'module'
184 | }
185 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:188:16: error: extra arguments at positions #3, #4 in call
186 | /// "Error" - Use for error messages or alerts
187 | public static var error: String {
188 | String(localized: "TK.Label.error", defaultValue: "Error", bundle: .module, comment: "Use for error messages or alerts")
| `- error: extra arguments at positions #3, #4 in call
189 | }
190 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:188:17: error: missing argument for parameter 'format' in call
186 | /// "Error" - Use for error messages or alerts
187 | public static var error: String {
188 | String(localized: "TK.Label.error", defaultValue: "Error", bundle: .module, comment: "Use for error messages or alerts")
| `- error: missing argument for parameter 'format' in call
189 | }
190 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:188:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
186 | /// "Error" - Use for error messages or alerts
187 | public static var error: String {
188 | String(localized: "TK.Label.error", defaultValue: "Error", bundle: .module, comment: "Use for error messages or alerts")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
189 | }
190 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:188:78: error: cannot infer contextual base in reference to member 'module'
186 | /// "Error" - Use for error messages or alerts
187 | public static var error: String {
188 | String(localized: "TK.Label.error", defaultValue: "Error", bundle: .module, comment: "Use for error messages or alerts")
| `- error: cannot infer contextual base in reference to member 'module'
189 | }
190 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:193:16: error: extra arguments at positions #3, #4 in call
191 | /// "Feedback" - Use for sections where users can provide comments or reviews
192 | public static var feedback: String {
193 | String(
| `- error: extra arguments at positions #3, #4 in call
194 | localized: "TK.Label.feedback",
195 | defaultValue: "Feedback",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:194:13: error: missing argument for parameter 'format' in call
192 | public static var feedback: String {
193 | String(
194 | localized: "TK.Label.feedback",
| `- error: missing argument for parameter 'format' in call
195 | defaultValue: "Feedback",
196 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:194:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
192 | public static var feedback: String {
193 | String(
194 | localized: "TK.Label.feedback",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
195 | defaultValue: "Feedback",
196 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:196:22: error: cannot infer contextual base in reference to member 'module'
194 | localized: "TK.Label.feedback",
195 | defaultValue: "Feedback",
196 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
197 | comment: "Use for sections where users can provide comments or reviews"
198 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:203:16: error: extra arguments at positions #3, #4 in call
201 | /// "File" - Use for document or media file references
202 | public static var file: String {
203 | String(localized: "TK.Label.file", defaultValue: "File", bundle: .module, comment: "Use for document or media file references")
| `- 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/Sources/TranslateKitLite/TK+Label.swift:203:17: error: missing argument for parameter 'format' in call
201 | /// "File" - Use for document or media file references
202 | public static var file: String {
203 | String(localized: "TK.Label.file", defaultValue: "File", bundle: .module, comment: "Use for document or media file references")
| `- 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/Sources/TranslateKitLite/TK+Label.swift:203:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
201 | /// "File" - Use for document or media file references
202 | public static var file: String {
203 | String(localized: "TK.Label.file", defaultValue: "File", bundle: .module, comment: "Use for document or media file references")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
204 | }
205 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:203:76: error: cannot infer contextual base in reference to member 'module'
201 | /// "File" - Use for document or media file references
202 | public static var file: String {
203 | String(localized: "TK.Label.file", defaultValue: "File", bundle: .module, comment: "Use for document or media file references")
| `- error: cannot infer contextual base in reference to member 'module'
204 | }
205 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:208:16: error: extra arguments at positions #3, #4 in call
206 | /// "General" - Use for broad or miscellaneous settings
207 | public static var general: String {
208 | String(localized: "TK.Label.general", defaultValue: "General", bundle: .module, comment: "Use for broad or miscellaneous settings")
| `- error: extra arguments at positions #3, #4 in call
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/Sources/TranslateKitLite/TK+Label.swift:208:17: error: missing argument for parameter 'format' in call
206 | /// "General" - Use for broad or miscellaneous settings
207 | public static var general: String {
208 | String(localized: "TK.Label.general", defaultValue: "General", bundle: .module, comment: "Use for broad or miscellaneous settings")
| `- 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/Sources/TranslateKitLite/TK+Label.swift:208:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
206 | /// "General" - Use for broad or miscellaneous settings
207 | public static var general: String {
208 | String(localized: "TK.Label.general", defaultValue: "General", bundle: .module, comment: "Use for broad or miscellaneous settings")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
209 | }
210 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:208:82: error: cannot infer contextual base in reference to member 'module'
206 | /// "General" - Use for broad or miscellaneous settings
207 | public static var general: String {
208 | String(localized: "TK.Label.general", defaultValue: "General", bundle: .module, comment: "Use for broad or miscellaneous settings")
| `- error: cannot infer contextual base in reference to member 'module'
209 | }
210 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:213:16: error: extra arguments at positions #3, #4 in call
211 | /// "Help" - Use for customer support or instructional sections
212 | public static var help: String {
213 | String(localized: "TK.Label.help", defaultValue: "Help", bundle: .module, comment: "Use for customer support or instructional sections")
| `- error: extra arguments at positions #3, #4 in call
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/Sources/TranslateKitLite/TK+Label.swift:213:17: error: missing argument for parameter 'format' in call
211 | /// "Help" - Use for customer support or instructional sections
212 | public static var help: String {
213 | String(localized: "TK.Label.help", defaultValue: "Help", bundle: .module, comment: "Use for customer support or instructional sections")
| `- error: missing argument for parameter 'format' in call
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/Sources/TranslateKitLite/TK+Label.swift:213:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
211 | /// "Help" - Use for customer support or instructional sections
212 | public static var help: String {
213 | String(localized: "TK.Label.help", defaultValue: "Help", bundle: .module, comment: "Use for customer support or instructional sections")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
214 | }
215 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:213:76: error: cannot infer contextual base in reference to member 'module'
211 | /// "Help" - Use for customer support or instructional sections
212 | public static var help: String {
213 | String(localized: "TK.Label.help", defaultValue: "Help", bundle: .module, comment: "Use for customer support or instructional sections")
| `- error: cannot infer contextual base in reference to member 'module'
214 | }
215 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:218:16: error: extra arguments at positions #3, #4 in call
216 | /// "History" - Use when referring to past actions, transactions, or records
217 | public static var history: String {
218 | String(
| `- error: extra arguments at positions #3, #4 in call
219 | localized: "TK.Label.history",
220 | defaultValue: "History",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:219:13: error: missing argument for parameter 'format' in call
217 | public static var history: String {
218 | String(
219 | localized: "TK.Label.history",
| `- error: missing argument for parameter 'format' in call
220 | defaultValue: "History",
221 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:219:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
217 | public static var history: String {
218 | String(
219 | localized: "TK.Label.history",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
220 | defaultValue: "History",
221 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:221:22: error: cannot infer contextual base in reference to member 'module'
219 | localized: "TK.Label.history",
220 | defaultValue: "History",
221 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
222 | comment: "Use when referring to past actions, transactions, or records"
223 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:228:16: error: extra arguments at positions #3, #4 in call
226 | /// "Home" - Use for navigation to the main dashboard or landing screen
227 | public static var home: String {
228 | String(
| `- error: extra arguments at positions #3, #4 in call
229 | localized: "TK.Label.home",
230 | defaultValue: "Home",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:229:13: error: missing argument for parameter 'format' in call
227 | public static var home: String {
228 | String(
229 | localized: "TK.Label.home",
| `- error: missing argument for parameter 'format' in call
230 | defaultValue: "Home",
231 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:229:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
227 | public static var home: String {
228 | String(
229 | localized: "TK.Label.home",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
230 | defaultValue: "Home",
231 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:231:22: error: cannot infer contextual base in reference to member 'module'
229 | localized: "TK.Label.home",
230 | defaultValue: "Home",
231 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
232 | comment: "Use for navigation to the main dashboard or landing screen"
233 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:238:16: error: extra arguments at positions #3, #4 in call
236 | /// "ID" - Use for unique user or object identification labels
237 | public static var id: String {
238 | String(localized: "TK.Label.id", defaultValue: "ID", bundle: .module, comment: "Use for unique user or object identification labels")
| `- error: extra arguments at positions #3, #4 in call
239 | }
240 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:238:17: error: missing argument for parameter 'format' in call
236 | /// "ID" - Use for unique user or object identification labels
237 | public static var id: String {
238 | String(localized: "TK.Label.id", defaultValue: "ID", bundle: .module, comment: "Use for unique user or object identification labels")
| `- error: missing argument for parameter 'format' in call
239 | }
240 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:238:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
236 | /// "ID" - Use for unique user or object identification labels
237 | public static var id: String {
238 | String(localized: "TK.Label.id", defaultValue: "ID", bundle: .module, comment: "Use for unique user or object identification labels")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
239 | }
240 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:238:72: error: cannot infer contextual base in reference to member 'module'
236 | /// "ID" - Use for unique user or object identification labels
237 | public static var id: String {
238 | String(localized: "TK.Label.id", defaultValue: "ID", bundle: .module, comment: "Use for unique user or object identification labels")
| `- error: cannot infer contextual base in reference to member 'module'
239 | }
240 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:243:16: error: extra arguments at positions #3, #4 in call
241 | /// "Image" - Use for sections containing pictures or graphics
242 | public static var image: String {
243 | String(localized: "TK.Label.image", defaultValue: "Image", bundle: .module, comment: "Use for sections containing pictures or graphics")
| `- error: extra arguments at positions #3, #4 in call
244 | }
245 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:243:17: error: missing argument for parameter 'format' in call
241 | /// "Image" - Use for sections containing pictures or graphics
242 | public static var image: String {
243 | String(localized: "TK.Label.image", defaultValue: "Image", bundle: .module, comment: "Use for sections containing pictures or graphics")
| `- error: missing argument for parameter 'format' in call
244 | }
245 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:243:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
241 | /// "Image" - Use for sections containing pictures or graphics
242 | public static var image: String {
243 | String(localized: "TK.Label.image", defaultValue: "Image", bundle: .module, comment: "Use for sections containing pictures or graphics")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
244 | }
245 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:243:78: error: cannot infer contextual base in reference to member 'module'
241 | /// "Image" - Use for sections containing pictures or graphics
242 | public static var image: String {
243 | String(localized: "TK.Label.image", defaultValue: "Image", bundle: .module, comment: "Use for sections containing pictures or graphics")
| `- error: cannot infer contextual base in reference to member 'module'
244 | }
245 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:248:16: error: extra arguments at positions #3, #4 in call
246 | /// "Info" - Use for additional information or details
247 | public static var info: String {
248 | String(localized: "TK.Label.info", defaultValue: "Info", bundle: .module, comment: "Use for additional information or details")
| `- error: extra arguments at positions #3, #4 in call
249 | }
250 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:248:17: error: missing argument for parameter 'format' in call
246 | /// "Info" - Use for additional information or details
247 | public static var info: String {
248 | String(localized: "TK.Label.info", defaultValue: "Info", bundle: .module, comment: "Use for additional information or details")
| `- error: missing argument for parameter 'format' in call
249 | }
250 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:248:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
246 | /// "Info" - Use for additional information or details
247 | public static var info: String {
248 | String(localized: "TK.Label.info", defaultValue: "Info", bundle: .module, comment: "Use for additional information or details")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
249 | }
250 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:248:76: error: cannot infer contextual base in reference to member 'module'
246 | /// "Info" - Use for additional information or details
247 | public static var info: String {
248 | String(localized: "TK.Label.info", defaultValue: "Info", bundle: .module, comment: "Use for additional information or details")
| `- error: cannot infer contextual base in reference to member 'module'
249 | }
250 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:253:16: error: extra arguments at positions #3, #4 in call
251 | /// "Input" - Use for form fields where users can enter data
252 | public static var input: String {
253 | String(localized: "TK.Label.input", defaultValue: "Input", bundle: .module, comment: "Use for form fields where users can enter data")
| `- error: extra arguments at positions #3, #4 in call
254 | }
255 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:253:17: error: missing argument for parameter 'format' in call
251 | /// "Input" - Use for form fields where users can enter data
252 | public static var input: String {
253 | String(localized: "TK.Label.input", defaultValue: "Input", bundle: .module, comment: "Use for form fields where users can enter data")
| `- error: missing argument for parameter 'format' in call
254 | }
255 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:253:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
251 | /// "Input" - Use for form fields where users can enter data
252 | public static var input: String {
253 | String(localized: "TK.Label.input", defaultValue: "Input", bundle: .module, comment: "Use for form fields where users can enter data")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
254 | }
255 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:253:78: error: cannot infer contextual base in reference to member 'module'
251 | /// "Input" - Use for form fields where users can enter data
252 | public static var input: String {
253 | String(localized: "TK.Label.input", defaultValue: "Input", bundle: .module, comment: "Use for form fields where users can enter data")
| `- error: cannot infer contextual base in reference to member 'module'
254 | }
255 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:258:16: error: extra arguments at positions #3, #4 in call
256 | /// "Language" - Use for localization or translation preferences
257 | public static var language: String {
258 | String(localized: "TK.Label.language", defaultValue: "Language", bundle: .module, comment: "Use for localization or translation preferences")
| `- error: extra arguments at positions #3, #4 in call
259 | }
260 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:258:17: error: missing argument for parameter 'format' in call
256 | /// "Language" - Use for localization or translation preferences
257 | public static var language: String {
258 | String(localized: "TK.Label.language", defaultValue: "Language", bundle: .module, comment: "Use for localization or translation preferences")
| `- error: missing argument for parameter 'format' in call
259 | }
260 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:258:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
256 | /// "Language" - Use for localization or translation preferences
257 | public static var language: String {
258 | String(localized: "TK.Label.language", defaultValue: "Language", bundle: .module, comment: "Use for localization or translation preferences")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
259 | }
260 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:258:84: error: cannot infer contextual base in reference to member 'module'
256 | /// "Language" - Use for localization or translation preferences
257 | public static var language: String {
258 | String(localized: "TK.Label.language", defaultValue: "Language", bundle: .module, comment: "Use for localization or translation preferences")
| `- error: cannot infer contextual base in reference to member 'module'
259 | }
260 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:263:16: error: extra arguments at positions #3, #4 in call
261 | /// "Location" - Use for GPS or user-specified place tracking
262 | public static var location: String {
263 | String(localized: "TK.Label.location", defaultValue: "Location", bundle: .module, comment: "Use for GPS or user-specified place tracking")
| `- error: extra arguments at positions #3, #4 in call
264 | }
265 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:263:17: error: missing argument for parameter 'format' in call
261 | /// "Location" - Use for GPS or user-specified place tracking
262 | public static var location: String {
263 | String(localized: "TK.Label.location", defaultValue: "Location", bundle: .module, comment: "Use for GPS or user-specified place tracking")
| `- error: missing argument for parameter 'format' in call
264 | }
265 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:263:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
261 | /// "Location" - Use for GPS or user-specified place tracking
262 | public static var location: String {
263 | String(localized: "TK.Label.location", defaultValue: "Location", bundle: .module, comment: "Use for GPS or user-specified place tracking")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
264 | }
265 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:263:84: error: cannot infer contextual base in reference to member 'module'
261 | /// "Location" - Use for GPS or user-specified place tracking
262 | public static var location: String {
263 | String(localized: "TK.Label.location", defaultValue: "Location", bundle: .module, comment: "Use for GPS or user-specified place tracking")
| `- error: cannot infer contextual base in reference to member 'module'
264 | }
265 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:268:16: error: extra arguments at positions #3, #4 in call
266 | /// "Menu" - Use for navigation or option lists
267 | public static var menu: String {
268 | String(localized: "TK.Label.menu", defaultValue: "Menu", bundle: .module, comment: "Use for navigation or option lists")
| `- error: extra arguments at positions #3, #4 in call
269 | }
270 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:268:17: error: missing argument for parameter 'format' in call
266 | /// "Menu" - Use for navigation or option lists
267 | public static var menu: String {
268 | String(localized: "TK.Label.menu", defaultValue: "Menu", bundle: .module, comment: "Use for navigation or option lists")
| `- error: missing argument for parameter 'format' in call
269 | }
270 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:268:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
266 | /// "Menu" - Use for navigation or option lists
267 | public static var menu: String {
268 | String(localized: "TK.Label.menu", defaultValue: "Menu", bundle: .module, comment: "Use for navigation or option lists")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
269 | }
270 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:268:76: error: cannot infer contextual base in reference to member 'module'
266 | /// "Menu" - Use for navigation or option lists
267 | public static var menu: String {
268 | String(localized: "TK.Label.menu", defaultValue: "Menu", bundle: .module, comment: "Use for navigation or option lists")
| `- error: cannot infer contextual base in reference to member 'module'
269 | }
270 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:273:16: error: extra arguments at positions #3, #4 in call
271 | /// "Mode" - Use for selecting different configurations or presets
272 | public static var mode: String {
273 | String(localized: "TK.Label.mode", defaultValue: "Mode", bundle: .module, comment: "Use for selecting different configurations or presets")
| `- error: extra arguments at positions #3, #4 in call
274 | }
275 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:273:17: error: missing argument for parameter 'format' in call
271 | /// "Mode" - Use for selecting different configurations or presets
272 | public static var mode: String {
273 | String(localized: "TK.Label.mode", defaultValue: "Mode", bundle: .module, comment: "Use for selecting different configurations or presets")
| `- error: missing argument for parameter 'format' in call
274 | }
275 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:273:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
271 | /// "Mode" - Use for selecting different configurations or presets
272 | public static var mode: String {
273 | String(localized: "TK.Label.mode", defaultValue: "Mode", bundle: .module, comment: "Use for selecting different configurations or presets")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
274 | }
275 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:273:76: error: cannot infer contextual base in reference to member 'module'
271 | /// "Mode" - Use for selecting different configurations or presets
272 | public static var mode: String {
273 | String(localized: "TK.Label.mode", defaultValue: "Mode", bundle: .module, comment: "Use for selecting different configurations or presets")
| `- error: cannot infer contextual base in reference to member 'module'
274 | }
275 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:278:16: error: extra arguments at positions #3, #4 in call
276 | /// "Name" - Use for input fields where users provide personal identification
277 | public static var name: String {
278 | String(
| `- error: extra arguments at positions #3, #4 in call
279 | localized: "TK.Label.name",
280 | defaultValue: "Name",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:279:13: error: missing argument for parameter 'format' in call
277 | public static var name: String {
278 | String(
279 | localized: "TK.Label.name",
| `- error: missing argument for parameter 'format' in call
280 | defaultValue: "Name",
281 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:279:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
277 | public static var name: String {
278 | String(
279 | localized: "TK.Label.name",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
280 | defaultValue: "Name",
281 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:281:22: error: cannot infer contextual base in reference to member 'module'
279 | localized: "TK.Label.name",
280 | defaultValue: "Name",
281 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
282 | comment: "Use for input fields where users provide personal identification"
283 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:288:16: error: extra arguments at positions #3, #4 in call
286 | /// "New" - Use to label recently added items
287 | public static var new: String {
288 | String(localized: "TK.Label.new", defaultValue: "New", bundle: .module, comment: "Use to label recently added items")
| `- error: extra arguments at positions #3, #4 in call
289 | }
290 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:288:17: error: missing argument for parameter 'format' in call
286 | /// "New" - Use to label recently added items
287 | public static var new: String {
288 | String(localized: "TK.Label.new", defaultValue: "New", bundle: .module, comment: "Use to label recently added items")
| `- error: missing argument for parameter 'format' in call
289 | }
290 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:288:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
286 | /// "New" - Use to label recently added items
287 | public static var new: String {
288 | String(localized: "TK.Label.new", defaultValue: "New", bundle: .module, comment: "Use to label recently added items")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
289 | }
290 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:288:74: error: cannot infer contextual base in reference to member 'module'
286 | /// "New" - Use to label recently added items
287 | public static var new: String {
288 | String(localized: "TK.Label.new", defaultValue: "New", bundle: .module, comment: "Use to label recently added items")
| `- error: cannot infer contextual base in reference to member 'module'
289 | }
290 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:293:16: error: extra arguments at positions #3, #4 in call
291 | /// "None" - Use for empty or null states
292 | public static var none: String {
293 | String(localized: "TK.Label.none", defaultValue: "None", bundle: .module, comment: "Use for empty or null states")
| `- error: extra arguments at positions #3, #4 in call
294 | }
295 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:293:17: error: missing argument for parameter 'format' in call
291 | /// "None" - Use for empty or null states
292 | public static var none: String {
293 | String(localized: "TK.Label.none", defaultValue: "None", bundle: .module, comment: "Use for empty or null states")
| `- error: missing argument for parameter 'format' in call
294 | }
295 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:293:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
291 | /// "None" - Use for empty or null states
292 | public static var none: String {
293 | String(localized: "TK.Label.none", defaultValue: "None", bundle: .module, comment: "Use for empty or null states")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
294 | }
295 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:293:76: error: cannot infer contextual base in reference to member 'module'
291 | /// "None" - Use for empty or null states
292 | public static var none: String {
293 | String(localized: "TK.Label.none", defaultValue: "None", bundle: .module, comment: "Use for empty or null states")
| `- error: cannot infer contextual base in reference to member 'module'
294 | }
295 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:298:16: error: extra arguments at positions #3, #4 in call
296 | /// "Notifications" - Use when referring to system or app alerts
297 | public static var notifications: String {
298 | String(
| `- error: extra arguments at positions #3, #4 in call
299 | localized: "TK.Label.notifications",
300 | defaultValue: "Notifications",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:299:13: error: missing argument for parameter 'format' in call
297 | public static var notifications: String {
298 | String(
299 | localized: "TK.Label.notifications",
| `- error: missing argument for parameter 'format' in call
300 | defaultValue: "Notifications",
301 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:299:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
297 | public static var notifications: String {
298 | String(
299 | localized: "TK.Label.notifications",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
300 | defaultValue: "Notifications",
301 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:301:22: error: cannot infer contextual base in reference to member 'module'
299 | localized: "TK.Label.notifications",
300 | defaultValue: "Notifications",
301 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
302 | comment: "Use when referring to system or app alerts"
303 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:308:16: error: extra arguments at positions #3, #4 in call
306 | /// "Options" - Use for configurable settings or preferences
307 | public static var options: String {
308 | String(localized: "TK.Label.options", defaultValue: "Options", bundle: .module, comment: "Use for configurable settings or preferences")
| `- error: extra arguments at positions #3, #4 in call
309 | }
310 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:308:17: error: missing argument for parameter 'format' in call
306 | /// "Options" - Use for configurable settings or preferences
307 | public static var options: String {
308 | String(localized: "TK.Label.options", defaultValue: "Options", bundle: .module, comment: "Use for configurable settings or preferences")
| `- error: missing argument for parameter 'format' in call
309 | }
310 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:308:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
306 | /// "Options" - Use for configurable settings or preferences
307 | public static var options: String {
308 | String(localized: "TK.Label.options", defaultValue: "Options", bundle: .module, comment: "Use for configurable settings or preferences")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
309 | }
310 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:308:82: error: cannot infer contextual base in reference to member 'module'
306 | /// "Options" - Use for configurable settings or preferences
307 | public static var options: String {
308 | String(localized: "TK.Label.options", defaultValue: "Options", bundle: .module, comment: "Use for configurable settings or preferences")
| `- error: cannot infer contextual base in reference to member 'module'
309 | }
310 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:313:16: error: extra arguments at positions #3, #4 in call
311 | /// "Password" - Use for authentication or security fields
312 | public static var password: String {
313 | String(localized: "TK.Label.password", defaultValue: "Password", bundle: .module, comment: "Use for authentication or security fields")
| `- error: extra arguments at positions #3, #4 in call
314 | }
315 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:313:17: error: missing argument for parameter 'format' in call
311 | /// "Password" - Use for authentication or security fields
312 | public static var password: String {
313 | String(localized: "TK.Label.password", defaultValue: "Password", bundle: .module, comment: "Use for authentication or security fields")
| `- error: missing argument for parameter 'format' in call
314 | }
315 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:313:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
311 | /// "Password" - Use for authentication or security fields
312 | public static var password: String {
313 | String(localized: "TK.Label.password", defaultValue: "Password", bundle: .module, comment: "Use for authentication or security fields")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
314 | }
315 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:313:84: error: cannot infer contextual base in reference to member 'module'
311 | /// "Password" - Use for authentication or security fields
312 | public static var password: String {
313 | String(localized: "TK.Label.password", defaultValue: "Password", bundle: .module, comment: "Use for authentication or security fields")
| `- error: cannot infer contextual base in reference to member 'module'
314 | }
315 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:318:16: error: extra arguments at positions #3, #4 in call
316 | /// "Paused" - Use for indicating that an action or process is on hold
317 | public static var paused: String {
318 | String(
| `- error: extra arguments at positions #3, #4 in call
319 | localized: "TK.Label.paused",
320 | defaultValue: "Paused",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:319:13: error: missing argument for parameter 'format' in call
317 | public static var paused: String {
318 | String(
319 | localized: "TK.Label.paused",
| `- error: missing argument for parameter 'format' in call
320 | defaultValue: "Paused",
321 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:319:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
317 | public static var paused: String {
318 | String(
319 | localized: "TK.Label.paused",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
320 | defaultValue: "Paused",
321 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:321:22: error: cannot infer contextual base in reference to member 'module'
319 | localized: "TK.Label.paused",
320 | defaultValue: "Paused",
321 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
322 | comment: "Use for indicating that an action or process is on hold"
323 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:328:16: error: extra arguments at positions #3, #4 in call
326 | /// "Pending" - Use for items awaiting action or approval
327 | public static var pending: String {
328 | String(localized: "TK.Label.pending", defaultValue: "Pending", bundle: .module, comment: "Use for items awaiting action or approval")
| `- error: extra arguments at positions #3, #4 in call
329 | }
330 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:328:17: error: missing argument for parameter 'format' in call
326 | /// "Pending" - Use for items awaiting action or approval
327 | public static var pending: String {
328 | String(localized: "TK.Label.pending", defaultValue: "Pending", bundle: .module, comment: "Use for items awaiting action or approval")
| `- error: missing argument for parameter 'format' in call
329 | }
330 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:328:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
326 | /// "Pending" - Use for items awaiting action or approval
327 | public static var pending: String {
328 | String(localized: "TK.Label.pending", defaultValue: "Pending", bundle: .module, comment: "Use for items awaiting action or approval")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
329 | }
330 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:328:82: error: cannot infer contextual base in reference to member 'module'
326 | /// "Pending" - Use for items awaiting action or approval
327 | public static var pending: String {
328 | String(localized: "TK.Label.pending", defaultValue: "Pending", bundle: .module, comment: "Use for items awaiting action or approval")
| `- error: cannot infer contextual base in reference to member 'module'
329 | }
330 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:333:16: error: extra arguments at positions #3, #4 in call
331 | /// "Permissions" - Use when managing access rights for features or data
332 | public static var permissions: String {
333 | String(
| `- error: extra arguments at positions #3, #4 in call
334 | localized: "TK.Label.permissions",
335 | defaultValue: "Permissions",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:334:13: error: missing argument for parameter 'format' in call
332 | public static var permissions: String {
333 | String(
334 | localized: "TK.Label.permissions",
| `- error: missing argument for parameter 'format' in call
335 | defaultValue: "Permissions",
336 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:334:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
332 | public static var permissions: String {
333 | String(
334 | localized: "TK.Label.permissions",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
335 | defaultValue: "Permissions",
336 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:336:22: error: cannot infer contextual base in reference to member 'module'
334 | localized: "TK.Label.permissions",
335 | defaultValue: "Permissions",
336 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
337 | comment: "Use when managing access rights for features or data"
338 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:343:16: error: extra arguments at positions #3, #4 in call
341 | /// "Preview" - Use for viewing content before finalizing
342 | public static var preview: String {
343 | String(localized: "TK.Label.preview", defaultValue: "Preview", bundle: .module, comment: "Use for viewing content before finalizing")
| `- error: extra arguments at positions #3, #4 in call
344 | }
345 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:343:17: error: missing argument for parameter 'format' in call
341 | /// "Preview" - Use for viewing content before finalizing
342 | public static var preview: String {
343 | String(localized: "TK.Label.preview", defaultValue: "Preview", bundle: .module, comment: "Use for viewing content before finalizing")
| `- error: missing argument for parameter 'format' in call
344 | }
345 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:343:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
341 | /// "Preview" - Use for viewing content before finalizing
342 | public static var preview: String {
343 | String(localized: "TK.Label.preview", defaultValue: "Preview", bundle: .module, comment: "Use for viewing content before finalizing")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
344 | }
345 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:343:82: error: cannot infer contextual base in reference to member 'module'
341 | /// "Preview" - Use for viewing content before finalizing
342 | public static var preview: String {
343 | String(localized: "TK.Label.preview", defaultValue: "Preview", bundle: .module, comment: "Use for viewing content before finalizing")
| `- error: cannot infer contextual base in reference to member 'module'
344 | }
345 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:348:16: error: extra arguments at positions #3, #4 in call
346 | /// "Privacy" - Use when referring to data protection or access controls
347 | public static var privacy: String {
348 | String(
| `- error: extra arguments at positions #3, #4 in call
349 | localized: "TK.Label.privacy",
350 | defaultValue: "Privacy",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:349:13: error: missing argument for parameter 'format' in call
347 | public static var privacy: String {
348 | String(
349 | localized: "TK.Label.privacy",
| `- error: missing argument for parameter 'format' in call
350 | defaultValue: "Privacy",
351 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:349:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
347 | public static var privacy: String {
348 | String(
349 | localized: "TK.Label.privacy",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
350 | defaultValue: "Privacy",
351 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:351:22: error: cannot infer contextual base in reference to member 'module'
349 | localized: "TK.Label.privacy",
350 | defaultValue: "Privacy",
351 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
352 | comment: "Use when referring to data protection or access controls"
353 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:358:16: error: extra arguments at positions #3, #4 in call
356 | /// "Privacy Policy" - Use when referring to the data privacy document
357 | public static var privacyPolicy: String {
358 | String(
| `- error: extra arguments at positions #3, #4 in call
359 | localized: "TK.Label.privacyPolicy",
360 | defaultValue: "Privacy Policy",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:359:13: error: missing argument for parameter 'format' in call
357 | public static var privacyPolicy: String {
358 | String(
359 | localized: "TK.Label.privacyPolicy",
| `- error: missing argument for parameter 'format' in call
360 | defaultValue: "Privacy Policy",
361 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:359:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
357 | public static var privacyPolicy: String {
358 | String(
359 | localized: "TK.Label.privacyPolicy",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
360 | defaultValue: "Privacy Policy",
361 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:361:22: error: cannot infer contextual base in reference to member 'module'
359 | localized: "TK.Label.privacyPolicy",
360 | defaultValue: "Privacy Policy",
361 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
362 | comment: "Use when referring to the data privacy document"
363 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:368:16: error: extra arguments at positions #3, #4 in call
366 | /// "Profile" - Use when referring to a user's personal page
367 | public static var profile: String {
368 | String(localized: "TK.Label.profile", defaultValue: "Profile", bundle: .module, comment: "Use when referring to a user's personal page")
| `- error: extra arguments at positions #3, #4 in call
369 | }
370 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:368:17: error: missing argument for parameter 'format' in call
366 | /// "Profile" - Use when referring to a user's personal page
367 | public static var profile: String {
368 | String(localized: "TK.Label.profile", defaultValue: "Profile", bundle: .module, comment: "Use when referring to a user's personal page")
| `- error: missing argument for parameter 'format' in call
369 | }
370 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:368:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
366 | /// "Profile" - Use when referring to a user's personal page
367 | public static var profile: String {
368 | String(localized: "TK.Label.profile", defaultValue: "Profile", bundle: .module, comment: "Use when referring to a user's personal page")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
369 | }
370 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:368:82: error: cannot infer contextual base in reference to member 'module'
366 | /// "Profile" - Use when referring to a user's personal page
367 | public static var profile: String {
368 | String(localized: "TK.Label.profile", defaultValue: "Profile", bundle: .module, comment: "Use when referring to a user's personal page")
| `- error: cannot infer contextual base in reference to member 'module'
369 | }
370 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:373:16: error: extra arguments at positions #3, #4 in call
371 | /// "Progress" - Use for status updates or completion indicators
372 | public static var progress: String {
373 | String(localized: "TK.Label.progress", defaultValue: "Progress", bundle: .module, comment: "Use for status updates or completion indicators")
| `- error: extra arguments at positions #3, #4 in call
374 | }
375 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:373:17: error: missing argument for parameter 'format' in call
371 | /// "Progress" - Use for status updates or completion indicators
372 | public static var progress: String {
373 | String(localized: "TK.Label.progress", defaultValue: "Progress", bundle: .module, comment: "Use for status updates or completion indicators")
| `- error: missing argument for parameter 'format' in call
374 | }
375 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:373:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
371 | /// "Progress" - Use for status updates or completion indicators
372 | public static var progress: String {
373 | String(localized: "TK.Label.progress", defaultValue: "Progress", bundle: .module, comment: "Use for status updates or completion indicators")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
374 | }
375 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:373:84: error: cannot infer contextual base in reference to member 'module'
371 | /// "Progress" - Use for status updates or completion indicators
372 | public static var progress: String {
373 | String(localized: "TK.Label.progress", defaultValue: "Progress", bundle: .module, comment: "Use for status updates or completion indicators")
| `- error: cannot infer contextual base in reference to member 'module'
374 | }
375 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:378:16: error: extra arguments at positions #3, #4 in call
376 | /// "Recent" - Use for items or activities that were accessed recently
377 | public static var recent: String {
378 | String(
| `- error: extra arguments at positions #3, #4 in call
379 | localized: "TK.Label.recent",
380 | defaultValue: "Recent",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:379:13: error: missing argument for parameter 'format' in call
377 | public static var recent: String {
378 | String(
379 | localized: "TK.Label.recent",
| `- error: missing argument for parameter 'format' in call
380 | defaultValue: "Recent",
381 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:379:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
377 | public static var recent: String {
378 | String(
379 | localized: "TK.Label.recent",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
380 | defaultValue: "Recent",
381 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:381:22: error: cannot infer contextual base in reference to member 'module'
379 | localized: "TK.Label.recent",
380 | defaultValue: "Recent",
381 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
382 | comment: "Use for items or activities that were accessed recently"
383 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:388:16: error: extra arguments at positions #3, #4 in call
386 | /// "Required" - Use for fields or inputs that must be completed
387 | public static var required: String {
388 | String(localized: "TK.Label.required", defaultValue: "Required", bundle: .module, comment: "Use for fields or inputs that must be completed")
| `- error: extra arguments at positions #3, #4 in call
389 | }
390 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:388:17: error: missing argument for parameter 'format' in call
386 | /// "Required" - Use for fields or inputs that must be completed
387 | public static var required: String {
388 | String(localized: "TK.Label.required", defaultValue: "Required", bundle: .module, comment: "Use for fields or inputs that must be completed")
| `- error: missing argument for parameter 'format' in call
389 | }
390 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:388:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
386 | /// "Required" - Use for fields or inputs that must be completed
387 | public static var required: String {
388 | String(localized: "TK.Label.required", defaultValue: "Required", bundle: .module, comment: "Use for fields or inputs that must be completed")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
389 | }
390 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:388:84: error: cannot infer contextual base in reference to member 'module'
386 | /// "Required" - Use for fields or inputs that must be completed
387 | public static var required: String {
388 | String(localized: "TK.Label.required", defaultValue: "Required", bundle: .module, comment: "Use for fields or inputs that must be completed")
| `- error: cannot infer contextual base in reference to member 'module'
389 | }
390 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:393:16: error: extra arguments at positions #3, #4 in call
391 | /// "Search" - Noun – Use to label input fields related to finding content
392 | public static var search: String {
393 | String(
| `- error: extra arguments at positions #3, #4 in call
394 | localized: "TK.Label.search",
395 | defaultValue: "Search",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:394:13: error: missing argument for parameter 'format' in call
392 | public static var search: String {
393 | String(
394 | localized: "TK.Label.search",
| `- error: missing argument for parameter 'format' in call
395 | defaultValue: "Search",
396 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:394:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
392 | public static var search: String {
393 | String(
394 | localized: "TK.Label.search",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
395 | defaultValue: "Search",
396 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:396:22: error: cannot infer contextual base in reference to member 'module'
394 | localized: "TK.Label.search",
395 | defaultValue: "Search",
396 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
397 | comment: "Noun – Use for input fields related to finding content"
398 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:403:16: error: extra arguments at positions #3, #4 in call
401 | /// "Security" - Use when displaying security settings or warnings
402 | public static var security: String {
403 | String(
| `- error: extra arguments at positions #3, #4 in call
404 | localized: "TK.Label.security",
405 | defaultValue: "Security",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:404:13: error: missing argument for parameter 'format' in call
402 | public static var security: String {
403 | String(
404 | localized: "TK.Label.security",
| `- error: missing argument for parameter 'format' in call
405 | defaultValue: "Security",
406 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:404:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
402 | public static var security: String {
403 | String(
404 | localized: "TK.Label.security",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
405 | defaultValue: "Security",
406 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:406:22: error: cannot infer contextual base in reference to member 'module'
404 | localized: "TK.Label.security",
405 | defaultValue: "Security",
406 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
407 | comment: "Use when displaying security settings or warnings"
408 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:413:16: error: extra arguments at positions #3, #4 in call
411 | /// "Selected" - Use for indicating chosen items
412 | public static var selected: String {
413 | String(localized: "TK.Label.selected", defaultValue: "Selected", bundle: .module, comment: "Use for indicating chosen items")
| `- error: extra arguments at positions #3, #4 in call
414 | }
415 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:413:17: error: missing argument for parameter 'format' in call
411 | /// "Selected" - Use for indicating chosen items
412 | public static var selected: String {
413 | String(localized: "TK.Label.selected", defaultValue: "Selected", bundle: .module, comment: "Use for indicating chosen items")
| `- error: missing argument for parameter 'format' in call
414 | }
415 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:413:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
411 | /// "Selected" - Use for indicating chosen items
412 | public static var selected: String {
413 | String(localized: "TK.Label.selected", defaultValue: "Selected", bundle: .module, comment: "Use for indicating chosen items")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
414 | }
415 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:413:84: error: cannot infer contextual base in reference to member 'module'
411 | /// "Selected" - Use for indicating chosen items
412 | public static var selected: String {
413 | String(localized: "TK.Label.selected", defaultValue: "Selected", bundle: .module, comment: "Use for indicating chosen items")
| `- error: cannot infer contextual base in reference to member 'module'
414 | }
415 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:418:16: error: extra arguments at positions #3, #4 in call
416 | /// "Settings" - Use when referring to configuration or app preferences
417 | public static var settings: String {
418 | String(
| `- error: extra arguments at positions #3, #4 in call
419 | localized: "TK.Label.settings",
420 | defaultValue: "Settings",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:419:13: error: missing argument for parameter 'format' in call
417 | public static var settings: String {
418 | String(
419 | localized: "TK.Label.settings",
| `- error: missing argument for parameter 'format' in call
420 | defaultValue: "Settings",
421 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:419:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
417 | public static var settings: String {
418 | String(
419 | localized: "TK.Label.settings",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
420 | defaultValue: "Settings",
421 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:421:22: error: cannot infer contextual base in reference to member 'module'
419 | localized: "TK.Label.settings",
420 | defaultValue: "Settings",
421 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
422 | comment: "Use when referring to configuration or app preferences"
423 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:428:16: error: extra arguments at positions #3, #4 in call
426 | /// "Size" - Use for dimensions or file size indicators
427 | public static var size: String {
428 | String(localized: "TK.Label.size", defaultValue: "Size", bundle: .module, comment: "Use for dimensions or file size indicators")
| `- error: extra arguments at positions #3, #4 in call
429 | }
430 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:428:17: error: missing argument for parameter 'format' in call
426 | /// "Size" - Use for dimensions or file size indicators
427 | public static var size: String {
428 | String(localized: "TK.Label.size", defaultValue: "Size", bundle: .module, comment: "Use for dimensions or file size indicators")
| `- error: missing argument for parameter 'format' in call
429 | }
430 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:428:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
426 | /// "Size" - Use for dimensions or file size indicators
427 | public static var size: String {
428 | String(localized: "TK.Label.size", defaultValue: "Size", bundle: .module, comment: "Use for dimensions or file size indicators")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
429 | }
430 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:428:76: error: cannot infer contextual base in reference to member 'module'
426 | /// "Size" - Use for dimensions or file size indicators
427 | public static var size: String {
428 | String(localized: "TK.Label.size", defaultValue: "Size", bundle: .module, comment: "Use for dimensions or file size indicators")
| `- error: cannot infer contextual base in reference to member 'module'
429 | }
430 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:433:16: error: extra arguments at positions #3, #4 in call
431 | /// "Source" - Use for content origin or data input sources
432 | public static var source: String {
433 | String(localized: "TK.Label.source", defaultValue: "Source", bundle: .module, comment: "Use for content origin or data input sources")
| `- error: extra arguments at positions #3, #4 in call
434 | }
435 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:433:17: error: missing argument for parameter 'format' in call
431 | /// "Source" - Use for content origin or data input sources
432 | public static var source: String {
433 | String(localized: "TK.Label.source", defaultValue: "Source", bundle: .module, comment: "Use for content origin or data input sources")
| `- error: missing argument for parameter 'format' in call
434 | }
435 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:433:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
431 | /// "Source" - Use for content origin or data input sources
432 | public static var source: String {
433 | String(localized: "TK.Label.source", defaultValue: "Source", bundle: .module, comment: "Use for content origin or data input sources")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
434 | }
435 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:433:80: error: cannot infer contextual base in reference to member 'module'
431 | /// "Source" - Use for content origin or data input sources
432 | public static var source: String {
433 | String(localized: "TK.Label.source", defaultValue: "Source", bundle: .module, comment: "Use for content origin or data input sources")
| `- error: cannot infer contextual base in reference to member 'module'
434 | }
435 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:438:16: error: extra arguments at positions #3, #4 in call
436 | /// "Start" - Noun – Use to label the beginning of processes or activities
437 | public static var start: String {
438 | String(
| `- error: extra arguments at positions #3, #4 in call
439 | localized: "TK.Label.start",
440 | defaultValue: "Start",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:439:13: error: missing argument for parameter 'format' in call
437 | public static var start: String {
438 | String(
439 | localized: "TK.Label.start",
| `- error: missing argument for parameter 'format' in call
440 | defaultValue: "Start",
441 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:439:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
437 | public static var start: String {
438 | String(
439 | localized: "TK.Label.start",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
440 | defaultValue: "Start",
441 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:441:22: error: cannot infer contextual base in reference to member 'module'
439 | localized: "TK.Label.start",
440 | defaultValue: "Start",
441 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
442 | comment: "Noun – Use to label the beginning of processes or activities"
443 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:448:16: error: extra arguments at positions #3, #4 in call
446 | /// "Status" - Use when indicating the current state of an item or process
447 | public static var status: String {
448 | String(
| `- error: extra arguments at positions #3, #4 in call
449 | localized: "TK.Label.status",
450 | defaultValue: "Status",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:449:13: error: missing argument for parameter 'format' in call
447 | public static var status: String {
448 | String(
449 | localized: "TK.Label.status",
| `- error: missing argument for parameter 'format' in call
450 | defaultValue: "Status",
451 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:449:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
447 | public static var status: String {
448 | String(
449 | localized: "TK.Label.status",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
450 | defaultValue: "Status",
451 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:451:22: error: cannot infer contextual base in reference to member 'module'
449 | localized: "TK.Label.status",
450 | defaultValue: "Status",
451 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
452 | comment: "Use when indicating the current state of an item or process"
453 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:458:16: error: extra arguments at positions #3, #4 in call
456 | /// "Success" - Use for indicating a successful action
457 | public static var success: String {
458 | String(localized: "TK.Label.success", defaultValue: "Success", bundle: .module, comment: "Use for indicating a successful action")
| `- error: extra arguments at positions #3, #4 in call
459 | }
460 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:458:17: error: missing argument for parameter 'format' in call
456 | /// "Success" - Use for indicating a successful action
457 | public static var success: String {
458 | String(localized: "TK.Label.success", defaultValue: "Success", bundle: .module, comment: "Use for indicating a successful action")
| `- error: missing argument for parameter 'format' in call
459 | }
460 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:458:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
456 | /// "Success" - Use for indicating a successful action
457 | public static var success: String {
458 | String(localized: "TK.Label.success", defaultValue: "Success", bundle: .module, comment: "Use for indicating a successful action")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
459 | }
460 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:458:82: error: cannot infer contextual base in reference to member 'module'
456 | /// "Success" - Use for indicating a successful action
457 | public static var success: String {
458 | String(localized: "TK.Label.success", defaultValue: "Success", bundle: .module, comment: "Use for indicating a successful action")
| `- error: cannot infer contextual base in reference to member 'module'
459 | }
460 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:463:16: error: extra arguments at positions #3, #4 in call
461 | /// "Terms" - Use when referring to general conditions, agreements, or policies
462 | public static var terms: String {
463 | String(
| `- error: extra arguments at positions #3, #4 in call
464 | localized: "TK.Label.terms",
465 | defaultValue: "Terms",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:464:13: error: missing argument for parameter 'format' in call
462 | public static var terms: String {
463 | String(
464 | localized: "TK.Label.terms",
| `- error: missing argument for parameter 'format' in call
465 | defaultValue: "Terms",
466 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:464:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
462 | public static var terms: String {
463 | String(
464 | localized: "TK.Label.terms",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
465 | defaultValue: "Terms",
466 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:466:22: error: cannot infer contextual base in reference to member 'module'
464 | localized: "TK.Label.terms",
465 | defaultValue: "Terms",
466 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
467 | comment: "Use when referring to general conditions, agreements, or policies"
468 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:473:16: error: extra arguments at positions #3, #4 in call
471 | /// "Terms and Conditions" - Use for legal agreements that users must accept
472 | public static var termsAndConditions: String {
473 | String(
| `- error: extra arguments at positions #3, #4 in call
474 | localized: "TK.Label.termsAndConditions",
475 | defaultValue: "Terms and Conditions",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:474:13: error: missing argument for parameter 'format' in call
472 | public static var termsAndConditions: String {
473 | String(
474 | localized: "TK.Label.termsAndConditions",
| `- error: missing argument for parameter 'format' in call
475 | defaultValue: "Terms and Conditions",
476 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:474:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
472 | public static var termsAndConditions: String {
473 | String(
474 | localized: "TK.Label.termsAndConditions",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
475 | defaultValue: "Terms and Conditions",
476 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:476:22: error: cannot infer contextual base in reference to member 'module'
474 | localized: "TK.Label.termsAndConditions",
475 | defaultValue: "Terms and Conditions",
476 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
477 | comment: "Use for legal agreements that users must accept"
478 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:483:16: error: extra arguments at positions #3, #4 in call
481 | /// "Time" - Use for time display and selection
482 | public static var time: String {
483 | String(localized: "TK.Label.time", defaultValue: "Time", bundle: .module, comment: "Use for time display and selection")
| `- error: extra arguments at positions #3, #4 in call
484 | }
485 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:483:17: error: missing argument for parameter 'format' in call
481 | /// "Time" - Use for time display and selection
482 | public static var time: String {
483 | String(localized: "TK.Label.time", defaultValue: "Time", bundle: .module, comment: "Use for time display and selection")
| `- error: missing argument for parameter 'format' in call
484 | }
485 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:483:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
481 | /// "Time" - Use for time display and selection
482 | public static var time: String {
483 | String(localized: "TK.Label.time", defaultValue: "Time", bundle: .module, comment: "Use for time display and selection")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
484 | }
485 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:483:76: error: cannot infer contextual base in reference to member 'module'
481 | /// "Time" - Use for time display and selection
482 | public static var time: String {
483 | String(localized: "TK.Label.time", defaultValue: "Time", bundle: .module, comment: "Use for time display and selection")
| `- error: cannot infer contextual base in reference to member 'module'
484 | }
485 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:488:16: error: extra arguments at positions #3, #4 in call
486 | /// "Title" - Use for headlines and label elements
487 | public static var title: String {
488 | String(localized: "TK.Label.title", defaultValue: "Title", bundle: .module, comment: "Use for headlines and label elements")
| `- error: extra arguments at positions #3, #4 in call
489 | }
490 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:488:17: error: missing argument for parameter 'format' in call
486 | /// "Title" - Use for headlines and label elements
487 | public static var title: String {
488 | String(localized: "TK.Label.title", defaultValue: "Title", bundle: .module, comment: "Use for headlines and label elements")
| `- error: missing argument for parameter 'format' in call
489 | }
490 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:488:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
486 | /// "Title" - Use for headlines and label elements
487 | public static var title: String {
488 | String(localized: "TK.Label.title", defaultValue: "Title", bundle: .module, comment: "Use for headlines and label elements")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
489 | }
490 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:488:78: error: cannot infer contextual base in reference to member 'module'
486 | /// "Title" - Use for headlines and label elements
487 | public static var title: String {
488 | String(localized: "TK.Label.title", defaultValue: "Title", bundle: .module, comment: "Use for headlines and label elements")
| `- error: cannot infer contextual base in reference to member 'module'
489 | }
490 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:493:16: error: extra arguments at positions #3, #4 in call
491 | /// "Total" - Use for displaying sum or overall values
492 | public static var total: String {
493 | String(localized: "TK.Label.total", defaultValue: "Total", bundle: .module, comment: "Use for displaying sum or overall values")
| `- error: extra arguments at positions #3, #4 in call
494 | }
495 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:493:17: error: missing argument for parameter 'format' in call
491 | /// "Total" - Use for displaying sum or overall values
492 | public static var total: String {
493 | String(localized: "TK.Label.total", defaultValue: "Total", bundle: .module, comment: "Use for displaying sum or overall values")
| `- error: missing argument for parameter 'format' in call
494 | }
495 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:493:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
491 | /// "Total" - Use for displaying sum or overall values
492 | public static var total: String {
493 | String(localized: "TK.Label.total", defaultValue: "Total", bundle: .module, comment: "Use for displaying sum or overall values")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
494 | }
495 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:493:78: error: cannot infer contextual base in reference to member 'module'
491 | /// "Total" - Use for displaying sum or overall values
492 | public static var total: String {
493 | String(localized: "TK.Label.total", defaultValue: "Total", bundle: .module, comment: "Use for displaying sum or overall values")
| `- error: cannot infer contextual base in reference to member 'module'
494 | }
495 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:498:16: error: extra arguments at positions #3, #4 in call
496 | /// "Type" - Use for categorizing or classifying items
497 | public static var type: String {
498 | String(localized: "TK.Label.type", defaultValue: "Type", bundle: .module, comment: "Use for categorizing or classifying items")
| `- error: extra arguments at positions #3, #4 in call
499 | }
500 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:498:17: error: missing argument for parameter 'format' in call
496 | /// "Type" - Use for categorizing or classifying items
497 | public static var type: String {
498 | String(localized: "TK.Label.type", defaultValue: "Type", bundle: .module, comment: "Use for categorizing or classifying items")
| `- error: missing argument for parameter 'format' in call
499 | }
500 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:498:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
496 | /// "Type" - Use for categorizing or classifying items
497 | public static var type: String {
498 | String(localized: "TK.Label.type", defaultValue: "Type", bundle: .module, comment: "Use for categorizing or classifying items")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
499 | }
500 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:498:76: error: cannot infer contextual base in reference to member 'module'
496 | /// "Type" - Use for categorizing or classifying items
497 | public static var type: String {
498 | String(localized: "TK.Label.type", defaultValue: "Type", bundle: .module, comment: "Use for categorizing or classifying items")
| `- error: cannot infer contextual base in reference to member 'module'
499 | }
500 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:503:16: error: extra arguments at positions #3, #4 in call
501 | /// "Unknown" - Use when the state or identity is not clear or available
502 | public static var unknown: String {
503 | String(
| `- error: extra arguments at positions #3, #4 in call
504 | localized: "TK.Label.unknown",
505 | defaultValue: "Unknown",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:504:13: error: missing argument for parameter 'format' in call
502 | public static var unknown: String {
503 | String(
504 | localized: "TK.Label.unknown",
| `- error: missing argument for parameter 'format' in call
505 | defaultValue: "Unknown",
506 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:504:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
502 | public static var unknown: String {
503 | String(
504 | localized: "TK.Label.unknown",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
505 | defaultValue: "Unknown",
506 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:506:22: error: cannot infer contextual base in reference to member 'module'
504 | localized: "TK.Label.unknown",
505 | defaultValue: "Unknown",
506 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
507 | comment: "Use when the state or identity is not clear or available"
508 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:513:16: error: extra arguments at positions #3, #4 in call
511 | /// "User" - Use for identifying individual accounts or profiles
512 | public static var user: String {
513 | String(localized: "TK.Label.user", defaultValue: "User", bundle: .module, comment: "Use for identifying individual accounts or profiles")
| `- error: extra arguments at positions #3, #4 in call
514 | }
515 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:513:17: error: missing argument for parameter 'format' in call
511 | /// "User" - Use for identifying individual accounts or profiles
512 | public static var user: String {
513 | String(localized: "TK.Label.user", defaultValue: "User", bundle: .module, comment: "Use for identifying individual accounts or profiles")
| `- error: missing argument for parameter 'format' in call
514 | }
515 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:513:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
511 | /// "User" - Use for identifying individual accounts or profiles
512 | public static var user: String {
513 | String(localized: "TK.Label.user", defaultValue: "User", bundle: .module, comment: "Use for identifying individual accounts or profiles")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
514 | }
515 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:513:76: error: cannot infer contextual base in reference to member 'module'
511 | /// "User" - Use for identifying individual accounts or profiles
512 | public static var user: String {
513 | String(localized: "TK.Label.user", defaultValue: "User", bundle: .module, comment: "Use for identifying individual accounts or profiles")
| `- error: cannot infer contextual base in reference to member 'module'
514 | }
515 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:518:16: error: extra arguments at positions #3, #4 in call
516 | /// "Username" - Use for user account identification fields
517 | public static var username: String {
518 | String(localized: "TK.Label.username", defaultValue: "Username", bundle: .module, comment: "Use for user account identification fields")
| `- error: extra arguments at positions #3, #4 in call
519 | }
520 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:518:17: error: missing argument for parameter 'format' in call
516 | /// "Username" - Use for user account identification fields
517 | public static var username: String {
518 | String(localized: "TK.Label.username", defaultValue: "Username", bundle: .module, comment: "Use for user account identification fields")
| `- error: missing argument for parameter 'format' in call
519 | }
520 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:518:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
516 | /// "Username" - Use for user account identification fields
517 | public static var username: String {
518 | String(localized: "TK.Label.username", defaultValue: "Username", bundle: .module, comment: "Use for user account identification fields")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
519 | }
520 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:518:84: error: cannot infer contextual base in reference to member 'module'
516 | /// "Username" - Use for user account identification fields
517 | public static var username: String {
518 | String(localized: "TK.Label.username", defaultValue: "Username", bundle: .module, comment: "Use for user account identification fields")
| `- error: cannot infer contextual base in reference to member 'module'
519 | }
520 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:523:16: error: extra arguments at positions #3, #4 in call
521 | /// "Version" - Use for software version details
522 | public static var version: String {
523 | String(localized: "TK.Label.version", defaultValue: "Version", bundle: .module, comment: "Use for software version details")
| `- error: extra arguments at positions #3, #4 in call
524 | }
525 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:523:17: error: missing argument for parameter 'format' in call
521 | /// "Version" - Use for software version details
522 | public static var version: String {
523 | String(localized: "TK.Label.version", defaultValue: "Version", bundle: .module, comment: "Use for software version details")
| `- error: missing argument for parameter 'format' in call
524 | }
525 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:523:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
521 | /// "Version" - Use for software version details
522 | public static var version: String {
523 | String(localized: "TK.Label.version", defaultValue: "Version", bundle: .module, comment: "Use for software version details")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
524 | }
525 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:523:82: error: cannot infer contextual base in reference to member 'module'
521 | /// "Version" - Use for software version details
522 | public static var version: String {
523 | String(localized: "TK.Label.version", defaultValue: "Version", bundle: .module, comment: "Use for software version details")
| `- error: cannot infer contextual base in reference to member 'module'
524 | }
525 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:528:16: error: extra arguments at positions #3, #4 in call
526 | /// "Warning" - Use for alerts and caution messages
527 | public static var warning: String {
528 | String(localized: "TK.Label.warning", defaultValue: "Warning", bundle: .module, comment: "Use for alerts and caution messages")
| `- error: extra arguments at positions #3, #4 in call
529 | }
530 | }
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:528:17: error: missing argument for parameter 'format' in call
526 | /// "Warning" - Use for alerts and caution messages
527 | public static var warning: String {
528 | String(localized: "TK.Label.warning", defaultValue: "Warning", bundle: .module, comment: "Use for alerts and caution messages")
| `- error: missing argument for parameter 'format' in call
529 | }
530 | }
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:528:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
526 | /// "Warning" - Use for alerts and caution messages
527 | public static var warning: String {
528 | String(localized: "TK.Label.warning", defaultValue: "Warning", bundle: .module, comment: "Use for alerts and caution messages")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
529 | }
530 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Label.swift:528:82: error: cannot infer contextual base in reference to member 'module'
526 | /// "Warning" - Use for alerts and caution messages
527 | public static var warning: String {
528 | String(localized: "TK.Label.warning", defaultValue: "Warning", bundle: .module, comment: "Use for alerts and caution messages")
| `- error: cannot infer contextual base in reference to member 'module'
529 | }
530 | }
BUILD FAILURE 6.1 wasm