Build Information
Failed to build TranslateKit, reference main (03f38d
), with Swift 6.1 for Android on 31 May 2025 00:58:52 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
93 | String(localized: "TK.Action.decline", defaultValue: "Decline", bundle: .module, comment: "Use when rejecting terms, conditions, invites, or permissions")
| `- error: extra arguments at positions #3, #4 in call
94 | }
95 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:93:17: error: missing argument for parameter 'format' in call
91 | /// "Decline" - Use when rejecting terms, conditions, or permissions
92 | public static var decline: String {
93 | String(localized: "TK.Action.decline", defaultValue: "Decline", bundle: .module, comment: "Use when rejecting terms, conditions, invites, or permissions")
| `- error: missing argument for parameter 'format' in call
94 | }
95 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:93:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
91 | /// "Decline" - Use when rejecting terms, conditions, or permissions
92 | public static var decline: String {
93 | String(localized: "TK.Action.decline", defaultValue: "Decline", bundle: .module, comment: "Use when rejecting terms, conditions, invites, or permissions")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
94 | }
95 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:93:83: error: cannot infer contextual base in reference to member 'module'
91 | /// "Decline" - Use when rejecting terms, conditions, or permissions
92 | public static var decline: String {
93 | String(localized: "TK.Action.decline", defaultValue: "Decline", bundle: .module, comment: "Use when rejecting terms, conditions, invites, or permissions")
| `- error: cannot infer contextual base in reference to member 'module'
94 | }
95 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:98:16: error: extra arguments at positions #3, #4 in call
96 | /// "Delete" - Use when permanently removing content
97 | public static var delete: String {
98 | String(localized: "TK.Action.delete", defaultValue: "Delete", bundle: .module, comment: "Use when permanently removing content")
| `- error: extra arguments at positions #3, #4 in call
99 | }
100 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:98:17: error: missing argument for parameter 'format' in call
96 | /// "Delete" - Use when permanently removing content
97 | public static var delete: String {
98 | String(localized: "TK.Action.delete", defaultValue: "Delete", bundle: .module, comment: "Use when permanently removing content")
| `- error: missing argument for parameter 'format' in call
99 | }
100 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:98:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
96 | /// "Delete" - Use when permanently removing content
97 | public static var delete: String {
98 | String(localized: "TK.Action.delete", defaultValue: "Delete", bundle: .module, comment: "Use when permanently removing content")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
99 | }
100 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:98:81: error: cannot infer contextual base in reference to member 'module'
96 | /// "Delete" - Use when permanently removing content
97 | public static var delete: String {
98 | String(localized: "TK.Action.delete", defaultValue: "Delete", bundle: .module, comment: "Use when permanently removing content")
| `- error: cannot infer contextual base in reference to member 'module'
99 | }
100 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:103:16: error: extra arguments at positions #3, #4 in call
101 | /// "Delete All" - Use when removing all items in a list
102 | public static var deleteAll: String {
103 | String(localized: "TK.Action.deleteAll", defaultValue: "Delete All", bundle: .module, comment: "Use when removing all items in a list")
| `- 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+Action.swift:103:17: error: missing argument for parameter 'format' in call
101 | /// "Delete All" - Use when removing all items in a list
102 | public static var deleteAll: String {
103 | String(localized: "TK.Action.deleteAll", defaultValue: "Delete All", bundle: .module, comment: "Use when removing all items in a list")
| `- 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+Action.swift:103:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
101 | /// "Delete All" - Use when removing all items in a list
102 | public static var deleteAll: String {
103 | String(localized: "TK.Action.deleteAll", defaultValue: "Delete All", bundle: .module, comment: "Use when removing all items in a list")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
104 | }
105 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:103:88: error: cannot infer contextual base in reference to member 'module'
101 | /// "Delete All" - Use when removing all items in a list
102 | public static var deleteAll: String {
103 | String(localized: "TK.Action.deleteAll", defaultValue: "Delete All", bundle: .module, comment: "Use when removing all items in a list")
| `- error: cannot infer contextual base in reference to member 'module'
104 | }
105 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:108:16: error: extra arguments at positions #3, #4 in call
106 | /// "Details" - Use for showing additional information
107 | public static var details: String {
108 | String(localized: "TK.Action.details", defaultValue: "Details", bundle: .module, comment: "Use for showing additional information")
| `- 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+Action.swift:108:17: error: missing argument for parameter 'format' in call
106 | /// "Details" - Use for showing additional information
107 | public static var details: String {
108 | String(localized: "TK.Action.details", defaultValue: "Details", bundle: .module, comment: "Use for showing additional information")
| `- 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+Action.swift:108:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
106 | /// "Details" - Use for showing additional information
107 | public static var details: String {
108 | String(localized: "TK.Action.details", defaultValue: "Details", bundle: .module, comment: "Use for showing additional information")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
109 | }
110 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:108:83: error: cannot infer contextual base in reference to member 'module'
106 | /// "Details" - Use for showing additional information
107 | public static var details: String {
108 | String(localized: "TK.Action.details", defaultValue: "Details", bundle: .module, comment: "Use for showing additional information")
| `- error: cannot infer contextual base in reference to member 'module'
109 | }
110 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:113:16: error: extra arguments at positions #3, #4 in call
111 | /// "Details…" - Shown when more details are available
112 | public static var detailsDots: String {
113 | String(localized: "TK.Action.detailsDots", defaultValue: "Details…", bundle: .module, comment: "Shown when more details are available")
| `- error: extra arguments at positions #3, #4 in call
114 | }
115 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:113:17: error: missing argument for parameter 'format' in call
111 | /// "Details…" - Shown when more details are available
112 | public static var detailsDots: String {
113 | String(localized: "TK.Action.detailsDots", defaultValue: "Details…", bundle: .module, comment: "Shown when more details are available")
| `- error: missing argument for parameter 'format' in call
114 | }
115 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:113:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
111 | /// "Details…" - Shown when more details are available
112 | public static var detailsDots: String {
113 | String(localized: "TK.Action.detailsDots", defaultValue: "Details…", bundle: .module, comment: "Shown when more details are available")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
114 | }
115 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:113:90: error: cannot infer contextual base in reference to member 'module'
111 | /// "Details…" - Shown when more details are available
112 | public static var detailsDots: String {
113 | String(localized: "TK.Action.detailsDots", defaultValue: "Details…", bundle: .module, comment: "Shown when more details are available")
| `- error: cannot infer contextual base in reference to member 'module'
114 | }
115 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:118:16: error: extra arguments at positions #3, #4 in call
116 | /// "Disable" - Use when turning off a feature or setting
117 | public static var disable: String {
118 | String(localized: "TK.Action.disable", defaultValue: "Disable", bundle: .module, comment: "Use when turning off a feature or setting")
| `- error: extra arguments at positions #3, #4 in call
119 | }
120 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:118:17: error: missing argument for parameter 'format' in call
116 | /// "Disable" - Use when turning off a feature or setting
117 | public static var disable: String {
118 | String(localized: "TK.Action.disable", defaultValue: "Disable", bundle: .module, comment: "Use when turning off a feature or setting")
| `- error: missing argument for parameter 'format' in call
119 | }
120 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:118:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
116 | /// "Disable" - Use when turning off a feature or setting
117 | public static var disable: String {
118 | String(localized: "TK.Action.disable", defaultValue: "Disable", bundle: .module, comment: "Use when turning off a feature or setting")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
119 | }
120 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:118:83: error: cannot infer contextual base in reference to member 'module'
116 | /// "Disable" - Use when turning off a feature or setting
117 | public static var disable: String {
118 | String(localized: "TK.Action.disable", defaultValue: "Disable", bundle: .module, comment: "Use when turning off a feature or setting")
| `- error: cannot infer contextual base in reference to member 'module'
119 | }
120 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:123:16: error: extra arguments at positions #3, #4 in call
121 | /// "Dismiss" - Use when closing a notification or dialog
122 | public static var dismiss: String {
123 | String(localized: "TK.Action.dismiss", defaultValue: "Dismiss", bundle: .module, comment: "Use when closing a notification or dialog")
| `- error: extra arguments at positions #3, #4 in call
124 | }
125 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:123:17: error: missing argument for parameter 'format' in call
121 | /// "Dismiss" - Use when closing a notification or dialog
122 | public static var dismiss: String {
123 | String(localized: "TK.Action.dismiss", defaultValue: "Dismiss", bundle: .module, comment: "Use when closing a notification or dialog")
| `- error: missing argument for parameter 'format' in call
124 | }
125 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:123:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
121 | /// "Dismiss" - Use when closing a notification or dialog
122 | public static var dismiss: String {
123 | String(localized: "TK.Action.dismiss", defaultValue: "Dismiss", bundle: .module, comment: "Use when closing a notification or dialog")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
124 | }
125 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:123:83: error: cannot infer contextual base in reference to member 'module'
121 | /// "Dismiss" - Use when closing a notification or dialog
122 | public static var dismiss: String {
123 | String(localized: "TK.Action.dismiss", defaultValue: "Dismiss", bundle: .module, comment: "Use when closing a notification or dialog")
| `- error: cannot infer contextual base in reference to member 'module'
124 | }
125 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:128:16: error: extra arguments at positions #3, #4 in call
126 | /// "Done" - Use when completing a task or process
127 | public static var done: String {
128 | String(localized: "TK.Action.done", defaultValue: "Done", bundle: .module, comment: "Use when completing a task or process")
| `- error: extra arguments at positions #3, #4 in call
129 | }
130 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:128:17: error: missing argument for parameter 'format' in call
126 | /// "Done" - Use when completing a task or process
127 | public static var done: String {
128 | String(localized: "TK.Action.done", defaultValue: "Done", bundle: .module, comment: "Use when completing a task or process")
| `- error: missing argument for parameter 'format' in call
129 | }
130 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:128:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
126 | /// "Done" - Use when completing a task or process
127 | public static var done: String {
128 | String(localized: "TK.Action.done", defaultValue: "Done", bundle: .module, comment: "Use when completing a task or process")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
129 | }
130 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:128:77: error: cannot infer contextual base in reference to member 'module'
126 | /// "Done" - Use when completing a task or process
127 | public static var done: String {
128 | String(localized: "TK.Action.done", defaultValue: "Done", bundle: .module, comment: "Use when completing a task or process")
| `- error: cannot infer contextual base in reference to member 'module'
129 | }
130 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:133:16: error: extra arguments at positions #3, #4 in call
131 | /// "Download" - Use when saving media to a local device
132 | public static var download: String {
133 | String(localized: "TK.Action.download", defaultValue: "Download", bundle: .module, comment: "Use when saving media to a local device")
| `- 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+Action.swift:133:17: error: missing argument for parameter 'format' in call
131 | /// "Download" - Use when saving media to a local device
132 | public static var download: String {
133 | String(localized: "TK.Action.download", defaultValue: "Download", bundle: .module, comment: "Use when saving media to a local device")
| `- 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+Action.swift:133:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
131 | /// "Download" - Use when saving media to a local device
132 | public static var download: String {
133 | String(localized: "TK.Action.download", defaultValue: "Download", bundle: .module, comment: "Use when saving media to a local device")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
134 | }
135 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:133:85: error: cannot infer contextual base in reference to member 'module'
131 | /// "Download" - Use when saving media to a local device
132 | public static var download: String {
133 | String(localized: "TK.Action.download", defaultValue: "Download", bundle: .module, comment: "Use when saving media to a local device")
| `- error: cannot infer contextual base in reference to member 'module'
134 | }
135 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:138:16: error: extra arguments at positions #3, #4 in call
136 | /// "Edit" - Use when modifying existing content
137 | public static var edit: String {
138 | String(localized: "TK.Action.edit", defaultValue: "Edit", bundle: .module, comment: "Use when modifying existing content")
| `- 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+Action.swift:138:17: error: missing argument for parameter 'format' in call
136 | /// "Edit" - Use when modifying existing content
137 | public static var edit: String {
138 | String(localized: "TK.Action.edit", defaultValue: "Edit", bundle: .module, comment: "Use when modifying existing content")
| `- 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+Action.swift:138:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
136 | /// "Edit" - Use when modifying existing content
137 | public static var edit: String {
138 | String(localized: "TK.Action.edit", defaultValue: "Edit", bundle: .module, comment: "Use when modifying existing content")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
139 | }
140 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:138:77: error: cannot infer contextual base in reference to member 'module'
136 | /// "Edit" - Use when modifying existing content
137 | public static var edit: String {
138 | String(localized: "TK.Action.edit", defaultValue: "Edit", bundle: .module, comment: "Use when modifying existing content")
| `- error: cannot infer contextual base in reference to member 'module'
139 | }
140 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:143:16: error: extra arguments at positions #3, #4 in call
141 | /// "Enable" - Use when turning on a feature or setting
142 | public static var enable: String {
143 | String(localized: "TK.Action.enable", defaultValue: "Enable", bundle: .module, comment: "Use when turning on a feature or setting")
| `- 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+Action.swift:143:17: error: missing argument for parameter 'format' in call
141 | /// "Enable" - Use when turning on a feature or setting
142 | public static var enable: String {
143 | String(localized: "TK.Action.enable", defaultValue: "Enable", bundle: .module, comment: "Use when turning on a feature or setting")
| `- 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+Action.swift:143:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
141 | /// "Enable" - Use when turning on a feature or setting
142 | public static var enable: String {
143 | String(localized: "TK.Action.enable", defaultValue: "Enable", bundle: .module, comment: "Use when turning on a feature or setting")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
144 | }
145 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:143:81: error: cannot infer contextual base in reference to member 'module'
141 | /// "Enable" - Use when turning on a feature or setting
142 | public static var enable: String {
143 | String(localized: "TK.Action.enable", defaultValue: "Enable", bundle: .module, comment: "Use when turning on a feature or setting")
| `- error: cannot infer contextual base in reference to member 'module'
144 | }
145 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:148:16: error: extra arguments at positions #3, #4 in call
146 | /// "Expand" - Use when making content larger or more visible
147 | public static var expand: String {
148 | String(localized: "TK.Action.expand", defaultValue: "Expand", bundle: .module, comment: "Use when making content larger or more visible")
| `- 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+Action.swift:148:17: error: missing argument for parameter 'format' in call
146 | /// "Expand" - Use when making content larger or more visible
147 | public static var expand: String {
148 | String(localized: "TK.Action.expand", defaultValue: "Expand", bundle: .module, comment: "Use when making content larger or more visible")
| `- 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+Action.swift:148:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
146 | /// "Expand" - Use when making content larger or more visible
147 | public static var expand: String {
148 | String(localized: "TK.Action.expand", defaultValue: "Expand", bundle: .module, comment: "Use when making content larger or more visible")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
149 | }
150 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:148:81: error: cannot infer contextual base in reference to member 'module'
146 | /// "Expand" - Use when making content larger or more visible
147 | public static var expand: String {
148 | String(localized: "TK.Action.expand", defaultValue: "Expand", bundle: .module, comment: "Use when making content larger or more visible")
| `- error: cannot infer contextual base in reference to member 'module'
149 | }
150 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:153:16: error: extra arguments at positions #3, #4 in call
151 | /// "Export" - Use when transferring content to another format
152 | public static var export: String {
153 | String(localized: "TK.Action.export", defaultValue: "Export", bundle: .module, comment: "Use when transferring content to another format")
| `- error: extra arguments at positions #3, #4 in call
154 | }
155 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:153:17: error: missing argument for parameter 'format' in call
151 | /// "Export" - Use when transferring content to another format
152 | public static var export: String {
153 | String(localized: "TK.Action.export", defaultValue: "Export", bundle: .module, comment: "Use when transferring content to another format")
| `- error: missing argument for parameter 'format' in call
154 | }
155 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:153:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
151 | /// "Export" - Use when transferring content to another format
152 | public static var export: String {
153 | String(localized: "TK.Action.export", defaultValue: "Export", bundle: .module, comment: "Use when transferring content to another format")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
154 | }
155 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:153:81: error: cannot infer contextual base in reference to member 'module'
151 | /// "Export" - Use when transferring content to another format
152 | public static var export: String {
153 | String(localized: "TK.Action.export", defaultValue: "Export", bundle: .module, comment: "Use when transferring content to another format")
| `- error: cannot infer contextual base in reference to member 'module'
154 | }
155 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:158:16: error: extra arguments at positions #3, #4 in call
156 | /// "Filter" - Use for refining search or display results
157 | public static var filter: String {
158 | String(localized: "TK.Action.filter", defaultValue: "Filter", bundle: .module, comment: "Use for refining search or display results")
| `- error: extra arguments at positions #3, #4 in call
159 | }
160 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:158:17: error: missing argument for parameter 'format' in call
156 | /// "Filter" - Use for refining search or display results
157 | public static var filter: String {
158 | String(localized: "TK.Action.filter", defaultValue: "Filter", bundle: .module, comment: "Use for refining search or display results")
| `- error: missing argument for parameter 'format' in call
159 | }
160 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:158:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
156 | /// "Filter" - Use for refining search or display results
157 | public static var filter: String {
158 | String(localized: "TK.Action.filter", defaultValue: "Filter", bundle: .module, comment: "Use for refining search or display results")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
159 | }
160 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:158:81: error: cannot infer contextual base in reference to member 'module'
156 | /// "Filter" - Use for refining search or display results
157 | public static var filter: String {
158 | String(localized: "TK.Action.filter", defaultValue: "Filter", bundle: .module, comment: "Use for refining search or display results")
| `- error: cannot infer contextual base in reference to member 'module'
159 | }
160 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:163:16: error: extra arguments at positions #3, #4 in call
161 | /// "Find" - Use for searching within content
162 | public static var find: String {
163 | String(localized: "TK.Action.find", defaultValue: "Find", bundle: .module, comment: "Use for searching within content")
| `- 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+Action.swift:163:17: error: missing argument for parameter 'format' in call
161 | /// "Find" - Use for searching within content
162 | public static var find: String {
163 | String(localized: "TK.Action.find", defaultValue: "Find", bundle: .module, comment: "Use for searching within content")
| `- 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+Action.swift:163:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
161 | /// "Find" - Use for searching within content
162 | public static var find: String {
163 | String(localized: "TK.Action.find", defaultValue: "Find", bundle: .module, comment: "Use for searching within content")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
164 | }
165 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:163:77: error: cannot infer contextual base in reference to member 'module'
161 | /// "Find" - Use for searching within content
162 | public static var find: String {
163 | String(localized: "TK.Action.find", defaultValue: "Find", bundle: .module, comment: "Use for searching within content")
| `- error: cannot infer contextual base in reference to member 'module'
164 | }
165 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:168:16: error: extra arguments at positions #3, #4 in call
166 | /// "Forward" - Use for advancing or sending content
167 | public static var forward: String {
168 | String(localized: "TK.Action.forward", defaultValue: "Forward", bundle: .module, comment: "Use for advancing or sending content")
| `- 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+Action.swift:168:17: error: missing argument for parameter 'format' in call
166 | /// "Forward" - Use for advancing or sending content
167 | public static var forward: String {
168 | String(localized: "TK.Action.forward", defaultValue: "Forward", bundle: .module, comment: "Use for advancing or sending content")
| `- 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+Action.swift:168:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
166 | /// "Forward" - Use for advancing or sending content
167 | public static var forward: String {
168 | String(localized: "TK.Action.forward", defaultValue: "Forward", bundle: .module, comment: "Use for advancing or sending content")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
169 | }
170 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:168:83: error: cannot infer contextual base in reference to member 'module'
166 | /// "Forward" - Use for advancing or sending content
167 | public static var forward: String {
168 | String(localized: "TK.Action.forward", defaultValue: "Forward", bundle: .module, comment: "Use for advancing or sending content")
| `- error: cannot infer contextual base in reference to member 'module'
169 | }
170 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:173:16: error: extra arguments at positions #3, #4 in call
171 | /// "Help" - Use for accessing support or guidance
172 | public static var help: String {
173 | String(localized: "TK.Action.help", defaultValue: "Help", bundle: .module, comment: "Use for accessing support or guidance")
| `- 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+Action.swift:173:17: error: missing argument for parameter 'format' in call
171 | /// "Help" - Use for accessing support or guidance
172 | public static var help: String {
173 | String(localized: "TK.Action.help", defaultValue: "Help", bundle: .module, comment: "Use for accessing support or guidance")
| `- 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+Action.swift:173:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
171 | /// "Help" - Use for accessing support or guidance
172 | public static var help: String {
173 | String(localized: "TK.Action.help", defaultValue: "Help", bundle: .module, comment: "Use for accessing support or guidance")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
174 | }
175 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:173:77: error: cannot infer contextual base in reference to member 'module'
171 | /// "Help" - Use for accessing support or guidance
172 | public static var help: String {
173 | String(localized: "TK.Action.help", defaultValue: "Help", bundle: .module, comment: "Use for accessing support or guidance")
| `- error: cannot infer contextual base in reference to member 'module'
174 | }
175 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:178:16: error: extra arguments at positions #3, #4 in call
176 | /// "Hide" - Use for concealing content or interface elements
177 | public static var hide: String {
178 | String(localized: "TK.Action.hide", defaultValue: "Hide", bundle: .module, comment: "Use for concealing content or interface elements")
| `- 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+Action.swift:178:17: error: missing argument for parameter 'format' in call
176 | /// "Hide" - Use for concealing content or interface elements
177 | public static var hide: String {
178 | String(localized: "TK.Action.hide", defaultValue: "Hide", bundle: .module, comment: "Use for concealing content or interface elements")
| `- 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+Action.swift:178:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
176 | /// "Hide" - Use for concealing content or interface elements
177 | public static var hide: String {
178 | String(localized: "TK.Action.hide", defaultValue: "Hide", bundle: .module, comment: "Use for concealing content or interface elements")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
179 | }
180 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:178:77: error: cannot infer contextual base in reference to member 'module'
176 | /// "Hide" - Use for concealing content or interface elements
177 | public static var hide: String {
178 | String(localized: "TK.Action.hide", defaultValue: "Hide", bundle: .module, comment: "Use for concealing content or interface elements")
| `- error: cannot infer contextual base in reference to member 'module'
179 | }
180 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:183:16: error: extra arguments at positions #3, #4 in call
181 | /// "Import" - File import action
182 | public static var `import`: String {
183 | String(localized: "TK.Action.import", defaultValue: "Import", bundle: .module, comment: "File import action")
| `- 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+Action.swift:183:17: error: missing argument for parameter 'format' in call
181 | /// "Import" - File import action
182 | public static var `import`: String {
183 | String(localized: "TK.Action.import", defaultValue: "Import", bundle: .module, comment: "File import action")
| `- 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+Action.swift:183:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
181 | /// "Import" - File import action
182 | public static var `import`: String {
183 | String(localized: "TK.Action.import", defaultValue: "Import", bundle: .module, comment: "File import action")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
184 | }
185 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:183:81: error: cannot infer contextual base in reference to member 'module'
181 | /// "Import" - File import action
182 | public static var `import`: String {
183 | String(localized: "TK.Action.import", defaultValue: "Import", bundle: .module, comment: "File import action")
| `- error: cannot infer contextual base in reference to member 'module'
184 | }
185 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:188:16: error: extra arguments at positions #3, #4 in call
186 | /// "Info" - Use for displaying additional information
187 | public static var info: String {
188 | String(localized: "TK.Action.info", defaultValue: "Info", bundle: .module, comment: "Use for displaying additional information")
| `- 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+Action.swift:188:17: error: missing argument for parameter 'format' in call
186 | /// "Info" - Use for displaying additional information
187 | public static var info: String {
188 | String(localized: "TK.Action.info", defaultValue: "Info", bundle: .module, comment: "Use for displaying additional information")
| `- 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+Action.swift:188:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
186 | /// "Info" - Use for displaying additional information
187 | public static var info: String {
188 | String(localized: "TK.Action.info", defaultValue: "Info", bundle: .module, comment: "Use for displaying additional information")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
189 | }
190 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:188:77: error: cannot infer contextual base in reference to member 'module'
186 | /// "Info" - Use for displaying additional information
187 | public static var info: String {
188 | String(localized: "TK.Action.info", defaultValue: "Info", bundle: .module, comment: "Use for displaying additional information")
| `- error: cannot infer contextual base in reference to member 'module'
189 | }
190 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:193:16: error: extra arguments at positions #3, #4 in call
191 | /// "Keep" - Use when preserving content or settings
192 | public static var keep: String {
193 | String(localized: "TK.Action.keep", defaultValue: "Keep", bundle: .module, comment: "Use when preserving content or settings")
| `- error: extra arguments at positions #3, #4 in call
194 | }
195 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:193:17: error: missing argument for parameter 'format' in call
191 | /// "Keep" - Use when preserving content or settings
192 | public static var keep: String {
193 | String(localized: "TK.Action.keep", defaultValue: "Keep", bundle: .module, comment: "Use when preserving content or settings")
| `- error: missing argument for parameter 'format' in call
194 | }
195 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:193:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
191 | /// "Keep" - Use when preserving content or settings
192 | public static var keep: String {
193 | String(localized: "TK.Action.keep", defaultValue: "Keep", bundle: .module, comment: "Use when preserving content or settings")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
194 | }
195 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:193:77: error: cannot infer contextual base in reference to member 'module'
191 | /// "Keep" - Use when preserving content or settings
192 | public static var keep: String {
193 | String(localized: "TK.Action.keep", defaultValue: "Keep", bundle: .module, comment: "Use when preserving content or settings")
| `- error: cannot infer contextual base in reference to member 'module'
194 | }
195 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:198:16: error: extra arguments at positions #3, #4 in call
196 | /// "Learn More" - Use for accessing additional information
197 | public static var learnMore: String {
198 | String(localized: "TK.Action.learnMore", defaultValue: "Learn More", bundle: .module, comment: "Use for accessing additional information")
| `- error: extra arguments at positions #3, #4 in call
199 | }
200 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:198:17: error: missing argument for parameter 'format' in call
196 | /// "Learn More" - Use for accessing additional information
197 | public static var learnMore: String {
198 | String(localized: "TK.Action.learnMore", defaultValue: "Learn More", bundle: .module, comment: "Use for accessing additional information")
| `- error: missing argument for parameter 'format' in call
199 | }
200 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:198:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
196 | /// "Learn More" - Use for accessing additional information
197 | public static var learnMore: String {
198 | String(localized: "TK.Action.learnMore", defaultValue: "Learn More", bundle: .module, comment: "Use for accessing additional information")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
199 | }
200 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:198:88: error: cannot infer contextual base in reference to member 'module'
196 | /// "Learn More" - Use for accessing additional information
197 | public static var learnMore: String {
198 | String(localized: "TK.Action.learnMore", defaultValue: "Learn More", bundle: .module, comment: "Use for accessing additional information")
| `- error: cannot infer contextual base in reference to member 'module'
199 | }
200 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:203:16: error: extra arguments at positions #3, #4 in call
201 | /// "Learn More…" - Use for accessing additional information (with ellipsis)
202 | public static var learnMoreDots: String {
203 | String(localized: "TK.Action.learnMoreDots", defaultValue: "Learn More…", bundle: .module, comment: "Use for accessing additional information")
| `- 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+Action.swift:203:17: error: missing argument for parameter 'format' in call
201 | /// "Learn More…" - Use for accessing additional information (with ellipsis)
202 | public static var learnMoreDots: String {
203 | String(localized: "TK.Action.learnMoreDots", defaultValue: "Learn More…", bundle: .module, comment: "Use for accessing additional information")
| `- 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+Action.swift:203:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
201 | /// "Learn More…" - Use for accessing additional information (with ellipsis)
202 | public static var learnMoreDots: String {
203 | String(localized: "TK.Action.learnMoreDots", defaultValue: "Learn More…", bundle: .module, comment: "Use for accessing additional information")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
204 | }
205 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:203:95: error: cannot infer contextual base in reference to member 'module'
201 | /// "Learn More…" - Use for accessing additional information (with ellipsis)
202 | public static var learnMoreDots: String {
203 | String(localized: "TK.Action.learnMoreDots", defaultValue: "Learn More…", bundle: .module, comment: "Use for accessing additional information")
| `- error: cannot infer contextual base in reference to member 'module'
204 | }
205 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:208:16: error: extra arguments at positions #3, #4 in call
206 | /// "Load More" - Use when fetching additional content
207 | public static var loadMore: String {
208 | String(localized: "TK.Action.loadMore", defaultValue: "Load More", bundle: .module, comment: "Use when fetching additional content")
| `- 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+Action.swift:208:17: error: missing argument for parameter 'format' in call
206 | /// "Load More" - Use when fetching additional content
207 | public static var loadMore: String {
208 | String(localized: "TK.Action.loadMore", defaultValue: "Load More", bundle: .module, comment: "Use when fetching additional content")
| `- 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+Action.swift:208:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
206 | /// "Load More" - Use when fetching additional content
207 | public static var loadMore: String {
208 | String(localized: "TK.Action.loadMore", defaultValue: "Load More", bundle: .module, comment: "Use when fetching additional content")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
209 | }
210 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:208:86: error: cannot infer contextual base in reference to member 'module'
206 | /// "Load More" - Use when fetching additional content
207 | public static var loadMore: String {
208 | String(localized: "TK.Action.loadMore", defaultValue: "Load More", bundle: .module, comment: "Use when fetching additional content")
| `- error: cannot infer contextual base in reference to member 'module'
209 | }
210 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:213:16: error: extra arguments at positions #3, #4 in call
211 | /// "Manage" - Use for configuring or controlling settings
212 | public static var manage: String {
213 | String(localized: "TK.Action.manage", defaultValue: "Manage", bundle: .module, comment: "Use for configuring or controlling settings")
| `- 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+Action.swift:213:17: error: missing argument for parameter 'format' in call
211 | /// "Manage" - Use for configuring or controlling settings
212 | public static var manage: String {
213 | String(localized: "TK.Action.manage", defaultValue: "Manage", bundle: .module, comment: "Use for configuring or controlling settings")
| `- 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+Action.swift:213:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
211 | /// "Manage" - Use for configuring or controlling settings
212 | public static var manage: String {
213 | String(localized: "TK.Action.manage", defaultValue: "Manage", bundle: .module, comment: "Use for configuring or controlling settings")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
214 | }
215 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:213:81: error: cannot infer contextual base in reference to member 'module'
211 | /// "Manage" - Use for configuring or controlling settings
212 | public static var manage: String {
213 | String(localized: "TK.Action.manage", defaultValue: "Manage", bundle: .module, comment: "Use for configuring or controlling settings")
| `- error: cannot infer contextual base in reference to member 'module'
214 | }
215 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:218:16: error: extra arguments at positions #3, #4 in call
216 | /// "More" - Use for accessing additional options
217 | public static var more: String {
218 | String(localized: "TK.Action.more", defaultValue: "More", bundle: .module, comment: "Use for accessing additional options")
| `- error: extra arguments at positions #3, #4 in call
219 | }
220 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:218:17: error: missing argument for parameter 'format' in call
216 | /// "More" - Use for accessing additional options
217 | public static var more: String {
218 | String(localized: "TK.Action.more", defaultValue: "More", bundle: .module, comment: "Use for accessing additional options")
| `- error: missing argument for parameter 'format' in call
219 | }
220 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:218:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
216 | /// "More" - Use for accessing additional options
217 | public static var more: String {
218 | String(localized: "TK.Action.more", defaultValue: "More", bundle: .module, comment: "Use for accessing additional options")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
219 | }
220 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:218:77: error: cannot infer contextual base in reference to member 'module'
216 | /// "More" - Use for accessing additional options
217 | public static var more: String {
218 | String(localized: "TK.Action.more", defaultValue: "More", bundle: .module, comment: "Use for accessing additional options")
| `- error: cannot infer contextual base in reference to member 'module'
219 | }
220 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:223:16: error: extra arguments at positions #3, #4 in call
221 | /// "More…" - Shown when more content is available
222 | public static var moreDots: String {
223 | String(localized: "TK.Action.moreDots", defaultValue: "More…", bundle: .module, comment: "Shown when more content is available")
| `- error: extra arguments at positions #3, #4 in call
224 | }
225 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:223:17: error: missing argument for parameter 'format' in call
221 | /// "More…" - Shown when more content is available
222 | public static var moreDots: String {
223 | String(localized: "TK.Action.moreDots", defaultValue: "More…", bundle: .module, comment: "Shown when more content is available")
| `- error: missing argument for parameter 'format' in call
224 | }
225 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:223:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
221 | /// "More…" - Shown when more content is available
222 | public static var moreDots: String {
223 | String(localized: "TK.Action.moreDots", defaultValue: "More…", bundle: .module, comment: "Shown when more content is available")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
224 | }
225 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:223:84: error: cannot infer contextual base in reference to member 'module'
221 | /// "More…" - Shown when more content is available
222 | public static var moreDots: String {
223 | String(localized: "TK.Action.moreDots", defaultValue: "More…", bundle: .module, comment: "Shown when more content is available")
| `- error: cannot infer contextual base in reference to member 'module'
224 | }
225 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:228:16: error: extra arguments at positions #3, #4 in call
226 | /// "Mute" - Use for silencing audio or notifications
227 | public static var mute: String {
228 | String(localized: "TK.Action.mute", defaultValue: "Mute", bundle: .module, comment: "Use for silencing audio or notifications")
| `- error: extra arguments at positions #3, #4 in call
229 | }
230 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:228:17: error: missing argument for parameter 'format' in call
226 | /// "Mute" - Use for silencing audio or notifications
227 | public static var mute: String {
228 | String(localized: "TK.Action.mute", defaultValue: "Mute", bundle: .module, comment: "Use for silencing audio or notifications")
| `- error: missing argument for parameter 'format' in call
229 | }
230 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:228:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
226 | /// "Mute" - Use for silencing audio or notifications
227 | public static var mute: String {
228 | String(localized: "TK.Action.mute", defaultValue: "Mute", bundle: .module, comment: "Use for silencing audio or notifications")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
229 | }
230 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:228:77: error: cannot infer contextual base in reference to member 'module'
226 | /// "Mute" - Use for silencing audio or notifications
227 | public static var mute: String {
228 | String(localized: "TK.Action.mute", defaultValue: "Mute", bundle: .module, comment: "Use for silencing audio or notifications")
| `- error: cannot infer contextual base in reference to member 'module'
229 | }
230 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:233:16: error: extra arguments at positions #3, #4 in call
231 | /// "New" - Use for creating or indicating recent content
232 | public static var new: String {
233 | String(localized: "TK.Action.new", defaultValue: "New", bundle: .module, comment: "Use for creating or indicating recent content")
| `- error: extra arguments at positions #3, #4 in call
234 | }
235 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:233:17: error: missing argument for parameter 'format' in call
231 | /// "New" - Use for creating or indicating recent content
232 | public static var new: String {
233 | String(localized: "TK.Action.new", defaultValue: "New", bundle: .module, comment: "Use for creating or indicating recent content")
| `- error: missing argument for parameter 'format' in call
234 | }
235 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:233:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
231 | /// "New" - Use for creating or indicating recent content
232 | public static var new: String {
233 | String(localized: "TK.Action.new", defaultValue: "New", bundle: .module, comment: "Use for creating or indicating recent content")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
234 | }
235 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:233:75: error: cannot infer contextual base in reference to member 'module'
231 | /// "New" - Use for creating or indicating recent content
232 | public static var new: String {
233 | String(localized: "TK.Action.new", defaultValue: "New", bundle: .module, comment: "Use for creating or indicating recent content")
| `- error: cannot infer contextual base in reference to member 'module'
234 | }
235 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:238:16: error: extra arguments at positions #3, #4 in call
236 | /// "Next" - Use for advancing to subsequent content or step
237 | public static var next: String {
238 | String(localized: "TK.Action.next", defaultValue: "Next", bundle: .module, comment: "Use for advancing to subsequent content or step")
| `- 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+Action.swift:238:17: error: missing argument for parameter 'format' in call
236 | /// "Next" - Use for advancing to subsequent content or step
237 | public static var next: String {
238 | String(localized: "TK.Action.next", defaultValue: "Next", bundle: .module, comment: "Use for advancing to subsequent content or step")
| `- 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+Action.swift:238:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
236 | /// "Next" - Use for advancing to subsequent content or step
237 | public static var next: String {
238 | String(localized: "TK.Action.next", defaultValue: "Next", bundle: .module, comment: "Use for advancing to subsequent content or step")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
239 | }
240 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:238:77: error: cannot infer contextual base in reference to member 'module'
236 | /// "Next" - Use for advancing to subsequent content or step
237 | public static var next: String {
238 | String(localized: "TK.Action.next", defaultValue: "Next", bundle: .module, comment: "Use for advancing to subsequent content or step")
| `- error: cannot infer contextual base in reference to member 'module'
239 | }
240 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:243:16: error: extra arguments at positions #3, #4 in call
241 | /// "No" - Use for negative responses or confirmations
242 | public static var no: String {
243 | String(localized: "TK.Action.no", defaultValue: "No", bundle: .module, comment: "Use for negative responses or confirmations")
| `- 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+Action.swift:243:17: error: missing argument for parameter 'format' in call
241 | /// "No" - Use for negative responses or confirmations
242 | public static var no: String {
243 | String(localized: "TK.Action.no", defaultValue: "No", bundle: .module, comment: "Use for negative responses or confirmations")
| `- 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+Action.swift:243:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
241 | /// "No" - Use for negative responses or confirmations
242 | public static var no: String {
243 | String(localized: "TK.Action.no", defaultValue: "No", bundle: .module, comment: "Use for negative responses or confirmations")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
244 | }
245 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:243:73: error: cannot infer contextual base in reference to member 'module'
241 | /// "No" - Use for negative responses or confirmations
242 | public static var no: String {
243 | String(localized: "TK.Action.no", defaultValue: "No", bundle: .module, comment: "Use for negative responses or confirmations")
| `- error: cannot infer contextual base in reference to member 'module'
244 | }
245 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:248:16: error: extra arguments at positions #3, #4 in call
246 | /// "Not Now" - Use for declining a request or postponing an action
247 | public static var notNow: String {
248 | String(localized: "TK.Action.notNow", defaultValue: "Not Now", bundle: .module, comment: "Use for declining a request or postponing an action")
| `- 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+Action.swift:248:17: error: missing argument for parameter 'format' in call
246 | /// "Not Now" - Use for declining a request or postponing an action
247 | public static var notNow: String {
248 | String(localized: "TK.Action.notNow", defaultValue: "Not Now", bundle: .module, comment: "Use for declining a request or postponing an action")
| `- 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+Action.swift:248:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
246 | /// "Not Now" - Use for declining a request or postponing an action
247 | public static var notNow: String {
248 | String(localized: "TK.Action.notNow", defaultValue: "Not Now", bundle: .module, comment: "Use for declining a request or postponing an action")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
249 | }
250 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:248:82: error: cannot infer contextual base in reference to member 'module'
246 | /// "Not Now" - Use for declining a request or postponing an action
247 | public static var notNow: String {
248 | String(localized: "TK.Action.notNow", defaultValue: "Not Now", bundle: .module, comment: "Use for declining a request or postponing an action")
| `- error: cannot infer contextual base in reference to member 'module'
249 | }
250 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:253:16: error: extra arguments at positions #3, #4 in call
251 | /// "OK" - Use for confirming or acknowledging a message
252 | public static var ok: String {
253 | String(localized: "TK.Action.ok", defaultValue: "OK", bundle: .module, comment: "Use for confirming or acknowledging a message")
| `- 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+Action.swift:253:17: error: missing argument for parameter 'format' in call
251 | /// "OK" - Use for confirming or acknowledging a message
252 | public static var ok: String {
253 | String(localized: "TK.Action.ok", defaultValue: "OK", bundle: .module, comment: "Use for confirming or acknowledging a message")
| `- 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+Action.swift:253:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
251 | /// "OK" - Use for confirming or acknowledging a message
252 | public static var ok: String {
253 | String(localized: "TK.Action.ok", defaultValue: "OK", bundle: .module, comment: "Use for confirming or acknowledging a message")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
254 | }
255 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:253:73: error: cannot infer contextual base in reference to member 'module'
251 | /// "OK" - Use for confirming or acknowledging a message
252 | public static var ok: String {
253 | String(localized: "TK.Action.ok", defaultValue: "OK", bundle: .module, comment: "Use for confirming or acknowledging a message")
| `- error: cannot infer contextual base in reference to member 'module'
254 | }
255 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:258:16: error: extra arguments at positions #3, #4 in call
256 | /// "Open" - Use for launching or expanding content
257 | public static var open: String {
258 | String(localized: "TK.Action.open", defaultValue: "Open", bundle: .module, comment: "Use for launching or expanding content")
| `- error: extra arguments at positions #3, #4 in call
259 | }
260 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:258:17: error: missing argument for parameter 'format' in call
256 | /// "Open" - Use for launching or expanding content
257 | public static var open: String {
258 | String(localized: "TK.Action.open", defaultValue: "Open", bundle: .module, comment: "Use for launching or expanding content")
| `- error: missing argument for parameter 'format' in call
259 | }
260 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:258:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
256 | /// "Open" - Use for launching or expanding content
257 | public static var open: String {
258 | String(localized: "TK.Action.open", defaultValue: "Open", bundle: .module, comment: "Use for launching or expanding content")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
259 | }
260 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:258:77: error: cannot infer contextual base in reference to member 'module'
256 | /// "Open" - Use for launching or expanding content
257 | public static var open: String {
258 | String(localized: "TK.Action.open", defaultValue: "Open", bundle: .module, comment: "Use for launching or expanding content")
| `- error: cannot infer contextual base in reference to member 'module'
259 | }
260 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:263:16: error: extra arguments at positions #3, #4 in call
261 | /// "Pause" - Use for temporarily stopping media or processes
262 | public static var pause: String {
263 | String(localized: "TK.Action.pause", defaultValue: "Pause", bundle: .module, comment: "Use for temporarily stopping media or processes")
| `- 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+Action.swift:263:17: error: missing argument for parameter 'format' in call
261 | /// "Pause" - Use for temporarily stopping media or processes
262 | public static var pause: String {
263 | String(localized: "TK.Action.pause", defaultValue: "Pause", bundle: .module, comment: "Use for temporarily stopping media or processes")
| `- 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+Action.swift:263:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
261 | /// "Pause" - Use for temporarily stopping media or processes
262 | public static var pause: String {
263 | String(localized: "TK.Action.pause", defaultValue: "Pause", bundle: .module, comment: "Use for temporarily stopping media or processes")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
264 | }
265 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:263:79: error: cannot infer contextual base in reference to member 'module'
261 | /// "Pause" - Use for temporarily stopping media or processes
262 | public static var pause: String {
263 | String(localized: "TK.Action.pause", defaultValue: "Pause", bundle: .module, comment: "Use for temporarily stopping media or processes")
| `- error: cannot infer contextual base in reference to member 'module'
264 | }
265 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:268:16: error: extra arguments at positions #3, #4 in call
266 | /// "Play" - Use for starting media playback
267 | public static var play: String {
268 | String(localized: "TK.Action.play", defaultValue: "Play", bundle: .module, comment: "Use for starting media playback")
| `- 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+Action.swift:268:17: error: missing argument for parameter 'format' in call
266 | /// "Play" - Use for starting media playback
267 | public static var play: String {
268 | String(localized: "TK.Action.play", defaultValue: "Play", bundle: .module, comment: "Use for starting media playback")
| `- 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+Action.swift:268:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
266 | /// "Play" - Use for starting media playback
267 | public static var play: String {
268 | String(localized: "TK.Action.play", defaultValue: "Play", bundle: .module, comment: "Use for starting media playback")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
269 | }
270 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:268:77: error: cannot infer contextual base in reference to member 'module'
266 | /// "Play" - Use for starting media playback
267 | public static var play: String {
268 | String(localized: "TK.Action.play", defaultValue: "Play", bundle: .module, comment: "Use for starting media playback")
| `- error: cannot infer contextual base in reference to member 'module'
269 | }
270 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:273:16: error: extra arguments at positions #3, #4 in call
271 | /// "Previous" - Use for navigating to prior content
272 | public static var previous: String {
273 | String(localized: "TK.Action.previous", defaultValue: "Previous", bundle: .module, comment: "Use for navigating to prior content")
| `- 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+Action.swift:273:17: error: missing argument for parameter 'format' in call
271 | /// "Previous" - Use for navigating to prior content
272 | public static var previous: String {
273 | String(localized: "TK.Action.previous", defaultValue: "Previous", bundle: .module, comment: "Use for navigating to prior content")
| `- 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+Action.swift:273:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
271 | /// "Previous" - Use for navigating to prior content
272 | public static var previous: String {
273 | String(localized: "TK.Action.previous", defaultValue: "Previous", bundle: .module, comment: "Use for navigating to prior content")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
274 | }
275 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:273:85: error: cannot infer contextual base in reference to member 'module'
271 | /// "Previous" - Use for navigating to prior content
272 | public static var previous: String {
273 | String(localized: "TK.Action.previous", defaultValue: "Previous", bundle: .module, comment: "Use for navigating to prior content")
| `- error: cannot infer contextual base in reference to member 'module'
274 | }
275 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:278:16: error: extra arguments at positions #3, #4 in call
276 | /// "Refresh" - Use for updating content or reloading data
277 | public static var refresh: String {
278 | String(localized: "TK.Action.refresh", defaultValue: "Refresh", bundle: .module, comment: "Use for updating content or reloading data")
| `- error: extra arguments at positions #3, #4 in call
279 | }
280 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:278:17: error: missing argument for parameter 'format' in call
276 | /// "Refresh" - Use for updating content or reloading data
277 | public static var refresh: String {
278 | String(localized: "TK.Action.refresh", defaultValue: "Refresh", bundle: .module, comment: "Use for updating content or reloading data")
| `- error: missing argument for parameter 'format' in call
279 | }
280 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:278:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
276 | /// "Refresh" - Use for updating content or reloading data
277 | public static var refresh: String {
278 | String(localized: "TK.Action.refresh", defaultValue: "Refresh", bundle: .module, comment: "Use for updating content or reloading data")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
279 | }
280 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:278:83: error: cannot infer contextual base in reference to member 'module'
276 | /// "Refresh" - Use for updating content or reloading data
277 | public static var refresh: String {
278 | String(localized: "TK.Action.refresh", defaultValue: "Refresh", bundle: .module, comment: "Use for updating content or reloading data")
| `- error: cannot infer contextual base in reference to member 'module'
279 | }
280 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:283:16: error: extra arguments at positions #3, #4 in call
281 | /// "Reload" - Use for refreshing content or data
282 | public static var reload: String {
283 | String(localized: "TK.Action.reload", defaultValue: "Reload", bundle: .module, comment: "Use for refreshing content or data")
| `- error: extra arguments at positions #3, #4 in call
284 | }
285 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:283:17: error: missing argument for parameter 'format' in call
281 | /// "Reload" - Use for refreshing content or data
282 | public static var reload: String {
283 | String(localized: "TK.Action.reload", defaultValue: "Reload", bundle: .module, comment: "Use for refreshing content or data")
| `- error: missing argument for parameter 'format' in call
284 | }
285 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:283:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
281 | /// "Reload" - Use for refreshing content or data
282 | public static var reload: String {
283 | String(localized: "TK.Action.reload", defaultValue: "Reload", bundle: .module, comment: "Use for refreshing content or data")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
284 | }
285 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:283:81: error: cannot infer contextual base in reference to member 'module'
281 | /// "Reload" - Use for refreshing content or data
282 | public static var reload: String {
283 | String(localized: "TK.Action.reload", defaultValue: "Reload", bundle: .module, comment: "Use for refreshing content or data")
| `- error: cannot infer contextual base in reference to member 'module'
284 | }
285 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:288:16: error: extra arguments at positions #3, #4 in call
286 | /// "Remove" - Use for deleting or eliminating items
287 | public static var remove: String {
288 | String(localized: "TK.Action.remove", defaultValue: "Remove", bundle: .module, comment: "Use for deleting or eliminating 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+Action.swift:288:17: error: missing argument for parameter 'format' in call
286 | /// "Remove" - Use for deleting or eliminating items
287 | public static var remove: String {
288 | String(localized: "TK.Action.remove", defaultValue: "Remove", bundle: .module, comment: "Use for deleting or eliminating 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+Action.swift:288:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
286 | /// "Remove" - Use for deleting or eliminating items
287 | public static var remove: String {
288 | String(localized: "TK.Action.remove", defaultValue: "Remove", bundle: .module, comment: "Use for deleting or eliminating items")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
289 | }
290 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:288:81: error: cannot infer contextual base in reference to member 'module'
286 | /// "Remove" - Use for deleting or eliminating items
287 | public static var remove: String {
288 | String(localized: "TK.Action.remove", defaultValue: "Remove", bundle: .module, comment: "Use for deleting or eliminating items")
| `- error: cannot infer contextual base in reference to member 'module'
289 | }
290 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:293:16: error: extra arguments at positions #3, #4 in call
291 | /// "Remove All" - Use for clearing entire lists or collections
292 | public static var removeAll: String {
293 | String(localized: "TK.Action.removeAll", defaultValue: "Remove All", bundle: .module, comment: "Use for clearing entire lists or collections")
| `- 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+Action.swift:293:17: error: missing argument for parameter 'format' in call
291 | /// "Remove All" - Use for clearing entire lists or collections
292 | public static var removeAll: String {
293 | String(localized: "TK.Action.removeAll", defaultValue: "Remove All", bundle: .module, comment: "Use for clearing entire lists or collections")
| `- 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+Action.swift:293:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
291 | /// "Remove All" - Use for clearing entire lists or collections
292 | public static var removeAll: String {
293 | String(localized: "TK.Action.removeAll", defaultValue: "Remove All", bundle: .module, comment: "Use for clearing entire lists or collections")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
294 | }
295 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:293:88: error: cannot infer contextual base in reference to member 'module'
291 | /// "Remove All" - Use for clearing entire lists or collections
292 | public static var removeAll: String {
293 | String(localized: "TK.Action.removeAll", defaultValue: "Remove All", bundle: .module, comment: "Use for clearing entire lists or collections")
| `- error: cannot infer contextual base in reference to member 'module'
294 | }
295 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:298:16: error: extra arguments at positions #3, #4 in call
296 | /// "Rename" - Use for modifying item names
297 | public static var rename: String {
298 | String(localized: "TK.Action.rename", defaultValue: "Rename", bundle: .module, comment: "Use for modifying item names")
| `- error: extra arguments at positions #3, #4 in call
299 | }
300 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:298:17: error: missing argument for parameter 'format' in call
296 | /// "Rename" - Use for modifying item names
297 | public static var rename: String {
298 | String(localized: "TK.Action.rename", defaultValue: "Rename", bundle: .module, comment: "Use for modifying item names")
| `- error: missing argument for parameter 'format' in call
299 | }
300 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:298:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
296 | /// "Rename" - Use for modifying item names
297 | public static var rename: String {
298 | String(localized: "TK.Action.rename", defaultValue: "Rename", bundle: .module, comment: "Use for modifying item names")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
299 | }
300 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:298:81: error: cannot infer contextual base in reference to member 'module'
296 | /// "Rename" - Use for modifying item names
297 | public static var rename: String {
298 | String(localized: "TK.Action.rename", defaultValue: "Rename", bundle: .module, comment: "Use for modifying item names")
| `- error: cannot infer contextual base in reference to member 'module'
299 | }
300 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:303:16: error: extra arguments at positions #3, #4 in call
301 | /// "Repeat" - Use for recurring actions or media playback
302 | public static var `repeat`: String {
303 | String(localized: "TK.Action.repeat", defaultValue: "Repeat", bundle: .module, comment: "Use for recurring actions or media playback")
| `- error: extra arguments at positions #3, #4 in call
304 | }
305 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:303:17: error: missing argument for parameter 'format' in call
301 | /// "Repeat" - Use for recurring actions or media playback
302 | public static var `repeat`: String {
303 | String(localized: "TK.Action.repeat", defaultValue: "Repeat", bundle: .module, comment: "Use for recurring actions or media playback")
| `- error: missing argument for parameter 'format' in call
304 | }
305 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:303:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
301 | /// "Repeat" - Use for recurring actions or media playback
302 | public static var `repeat`: String {
303 | String(localized: "TK.Action.repeat", defaultValue: "Repeat", bundle: .module, comment: "Use for recurring actions or media playback")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
304 | }
305 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:303:81: error: cannot infer contextual base in reference to member 'module'
301 | /// "Repeat" - Use for recurring actions or media playback
302 | public static var `repeat`: String {
303 | String(localized: "TK.Action.repeat", defaultValue: "Repeat", bundle: .module, comment: "Use for recurring actions or media playback")
| `- error: cannot infer contextual base in reference to member 'module'
304 | }
305 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:308:16: error: extra arguments at positions #3, #4 in call
306 | /// "Reset" - Use for restoring default settings
307 | public static var reset: String {
308 | String(localized: "TK.Action.reset", defaultValue: "Reset", bundle: .module, comment: "Use for restoring default settings")
| `- 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+Action.swift:308:17: error: missing argument for parameter 'format' in call
306 | /// "Reset" - Use for restoring default settings
307 | public static var reset: String {
308 | String(localized: "TK.Action.reset", defaultValue: "Reset", bundle: .module, comment: "Use for restoring default settings")
| `- 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+Action.swift:308:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
306 | /// "Reset" - Use for restoring default settings
307 | public static var reset: String {
308 | String(localized: "TK.Action.reset", defaultValue: "Reset", bundle: .module, comment: "Use for restoring default settings")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
309 | }
310 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:308:79: error: cannot infer contextual base in reference to member 'module'
306 | /// "Reset" - Use for restoring default settings
307 | public static var reset: String {
308 | String(localized: "TK.Action.reset", defaultValue: "Reset", bundle: .module, comment: "Use for restoring default settings")
| `- error: cannot infer contextual base in reference to member 'module'
309 | }
310 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:313:16: error: extra arguments at positions #3, #4 in call
311 | /// "Restore" - Use for recovering previous states or data
312 | public static var restore: String {
313 | String(localized: "TK.Action.restore", defaultValue: "Restore", bundle: .module, comment: "Use for recovering previous states or data")
| `- 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+Action.swift:313:17: error: missing argument for parameter 'format' in call
311 | /// "Restore" - Use for recovering previous states or data
312 | public static var restore: String {
313 | String(localized: "TK.Action.restore", defaultValue: "Restore", bundle: .module, comment: "Use for recovering previous states or data")
| `- 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+Action.swift:313:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
311 | /// "Restore" - Use for recovering previous states or data
312 | public static var restore: String {
313 | String(localized: "TK.Action.restore", defaultValue: "Restore", bundle: .module, comment: "Use for recovering previous states or data")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
314 | }
315 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:313:83: error: cannot infer contextual base in reference to member 'module'
311 | /// "Restore" - Use for recovering previous states or data
312 | public static var restore: String {
313 | String(localized: "TK.Action.restore", defaultValue: "Restore", bundle: .module, comment: "Use for recovering previous states or data")
| `- error: cannot infer contextual base in reference to member 'module'
314 | }
315 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:318:16: error: extra arguments at positions #3, #4 in call
316 | /// "Retry" - Use when attempting a failed action again
317 | public static var retry: String {
318 | String(localized: "TK.Action.retry", defaultValue: "Retry", bundle: .module, comment: "Use when attempting a failed action again")
| `- error: extra arguments at positions #3, #4 in call
319 | }
320 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:318:17: error: missing argument for parameter 'format' in call
316 | /// "Retry" - Use when attempting a failed action again
317 | public static var retry: String {
318 | String(localized: "TK.Action.retry", defaultValue: "Retry", bundle: .module, comment: "Use when attempting a failed action again")
| `- error: missing argument for parameter 'format' in call
319 | }
320 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:318:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
316 | /// "Retry" - Use when attempting a failed action again
317 | public static var retry: String {
318 | String(localized: "TK.Action.retry", defaultValue: "Retry", bundle: .module, comment: "Use when attempting a failed action again")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
319 | }
320 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:318:79: error: cannot infer contextual base in reference to member 'module'
316 | /// "Retry" - Use when attempting a failed action again
317 | public static var retry: String {
318 | String(localized: "TK.Action.retry", defaultValue: "Retry", bundle: .module, comment: "Use when attempting a failed action again")
| `- error: cannot infer contextual base in reference to member 'module'
319 | }
320 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:323:16: error: extra arguments at positions #3, #4 in call
321 | /// "Return" - Use for confirming or submitting inputs
322 | public static var `return`: String {
323 | String(localized: "TK.Action.return", defaultValue: "Return", bundle: .module, comment: "Use for confirming or submitting inputs")
| `- error: extra arguments at positions #3, #4 in call
324 | }
325 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:323:17: error: missing argument for parameter 'format' in call
321 | /// "Return" - Use for confirming or submitting inputs
322 | public static var `return`: String {
323 | String(localized: "TK.Action.return", defaultValue: "Return", bundle: .module, comment: "Use for confirming or submitting inputs")
| `- error: missing argument for parameter 'format' in call
324 | }
325 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:323:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
321 | /// "Return" - Use for confirming or submitting inputs
322 | public static var `return`: String {
323 | String(localized: "TK.Action.return", defaultValue: "Return", bundle: .module, comment: "Use for confirming or submitting inputs")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
324 | }
325 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:323:81: error: cannot infer contextual base in reference to member 'module'
321 | /// "Return" - Use for confirming or submitting inputs
322 | public static var `return`: String {
323 | String(localized: "TK.Action.return", defaultValue: "Return", bundle: .module, comment: "Use for confirming or submitting inputs")
| `- error: cannot infer contextual base in reference to member 'module'
324 | }
325 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:328:16: error: extra arguments at positions #3, #4 in call
326 | /// "Save" - Use for storing current content or state
327 | public static var save: String {
328 | String(localized: "TK.Action.save", defaultValue: "Save", bundle: .module, comment: "Use for storing current content or state")
| `- 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+Action.swift:328:17: error: missing argument for parameter 'format' in call
326 | /// "Save" - Use for storing current content or state
327 | public static var save: String {
328 | String(localized: "TK.Action.save", defaultValue: "Save", bundle: .module, comment: "Use for storing current content or state")
| `- 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+Action.swift:328:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
326 | /// "Save" - Use for storing current content or state
327 | public static var save: String {
328 | String(localized: "TK.Action.save", defaultValue: "Save", bundle: .module, comment: "Use for storing current content or state")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
329 | }
330 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:328:77: error: cannot infer contextual base in reference to member 'module'
326 | /// "Save" - Use for storing current content or state
327 | public static var save: String {
328 | String(localized: "TK.Action.save", defaultValue: "Save", bundle: .module, comment: "Use for storing current content or state")
| `- error: cannot infer contextual base in reference to member 'module'
329 | }
330 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:333:16: error: extra arguments at positions #3, #4 in call
331 | /// "Save Changes" - Save modifications action
332 | public static var saveChanges: String {
333 | String(localized: "TK.Action.saveChanges", defaultValue: "Save Changes", bundle: .module, comment: "Save modifications action")
| `- error: extra arguments at positions #3, #4 in call
334 | }
335 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:333:17: error: missing argument for parameter 'format' in call
331 | /// "Save Changes" - Save modifications action
332 | public static var saveChanges: String {
333 | String(localized: "TK.Action.saveChanges", defaultValue: "Save Changes", bundle: .module, comment: "Save modifications action")
| `- error: missing argument for parameter 'format' in call
334 | }
335 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:333:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
331 | /// "Save Changes" - Save modifications action
332 | public static var saveChanges: String {
333 | String(localized: "TK.Action.saveChanges", defaultValue: "Save Changes", bundle: .module, comment: "Save modifications action")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
334 | }
335 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:333:92: error: cannot infer contextual base in reference to member 'module'
331 | /// "Save Changes" - Save modifications action
332 | public static var saveChanges: String {
333 | String(localized: "TK.Action.saveChanges", defaultValue: "Save Changes", bundle: .module, comment: "Save modifications action")
| `- error: cannot infer contextual base in reference to member 'module'
334 | }
335 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:338:16: error: extra arguments at positions #3, #4 in call
336 | /// "Search" - Use for finding specific content
337 | public static var search: String {
338 | String(localized: "TK.Action.search", defaultValue: "Search", bundle: .module, comment: "Use for finding specific content")
| `- error: extra arguments at positions #3, #4 in call
339 | }
340 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:338:17: error: missing argument for parameter 'format' in call
336 | /// "Search" - Use for finding specific content
337 | public static var search: String {
338 | String(localized: "TK.Action.search", defaultValue: "Search", bundle: .module, comment: "Use for finding specific content")
| `- error: missing argument for parameter 'format' in call
339 | }
340 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:338:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
336 | /// "Search" - Use for finding specific content
337 | public static var search: String {
338 | String(localized: "TK.Action.search", defaultValue: "Search", bundle: .module, comment: "Use for finding specific content")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
339 | }
340 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:338:81: error: cannot infer contextual base in reference to member 'module'
336 | /// "Search" - Use for finding specific content
337 | public static var search: String {
338 | String(localized: "TK.Action.search", defaultValue: "Search", bundle: .module, comment: "Use for finding specific content")
| `- error: cannot infer contextual base in reference to member 'module'
339 | }
340 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:343:16: error: extra arguments at positions #3, #4 in call
341 | /// "Select" - Use for choosing items or options
342 | public static var select: String {
343 | String(localized: "TK.Action.select", defaultValue: "Select", bundle: .module, comment: "Use for choosing items or options")
| `- 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+Action.swift:343:17: error: missing argument for parameter 'format' in call
341 | /// "Select" - Use for choosing items or options
342 | public static var select: String {
343 | String(localized: "TK.Action.select", defaultValue: "Select", bundle: .module, comment: "Use for choosing items or options")
| `- 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+Action.swift:343:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
341 | /// "Select" - Use for choosing items or options
342 | public static var select: String {
343 | String(localized: "TK.Action.select", defaultValue: "Select", bundle: .module, comment: "Use for choosing items or options")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
344 | }
345 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:343:81: error: cannot infer contextual base in reference to member 'module'
341 | /// "Select" - Use for choosing items or options
342 | public static var select: String {
343 | String(localized: "TK.Action.select", defaultValue: "Select", bundle: .module, comment: "Use for choosing items or options")
| `- error: cannot infer contextual base in reference to member 'module'
344 | }
345 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:348:16: error: extra arguments at positions #3, #4 in call
346 | /// "Select All" - Use for choosing all available items
347 | public static var selectAll: String {
348 | String(localized: "TK.Action.selectAll", defaultValue: "Select All", bundle: .module, comment: "Use for choosing all available items")
| `- error: extra arguments at positions #3, #4 in call
349 | }
350 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:348:17: error: missing argument for parameter 'format' in call
346 | /// "Select All" - Use for choosing all available items
347 | public static var selectAll: String {
348 | String(localized: "TK.Action.selectAll", defaultValue: "Select All", bundle: .module, comment: "Use for choosing all available items")
| `- error: missing argument for parameter 'format' in call
349 | }
350 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:348:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
346 | /// "Select All" - Use for choosing all available items
347 | public static var selectAll: String {
348 | String(localized: "TK.Action.selectAll", defaultValue: "Select All", bundle: .module, comment: "Use for choosing all available items")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
349 | }
350 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:348:88: error: cannot infer contextual base in reference to member 'module'
346 | /// "Select All" - Use for choosing all available items
347 | public static var selectAll: String {
348 | String(localized: "TK.Action.selectAll", defaultValue: "Select All", bundle: .module, comment: "Use for choosing all available items")
| `- error: cannot infer contextual base in reference to member 'module'
349 | }
350 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:353:16: error: extra arguments at positions #3, #4 in call
351 | /// "Send" - Use for transmitting messages or content
352 | public static var send: String {
353 | String(localized: "TK.Action.send", defaultValue: "Send", bundle: .module, comment: "Use for transmitting messages or content")
| `- error: extra arguments at positions #3, #4 in call
354 | }
355 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:353:17: error: missing argument for parameter 'format' in call
351 | /// "Send" - Use for transmitting messages or content
352 | public static var send: String {
353 | String(localized: "TK.Action.send", defaultValue: "Send", bundle: .module, comment: "Use for transmitting messages or content")
| `- error: missing argument for parameter 'format' in call
354 | }
355 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:353:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
351 | /// "Send" - Use for transmitting messages or content
352 | public static var send: String {
353 | String(localized: "TK.Action.send", defaultValue: "Send", bundle: .module, comment: "Use for transmitting messages or content")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
354 | }
355 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:353:77: error: cannot infer contextual base in reference to member 'module'
351 | /// "Send" - Use for transmitting messages or content
352 | public static var send: String {
353 | String(localized: "TK.Action.send", defaultValue: "Send", bundle: .module, comment: "Use for transmitting messages or content")
| `- error: cannot infer contextual base in reference to member 'module'
354 | }
355 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:358:16: error: extra arguments at positions #3, #4 in call
356 | /// "Share" - Use when distributing content to others
357 | public static var share: String {
358 | String(localized: "TK.Action.share", defaultValue: "Share", bundle: .module, comment: "Use when distributing content to others")
| `- error: extra arguments at positions #3, #4 in call
359 | }
360 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:358:17: error: missing argument for parameter 'format' in call
356 | /// "Share" - Use when distributing content to others
357 | public static var share: String {
358 | String(localized: "TK.Action.share", defaultValue: "Share", bundle: .module, comment: "Use when distributing content to others")
| `- error: missing argument for parameter 'format' in call
359 | }
360 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:358:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
356 | /// "Share" - Use when distributing content to others
357 | public static var share: String {
358 | String(localized: "TK.Action.share", defaultValue: "Share", bundle: .module, comment: "Use when distributing content to others")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
359 | }
360 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:358:79: error: cannot infer contextual base in reference to member 'module'
356 | /// "Share" - Use when distributing content to others
357 | public static var share: String {
358 | String(localized: "TK.Action.share", defaultValue: "Share", bundle: .module, comment: "Use when distributing content to others")
| `- error: cannot infer contextual base in reference to member 'module'
359 | }
360 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:363:16: error: extra arguments at positions #3, #4 in call
361 | /// "Share…" - Shown for share actions
362 | public static var shareDots: String {
363 | String(localized: "TK.Action.shareDots", defaultValue: "Share…", bundle: .module, comment: "Shown for share actions")
| `- error: extra arguments at positions #3, #4 in call
364 | }
365 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:363:17: error: missing argument for parameter 'format' in call
361 | /// "Share…" - Shown for share actions
362 | public static var shareDots: String {
363 | String(localized: "TK.Action.shareDots", defaultValue: "Share…", bundle: .module, comment: "Shown for share actions")
| `- error: missing argument for parameter 'format' in call
364 | }
365 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:363:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
361 | /// "Share…" - Shown for share actions
362 | public static var shareDots: String {
363 | String(localized: "TK.Action.shareDots", defaultValue: "Share…", bundle: .module, comment: "Shown for share actions")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
364 | }
365 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:363:86: error: cannot infer contextual base in reference to member 'module'
361 | /// "Share…" - Shown for share actions
362 | public static var shareDots: String {
363 | String(localized: "TK.Action.shareDots", defaultValue: "Share…", bundle: .module, comment: "Shown for share actions")
| `- error: cannot infer contextual base in reference to member 'module'
364 | }
365 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:368:16: error: extra arguments at positions #3, #4 in call
366 | /// "Show" - Use for revealing hidden content
367 | public static var show: String {
368 | String(localized: "TK.Action.show", defaultValue: "Show", bundle: .module, comment: "Use for revealing hidden content")
| `- 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+Action.swift:368:17: error: missing argument for parameter 'format' in call
366 | /// "Show" - Use for revealing hidden content
367 | public static var show: String {
368 | String(localized: "TK.Action.show", defaultValue: "Show", bundle: .module, comment: "Use for revealing hidden content")
| `- 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+Action.swift:368:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
366 | /// "Show" - Use for revealing hidden content
367 | public static var show: String {
368 | String(localized: "TK.Action.show", defaultValue: "Show", bundle: .module, comment: "Use for revealing hidden content")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
369 | }
370 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:368:77: error: cannot infer contextual base in reference to member 'module'
366 | /// "Show" - Use for revealing hidden content
367 | public static var show: String {
368 | String(localized: "TK.Action.show", defaultValue: "Show", bundle: .module, comment: "Use for revealing hidden content")
| `- error: cannot infer contextual base in reference to member 'module'
369 | }
370 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:373:16: error: extra arguments at positions #3, #4 in call
371 | /// "Show All" - Use for displaying complete content list
372 | public static var showAll: String {
373 | String(localized: "TK.Action.showAll", defaultValue: "Show All", bundle: .module, comment: "Use for displaying complete content list")
| `- 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+Action.swift:373:17: error: missing argument for parameter 'format' in call
371 | /// "Show All" - Use for displaying complete content list
372 | public static var showAll: String {
373 | String(localized: "TK.Action.showAll", defaultValue: "Show All", bundle: .module, comment: "Use for displaying complete content list")
| `- 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+Action.swift:373:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
371 | /// "Show All" - Use for displaying complete content list
372 | public static var showAll: String {
373 | String(localized: "TK.Action.showAll", defaultValue: "Show All", bundle: .module, comment: "Use for displaying complete content list")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
374 | }
375 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:373:84: error: cannot infer contextual base in reference to member 'module'
371 | /// "Show All" - Use for displaying complete content list
372 | public static var showAll: String {
373 | String(localized: "TK.Action.showAll", defaultValue: "Show All", bundle: .module, comment: "Use for displaying complete content list")
| `- error: cannot infer contextual base in reference to member 'module'
374 | }
375 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:378:16: error: extra arguments at positions #3, #4 in call
376 | /// "Show Details" - Use for expanding content information
377 | public static var showDetails: String {
378 | String(localized: "TK.Action.showDetails", defaultValue: "Show Details", bundle: .module, comment: "Use for expanding content information")
| `- error: extra arguments at positions #3, #4 in call
379 | }
380 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:378:17: error: missing argument for parameter 'format' in call
376 | /// "Show Details" - Use for expanding content information
377 | public static var showDetails: String {
378 | String(localized: "TK.Action.showDetails", defaultValue: "Show Details", bundle: .module, comment: "Use for expanding content information")
| `- error: missing argument for parameter 'format' in call
379 | }
380 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:378:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
376 | /// "Show Details" - Use for expanding content information
377 | public static var showDetails: String {
378 | String(localized: "TK.Action.showDetails", defaultValue: "Show Details", bundle: .module, comment: "Use for expanding content information")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
379 | }
380 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:378:92: error: cannot infer contextual base in reference to member 'module'
376 | /// "Show Details" - Use for expanding content information
377 | public static var showDetails: String {
378 | String(localized: "TK.Action.showDetails", defaultValue: "Show Details", bundle: .module, comment: "Use for expanding content information")
| `- error: cannot infer contextual base in reference to member 'module'
379 | }
380 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:383:16: error: extra arguments at positions #3, #4 in call
381 | /// "Show Less" - Use for reducing expanded content
382 | public static var showLess: String {
383 | String(localized: "TK.Action.showLess", defaultValue: "Show Less", bundle: .module, comment: "Use for reducing expanded content")
| `- error: extra arguments at positions #3, #4 in call
384 | }
385 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:383:17: error: missing argument for parameter 'format' in call
381 | /// "Show Less" - Use for reducing expanded content
382 | public static var showLess: String {
383 | String(localized: "TK.Action.showLess", defaultValue: "Show Less", bundle: .module, comment: "Use for reducing expanded content")
| `- error: missing argument for parameter 'format' in call
384 | }
385 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:383:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
381 | /// "Show Less" - Use for reducing expanded content
382 | public static var showLess: String {
383 | String(localized: "TK.Action.showLess", defaultValue: "Show Less", bundle: .module, comment: "Use for reducing expanded content")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
384 | }
385 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:383:86: error: cannot infer contextual base in reference to member 'module'
381 | /// "Show Less" - Use for reducing expanded content
382 | public static var showLess: String {
383 | String(localized: "TK.Action.showLess", defaultValue: "Show Less", bundle: .module, comment: "Use for reducing expanded content")
| `- error: cannot infer contextual base in reference to member 'module'
384 | }
385 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:388:16: error: extra arguments at positions #3, #4 in call
386 | /// "Show More" - Use for expanding content view
387 | public static var showMore: String {
388 | String(localized: "TK.Action.showMore", defaultValue: "Show More", bundle: .module, comment: "Use for expanding content view")
| `- 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+Action.swift:388:17: error: missing argument for parameter 'format' in call
386 | /// "Show More" - Use for expanding content view
387 | public static var showMore: String {
388 | String(localized: "TK.Action.showMore", defaultValue: "Show More", bundle: .module, comment: "Use for expanding content view")
| `- 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+Action.swift:388:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
386 | /// "Show More" - Use for expanding content view
387 | public static var showMore: String {
388 | String(localized: "TK.Action.showMore", defaultValue: "Show More", bundle: .module, comment: "Use for expanding content view")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
389 | }
390 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:388:86: error: cannot infer contextual base in reference to member 'module'
386 | /// "Show More" - Use for expanding content view
387 | public static var showMore: String {
388 | String(localized: "TK.Action.showMore", defaultValue: "Show More", bundle: .module, comment: "Use for expanding content view")
| `- error: cannot infer contextual base in reference to member 'module'
389 | }
390 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:393:16: error: extra arguments at positions #3, #4 in call
391 | /// "Sign In" - Use for accessing user accounts
392 | public static var signIn: String {
393 | String(localized: "TK.Action.signIn", defaultValue: "Sign In", bundle: .module, comment: "Use for accessing user accounts")
| `- error: extra arguments at positions #3, #4 in call
394 | }
395 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:393:17: error: missing argument for parameter 'format' in call
391 | /// "Sign In" - Use for accessing user accounts
392 | public static var signIn: String {
393 | String(localized: "TK.Action.signIn", defaultValue: "Sign In", bundle: .module, comment: "Use for accessing user accounts")
| `- error: missing argument for parameter 'format' in call
394 | }
395 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:393:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
391 | /// "Sign In" - Use for accessing user accounts
392 | public static var signIn: String {
393 | String(localized: "TK.Action.signIn", defaultValue: "Sign In", bundle: .module, comment: "Use for accessing user accounts")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
394 | }
395 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:393:82: error: cannot infer contextual base in reference to member 'module'
391 | /// "Sign In" - Use for accessing user accounts
392 | public static var signIn: String {
393 | String(localized: "TK.Action.signIn", defaultValue: "Sign In", bundle: .module, comment: "Use for accessing user accounts")
| `- error: cannot infer contextual base in reference to member 'module'
394 | }
395 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:398:16: error: extra arguments at positions #3, #4 in call
396 | /// "Sign Out" - Use for exiting user accounts
397 | public static var signOut: String {
398 | String(localized: "TK.Action.signOut", defaultValue: "Sign Out", bundle: .module, comment: "Use for exiting user accounts")
| `- error: extra arguments at positions #3, #4 in call
399 | }
400 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public 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:398:17: error: missing argument for parameter 'format' in call
396 | /// "Sign Out" - Use for exiting user accounts
397 | public static var signOut: String {
398 | String(localized: "TK.Action.signOut", defaultValue: "Sign Out", bundle: .module, comment: "Use for exiting user accounts")
| `- error: missing argument for parameter 'format' in call
399 | }
400 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public 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:398:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
396 | /// "Sign Out" - Use for exiting user accounts
397 | public static var signOut: String {
398 | String(localized: "TK.Action.signOut", defaultValue: "Sign Out", bundle: .module, comment: "Use for exiting user accounts")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
399 | }
400 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:398:84: error: cannot infer contextual base in reference to member 'module'
396 | /// "Sign Out" - Use for exiting user accounts
397 | public static var signOut: String {
398 | String(localized: "TK.Action.signOut", defaultValue: "Sign Out", bundle: .module, comment: "Use for exiting user accounts")
| `- error: cannot infer contextual base in reference to member 'module'
399 | }
400 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:403:16: error: extra arguments at positions #3, #4 in call
401 | /// "Skip" - Use for bypassing steps or content
402 | public static var skip: String {
403 | String(localized: "TK.Action.skip", defaultValue: "Skip", bundle: .module, comment: "Use for bypassing steps or content")
| `- error: extra arguments at positions #3, #4 in call
404 | }
405 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public 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:403:17: error: missing argument for parameter 'format' in call
401 | /// "Skip" - Use for bypassing steps or content
402 | public static var skip: String {
403 | String(localized: "TK.Action.skip", defaultValue: "Skip", bundle: .module, comment: "Use for bypassing steps or content")
| `- error: missing argument for parameter 'format' in call
404 | }
405 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public 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:403:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
401 | /// "Skip" - Use for bypassing steps or content
402 | public static var skip: String {
403 | String(localized: "TK.Action.skip", defaultValue: "Skip", bundle: .module, comment: "Use for bypassing steps or content")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
404 | }
405 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:403:77: error: cannot infer contextual base in reference to member 'module'
401 | /// "Skip" - Use for bypassing steps or content
402 | public static var skip: String {
403 | String(localized: "TK.Action.skip", defaultValue: "Skip", bundle: .module, comment: "Use for bypassing steps or content")
| `- error: cannot infer contextual base in reference to member 'module'
404 | }
405 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:408:16: error: extra arguments at positions #3, #4 in call
406 | /// "Sort" - Use for organizing content in specific orders
407 | public static var sort: String {
408 | String(localized: "TK.Action.sort", defaultValue: "Sort", bundle: .module, comment: "Use for organizing content in specific orders")
| `- error: extra arguments at positions #3, #4 in call
409 | }
410 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public 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:408:17: error: missing argument for parameter 'format' in call
406 | /// "Sort" - Use for organizing content in specific orders
407 | public static var sort: String {
408 | String(localized: "TK.Action.sort", defaultValue: "Sort", bundle: .module, comment: "Use for organizing content in specific orders")
| `- error: missing argument for parameter 'format' in call
409 | }
410 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public 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:408:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
406 | /// "Sort" - Use for organizing content in specific orders
407 | public static var sort: String {
408 | String(localized: "TK.Action.sort", defaultValue: "Sort", bundle: .module, comment: "Use for organizing content in specific orders")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
409 | }
410 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:408:77: error: cannot infer contextual base in reference to member 'module'
406 | /// "Sort" - Use for organizing content in specific orders
407 | public static var sort: String {
408 | String(localized: "TK.Action.sort", defaultValue: "Sort", bundle: .module, comment: "Use for organizing content in specific orders")
| `- error: cannot infer contextual base in reference to member 'module'
409 | }
410 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:413:16: error: extra arguments at positions #3, #4 in call
411 | /// "Sort by" - List ordering action
412 | public static var sortBy: String {
413 | String(localized: "TK.Action.sortBy", defaultValue: "Sort by", bundle: .module, comment: "List ordering action")
| `- 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+Action.swift:413:17: error: missing argument for parameter 'format' in call
411 | /// "Sort by" - List ordering action
412 | public static var sortBy: String {
413 | String(localized: "TK.Action.sortBy", defaultValue: "Sort by", bundle: .module, comment: "List ordering action")
| `- 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+Action.swift:413:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
411 | /// "Sort by" - List ordering action
412 | public static var sortBy: String {
413 | String(localized: "TK.Action.sortBy", defaultValue: "Sort by", bundle: .module, comment: "List ordering action")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
414 | }
415 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:413:82: error: cannot infer contextual base in reference to member 'module'
411 | /// "Sort by" - List ordering action
412 | public static var sortBy: String {
413 | String(localized: "TK.Action.sortBy", defaultValue: "Sort by", bundle: .module, comment: "List ordering action")
| `- error: cannot infer contextual base in reference to member 'module'
414 | }
415 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:418:16: error: extra arguments at positions #3, #4 in call
416 | /// "Start" - Use for initiating processes or activities
417 | public static var start: String {
418 | String(localized: "TK.Action.start", defaultValue: "Start", bundle: .module, comment: "Use for initiating processes or activities")
| `- error: extra arguments at positions #3, #4 in call
419 | }
420 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public 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:418:17: error: missing argument for parameter 'format' in call
416 | /// "Start" - Use for initiating processes or activities
417 | public static var start: String {
418 | String(localized: "TK.Action.start", defaultValue: "Start", bundle: .module, comment: "Use for initiating processes or activities")
| `- error: missing argument for parameter 'format' in call
419 | }
420 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public 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:418:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
416 | /// "Start" - Use for initiating processes or activities
417 | public static var start: String {
418 | String(localized: "TK.Action.start", defaultValue: "Start", bundle: .module, comment: "Use for initiating processes or activities")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
419 | }
420 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:418:79: error: cannot infer contextual base in reference to member 'module'
416 | /// "Start" - Use for initiating processes or activities
417 | public static var start: String {
418 | String(localized: "TK.Action.start", defaultValue: "Start", bundle: .module, comment: "Use for initiating processes or activities")
| `- error: cannot infer contextual base in reference to member 'module'
419 | }
420 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:423:16: error: extra arguments at positions #3, #4 in call
421 | /// "Stop" - Use for halting ongoing processes
422 | public static var stop: String {
423 | String(localized: "TK.Action.stop", defaultValue: "Stop", bundle: .module, comment: "Use for halting ongoing processes")
| `- error: extra arguments at positions #3, #4 in call
424 | }
425 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public 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:423:17: error: missing argument for parameter 'format' in call
421 | /// "Stop" - Use for halting ongoing processes
422 | public static var stop: String {
423 | String(localized: "TK.Action.stop", defaultValue: "Stop", bundle: .module, comment: "Use for halting ongoing processes")
| `- error: missing argument for parameter 'format' in call
424 | }
425 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public 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:423:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
421 | /// "Stop" - Use for halting ongoing processes
422 | public static var stop: String {
423 | String(localized: "TK.Action.stop", defaultValue: "Stop", bundle: .module, comment: "Use for halting ongoing processes")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
424 | }
425 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:423:77: error: cannot infer contextual base in reference to member 'module'
421 | /// "Stop" - Use for halting ongoing processes
422 | public static var stop: String {
423 | String(localized: "TK.Action.stop", defaultValue: "Stop", bundle: .module, comment: "Use for halting ongoing processes")
| `- error: cannot infer contextual base in reference to member 'module'
424 | }
425 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:428:16: error: extra arguments at positions #3, #4 in call
426 | /// "Submit" - Use for confirming form or input submissions
427 | public static var submit: String {
428 | String(localized: "TK.Action.submit", defaultValue: "Submit", bundle: .module, comment: "Use for confirming form or input submissions")
| `- 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+Action.swift:428:17: error: missing argument for parameter 'format' in call
426 | /// "Submit" - Use for confirming form or input submissions
427 | public static var submit: String {
428 | String(localized: "TK.Action.submit", defaultValue: "Submit", bundle: .module, comment: "Use for confirming form or input submissions")
| `- 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+Action.swift:428:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
426 | /// "Submit" - Use for confirming form or input submissions
427 | public static var submit: String {
428 | String(localized: "TK.Action.submit", defaultValue: "Submit", bundle: .module, comment: "Use for confirming form or input submissions")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
429 | }
430 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:428:81: error: cannot infer contextual base in reference to member 'module'
426 | /// "Submit" - Use for confirming form or input submissions
427 | public static var submit: String {
428 | String(localized: "TK.Action.submit", defaultValue: "Submit", bundle: .module, comment: "Use for confirming form or input submissions")
| `- error: cannot infer contextual base in reference to member 'module'
429 | }
430 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:433:16: error: extra arguments at positions #3, #4 in call
431 | /// "Sync" - Use for synchronizing data across devices
432 | public static var sync: String {
433 | String(localized: "TK.Action.sync", defaultValue: "Sync", bundle: .module, comment: "Use for synchronizing data across devices")
| `- 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+Action.swift:433:17: error: missing argument for parameter 'format' in call
431 | /// "Sync" - Use for synchronizing data across devices
432 | public static var sync: String {
433 | String(localized: "TK.Action.sync", defaultValue: "Sync", bundle: .module, comment: "Use for synchronizing data across devices")
| `- 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+Action.swift:433:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
431 | /// "Sync" - Use for synchronizing data across devices
432 | public static var sync: String {
433 | String(localized: "TK.Action.sync", defaultValue: "Sync", bundle: .module, comment: "Use for synchronizing data across devices")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
434 | }
435 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:433:77: error: cannot infer contextual base in reference to member 'module'
431 | /// "Sync" - Use for synchronizing data across devices
432 | public static var sync: String {
433 | String(localized: "TK.Action.sync", defaultValue: "Sync", bundle: .module, comment: "Use for synchronizing data across devices")
| `- error: cannot infer contextual base in reference to member 'module'
434 | }
435 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:438:16: error: extra arguments at positions #3, #4 in call
436 | /// "Try Again" - Use for retrying failed actions
437 | public static var tryAgain: String {
438 | String(localized: "TK.Action.tryAgain", defaultValue: "Try Again", bundle: .module, comment: "Use for retrying failed actions")
| `- error: extra arguments at positions #3, #4 in call
439 | }
440 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public 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:438:17: error: missing argument for parameter 'format' in call
436 | /// "Try Again" - Use for retrying failed actions
437 | public static var tryAgain: String {
438 | String(localized: "TK.Action.tryAgain", defaultValue: "Try Again", bundle: .module, comment: "Use for retrying failed actions")
| `- error: missing argument for parameter 'format' in call
439 | }
440 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public 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:438:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
436 | /// "Try Again" - Use for retrying failed actions
437 | public static var tryAgain: String {
438 | String(localized: "TK.Action.tryAgain", defaultValue: "Try Again", bundle: .module, comment: "Use for retrying failed actions")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
439 | }
440 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:438:86: error: cannot infer contextual base in reference to member 'module'
436 | /// "Try Again" - Use for retrying failed actions
437 | public static var tryAgain: String {
438 | String(localized: "TK.Action.tryAgain", defaultValue: "Try Again", bundle: .module, comment: "Use for retrying failed actions")
| `- error: cannot infer contextual base in reference to member 'module'
439 | }
440 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:443:16: error: extra arguments at positions #3, #4 in call
441 | /// "Turn Off" - Use for disabling features or settings
442 | public static var turnOff: String {
443 | String(localized: "TK.Action.turnOff", defaultValue: "Turn Off", bundle: .module, comment: "Use for disabling features or settings")
| `- error: extra arguments at positions #3, #4 in call
444 | }
445 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public 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:443:17: error: missing argument for parameter 'format' in call
441 | /// "Turn Off" - Use for disabling features or settings
442 | public static var turnOff: String {
443 | String(localized: "TK.Action.turnOff", defaultValue: "Turn Off", bundle: .module, comment: "Use for disabling features or settings")
| `- error: missing argument for parameter 'format' in call
444 | }
445 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public 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:443:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
441 | /// "Turn Off" - Use for disabling features or settings
442 | public static var turnOff: String {
443 | String(localized: "TK.Action.turnOff", defaultValue: "Turn Off", bundle: .module, comment: "Use for disabling features or settings")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
444 | }
445 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:443:84: error: cannot infer contextual base in reference to member 'module'
441 | /// "Turn Off" - Use for disabling features or settings
442 | public static var turnOff: String {
443 | String(localized: "TK.Action.turnOff", defaultValue: "Turn Off", bundle: .module, comment: "Use for disabling features or settings")
| `- error: cannot infer contextual base in reference to member 'module'
444 | }
445 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:448:16: error: extra arguments at positions #3, #4 in call
446 | /// "Turn On" - Use for enabling features or settings
447 | public static var turnOn: String {
448 | String(localized: "TK.Action.turnOn", defaultValue: "Turn On", bundle: .module, comment: "Use for enabling features or settings")
| `- error: extra arguments at positions #3, #4 in call
449 | }
450 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public 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:448:17: error: missing argument for parameter 'format' in call
446 | /// "Turn On" - Use for enabling features or settings
447 | public static var turnOn: String {
448 | String(localized: "TK.Action.turnOn", defaultValue: "Turn On", bundle: .module, comment: "Use for enabling features or settings")
| `- error: missing argument for parameter 'format' in call
449 | }
450 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public 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:448:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
446 | /// "Turn On" - Use for enabling features or settings
447 | public static var turnOn: String {
448 | String(localized: "TK.Action.turnOn", defaultValue: "Turn On", bundle: .module, comment: "Use for enabling features or settings")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
449 | }
450 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:448:82: error: cannot infer contextual base in reference to member 'module'
446 | /// "Turn On" - Use for enabling features or settings
447 | public static var turnOn: String {
448 | String(localized: "TK.Action.turnOn", defaultValue: "Turn On", bundle: .module, comment: "Use for enabling features or settings")
| `- error: cannot infer contextual base in reference to member 'module'
449 | }
450 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:453:16: error: extra arguments at positions #3, #4 in call
451 | /// "Undo" - Use for reversing previous actions
452 | public static var undo: String {
453 | String(localized: "TK.Action.undo", defaultValue: "Undo", bundle: .module, comment: "Use for reversing previous actions")
| `- error: extra arguments at positions #3, #4 in call
454 | }
455 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public 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:453:17: error: missing argument for parameter 'format' in call
451 | /// "Undo" - Use for reversing previous actions
452 | public static var undo: String {
453 | String(localized: "TK.Action.undo", defaultValue: "Undo", bundle: .module, comment: "Use for reversing previous actions")
| `- error: missing argument for parameter 'format' in call
454 | }
455 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public 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:453:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
451 | /// "Undo" - Use for reversing previous actions
452 | public static var undo: String {
453 | String(localized: "TK.Action.undo", defaultValue: "Undo", bundle: .module, comment: "Use for reversing previous actions")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
454 | }
455 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:453:77: error: cannot infer contextual base in reference to member 'module'
451 | /// "Undo" - Use for reversing previous actions
452 | public static var undo: String {
453 | String(localized: "TK.Action.undo", defaultValue: "Undo", bundle: .module, comment: "Use for reversing previous actions")
| `- error: cannot infer contextual base in reference to member 'module'
454 | }
455 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:458:16: error: extra arguments at positions #3, #4 in call
456 | /// "Update" - Use for applying latest versions or changes
457 | public static var update: String {
458 | String(localized: "TK.Action.update", defaultValue: "Update", bundle: .module, comment: "Use for applying latest versions or changes")
| `- 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+Action.swift:458:17: error: missing argument for parameter 'format' in call
456 | /// "Update" - Use for applying latest versions or changes
457 | public static var update: String {
458 | String(localized: "TK.Action.update", defaultValue: "Update", bundle: .module, comment: "Use for applying latest versions or changes")
| `- 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+Action.swift:458:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
456 | /// "Update" - Use for applying latest versions or changes
457 | public static var update: String {
458 | String(localized: "TK.Action.update", defaultValue: "Update", bundle: .module, comment: "Use for applying latest versions or changes")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
459 | }
460 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:458:81: error: cannot infer contextual base in reference to member 'module'
456 | /// "Update" - Use for applying latest versions or changes
457 | public static var update: String {
458 | String(localized: "TK.Action.update", defaultValue: "Update", bundle: .module, comment: "Use for applying latest versions or changes")
| `- error: cannot infer contextual base in reference to member 'module'
459 | }
460 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:463:16: error: extra arguments at positions #3, #4 in call
461 | /// "Verify" - Use for confirming identity or information
462 | public static var verify: String {
463 | String(localized: "TK.Action.verify", defaultValue: "Verify", bundle: .module, comment: "Use for confirming identity or information")
| `- error: extra arguments at positions #3, #4 in call
464 | }
465 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public 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:463:17: error: missing argument for parameter 'format' in call
461 | /// "Verify" - Use for confirming identity or information
462 | public static var verify: String {
463 | String(localized: "TK.Action.verify", defaultValue: "Verify", bundle: .module, comment: "Use for confirming identity or information")
| `- error: missing argument for parameter 'format' in call
464 | }
465 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public 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:463:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
461 | /// "Verify" - Use for confirming identity or information
462 | public static var verify: String {
463 | String(localized: "TK.Action.verify", defaultValue: "Verify", bundle: .module, comment: "Use for confirming identity or information")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
464 | }
465 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:463:81: error: cannot infer contextual base in reference to member 'module'
461 | /// "Verify" - Use for confirming identity or information
462 | public static var verify: String {
463 | String(localized: "TK.Action.verify", defaultValue: "Verify", bundle: .module, comment: "Use for confirming identity or information")
| `- error: cannot infer contextual base in reference to member 'module'
464 | }
465 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:468:16: error: extra arguments at positions #3, #4 in call
466 | /// "View" - Use for examining content in detail
467 | public static var view: String {
468 | String(localized: "TK.Action.view", defaultValue: "View", bundle: .module, comment: "Use for examining content in detail")
| `- error: extra arguments at positions #3, #4 in call
469 | }
470 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public 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:468:17: error: missing argument for parameter 'format' in call
466 | /// "View" - Use for examining content in detail
467 | public static var view: String {
468 | String(localized: "TK.Action.view", defaultValue: "View", bundle: .module, comment: "Use for examining content in detail")
| `- error: missing argument for parameter 'format' in call
469 | }
470 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public 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:468:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
466 | /// "View" - Use for examining content in detail
467 | public static var view: String {
468 | 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'
469 | }
470 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:468:77: error: cannot infer contextual base in reference to member 'module'
466 | /// "View" - Use for examining content in detail
467 | public static var view: String {
468 | 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'
469 | }
470 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:473:16: error: extra arguments at positions #3, #4 in call
471 | /// "Yes" - Use for positive responses or confirmations
472 | public static var yes: String {
473 | 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
474 | }
475 | }
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public 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:473:17: error: missing argument for parameter 'format' in call
471 | /// "Yes" - Use for positive responses or confirmations
472 | public static var yes: String {
473 | String(localized: "TK.Action.yes", defaultValue: "Yes", bundle: .module, comment: "Use for positive responses or confirmations")
| `- error: missing argument for parameter 'format' in call
474 | }
475 | }
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public 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:473:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
471 | /// "Yes" - Use for positive responses or confirmations
472 | public static var yes: String {
473 | 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'
474 | }
475 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:473:75: error: cannot infer contextual base in reference to member 'module'
471 | /// "Yes" - Use for positive responses or confirmations
472 | public static var yes: String {
473 | 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'
474 | }
475 | }
[36/114] Emitting module TranslateKitLite
BUILD FAILURE 6.1 android