Build Information
Failed to build TranslateKit, reference main (d65b1a
), with Swift 6.2 (beta) for Android on 1 Sep 2025 18:31:58 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
Build Log
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
74 | }
75 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:73:97: error: cannot infer contextual base in reference to member 'module'
71 | /// "Creating…" - Shown when creating content
72 | public static var creatingDots: String {
73 | String(localized: "TK.Placeholder.creatingDots", defaultValue: "Creating…", bundle: .module, comment: "Shown when creating content")
| `- error: cannot infer contextual base in reference to member 'module'
74 | }
75 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:78:16: error: extra arguments at positions #3, #4 in call
76 | /// "Deleting…" - Shown when removing content
77 | public static var deletingDots: String {
78 | String(localized: "TK.Placeholder.deletingDots", defaultValue: "Deleting…", bundle: .module, comment: "Shown when removing content")
| `- error: extra arguments at positions #3, #4 in call
79 | }
80 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:78:17: error: missing argument for parameter 'format' in call
76 | /// "Deleting…" - Shown when removing content
77 | public static var deletingDots: String {
78 | String(localized: "TK.Placeholder.deletingDots", defaultValue: "Deleting…", bundle: .module, comment: "Shown when removing content")
| `- error: missing argument for parameter 'format' in call
79 | }
80 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:78:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
76 | /// "Deleting…" - Shown when removing content
77 | public static var deletingDots: String {
78 | String(localized: "TK.Placeholder.deletingDots", defaultValue: "Deleting…", bundle: .module, comment: "Shown when removing content")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
79 | }
80 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:78:97: error: cannot infer contextual base in reference to member 'module'
76 | /// "Deleting…" - Shown when removing content
77 | public static var deletingDots: String {
78 | String(localized: "TK.Placeholder.deletingDots", defaultValue: "Deleting…", bundle: .module, comment: "Shown when removing content")
| `- error: cannot infer contextual base in reference to member 'module'
79 | }
80 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:83:16: error: extra arguments at positions #3, #4 in call
81 | /// "Downloading…" - Shown during downloads
82 | public static var downloadingDots: String {
83 | String(localized: "TK.Placeholder.downloadingDots", defaultValue: "Downloading…", bundle: .module, comment: "Shown during downloads")
| `- error: extra arguments at positions #3, #4 in call
84 | }
85 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:83:17: error: missing argument for parameter 'format' in call
81 | /// "Downloading…" - Shown during downloads
82 | public static var downloadingDots: String {
83 | String(localized: "TK.Placeholder.downloadingDots", defaultValue: "Downloading…", bundle: .module, comment: "Shown during downloads")
| `- error: missing argument for parameter 'format' in call
84 | }
85 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:83:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
81 | /// "Downloading…" - Shown during downloads
82 | public static var downloadingDots: String {
83 | String(localized: "TK.Placeholder.downloadingDots", defaultValue: "Downloading…", bundle: .module, comment: "Shown during downloads")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
84 | }
85 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:83:103: error: cannot infer contextual base in reference to member 'module'
81 | /// "Downloading…" - Shown during downloads
82 | public static var downloadingDots: String {
83 | String(localized: "TK.Placeholder.downloadingDots", defaultValue: "Downloading…", bundle: .module, comment: "Shown during downloads")
| `- error: cannot infer contextual base in reference to member 'module'
84 | }
85 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:88:16: error: extra arguments at positions #3, #4 in call
86 | /// "e.g. jane@example.com" - Email input example, using 'Jane Doe' for English, adjusts per language
87 | public static var emailExample: String {
88 | String(
| `- error: extra arguments at positions #3, #4 in call
89 | localized: "TK.Placeholder.emailExample",
90 | defaultValue: "e.g. jane@example.com",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:89:13: error: missing argument for parameter 'format' in call
87 | public static var emailExample: String {
88 | String(
89 | localized: "TK.Placeholder.emailExample",
| `- error: missing argument for parameter 'format' in call
90 | defaultValue: "e.g. jane@example.com",
91 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:89:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
87 | public static var emailExample: String {
88 | String(
89 | localized: "TK.Placeholder.emailExample",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
90 | defaultValue: "e.g. jane@example.com",
91 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:91:22: error: cannot infer contextual base in reference to member 'module'
89 | localized: "TK.Placeholder.emailExample",
90 | defaultValue: "e.g. jane@example.com",
91 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
92 | comment: "Email input example, using 'Jane Doe' for English, adjusts per language"
93 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:98:16: error: extra arguments at positions #3, #4 in call
96 | /// "Enter amount…" - Input hint for entering money values
97 | public static var enterAmountDots: String {
98 | String(
| `- error: extra arguments at positions #3, #4 in call
99 | localized: "TK.Placeholder.enterAmountDots",
100 | defaultValue: "Enter amount…",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:99:13: error: missing argument for parameter 'format' in call
97 | public static var enterAmountDots: String {
98 | String(
99 | localized: "TK.Placeholder.enterAmountDots",
| `- error: missing argument for parameter 'format' in call
100 | defaultValue: "Enter amount…",
101 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:99:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
97 | public static var enterAmountDots: String {
98 | String(
99 | localized: "TK.Placeholder.enterAmountDots",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
100 | defaultValue: "Enter amount…",
101 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:101:22: error: cannot infer contextual base in reference to member 'module'
99 | localized: "TK.Placeholder.enterAmountDots",
100 | defaultValue: "Enter amount…",
101 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
102 | comment: "Input hint for entering money values"
103 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:108:16: error: extra arguments at positions #3, #4 in call
106 | /// "Enter your email…" - Input hint for email address fields
107 | public static var enterEmailDots: String {
108 | String(
| `- error: extra arguments at positions #3, #4 in call
109 | localized: "TK.Placeholder.enterEmailDots",
110 | defaultValue: "Enter your email…",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:109:13: error: missing argument for parameter 'format' in call
107 | public static var enterEmailDots: String {
108 | String(
109 | localized: "TK.Placeholder.enterEmailDots",
| `- error: missing argument for parameter 'format' in call
110 | defaultValue: "Enter your email…",
111 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:109:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
107 | public static var enterEmailDots: String {
108 | String(
109 | localized: "TK.Placeholder.enterEmailDots",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
110 | defaultValue: "Enter your email…",
111 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:111:22: error: cannot infer contextual base in reference to member 'module'
109 | localized: "TK.Placeholder.enterEmailDots",
110 | defaultValue: "Enter your email…",
111 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
112 | comment: "Input hint for email address fields"
113 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:118:16: error: extra arguments at positions #3, #4 in call
116 | /// "Enter first name…" - First name input hint
117 | public static var enterFirstNameDots: String {
118 | String(localized: "TK.Placeholder.enterFirstNameDots", defaultValue: "Enter first name…", bundle: .module, comment: "First name input hint")
| `- error: extra arguments at positions #3, #4 in call
119 | }
120 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:118:17: error: missing argument for parameter 'format' in call
116 | /// "Enter first name…" - First name input hint
117 | public static var enterFirstNameDots: String {
118 | String(localized: "TK.Placeholder.enterFirstNameDots", defaultValue: "Enter first name…", bundle: .module, comment: "First name input hint")
| `- error: missing argument for parameter 'format' in call
119 | }
120 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:118:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
116 | /// "Enter first name…" - First name input hint
117 | public static var enterFirstNameDots: String {
118 | String(localized: "TK.Placeholder.enterFirstNameDots", defaultValue: "Enter first name…", bundle: .module, comment: "First name input hint")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
119 | }
120 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:118:111: error: cannot infer contextual base in reference to member 'module'
116 | /// "Enter first name…" - First name input hint
117 | public static var enterFirstNameDots: String {
118 | String(localized: "TK.Placeholder.enterFirstNameDots", defaultValue: "Enter first name…", bundle: .module, comment: "First name input hint")
| `- error: cannot infer contextual base in reference to member 'module'
119 | }
120 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:123:16: error: extra arguments at positions #3, #4 in call
121 | /// "Enter last name…" - Last name input hint
122 | public static var enterLastNameDots: String {
123 | String(localized: "TK.Placeholder.enterLastNameDots", defaultValue: "Enter last name…", bundle: .module, comment: "Last name input hint")
| `- error: extra arguments at positions #3, #4 in call
124 | }
125 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:123:17: error: missing argument for parameter 'format' in call
121 | /// "Enter last name…" - Last name input hint
122 | public static var enterLastNameDots: String {
123 | String(localized: "TK.Placeholder.enterLastNameDots", defaultValue: "Enter last name…", bundle: .module, comment: "Last name input hint")
| `- error: missing argument for parameter 'format' in call
124 | }
125 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:123:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
121 | /// "Enter last name…" - Last name input hint
122 | public static var enterLastNameDots: String {
123 | String(localized: "TK.Placeholder.enterLastNameDots", defaultValue: "Enter last name…", bundle: .module, comment: "Last name input hint")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
124 | }
125 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:123:109: error: cannot infer contextual base in reference to member 'module'
121 | /// "Enter last name…" - Last name input hint
122 | public static var enterLastNameDots: String {
123 | String(localized: "TK.Placeholder.enterLastNameDots", defaultValue: "Enter last name…", bundle: .module, comment: "Last name input hint")
| `- error: cannot infer contextual base in reference to member 'module'
124 | }
125 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:128:16: error: extra arguments at positions #3, #4 in call
126 | /// "Enter new password…" - Password input hint
127 | public static var enterNewPasswordDots: String {
128 | String(
| `- error: extra arguments at positions #3, #4 in call
129 | localized: "TK.Placeholder.enterNewPasswordDots",
130 | defaultValue: "Enter new password…",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:129:13: error: missing argument for parameter 'format' in call
127 | public static var enterNewPasswordDots: String {
128 | String(
129 | localized: "TK.Placeholder.enterNewPasswordDots",
| `- error: missing argument for parameter 'format' in call
130 | defaultValue: "Enter new password…",
131 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:129:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
127 | public static var enterNewPasswordDots: String {
128 | String(
129 | localized: "TK.Placeholder.enterNewPasswordDots",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
130 | defaultValue: "Enter new password…",
131 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:131:22: error: cannot infer contextual base in reference to member 'module'
129 | localized: "TK.Placeholder.enterNewPasswordDots",
130 | defaultValue: "Enter new password…",
131 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
132 | comment: "Password input hint"
133 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:138:16: error: extra arguments at positions #3, #4 in call
136 | /// "Enter password…" - Input hint for password fields
137 | public static var enterPasswordDots: String {
138 | String(
| `- error: extra arguments at positions #3, #4 in call
139 | localized: "TK.Placeholder.enterPasswordDots",
140 | defaultValue: "Enter password…",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:139:13: error: missing argument for parameter 'format' in call
137 | public static var enterPasswordDots: String {
138 | String(
139 | localized: "TK.Placeholder.enterPasswordDots",
| `- error: missing argument for parameter 'format' in call
140 | defaultValue: "Enter password…",
141 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:139:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
137 | public static var enterPasswordDots: String {
138 | String(
139 | localized: "TK.Placeholder.enterPasswordDots",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
140 | defaultValue: "Enter password…",
141 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:141:22: error: cannot infer contextual base in reference to member 'module'
139 | localized: "TK.Placeholder.enterPasswordDots",
140 | defaultValue: "Enter password…",
141 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
142 | comment: "Input hint for password fields"
143 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:148:16: error: extra arguments at positions #3, #4 in call
146 | /// "Enter phone number…" - Input hint for phone number entry
147 | public static var enterPhoneNumberDots: String {
148 | String(
| `- error: extra arguments at positions #3, #4 in call
149 | localized: "TK.Placeholder.enterPhoneNumberDots",
150 | defaultValue: "Enter phone number…",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:149:13: error: missing argument for parameter 'format' in call
147 | public static var enterPhoneNumberDots: String {
148 | String(
149 | localized: "TK.Placeholder.enterPhoneNumberDots",
| `- error: missing argument for parameter 'format' in call
150 | defaultValue: "Enter phone number…",
151 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:149:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
147 | public static var enterPhoneNumberDots: String {
148 | String(
149 | localized: "TK.Placeholder.enterPhoneNumberDots",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
150 | defaultValue: "Enter phone number…",
151 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:151:22: error: cannot infer contextual base in reference to member 'module'
149 | localized: "TK.Placeholder.enterPhoneNumberDots",
150 | defaultValue: "Enter phone number…",
151 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
152 | comment: "Input hint for phone number entry"
153 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:158:16: error: extra arguments at positions #3, #4 in call
156 | /// "Enter text…" - Generic placeholder for text input fields
157 | public static var enterTextDots: String {
158 | String(
| `- error: extra arguments at positions #3, #4 in call
159 | localized: "TK.Placeholder.enterTextDots",
160 | defaultValue: "Enter text…",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:159:13: error: missing argument for parameter 'format' in call
157 | public static var enterTextDots: String {
158 | String(
159 | localized: "TK.Placeholder.enterTextDots",
| `- error: missing argument for parameter 'format' in call
160 | defaultValue: "Enter text…",
161 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:159:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
157 | public static var enterTextDots: String {
158 | String(
159 | localized: "TK.Placeholder.enterTextDots",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
160 | defaultValue: "Enter text…",
161 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:161:22: error: cannot infer contextual base in reference to member 'module'
159 | localized: "TK.Placeholder.enterTextDots",
160 | defaultValue: "Enter text…",
161 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
162 | comment: "Generic placeholder for text input fields"
163 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:168:16: error: extra arguments at positions #3, #4 in call
166 | /// "Enter username…" - Placeholder for user profile creation
167 | public static var enterUsernameDots: String {
168 | String(
| `- error: extra arguments at positions #3, #4 in call
169 | localized: "TK.Placeholder.enterUsernameDots",
170 | defaultValue: "Enter username…",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:169:13: error: missing argument for parameter 'format' in call
167 | public static var enterUsernameDots: String {
168 | String(
169 | localized: "TK.Placeholder.enterUsernameDots",
| `- error: missing argument for parameter 'format' in call
170 | defaultValue: "Enter username…",
171 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:169:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
167 | public static var enterUsernameDots: String {
168 | String(
169 | localized: "TK.Placeholder.enterUsernameDots",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
170 | defaultValue: "Enter username…",
171 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:171:22: error: cannot infer contextual base in reference to member 'module'
169 | localized: "TK.Placeholder.enterUsernameDots",
170 | defaultValue: "Enter username…",
171 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
172 | comment: "Placeholder for user profile creation"
173 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:178:16: error: extra arguments at positions #3, #4 in call
176 | /// "Exporting…" - Shown during exports
177 | public static var exportingDots: String {
178 | String(localized: "TK.Placeholder.exportingDots", defaultValue: "Exporting…", bundle: .module, comment: "Shown during exports")
| `- error: extra arguments at positions #3, #4 in call
179 | }
180 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:178:17: error: missing argument for parameter 'format' in call
176 | /// "Exporting…" - Shown during exports
177 | public static var exportingDots: String {
178 | String(localized: "TK.Placeholder.exportingDots", defaultValue: "Exporting…", bundle: .module, comment: "Shown during exports")
| `- error: missing argument for parameter 'format' in call
179 | }
180 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:178:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
176 | /// "Exporting…" - Shown during exports
177 | public static var exportingDots: String {
178 | String(localized: "TK.Placeholder.exportingDots", defaultValue: "Exporting…", bundle: .module, comment: "Shown during exports")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
179 | }
180 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:178:99: error: cannot infer contextual base in reference to member 'module'
176 | /// "Exporting…" - Shown during exports
177 | public static var exportingDots: String {
178 | String(localized: "TK.Placeholder.exportingDots", defaultValue: "Exporting…", bundle: .module, comment: "Shown during exports")
| `- error: cannot infer contextual base in reference to member 'module'
179 | }
180 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:183:16: error: extra arguments at positions #3, #4 in call
181 | /// "e.g. Jane" - First name input example, using 'Jane Doe' for English, adjusts per language
182 | public static var firstNameExample: String {
183 | String(
| `- error: extra arguments at positions #3, #4 in call
184 | localized: "TK.Placeholder.firstNameExample",
185 | defaultValue: "e.g. Jane",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:184:13: error: missing argument for parameter 'format' in call
182 | public static var firstNameExample: String {
183 | String(
184 | localized: "TK.Placeholder.firstNameExample",
| `- error: missing argument for parameter 'format' in call
185 | defaultValue: "e.g. Jane",
186 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:184:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
182 | public static var firstNameExample: String {
183 | String(
184 | localized: "TK.Placeholder.firstNameExample",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
185 | defaultValue: "e.g. Jane",
186 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:186:22: error: cannot infer contextual base in reference to member 'module'
184 | localized: "TK.Placeholder.firstNameExample",
185 | defaultValue: "e.g. Jane",
186 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
187 | comment: "First name input example, using 'Jane Doe' for English, adjusts per language"
188 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:193:16: error: extra arguments at positions #3, #4 in call
191 | /// "Generating…" - Shown when generating content
192 | public static var generatingDots: String {
193 | String(localized: "TK.Placeholder.generatingDots", defaultValue: "Generating…", bundle: .module, comment: "Shown when generating content")
| `- error: extra arguments at positions #3, #4 in call
194 | }
195 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:193:17: error: missing argument for parameter 'format' in call
191 | /// "Generating…" - Shown when generating content
192 | public static var generatingDots: String {
193 | String(localized: "TK.Placeholder.generatingDots", defaultValue: "Generating…", bundle: .module, comment: "Shown when generating content")
| `- error: missing argument for parameter 'format' in call
194 | }
195 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:193:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
191 | /// "Generating…" - Shown when generating content
192 | public static var generatingDots: String {
193 | String(localized: "TK.Placeholder.generatingDots", defaultValue: "Generating…", bundle: .module, comment: "Shown when generating content")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
194 | }
195 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:193:101: error: cannot infer contextual base in reference to member 'module'
191 | /// "Generating…" - Shown when generating content
192 | public static var generatingDots: String {
193 | String(localized: "TK.Placeholder.generatingDots", defaultValue: "Generating…", bundle: .module, comment: "Shown when generating content")
| `- error: cannot infer contextual base in reference to member 'module'
194 | }
195 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:198:16: error: extra arguments at positions #3, #4 in call
196 | /// "Importing…" - Shown during imports
197 | public static var importingDots: String {
198 | String(localized: "TK.Placeholder.importingDots", defaultValue: "Importing…", bundle: .module, comment: "Shown during imports")
| `- error: extra arguments at positions #3, #4 in call
199 | }
200 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:198:17: error: missing argument for parameter 'format' in call
196 | /// "Importing…" - Shown during imports
197 | public static var importingDots: String {
198 | String(localized: "TK.Placeholder.importingDots", defaultValue: "Importing…", bundle: .module, comment: "Shown during imports")
| `- error: missing argument for parameter 'format' in call
199 | }
200 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:198:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
196 | /// "Importing…" - Shown during imports
197 | public static var importingDots: String {
198 | String(localized: "TK.Placeholder.importingDots", defaultValue: "Importing…", bundle: .module, comment: "Shown during imports")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
199 | }
200 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:198:99: error: cannot infer contextual base in reference to member 'module'
196 | /// "Importing…" - Shown during imports
197 | public static var importingDots: String {
198 | String(localized: "TK.Placeholder.importingDots", defaultValue: "Importing…", bundle: .module, comment: "Shown during imports")
| `- error: cannot infer contextual base in reference to member 'module'
199 | }
200 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:203:16: error: extra arguments at positions #3, #4 in call
201 | /// "Initializing…" - Shown during startup
202 | public static var initializingDots: String {
203 | String(localized: "TK.Placeholder.initializingDots", defaultValue: "Initializing…", bundle: .module, comment: "Shown during startup")
| `- error: extra arguments at positions #3, #4 in call
204 | }
205 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:203:17: error: missing argument for parameter 'format' in call
201 | /// "Initializing…" - Shown during startup
202 | public static var initializingDots: String {
203 | String(localized: "TK.Placeholder.initializingDots", defaultValue: "Initializing…", bundle: .module, comment: "Shown during startup")
| `- error: missing argument for parameter 'format' in call
204 | }
205 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:203:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
201 | /// "Initializing…" - Shown during startup
202 | public static var initializingDots: String {
203 | String(localized: "TK.Placeholder.initializingDots", defaultValue: "Initializing…", bundle: .module, comment: "Shown during startup")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
204 | }
205 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:203:105: error: cannot infer contextual base in reference to member 'module'
201 | /// "Initializing…" - Shown during startup
202 | public static var initializingDots: String {
203 | String(localized: "TK.Placeholder.initializingDots", defaultValue: "Initializing…", bundle: .module, comment: "Shown during startup")
| `- error: cannot infer contextual base in reference to member 'module'
204 | }
205 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:208:16: error: extra arguments at positions #3, #4 in call
206 | /// "e.g. Doe" - Last name input example, using 'Jane Doe' for English, adjusts per language
207 | public static var lastNameExample: String {
208 | String(
| `- error: extra arguments at positions #3, #4 in call
209 | localized: "TK.Placeholder.lastNameExample",
210 | defaultValue: "e.g. Doe",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:209:13: error: missing argument for parameter 'format' in call
207 | public static var lastNameExample: String {
208 | String(
209 | localized: "TK.Placeholder.lastNameExample",
| `- error: missing argument for parameter 'format' in call
210 | defaultValue: "e.g. Doe",
211 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:209:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
207 | public static var lastNameExample: String {
208 | String(
209 | localized: "TK.Placeholder.lastNameExample",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
210 | defaultValue: "e.g. Doe",
211 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:211:22: error: cannot infer contextual base in reference to member 'module'
209 | localized: "TK.Placeholder.lastNameExample",
210 | defaultValue: "e.g. Doe",
211 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
212 | comment: "Last name input example, using 'Jane Doe' for English, adjusts per language"
213 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:218:16: error: extra arguments at positions #3, #4 in call
216 | /// "Loading…" - Placeholder when content is being fetched
217 | public static var loadingDots: String {
218 | String(
| `- error: extra arguments at positions #3, #4 in call
219 | localized: "TK.Placeholder.loadingDots",
220 | defaultValue: "Loading…",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:219:13: error: missing argument for parameter 'format' in call
217 | public static var loadingDots: String {
218 | String(
219 | localized: "TK.Placeholder.loadingDots",
| `- error: missing argument for parameter 'format' in call
220 | defaultValue: "Loading…",
221 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:219:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
217 | public static var loadingDots: String {
218 | String(
219 | localized: "TK.Placeholder.loadingDots",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
220 | defaultValue: "Loading…",
221 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:221:22: error: cannot infer contextual base in reference to member 'module'
219 | localized: "TK.Placeholder.loadingDots",
220 | defaultValue: "Loading…",
221 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
222 | comment: "Placeholder when content is being fetched"
223 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:228:16: error: extra arguments at positions #3, #4 in call
226 | /// "No results found…" - Placeholder when searches return no matches
227 | public static var noResultsFoundDots: String {
228 | String(
| `- error: extra arguments at positions #3, #4 in call
229 | localized: "TK.Placeholder.noResultsFoundDots",
230 | defaultValue: "No results found…",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:229:13: error: missing argument for parameter 'format' in call
227 | public static var noResultsFoundDots: String {
228 | String(
229 | localized: "TK.Placeholder.noResultsFoundDots",
| `- error: missing argument for parameter 'format' in call
230 | defaultValue: "No results found…",
231 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:229:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
227 | public static var noResultsFoundDots: String {
228 | String(
229 | localized: "TK.Placeholder.noResultsFoundDots",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
230 | defaultValue: "No results found…",
231 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:231:22: error: cannot infer contextual base in reference to member 'module'
229 | localized: "TK.Placeholder.noResultsFoundDots",
230 | defaultValue: "No results found…",
231 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
232 | comment: "Placeholder when searches return no matches"
233 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:238:16: error: extra arguments at positions #3, #4 in call
236 | /// "Nothing here yet…" - Generic empty state hint
237 | public static var nothingHereYetDots: String {
238 | String(
| `- error: extra arguments at positions #3, #4 in call
239 | localized: "TK.Placeholder.nothingHereYetDots",
240 | defaultValue: "Nothing here yet…",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:239:13: error: missing argument for parameter 'format' in call
237 | public static var nothingHereYetDots: String {
238 | String(
239 | localized: "TK.Placeholder.nothingHereYetDots",
| `- error: missing argument for parameter 'format' in call
240 | defaultValue: "Nothing here yet…",
241 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:239:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
237 | public static var nothingHereYetDots: String {
238 | String(
239 | localized: "TK.Placeholder.nothingHereYetDots",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
240 | defaultValue: "Nothing here yet…",
241 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:241:22: error: cannot infer contextual base in reference to member 'module'
239 | localized: "TK.Placeholder.nothingHereYetDots",
240 | defaultValue: "Nothing here yet…",
241 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
242 | comment: "Generic empty state hint"
243 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:248:16: error: extra arguments at positions #3, #4 in call
246 | /// "e.g. +1 (555) 123-4567" - Phone number input example, using +1 for English locale, adjusts pere region
247 | public static var phoneExample: String {
248 | String(
| `- error: extra arguments at positions #3, #4 in call
249 | localized: "TK.Placeholder.phoneExample",
250 | defaultValue: "e.g. +1 (555) 123-4567",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:249:13: error: missing argument for parameter 'format' in call
247 | public static var phoneExample: String {
248 | String(
249 | localized: "TK.Placeholder.phoneExample",
| `- error: missing argument for parameter 'format' in call
250 | defaultValue: "e.g. +1 (555) 123-4567",
251 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:249:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
247 | public static var phoneExample: String {
248 | String(
249 | localized: "TK.Placeholder.phoneExample",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
250 | defaultValue: "e.g. +1 (555) 123-4567",
251 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:251:22: error: cannot infer contextual base in reference to member 'module'
249 | localized: "TK.Placeholder.phoneExample",
250 | defaultValue: "e.g. +1 (555) 123-4567",
251 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
252 | comment: "Phone number input example, using +1 for English, adjusts per region"
253 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:258:16: error: extra arguments at positions #3, #4 in call
256 | /// "Preparing…" - Shown when preparing content
257 | public static var preparingDots: String {
258 | String(localized: "TK.Placeholder.preparingDots", defaultValue: "Preparing…", bundle: .module, comment: "Shown when preparing content")
| `- error: extra arguments at positions #3, #4 in call
259 | }
260 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:258:17: error: missing argument for parameter 'format' in call
256 | /// "Preparing…" - Shown when preparing content
257 | public static var preparingDots: String {
258 | String(localized: "TK.Placeholder.preparingDots", defaultValue: "Preparing…", bundle: .module, comment: "Shown when preparing content")
| `- error: missing argument for parameter 'format' in call
259 | }
260 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:258:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
256 | /// "Preparing…" - Shown when preparing content
257 | public static var preparingDots: String {
258 | String(localized: "TK.Placeholder.preparingDots", defaultValue: "Preparing…", bundle: .module, comment: "Shown when preparing content")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
259 | }
260 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:258:99: error: cannot infer contextual base in reference to member 'module'
256 | /// "Preparing…" - Shown when preparing content
257 | public static var preparingDots: String {
258 | String(localized: "TK.Placeholder.preparingDots", defaultValue: "Preparing…", bundle: .module, comment: "Shown when preparing content")
| `- error: cannot infer contextual base in reference to member 'module'
259 | }
260 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:263:16: error: extra arguments at positions #3, #4 in call
261 | /// "Processing" - Shown during ongoing operations
262 | public static var processing: String {
263 | String(localized: "TK.Placeholder.processing", defaultValue: "Processing", bundle: .module, comment: "Shown during ongoing operations")
| `- error: extra arguments at positions #3, #4 in call
264 | }
265 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:263:17: error: missing argument for parameter 'format' in call
261 | /// "Processing" - Shown during ongoing operations
262 | public static var processing: String {
263 | String(localized: "TK.Placeholder.processing", defaultValue: "Processing", bundle: .module, comment: "Shown during ongoing operations")
| `- error: missing argument for parameter 'format' in call
264 | }
265 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:263:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
261 | /// "Processing" - Shown during ongoing operations
262 | public static var processing: String {
263 | String(localized: "TK.Placeholder.processing", defaultValue: "Processing", bundle: .module, comment: "Shown during ongoing operations")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
264 | }
265 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:263:94: error: cannot infer contextual base in reference to member 'module'
261 | /// "Processing" - Shown during ongoing operations
262 | public static var processing: String {
263 | String(localized: "TK.Placeholder.processing", defaultValue: "Processing", bundle: .module, comment: "Shown during ongoing operations")
| `- error: cannot infer contextual base in reference to member 'module'
264 | }
265 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:268:16: error: extra arguments at positions #3, #4 in call
266 | /// "Processing…" - Shown during background operations
267 | public static var processingDots: String {
268 | String(
| `- error: extra arguments at positions #3, #4 in call
269 | localized: "TK.Placeholder.processingDots",
270 | defaultValue: "Processing…",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:269:13: error: missing argument for parameter 'format' in call
267 | public static var processingDots: String {
268 | String(
269 | localized: "TK.Placeholder.processingDots",
| `- error: missing argument for parameter 'format' in call
270 | defaultValue: "Processing…",
271 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:269:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
267 | public static var processingDots: String {
268 | String(
269 | localized: "TK.Placeholder.processingDots",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
270 | defaultValue: "Processing…",
271 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:271:22: error: cannot infer contextual base in reference to member 'module'
269 | localized: "TK.Placeholder.processingDots",
270 | defaultValue: "Processing…",
271 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
272 | comment: "Shown during background operations"
273 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:278:16: error: extra arguments at positions #3, #4 in call
276 | /// "Processing request…" - Request processing state
277 | public static var processingRequestDots: String {
278 | String(
| `- error: extra arguments at positions #3, #4 in call
279 | localized: "TK.Placeholder.processingRequestDots",
280 | defaultValue: "Processing request…",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:279:13: error: missing argument for parameter 'format' in call
277 | public static var processingRequestDots: String {
278 | String(
279 | localized: "TK.Placeholder.processingRequestDots",
| `- error: missing argument for parameter 'format' in call
280 | defaultValue: "Processing request…",
281 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:279:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
277 | public static var processingRequestDots: String {
278 | String(
279 | localized: "TK.Placeholder.processingRequestDots",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
280 | defaultValue: "Processing request…",
281 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:281:22: error: cannot infer contextual base in reference to member 'module'
279 | localized: "TK.Placeholder.processingRequestDots",
280 | defaultValue: "Processing request…",
281 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
282 | comment: "Request processing state"
283 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:288:16: error: extra arguments at positions #3, #4 in call
286 | /// "Refreshing…" - Shown when updating content
287 | public static var refreshingDots: String {
288 | String(localized: "TK.Placeholder.refreshingDots", defaultValue: "Refreshing…", bundle: .module, comment: "Shown when updating content")
| `- error: extra arguments at positions #3, #4 in call
289 | }
290 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:288:17: error: missing argument for parameter 'format' in call
286 | /// "Refreshing…" - Shown when updating content
287 | public static var refreshingDots: String {
288 | String(localized: "TK.Placeholder.refreshingDots", defaultValue: "Refreshing…", bundle: .module, comment: "Shown when updating content")
| `- error: missing argument for parameter 'format' in call
289 | }
290 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:288:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
286 | /// "Refreshing…" - Shown when updating content
287 | public static var refreshingDots: String {
288 | String(localized: "TK.Placeholder.refreshingDots", defaultValue: "Refreshing…", bundle: .module, comment: "Shown when updating content")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
289 | }
290 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:288:101: error: cannot infer contextual base in reference to member 'module'
286 | /// "Refreshing…" - Shown when updating content
287 | public static var refreshingDots: String {
288 | String(localized: "TK.Placeholder.refreshingDots", defaultValue: "Refreshing…", bundle: .module, comment: "Shown when updating content")
| `- error: cannot infer contextual base in reference to member 'module'
289 | }
290 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:293:16: error: extra arguments at positions #3, #4 in call
291 | /// "Saving…" - Shown when saving content
292 | public static var savingDots: String {
293 | String(localized: "TK.Placeholder.savingDots", defaultValue: "Saving…", bundle: .module, comment: "Shown when saving content")
| `- error: extra arguments at positions #3, #4 in call
294 | }
295 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:293:17: error: missing argument for parameter 'format' in call
291 | /// "Saving…" - Shown when saving content
292 | public static var savingDots: String {
293 | String(localized: "TK.Placeholder.savingDots", defaultValue: "Saving…", bundle: .module, comment: "Shown when saving content")
| `- error: missing argument for parameter 'format' in call
294 | }
295 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:293:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
291 | /// "Saving…" - Shown when saving content
292 | public static var savingDots: String {
293 | String(localized: "TK.Placeholder.savingDots", defaultValue: "Saving…", bundle: .module, comment: "Shown when saving content")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
294 | }
295 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:293:93: error: cannot infer contextual base in reference to member 'module'
291 | /// "Saving…" - Shown when saving content
292 | public static var savingDots: String {
293 | String(localized: "TK.Placeholder.savingDots", defaultValue: "Saving…", bundle: .module, comment: "Shown when saving content")
| `- error: cannot infer contextual base in reference to member 'module'
294 | }
295 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:298:16: error: extra arguments at positions #3, #4 in call
296 | /// "Search by name…" - Input hint for name search
297 | public static var searchByNameDots: String {
298 | String(localized: "TK.Placeholder.searchByNameDots", defaultValue: "Search by name…", bundle: .module, comment: "Input hint for name search")
| `- error: extra arguments at positions #3, #4 in call
299 | }
300 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:298:17: error: missing argument for parameter 'format' in call
296 | /// "Search by name…" - Input hint for name search
297 | public static var searchByNameDots: String {
298 | String(localized: "TK.Placeholder.searchByNameDots", defaultValue: "Search by name…", bundle: .module, comment: "Input hint for name search")
| `- error: missing argument for parameter 'format' in call
299 | }
300 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:298:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
296 | /// "Search by name…" - Input hint for name search
297 | public static var searchByNameDots: String {
298 | String(localized: "TK.Placeholder.searchByNameDots", defaultValue: "Search by name…", bundle: .module, comment: "Input hint for name search")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
299 | }
300 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:298:107: error: cannot infer contextual base in reference to member 'module'
296 | /// "Search by name…" - Input hint for name search
297 | public static var searchByNameDots: String {
298 | String(localized: "TK.Placeholder.searchByNameDots", defaultValue: "Search by name…", bundle: .module, comment: "Input hint for name search")
| `- error: cannot infer contextual base in reference to member 'module'
299 | }
300 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:303:16: error: extra arguments at positions #3, #4 in call
301 | /// "Search…" - Generic placeholder for search fields
302 | public static var searchDots: String {
303 | String(localized: "TK.Placeholder.searchDots", defaultValue: "Search…", bundle: .module, comment: "Generic placeholder for search fields")
| `- error: extra arguments at positions #3, #4 in call
304 | }
305 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:303:17: error: missing argument for parameter 'format' in call
301 | /// "Search…" - Generic placeholder for search fields
302 | public static var searchDots: String {
303 | String(localized: "TK.Placeholder.searchDots", defaultValue: "Search…", bundle: .module, comment: "Generic placeholder for search fields")
| `- error: missing argument for parameter 'format' in call
304 | }
305 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:303:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
301 | /// "Search…" - Generic placeholder for search fields
302 | public static var searchDots: String {
303 | String(localized: "TK.Placeholder.searchDots", defaultValue: "Search…", bundle: .module, comment: "Generic placeholder for search fields")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
304 | }
305 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:303:93: error: cannot infer contextual base in reference to member 'module'
301 | /// "Search…" - Generic placeholder for search fields
302 | public static var searchDots: String {
303 | String(localized: "TK.Placeholder.searchDots", defaultValue: "Search…", bundle: .module, comment: "Generic placeholder for search fields")
| `- error: cannot infer contextual base in reference to member 'module'
304 | }
305 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:308:16: error: extra arguments at positions #3, #4 in call
306 | /// "Searching…" - Search in progress state
307 | public static var searchingDots: String {
308 | String(localized: "TK.Placeholder.searchingDots", defaultValue: "Searching…", bundle: .module, comment: "Search in progress state")
| `- error: extra arguments at positions #3, #4 in call
309 | }
310 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:308:17: error: missing argument for parameter 'format' in call
306 | /// "Searching…" - Search in progress state
307 | public static var searchingDots: String {
308 | String(localized: "TK.Placeholder.searchingDots", defaultValue: "Searching…", bundle: .module, comment: "Search in progress state")
| `- error: missing argument for parameter 'format' in call
309 | }
310 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:308:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
306 | /// "Searching…" - Search in progress state
307 | public static var searchingDots: String {
308 | String(localized: "TK.Placeholder.searchingDots", defaultValue: "Searching…", bundle: .module, comment: "Search in progress state")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
309 | }
310 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:308:99: error: cannot infer contextual base in reference to member 'module'
306 | /// "Searching…" - Search in progress state
307 | public static var searchingDots: String {
308 | String(localized: "TK.Placeholder.searchingDots", defaultValue: "Searching…", bundle: .module, comment: "Search in progress state")
| `- error: cannot infer contextual base in reference to member 'module'
309 | }
310 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:313:16: error: extra arguments at positions #3, #4 in call
311 | /// "Select time…" - Time selection hint
312 | public static var selectTimeDots: String {
313 | String(localized: "TK.Placeholder.selectTimeDots", defaultValue: "Select time…", bundle: .module, comment: "Time selection hint")
| `- error: extra arguments at positions #3, #4 in call
314 | }
315 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:313:17: error: missing argument for parameter 'format' in call
311 | /// "Select time…" - Time selection hint
312 | public static var selectTimeDots: String {
313 | String(localized: "TK.Placeholder.selectTimeDots", defaultValue: "Select time…", bundle: .module, comment: "Time selection hint")
| `- error: missing argument for parameter 'format' in call
314 | }
315 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:313:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
311 | /// "Select time…" - Time selection hint
312 | public static var selectTimeDots: String {
313 | String(localized: "TK.Placeholder.selectTimeDots", defaultValue: "Select time…", bundle: .module, comment: "Time selection hint")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
314 | }
315 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:313:102: error: cannot infer contextual base in reference to member 'module'
311 | /// "Select time…" - Time selection hint
312 | public static var selectTimeDots: String {
313 | String(localized: "TK.Placeholder.selectTimeDots", defaultValue: "Select time…", bundle: .module, comment: "Time selection hint")
| `- error: cannot infer contextual base in reference to member 'module'
314 | }
315 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:318:16: error: extra arguments at positions #3, #4 in call
316 | /// "Sending…" - Shown when sending data
317 | public static var sendingDots: String {
318 | String(localized: "TK.Placeholder.sendingDots", defaultValue: "Sending…", bundle: .module, comment: "Shown when sending data")
| `- error: extra arguments at positions #3, #4 in call
319 | }
320 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:318:17: error: missing argument for parameter 'format' in call
316 | /// "Sending…" - Shown when sending data
317 | public static var sendingDots: String {
318 | String(localized: "TK.Placeholder.sendingDots", defaultValue: "Sending…", bundle: .module, comment: "Shown when sending data")
| `- error: missing argument for parameter 'format' in call
319 | }
320 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:318:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
316 | /// "Sending…" - Shown when sending data
317 | public static var sendingDots: String {
318 | String(localized: "TK.Placeholder.sendingDots", defaultValue: "Sending…", bundle: .module, comment: "Shown when sending data")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
319 | }
320 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:318:95: error: cannot infer contextual base in reference to member 'module'
316 | /// "Sending…" - Shown when sending data
317 | public static var sendingDots: String {
318 | String(localized: "TK.Placeholder.sendingDots", defaultValue: "Sending…", bundle: .module, comment: "Shown when sending data")
| `- error: cannot infer contextual base in reference to member 'module'
319 | }
320 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:323:16: error: extra arguments at positions #3, #4 in call
321 | /// "Syncing…" - Shown during synchronization
322 | public static var syncingDots: String {
323 | String(localized: "TK.Placeholder.syncingDots", defaultValue: "Syncing…", bundle: .module, comment: "Shown during synchronization")
| `- error: extra arguments at positions #3, #4 in call
324 | }
325 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:323:17: error: missing argument for parameter 'format' in call
321 | /// "Syncing…" - Shown during synchronization
322 | public static var syncingDots: String {
323 | String(localized: "TK.Placeholder.syncingDots", defaultValue: "Syncing…", bundle: .module, comment: "Shown during synchronization")
| `- error: missing argument for parameter 'format' in call
324 | }
325 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:323:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
321 | /// "Syncing…" - Shown during synchronization
322 | public static var syncingDots: String {
323 | String(localized: "TK.Placeholder.syncingDots", defaultValue: "Syncing…", bundle: .module, comment: "Shown during synchronization")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
324 | }
325 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:323:95: error: cannot infer contextual base in reference to member 'module'
321 | /// "Syncing…" - Shown during synchronization
322 | public static var syncingDots: String {
323 | String(localized: "TK.Placeholder.syncingDots", defaultValue: "Syncing…", bundle: .module, comment: "Shown during synchronization")
| `- error: cannot infer contextual base in reference to member 'module'
324 | }
325 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:328:16: error: extra arguments at positions #3, #4 in call
326 | /// "Updating…" - Shown during updates
327 | public static var updatingDots: String {
328 | String(localized: "TK.Placeholder.updatingDots", defaultValue: "Updating…", bundle: .module, comment: "Shown during updates")
| `- error: extra arguments at positions #3, #4 in call
329 | }
330 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:328:17: error: missing argument for parameter 'format' in call
326 | /// "Updating…" - Shown during updates
327 | public static var updatingDots: String {
328 | String(localized: "TK.Placeholder.updatingDots", defaultValue: "Updating…", bundle: .module, comment: "Shown during updates")
| `- error: missing argument for parameter 'format' in call
329 | }
330 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:328:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
326 | /// "Updating…" - Shown during updates
327 | public static var updatingDots: String {
328 | String(localized: "TK.Placeholder.updatingDots", defaultValue: "Updating…", bundle: .module, comment: "Shown during updates")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
329 | }
330 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:328:97: error: cannot infer contextual base in reference to member 'module'
326 | /// "Updating…" - Shown during updates
327 | public static var updatingDots: String {
328 | String(localized: "TK.Placeholder.updatingDots", defaultValue: "Updating…", bundle: .module, comment: "Shown during updates")
| `- error: cannot infer contextual base in reference to member 'module'
329 | }
330 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:333:16: error: extra arguments at positions #3, #4 in call
331 | /// "Uploading…" - Shown during uploads
332 | public static var uploadingDots: String {
333 | String(localized: "TK.Placeholder.uploadingDots", defaultValue: "Uploading…", bundle: .module, comment: "Shown during uploads")
| `- error: extra arguments at positions #3, #4 in call
334 | }
335 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:333:17: error: missing argument for parameter 'format' in call
331 | /// "Uploading…" - Shown during uploads
332 | public static var uploadingDots: String {
333 | String(localized: "TK.Placeholder.uploadingDots", defaultValue: "Uploading…", bundle: .module, comment: "Shown during uploads")
| `- error: missing argument for parameter 'format' in call
334 | }
335 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:333:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
331 | /// "Uploading…" - Shown during uploads
332 | public static var uploadingDots: String {
333 | String(localized: "TK.Placeholder.uploadingDots", defaultValue: "Uploading…", bundle: .module, comment: "Shown during uploads")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
334 | }
335 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:333:99: error: cannot infer contextual base in reference to member 'module'
331 | /// "Uploading…" - Shown during uploads
332 | public static var uploadingDots: String {
333 | String(localized: "TK.Placeholder.uploadingDots", defaultValue: "Uploading…", bundle: .module, comment: "Shown during uploads")
| `- error: cannot infer contextual base in reference to member 'module'
334 | }
335 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:338:16: error: extra arguments at positions #3, #4 in call
336 | /// "e.g. @janedoe" - Username input example, using 'Jane Doe' for English, adjusts per language
337 | public static var usernameExample: String {
338 | String(
| `- error: extra arguments at positions #3, #4 in call
339 | localized: "TK.Placeholder.usernameExample",
340 | defaultValue: "e.g. JaneDoe",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:339:13: error: missing argument for parameter 'format' in call
337 | public static var usernameExample: String {
338 | String(
339 | localized: "TK.Placeholder.usernameExample",
| `- error: missing argument for parameter 'format' in call
340 | defaultValue: "e.g. JaneDoe",
341 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:339:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
337 | public static var usernameExample: String {
338 | String(
339 | localized: "TK.Placeholder.usernameExample",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
340 | defaultValue: "e.g. JaneDoe",
341 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:341:22: error: cannot infer contextual base in reference to member 'module'
339 | localized: "TK.Placeholder.usernameExample",
340 | defaultValue: "e.g. JaneDoe",
341 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
342 | comment: "Username input example, using 'Jane Doe' for English, adjusts per language"
343 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:348:16: error: extra arguments at positions #3, #4 in call
346 | /// "Verifying…" - Shown during verification
347 | public static var verifyingDots: String {
348 | String(localized: "TK.Placeholder.verifyingDots", defaultValue: "Verifying…", bundle: .module, comment: "Shown during verification")
| `- error: extra arguments at positions #3, #4 in call
349 | }
350 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:348:17: error: missing argument for parameter 'format' in call
346 | /// "Verifying…" - Shown during verification
347 | public static var verifyingDots: String {
348 | String(localized: "TK.Placeholder.verifyingDots", defaultValue: "Verifying…", bundle: .module, comment: "Shown during verification")
| `- error: missing argument for parameter 'format' in call
349 | }
350 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:348:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
346 | /// "Verifying…" - Shown during verification
347 | public static var verifyingDots: String {
348 | String(localized: "TK.Placeholder.verifyingDots", defaultValue: "Verifying…", bundle: .module, comment: "Shown during verification")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
349 | }
350 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:348:99: error: cannot infer contextual base in reference to member 'module'
346 | /// "Verifying…" - Shown during verification
347 | public static var verifyingDots: String {
348 | String(localized: "TK.Placeholder.verifyingDots", defaultValue: "Verifying…", bundle: .module, comment: "Shown during verification")
| `- error: cannot infer contextual base in reference to member 'module'
349 | }
350 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:353:16: error: extra arguments at positions #3, #4 in call
351 | /// "Waiting…" - Generic waiting state
352 | public static var waitingDots: String {
353 | String(localized: "TK.Placeholder.waitingDots", defaultValue: "Waiting…", bundle: .module, comment: "Generic waiting state")
| `- error: extra arguments at positions #3, #4 in call
354 | }
355 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:353:17: error: missing argument for parameter 'format' in call
351 | /// "Waiting…" - Generic waiting state
352 | public static var waitingDots: String {
353 | String(localized: "TK.Placeholder.waitingDots", defaultValue: "Waiting…", bundle: .module, comment: "Generic waiting state")
| `- error: missing argument for parameter 'format' in call
354 | }
355 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:353:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
351 | /// "Waiting…" - Generic waiting state
352 | public static var waitingDots: String {
353 | String(localized: "TK.Placeholder.waitingDots", defaultValue: "Waiting…", bundle: .module, comment: "Generic waiting state")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
354 | }
355 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:353:95: error: cannot infer contextual base in reference to member 'module'
351 | /// "Waiting…" - Generic waiting state
352 | public static var waitingDots: String {
353 | String(localized: "TK.Placeholder.waitingDots", defaultValue: "Waiting…", bundle: .module, comment: "Generic waiting state")
| `- error: cannot infer contextual base in reference to member 'module'
354 | }
355 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:358:16: error: extra arguments at positions #3, #4 in call
356 | /// "Write a reply…" - Reply input hint
357 | public static var writeReplyDots: String {
358 | String(localized: "TK.Placeholder.writeReplyDots", defaultValue: "Write a reply…", bundle: .module, comment: "Reply input hint")
| `- error: extra arguments at positions #3, #4 in call
359 | }
360 | }
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:358:17: error: missing argument for parameter 'format' in call
356 | /// "Write a reply…" - Reply input hint
357 | public static var writeReplyDots: String {
358 | String(localized: "TK.Placeholder.writeReplyDots", defaultValue: "Write a reply…", bundle: .module, comment: "Reply input hint")
| `- error: missing argument for parameter 'format' in call
359 | }
360 | }
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:358:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
356 | /// "Write a reply…" - Reply input hint
357 | public static var writeReplyDots: String {
358 | String(localized: "TK.Placeholder.writeReplyDots", defaultValue: "Write a reply…", bundle: .module, comment: "Reply input hint")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
359 | }
360 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:358:104: error: cannot infer contextual base in reference to member 'module'
356 | /// "Write a reply…" - Reply input hint
357 | public static var writeReplyDots: String {
358 | String(localized: "TK.Placeholder.writeReplyDots", defaultValue: "Write a reply…", bundle: .module, comment: "Reply input hint")
| `- error: cannot infer contextual base in reference to member 'module'
359 | }
360 | }
[149/227] Compiling TranslateKitLite TK+Message.swift
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:8:16: error: extra arguments at positions #3, #4 in call
6 | /// "Access Denied" - User does not have permission
7 | public static var accessDenied: String {
8 | String(localized: "TK.Message.accessDenied", defaultValue: "Access Denied", bundle: .module, comment: "User does not have permission")
| `- error: extra arguments at positions #3, #4 in call
9 | }
10 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:8:17: error: missing argument for parameter 'format' in call
6 | /// "Access Denied" - User does not have permission
7 | public static var accessDenied: String {
8 | String(localized: "TK.Message.accessDenied", defaultValue: "Access Denied", bundle: .module, comment: "User does not have permission")
| `- error: missing argument for parameter 'format' in call
9 | }
10 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:8:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
6 | /// "Access Denied" - User does not have permission
7 | public static var accessDenied: String {
8 | String(localized: "TK.Message.accessDenied", defaultValue: "Access Denied", bundle: .module, comment: "User does not have permission")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
9 | }
10 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:8:95: error: cannot infer contextual base in reference to member 'module'
6 | /// "Access Denied" - User does not have permission
7 | public static var accessDenied: String {
8 | String(localized: "TK.Message.accessDenied", defaultValue: "Access Denied", bundle: .module, comment: "User does not have permission")
| `- error: cannot infer contextual base in reference to member 'module'
9 | }
10 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:13:16: error: extra arguments at positions #3, #4 in call
11 | /// "This action cannot be undone." - Warning before irreversible actions
12 | public static var actionCannotBeUndoneDot: String {
13 | String(
| `- error: extra arguments at positions #3, #4 in call
14 | localized: "TK.Message.actionCannotBeUndoneDot",
15 | defaultValue: "This action cannot be undone.",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:14:13: error: missing argument for parameter 'format' in call
12 | public static var actionCannotBeUndoneDot: String {
13 | String(
14 | localized: "TK.Message.actionCannotBeUndoneDot",
| `- error: missing argument for parameter 'format' in call
15 | defaultValue: "This action cannot be undone.",
16 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:14:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
12 | public static var actionCannotBeUndoneDot: String {
13 | String(
14 | localized: "TK.Message.actionCannotBeUndoneDot",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
15 | defaultValue: "This action cannot be undone.",
16 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:16:22: error: cannot infer contextual base in reference to member 'module'
14 | localized: "TK.Message.actionCannotBeUndoneDot",
15 | defaultValue: "This action cannot be undone.",
16 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
17 | comment: "Warning before irreversible actions"
18 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:23:16: error: extra arguments at positions #3, #4 in call
21 | /// "An Error Occurred" - Generic error message header
22 | public static var anErrorOccurred: String {
23 | String(localized: "TK.Message.anErrorOccurred", defaultValue: "An Error Occurred", bundle: .module, comment: "Generic error message header")
| `- error: extra arguments at positions #3, #4 in call
24 | }
25 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:23:17: error: missing argument for parameter 'format' in call
21 | /// "An Error Occurred" - Generic error message header
22 | public static var anErrorOccurred: String {
23 | String(localized: "TK.Message.anErrorOccurred", defaultValue: "An Error Occurred", bundle: .module, comment: "Generic error message header")
| `- error: missing argument for parameter 'format' in call
24 | }
25 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:23:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
21 | /// "An Error Occurred" - Generic error message header
22 | public static var anErrorOccurred: String {
23 | String(localized: "TK.Message.anErrorOccurred", defaultValue: "An Error Occurred", bundle: .module, comment: "Generic error message header")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
24 | }
25 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:23:102: error: cannot infer contextual base in reference to member 'module'
21 | /// "An Error Occurred" - Generic error message header
22 | public static var anErrorOccurred: String {
23 | String(localized: "TK.Message.anErrorOccurred", defaultValue: "An Error Occurred", bundle: .module, comment: "Generic error message header")
| `- error: cannot infer contextual base in reference to member 'module'
24 | }
25 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:28:16: error: extra arguments at positions #3, #4 in call
26 | /// "An unknown error occurred." - Generic error message
27 | public static var anUnknownErrorOccurredDot: String {
28 | String(
| `- error: extra arguments at positions #3, #4 in call
29 | localized: "TK.Message.anUnknownErrorOccurredDot",
30 | defaultValue: "An unknown error occurred.",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:29:13: error: missing argument for parameter 'format' in call
27 | public static var anUnknownErrorOccurredDot: String {
28 | String(
29 | localized: "TK.Message.anUnknownErrorOccurredDot",
| `- error: missing argument for parameter 'format' in call
30 | defaultValue: "An unknown error occurred.",
31 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:29:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
27 | public static var anUnknownErrorOccurredDot: String {
28 | String(
29 | localized: "TK.Message.anUnknownErrorOccurredDot",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
30 | defaultValue: "An unknown error occurred.",
31 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:31:22: error: cannot infer contextual base in reference to member 'module'
29 | localized: "TK.Message.anUnknownErrorOccurredDot",
30 | defaultValue: "An unknown error occurred.",
31 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
32 | comment: "Generic error message"
33 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:38:16: error: extra arguments at positions #3, #4 in call
36 | /// "Are you sure?" - Generic confirmation dialog header
37 | public static var areYouSure: String {
38 | String(localized: "TK.Message.areYouSure", defaultValue: "Are you sure?", bundle: .module, comment: "Generic confirmation dialog header")
| `- error: extra arguments at positions #3, #4 in call
39 | }
40 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:38:17: error: missing argument for parameter 'format' in call
36 | /// "Are you sure?" - Generic confirmation dialog header
37 | public static var areYouSure: String {
38 | String(localized: "TK.Message.areYouSure", defaultValue: "Are you sure?", bundle: .module, comment: "Generic confirmation dialog header")
| `- error: missing argument for parameter 'format' in call
39 | }
40 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:38:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
36 | /// "Are you sure?" - Generic confirmation dialog header
37 | public static var areYouSure: String {
38 | String(localized: "TK.Message.areYouSure", defaultValue: "Are you sure?", bundle: .module, comment: "Generic confirmation dialog header")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
39 | }
40 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:38:93: error: cannot infer contextual base in reference to member 'module'
36 | /// "Are you sure?" - Generic confirmation dialog header
37 | public static var areYouSure: String {
38 | String(localized: "TK.Message.areYouSure", defaultValue: "Are you sure?", bundle: .module, comment: "Generic confirmation dialog header")
| `- error: cannot infer contextual base in reference to member 'module'
39 | }
40 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:43:16: error: extra arguments at positions #3, #4 in call
41 | /// "Are you sure you want to delete this?" - Delete confirmation prompt
42 | public static var areYouSureToDeleteDot: String {
43 | String(
| `- error: extra arguments at positions #3, #4 in call
44 | localized: "TK.Message.areYouSureToDeleteDot",
45 | defaultValue: "Are you sure you want to delete this?",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:44:13: error: missing argument for parameter 'format' in call
42 | public static var areYouSureToDeleteDot: String {
43 | String(
44 | localized: "TK.Message.areYouSureToDeleteDot",
| `- error: missing argument for parameter 'format' in call
45 | defaultValue: "Are you sure you want to delete this?",
46 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:44:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
42 | public static var areYouSureToDeleteDot: String {
43 | String(
44 | localized: "TK.Message.areYouSureToDeleteDot",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
45 | defaultValue: "Are you sure you want to delete this?",
46 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:46:22: error: cannot infer contextual base in reference to member 'module'
44 | localized: "TK.Message.areYouSureToDeleteDot",
45 | defaultValue: "Are you sure you want to delete this?",
46 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
47 | comment: "Delete confirmation prompt"
48 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:53:16: error: extra arguments at positions #3, #4 in call
51 | /// "Are you sure you want to discard your changes?" - Used when closing editor with unsaved changes
52 | public static var areYouSureToDiscardChangesDot: String {
53 | String(
| `- error: extra arguments at positions #3, #4 in call
54 | localized: "TK.Message.areYouSureToDiscardChangesDot",
55 | defaultValue: "Are you sure you want to discard your changes?",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:54:13: error: missing argument for parameter 'format' in call
52 | public static var areYouSureToDiscardChangesDot: String {
53 | String(
54 | localized: "TK.Message.areYouSureToDiscardChangesDot",
| `- error: missing argument for parameter 'format' in call
55 | defaultValue: "Are you sure you want to discard your changes?",
56 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:54:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
52 | public static var areYouSureToDiscardChangesDot: String {
53 | String(
54 | localized: "TK.Message.areYouSureToDiscardChangesDot",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
55 | defaultValue: "Are you sure you want to discard your changes?",
56 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:56:22: error: cannot infer contextual base in reference to member 'module'
54 | localized: "TK.Message.areYouSureToDiscardChangesDot",
55 | defaultValue: "Are you sure you want to discard your changes?",
56 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
57 | comment: "Used when closing editor with unsaved changes"
58 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:63:16: error: extra arguments at positions #3, #4 in call
61 | /// "Can't Open Document" - Used when a document fails to open
62 | public static var cantOpenDocument: String {
63 | String(
| `- error: extra arguments at positions #3, #4 in call
64 | localized: "TK.Message.cantOpenDocument",
65 | defaultValue: "Can't Open Document",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:64:13: error: missing argument for parameter 'format' in call
62 | public static var cantOpenDocument: String {
63 | String(
64 | localized: "TK.Message.cantOpenDocument",
| `- error: missing argument for parameter 'format' in call
65 | defaultValue: "Can't Open Document",
66 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:64:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
62 | public static var cantOpenDocument: String {
63 | String(
64 | localized: "TK.Message.cantOpenDocument",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
65 | defaultValue: "Can't Open Document",
66 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:66:22: error: cannot infer contextual base in reference to member 'module'
64 | localized: "TK.Message.cantOpenDocument",
65 | defaultValue: "Can't Open Document",
66 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
67 | comment: "Used when a document fails to open"
68 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:73:16: error: extra arguments at positions #3, #4 in call
71 | /// "Changes could not be saved." - Error while saving data
72 | public static var changesCouldNotBeSavedDot: String {
73 | String(
| `- error: extra arguments at positions #3, #4 in call
74 | localized: "TK.Message.changesCouldNotBeSavedDot",
75 | defaultValue: "Changes could not be saved.",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:74:13: error: missing argument for parameter 'format' in call
72 | public static var changesCouldNotBeSavedDot: String {
73 | String(
74 | localized: "TK.Message.changesCouldNotBeSavedDot",
| `- error: missing argument for parameter 'format' in call
75 | defaultValue: "Changes could not be saved.",
76 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:74:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
72 | public static var changesCouldNotBeSavedDot: String {
73 | String(
74 | localized: "TK.Message.changesCouldNotBeSavedDot",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
75 | defaultValue: "Changes could not be saved.",
76 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:76:22: error: cannot infer contextual base in reference to member 'module'
74 | localized: "TK.Message.changesCouldNotBeSavedDot",
75 | defaultValue: "Changes could not be saved.",
76 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
77 | comment: "Error while saving data"
78 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:83:16: error: extra arguments at positions #3, #4 in call
81 | /// "Changes have been saved." - Confirmation message after saving settings or edits
82 | public static var changesSavedDot: String {
83 | String(
| `- error: extra arguments at positions #3, #4 in call
84 | localized: "TK.Message.changesSavedDot",
85 | defaultValue: "Changes have been saved.",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:84:13: error: missing argument for parameter 'format' in call
82 | public static var changesSavedDot: String {
83 | String(
84 | localized: "TK.Message.changesSavedDot",
| `- error: missing argument for parameter 'format' in call
85 | defaultValue: "Changes have been saved.",
86 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:84:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
82 | public static var changesSavedDot: String {
83 | String(
84 | localized: "TK.Message.changesSavedDot",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
85 | defaultValue: "Changes have been saved.",
86 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:86:22: error: cannot infer contextual base in reference to member 'module'
84 | localized: "TK.Message.changesSavedDot",
85 | defaultValue: "Changes have been saved.",
86 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
87 | comment: "Confirmation message after saving settings or edits"
88 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:93:16: error: extra arguments at positions #3, #4 in call
91 | /// "Changes will be lost." - Unsaved changes warning
92 | public static var changesWillBeLostDot: String {
93 | String(
| `- error: extra arguments at positions #3, #4 in call
94 | localized: "TK.Message.changesWillBeLostDot",
95 | defaultValue: "Changes will be lost.",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:94:13: error: missing argument for parameter 'format' in call
92 | public static var changesWillBeLostDot: String {
93 | String(
94 | localized: "TK.Message.changesWillBeLostDot",
| `- error: missing argument for parameter 'format' in call
95 | defaultValue: "Changes will be lost.",
96 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:94:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
92 | public static var changesWillBeLostDot: String {
93 | String(
94 | localized: "TK.Message.changesWillBeLostDot",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
95 | defaultValue: "Changes will be lost.",
96 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:96:22: error: cannot infer contextual base in reference to member 'module'
94 | localized: "TK.Message.changesWillBeLostDot",
95 | defaultValue: "Changes will be lost.",
96 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
97 | comment: "Unsaved changes warning"
98 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:103:16: error: extra arguments at positions #3, #4 in call
101 | /// "Check your Internet connection, then try again." - Network troubleshooting prompt
102 | public static var checkInternetConnectionTryAgainDot: String {
103 | String(
| `- error: extra arguments at positions #3, #4 in call
104 | localized: "TK.Message.checkInternetConnectionTryAgainDot",
105 | defaultValue: "Check your Internet connection, then try again.",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:104:13: error: missing argument for parameter 'format' in call
102 | public static var checkInternetConnectionTryAgainDot: String {
103 | String(
104 | localized: "TK.Message.checkInternetConnectionTryAgainDot",
| `- error: missing argument for parameter 'format' in call
105 | defaultValue: "Check your Internet connection, then try again.",
106 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:104:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
102 | public static var checkInternetConnectionTryAgainDot: String {
103 | String(
104 | localized: "TK.Message.checkInternetConnectionTryAgainDot",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
105 | defaultValue: "Check your Internet connection, then try again.",
106 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:106:22: error: cannot infer contextual base in reference to member 'module'
104 | localized: "TK.Message.checkInternetConnectionTryAgainDot",
105 | defaultValue: "Check your Internet connection, then try again.",
106 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
107 | comment: "Network troubleshooting prompt"
108 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:113:16: error: extra arguments at positions #3, #4 in call
111 | /// "Connection Failed" - Generic connection error
112 | public static var connectionFailed: String {
113 | String(localized: "TK.Message.connectionFailed", defaultValue: "Connection Failed", bundle: .module, comment: "Generic connection error")
| `- error: extra arguments at positions #3, #4 in call
114 | }
115 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:113:17: error: missing argument for parameter 'format' in call
111 | /// "Connection Failed" - Generic connection error
112 | public static var connectionFailed: String {
113 | String(localized: "TK.Message.connectionFailed", defaultValue: "Connection Failed", bundle: .module, comment: "Generic connection error")
| `- error: missing argument for parameter 'format' in call
114 | }
115 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:113:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
111 | /// "Connection Failed" - Generic connection error
112 | public static var connectionFailed: String {
113 | String(localized: "TK.Message.connectionFailed", defaultValue: "Connection Failed", bundle: .module, comment: "Generic connection error")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
114 | }
115 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:113:103: error: cannot infer contextual base in reference to member 'module'
111 | /// "Connection Failed" - Generic connection error
112 | public static var connectionFailed: String {
113 | String(localized: "TK.Message.connectionFailed", defaultValue: "Connection Failed", bundle: .module, comment: "Generic connection error")
| `- error: cannot infer contextual base in reference to member 'module'
114 | }
115 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:118:16: error: extra arguments at positions #3, #4 in call
116 | /// "Connection Timeout" - Network connection error message
117 | public static var connectionTimeout: String {
118 | String(
| `- error: extra arguments at positions #3, #4 in call
119 | localized: "TK.Message.connectionTimeout",
120 | defaultValue: "Connection Timeout",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:119:13: error: missing argument for parameter 'format' in call
117 | public static var connectionTimeout: String {
118 | String(
119 | localized: "TK.Message.connectionTimeout",
| `- error: missing argument for parameter 'format' in call
120 | defaultValue: "Connection Timeout",
121 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:119:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
117 | public static var connectionTimeout: String {
118 | String(
119 | localized: "TK.Message.connectionTimeout",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
120 | defaultValue: "Connection Timeout",
121 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:121:22: error: cannot infer contextual base in reference to member 'module'
119 | localized: "TK.Message.connectionTimeout",
120 | defaultValue: "Connection Timeout",
121 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
122 | comment: "Network connection error message"
123 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:128:16: error: extra arguments at positions #3, #4 in call
126 | /// "Device not supported." - Hardware compatibility message
127 | public static var deviceNotSupportedDot: String {
128 | String(
| `- error: extra arguments at positions #3, #4 in call
129 | localized: "TK.Message.deviceNotSupportedDot",
130 | defaultValue: "Device not supported.",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:129:13: error: missing argument for parameter 'format' in call
127 | public static var deviceNotSupportedDot: String {
128 | String(
129 | localized: "TK.Message.deviceNotSupportedDot",
| `- error: missing argument for parameter 'format' in call
130 | defaultValue: "Device not supported.",
131 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:129:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
127 | public static var deviceNotSupportedDot: String {
128 | String(
129 | localized: "TK.Message.deviceNotSupportedDot",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
130 | defaultValue: "Device not supported.",
131 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:131:22: error: cannot infer contextual base in reference to member 'module'
129 | localized: "TK.Message.deviceNotSupportedDot",
130 | defaultValue: "Device not supported.",
131 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
132 | comment: "Hardware compatibility message"
133 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:138:16: error: extra arguments at positions #3, #4 in call
136 | /// "Export Failed" - File export error message
137 | public static var exportFailed: String {
138 | String(localized: "TK.Message.exportFailed", defaultValue: "Export Failed", bundle: .module, comment: "File export error message")
| `- error: extra arguments at positions #3, #4 in call
139 | }
140 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:138:17: error: missing argument for parameter 'format' in call
136 | /// "Export Failed" - File export error message
137 | public static var exportFailed: String {
138 | String(localized: "TK.Message.exportFailed", defaultValue: "Export Failed", bundle: .module, comment: "File export error message")
| `- error: missing argument for parameter 'format' in call
139 | }
140 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:138:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
136 | /// "Export Failed" - File export error message
137 | public static var exportFailed: String {
138 | String(localized: "TK.Message.exportFailed", defaultValue: "Export Failed", bundle: .module, comment: "File export error message")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
139 | }
140 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:138:95: error: cannot infer contextual base in reference to member 'module'
136 | /// "Export Failed" - File export error message
137 | public static var exportFailed: String {
138 | String(localized: "TK.Message.exportFailed", defaultValue: "Export Failed", bundle: .module, comment: "File export error message")
| `- error: cannot infer contextual base in reference to member 'module'
139 | }
140 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:143:16: error: extra arguments at positions #3, #4 in call
141 | /// "Feature not available offline." - Offline limitation notice
142 | public static var featureNotAvailableOfflineDot: String {
143 | String(
| `- error: extra arguments at positions #3, #4 in call
144 | localized: "TK.Message.featureNotAvailableOfflineDot",
145 | defaultValue: "Feature not available offline.",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:144:13: error: missing argument for parameter 'format' in call
142 | public static var featureNotAvailableOfflineDot: String {
143 | String(
144 | localized: "TK.Message.featureNotAvailableOfflineDot",
| `- error: missing argument for parameter 'format' in call
145 | defaultValue: "Feature not available offline.",
146 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:144:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
142 | public static var featureNotAvailableOfflineDot: String {
143 | String(
144 | localized: "TK.Message.featureNotAvailableOfflineDot",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
145 | defaultValue: "Feature not available offline.",
146 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:146:22: error: cannot infer contextual base in reference to member 'module'
144 | localized: "TK.Message.featureNotAvailableOfflineDot",
145 | defaultValue: "Feature not available offline.",
146 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
147 | comment: "Offline limitation notice"
148 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:153:16: error: extra arguments at positions #3, #4 in call
151 | /// "File format not supported." - File compatibility error
152 | public static var fileFormatNotSupportedDot: String {
153 | String(
| `- error: extra arguments at positions #3, #4 in call
154 | localized: "TK.Message.fileFormatNotSupportedDot",
155 | defaultValue: "File format not supported.",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:154:13: error: missing argument for parameter 'format' in call
152 | public static var fileFormatNotSupportedDot: String {
153 | String(
154 | localized: "TK.Message.fileFormatNotSupportedDot",
| `- error: missing argument for parameter 'format' in call
155 | defaultValue: "File format not supported.",
156 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:154:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
152 | public static var fileFormatNotSupportedDot: String {
153 | String(
154 | localized: "TK.Message.fileFormatNotSupportedDot",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
155 | defaultValue: "File format not supported.",
156 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:156:22: error: cannot infer contextual base in reference to member 'module'
154 | localized: "TK.Message.fileFormatNotSupportedDot",
155 | defaultValue: "File format not supported.",
156 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
157 | comment: "File compatibility error"
158 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:163:16: error: extra arguments at positions #3, #4 in call
161 | /// "File not found" - Missing file error
162 | public static var fileNotFound: String {
163 | String(localized: "TK.Message.fileNotFound", defaultValue: "File not found", bundle: .module, comment: "Missing file error")
| `- error: extra arguments at positions #3, #4 in call
164 | }
165 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:163:17: error: missing argument for parameter 'format' in call
161 | /// "File not found" - Missing file error
162 | public static var fileNotFound: String {
163 | String(localized: "TK.Message.fileNotFound", defaultValue: "File not found", bundle: .module, comment: "Missing file error")
| `- error: missing argument for parameter 'format' in call
164 | }
165 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:163:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
161 | /// "File not found" - Missing file error
162 | public static var fileNotFound: String {
163 | String(localized: "TK.Message.fileNotFound", defaultValue: "File not found", bundle: .module, comment: "Missing file error")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
164 | }
165 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:163:96: error: cannot infer contextual base in reference to member 'module'
161 | /// "File not found" - Missing file error
162 | public static var fileNotFound: String {
163 | String(localized: "TK.Message.fileNotFound", defaultValue: "File not found", bundle: .module, comment: "Missing file error")
| `- error: cannot infer contextual base in reference to member 'module'
164 | }
165 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:168:16: error: extra arguments at positions #3, #4 in call
166 | /// "Import Failed" - File import error message
167 | public static var importFailed: String {
168 | String(localized: "TK.Message.importFailed", defaultValue: "Import Failed", bundle: .module, comment: "File import error message")
| `- error: extra arguments at positions #3, #4 in call
169 | }
170 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:168:17: error: missing argument for parameter 'format' in call
166 | /// "Import Failed" - File import error message
167 | public static var importFailed: String {
168 | String(localized: "TK.Message.importFailed", defaultValue: "Import Failed", bundle: .module, comment: "File import error message")
| `- error: missing argument for parameter 'format' in call
169 | }
170 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:168:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
166 | /// "Import Failed" - File import error message
167 | public static var importFailed: String {
168 | String(localized: "TK.Message.importFailed", defaultValue: "Import Failed", bundle: .module, comment: "File import error message")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
169 | }
170 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:168:95: error: cannot infer contextual base in reference to member 'module'
166 | /// "Import Failed" - File import error message
167 | public static var importFailed: String {
168 | String(localized: "TK.Message.importFailed", defaultValue: "Import Failed", bundle: .module, comment: "File import error message")
| `- error: cannot infer contextual base in reference to member 'module'
169 | }
170 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:173:16: error: extra arguments at positions #3, #4 in call
171 | /// "Internet Connection Required" - Shown when offline but network needed
172 | public static var internetConnectionRequired: String {
173 | String(
| `- error: extra arguments at positions #3, #4 in call
174 | localized: "TK.Message.internetConnectionRequired",
175 | defaultValue: "Internet Connection Required",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:174:13: error: missing argument for parameter 'format' in call
172 | public static var internetConnectionRequired: String {
173 | String(
174 | localized: "TK.Message.internetConnectionRequired",
| `- error: missing argument for parameter 'format' in call
175 | defaultValue: "Internet Connection Required",
176 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:174:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
172 | public static var internetConnectionRequired: String {
173 | String(
174 | localized: "TK.Message.internetConnectionRequired",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
175 | defaultValue: "Internet Connection Required",
176 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:176:22: error: cannot infer contextual base in reference to member 'module'
174 | localized: "TK.Message.internetConnectionRequired",
175 | defaultValue: "Internet Connection Required",
176 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
177 | comment: "Shown when offline but network needed"
178 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:183:16: error: extra arguments at positions #3, #4 in call
181 | /// "Invalid Credentials" - Authentication error
182 | public static var invalidCredentials: String {
183 | String(localized: "TK.Message.invalidCredentials", defaultValue: "Invalid Credentials", bundle: .module, comment: "Authentication error")
| `- error: extra arguments at positions #3, #4 in call
184 | }
185 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:183:17: error: missing argument for parameter 'format' in call
181 | /// "Invalid Credentials" - Authentication error
182 | public static var invalidCredentials: String {
183 | String(localized: "TK.Message.invalidCredentials", defaultValue: "Invalid Credentials", bundle: .module, comment: "Authentication error")
| `- error: missing argument for parameter 'format' in call
184 | }
185 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:183:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
181 | /// "Invalid Credentials" - Authentication error
182 | public static var invalidCredentials: String {
183 | String(localized: "TK.Message.invalidCredentials", defaultValue: "Invalid Credentials", bundle: .module, comment: "Authentication error")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
184 | }
185 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:183:107: error: cannot infer contextual base in reference to member 'module'
181 | /// "Invalid Credentials" - Authentication error
182 | public static var invalidCredentials: String {
183 | String(localized: "TK.Message.invalidCredentials", defaultValue: "Invalid Credentials", bundle: .module, comment: "Authentication error")
| `- error: cannot infer contextual base in reference to member 'module'
184 | }
185 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:188:16: error: extra arguments at positions #3, #4 in call
186 | /// "Invalid Input Format" - Data validation error
187 | public static var invalidInputFormat: String {
188 | String(localized: "TK.Message.invalidInputFormat", defaultValue: "Invalid Input Format", bundle: .module, comment: "Data validation error")
| `- error: extra arguments at positions #3, #4 in call
189 | }
190 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:188:17: error: missing argument for parameter 'format' in call
186 | /// "Invalid Input Format" - Data validation error
187 | public static var invalidInputFormat: String {
188 | String(localized: "TK.Message.invalidInputFormat", defaultValue: "Invalid Input Format", bundle: .module, comment: "Data validation error")
| `- error: missing argument for parameter 'format' in call
189 | }
190 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:188:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
186 | /// "Invalid Input Format" - Data validation error
187 | public static var invalidInputFormat: String {
188 | String(localized: "TK.Message.invalidInputFormat", defaultValue: "Invalid Input Format", bundle: .module, comment: "Data validation error")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
189 | }
190 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:188:108: error: cannot infer contextual base in reference to member 'module'
186 | /// "Invalid Input Format" - Data validation error
187 | public static var invalidInputFormat: String {
188 | String(localized: "TK.Message.invalidInputFormat", defaultValue: "Invalid Input Format", bundle: .module, comment: "Data validation error")
| `- error: cannot infer contextual base in reference to member 'module'
189 | }
190 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:193:16: error: extra arguments at positions #3, #4 in call
191 | /// "You have been logged out." - Notification when a session ends
192 | public static var loggedOutDot: String {
193 | String(
| `- error: extra arguments at positions #3, #4 in call
194 | localized: "TK.Message.loggedOutDot",
195 | defaultValue: "You have been logged out.",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:194:13: error: missing argument for parameter 'format' in call
192 | public static var loggedOutDot: String {
193 | String(
194 | localized: "TK.Message.loggedOutDot",
| `- error: missing argument for parameter 'format' in call
195 | defaultValue: "You have been logged out.",
196 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:194:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
192 | public static var loggedOutDot: String {
193 | String(
194 | localized: "TK.Message.loggedOutDot",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
195 | defaultValue: "You have been logged out.",
196 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:196:22: error: cannot infer contextual base in reference to member 'module'
194 | localized: "TK.Message.loggedOutDot",
195 | defaultValue: "You have been logged out.",
196 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
197 | comment: "Notification when a session ends"
198 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:203:16: error: extra arguments at positions #3, #4 in call
201 | /// "No Network Connection" - Alternate network status message
202 | public static var noNetworkConnection: String {
203 | String(
| `- error: extra arguments at positions #3, #4 in call
204 | localized: "TK.Message.noNetworkConnection",
205 | defaultValue: "No Network Connection",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:204:13: error: missing argument for parameter 'format' in call
202 | public static var noNetworkConnection: String {
203 | String(
204 | localized: "TK.Message.noNetworkConnection",
| `- error: missing argument for parameter 'format' in call
205 | defaultValue: "No Network Connection",
206 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:204:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
202 | public static var noNetworkConnection: String {
203 | String(
204 | localized: "TK.Message.noNetworkConnection",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
205 | defaultValue: "No Network Connection",
206 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:206:22: error: cannot infer contextual base in reference to member 'module'
204 | localized: "TK.Message.noNetworkConnection",
205 | defaultValue: "No Network Connection",
206 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
207 | comment: "Alternate network status message"
208 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:213:16: error: extra arguments at positions #3, #4 in call
211 | /// "You do not have permission to perform this action." - Message for restricted access
212 | public static var noPermissionToPerformActionDot: String {
213 | String(
| `- error: extra arguments at positions #3, #4 in call
214 | localized: "TK.Message.noPermissionToPerformActionDot",
215 | defaultValue: "You do not have permission to perform this action.",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:214:13: error: missing argument for parameter 'format' in call
212 | public static var noPermissionToPerformActionDot: String {
213 | String(
214 | localized: "TK.Message.noPermissionToPerformActionDot",
| `- error: missing argument for parameter 'format' in call
215 | defaultValue: "You do not have permission to perform this action.",
216 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:214:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
212 | public static var noPermissionToPerformActionDot: String {
213 | String(
214 | localized: "TK.Message.noPermissionToPerformActionDot",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
215 | defaultValue: "You do not have permission to perform this action.",
216 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:216:22: error: cannot infer contextual base in reference to member 'module'
214 | localized: "TK.Message.noPermissionToPerformActionDot",
215 | defaultValue: "You do not have permission to perform this action.",
216 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
217 | comment: "Message for restricted access"
218 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:223:16: error: extra arguments at positions #3, #4 in call
221 | /// "Operation Failed" - Generic error for failed operations
222 | public static var operationFailed: String {
223 | String(
| `- error: extra arguments at positions #3, #4 in call
224 | localized: "TK.Message.operationFailed",
225 | defaultValue: "Operation Failed",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:224:13: error: missing argument for parameter 'format' in call
222 | public static var operationFailed: String {
223 | String(
224 | localized: "TK.Message.operationFailed",
| `- error: missing argument for parameter 'format' in call
225 | defaultValue: "Operation Failed",
226 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:224:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
222 | public static var operationFailed: String {
223 | String(
224 | localized: "TK.Message.operationFailed",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
225 | defaultValue: "Operation Failed",
226 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:226:22: error: cannot infer contextual base in reference to member 'module'
224 | localized: "TK.Message.operationFailed",
225 | defaultValue: "Operation Failed",
226 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
227 | comment: "Generic error for failed operations"
228 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:233:16: error: extra arguments at positions #3, #4 in call
231 | /// "Please check your internet connection." - Connection issue prompt
232 | public static var pleaseCheckInternetConnectionDot: String {
233 | String(
| `- error: extra arguments at positions #3, #4 in call
234 | localized: "TK.Message.pleaseCheckInternetConnectionDot",
235 | defaultValue: "Please check your internet connection.",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:234:13: error: missing argument for parameter 'format' in call
232 | public static var pleaseCheckInternetConnectionDot: String {
233 | String(
234 | localized: "TK.Message.pleaseCheckInternetConnectionDot",
| `- error: missing argument for parameter 'format' in call
235 | defaultValue: "Please check your internet connection.",
236 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:234:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
232 | public static var pleaseCheckInternetConnectionDot: String {
233 | String(
234 | localized: "TK.Message.pleaseCheckInternetConnectionDot",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
235 | defaultValue: "Please check your internet connection.",
236 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:236:22: error: cannot infer contextual base in reference to member 'module'
234 | localized: "TK.Message.pleaseCheckInternetConnectionDot",
235 | defaultValue: "Please check your internet connection.",
236 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
237 | comment: "Connection issue prompt"
238 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:243:16: error: extra arguments at positions #3, #4 in call
241 | /// "Please try again later." - Retry suggestion for temporary issue
242 | public static var pleaseTryAgainLaterDot: String {
243 | String(
| `- error: extra arguments at positions #3, #4 in call
244 | localized: "TK.Message.pleaseTryAgainLaterDot",
245 | defaultValue: "Please try again later.",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:244:13: error: missing argument for parameter 'format' in call
242 | public static var pleaseTryAgainLaterDot: String {
243 | String(
244 | localized: "TK.Message.pleaseTryAgainLaterDot",
| `- error: missing argument for parameter 'format' in call
245 | defaultValue: "Please try again later.",
246 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:244:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
242 | public static var pleaseTryAgainLaterDot: String {
243 | String(
244 | localized: "TK.Message.pleaseTryAgainLaterDot",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
245 | defaultValue: "Please try again later.",
246 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:246:22: error: cannot infer contextual base in reference to member 'module'
244 | localized: "TK.Message.pleaseTryAgainLaterDot",
245 | defaultValue: "Please try again later.",
246 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
247 | comment: "Retry suggestion for temporary issue"
248 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:253:16: error: extra arguments at positions #3, #4 in call
251 | /// "Required field is empty" - Form validation error
252 | public static var requiredFieldEmpty: String {
253 | String(
| `- error: extra arguments at positions #3, #4 in call
254 | localized: "TK.Message.requiredFieldEmpty",
255 | defaultValue: "Required field is empty",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:254:13: error: missing argument for parameter 'format' in call
252 | public static var requiredFieldEmpty: String {
253 | String(
254 | localized: "TK.Message.requiredFieldEmpty",
| `- error: missing argument for parameter 'format' in call
255 | defaultValue: "Required field is empty",
256 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:254:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
252 | public static var requiredFieldEmpty: String {
253 | String(
254 | localized: "TK.Message.requiredFieldEmpty",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
255 | defaultValue: "Required field is empty",
256 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:256:22: error: cannot infer contextual base in reference to member 'module'
254 | localized: "TK.Message.requiredFieldEmpty",
255 | defaultValue: "Required field is empty",
256 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
257 | comment: "Form validation error"
258 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:263:16: error: extra arguments at positions #3, #4 in call
261 | /// "Session Expired" - Authentication timeout message
262 | public static var sessionExpired: String {
263 | String(localized: "TK.Message.sessionExpired", defaultValue: "Session Expired", bundle: .module, comment: "Authentication timeout message")
| `- error: extra arguments at positions #3, #4 in call
264 | }
265 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:263:17: error: missing argument for parameter 'format' in call
261 | /// "Session Expired" - Authentication timeout message
262 | public static var sessionExpired: String {
263 | String(localized: "TK.Message.sessionExpired", defaultValue: "Session Expired", bundle: .module, comment: "Authentication timeout message")
| `- error: missing argument for parameter 'format' in call
264 | }
265 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:263:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
261 | /// "Session Expired" - Authentication timeout message
262 | public static var sessionExpired: String {
263 | String(localized: "TK.Message.sessionExpired", defaultValue: "Session Expired", bundle: .module, comment: "Authentication timeout message")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
264 | }
265 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:263:99: error: cannot infer contextual base in reference to member 'module'
261 | /// "Session Expired" - Authentication timeout message
262 | public static var sessionExpired: String {
263 | String(localized: "TK.Message.sessionExpired", defaultValue: "Session Expired", bundle: .module, comment: "Authentication timeout message")
| `- error: cannot infer contextual base in reference to member 'module'
264 | }
265 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:268:16: error: extra arguments at positions #3, #4 in call
266 | /// "Your session has expired. Please sign in again." - Authentication timeout message
267 | public static var sessionExpiredSignInAgainDot: String {
268 | String(
| `- error: extra arguments at positions #3, #4 in call
269 | localized: "TK.Message.sessionExpiredSignInAgainDot",
270 | defaultValue: "Your session has expired. Please sign in again.",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:269:13: error: missing argument for parameter 'format' in call
267 | public static var sessionExpiredSignInAgainDot: String {
268 | String(
269 | localized: "TK.Message.sessionExpiredSignInAgainDot",
| `- error: missing argument for parameter 'format' in call
270 | defaultValue: "Your session has expired. Please sign in again.",
271 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:269:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
267 | public static var sessionExpiredSignInAgainDot: String {
268 | String(
269 | localized: "TK.Message.sessionExpiredSignInAgainDot",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
270 | defaultValue: "Your session has expired. Please sign in again.",
271 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:271:22: error: cannot infer contextual base in reference to member 'module'
269 | localized: "TK.Message.sessionExpiredSignInAgainDot",
270 | defaultValue: "Your session has expired. Please sign in again.",
271 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
272 | comment: "Authentication timeout message"
273 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:278:16: error: extra arguments at positions #3, #4 in call
276 | /// "Something went wrong. Please try again later." - Generic fallback error message
277 | public static var somethingWentWrongTryAgainLaterDot: String {
278 | String(
| `- error: extra arguments at positions #3, #4 in call
279 | localized: "TK.Message.somethingWentWrongTryAgainLaterDot",
280 | defaultValue: "Something went wrong. Please try again later.",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:279:13: error: missing argument for parameter 'format' in call
277 | public static var somethingWentWrongTryAgainLaterDot: String {
278 | String(
279 | localized: "TK.Message.somethingWentWrongTryAgainLaterDot",
| `- error: missing argument for parameter 'format' in call
280 | defaultValue: "Something went wrong. Please try again later.",
281 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:279:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
277 | public static var somethingWentWrongTryAgainLaterDot: String {
278 | String(
279 | localized: "TK.Message.somethingWentWrongTryAgainLaterDot",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
280 | defaultValue: "Something went wrong. Please try again later.",
281 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:281:22: error: cannot infer contextual base in reference to member 'module'
279 | localized: "TK.Message.somethingWentWrongTryAgainLaterDot",
280 | defaultValue: "Something went wrong. Please try again later.",
281 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
282 | comment: "Generic fallback error message"
283 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:288:16: error: extra arguments at positions #3, #4 in call
286 | /// "Try again later." - Generic temporary failure message
287 | public static var tryAgainLaterDot: String {
288 | String(
| `- error: extra arguments at positions #3, #4 in call
289 | localized: "TK.Message.tryAgainLaterDot",
290 | defaultValue: "Try again later.",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:289:13: error: missing argument for parameter 'format' in call
287 | public static var tryAgainLaterDot: String {
288 | String(
289 | localized: "TK.Message.tryAgainLaterDot",
| `- error: missing argument for parameter 'format' in call
290 | defaultValue: "Try again later.",
291 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:289:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
287 | public static var tryAgainLaterDot: String {
288 | String(
289 | localized: "TK.Message.tryAgainLaterDot",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
290 | defaultValue: "Try again later.",
291 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:291:22: error: cannot infer contextual base in reference to member 'module'
289 | localized: "TK.Message.tryAgainLaterDot",
290 | defaultValue: "Try again later.",
291 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
292 | comment: "Generic temporary failure message"
293 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:298:16: error: extra arguments at positions #3, #4 in call
296 | /// "Your upload was successful!" - Confirmation message when media is uploaded
297 | public static var uploadSuccessful: String {
298 | String(
| `- error: extra arguments at positions #3, #4 in call
299 | localized: "TK.Message.uploadSuccessful",
300 | defaultValue: "Your upload was successful!",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:299:13: error: missing argument for parameter 'format' in call
297 | public static var uploadSuccessful: String {
298 | String(
299 | localized: "TK.Message.uploadSuccessful",
| `- error: missing argument for parameter 'format' in call
300 | defaultValue: "Your upload was successful!",
301 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:299:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
297 | public static var uploadSuccessful: String {
298 | String(
299 | localized: "TK.Message.uploadSuccessful",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
300 | defaultValue: "Your upload was successful!",
301 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:301:22: error: cannot infer contextual base in reference to member 'module'
299 | localized: "TK.Message.uploadSuccessful",
300 | defaultValue: "Your upload was successful!",
301 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
302 | comment: "Confirmation message when media is uploaded"
303 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:308:16: error: extra arguments at positions #3, #4 in call
306 | /// "Verification Failed" - Authentication error message
307 | public static var verificationFailed: String {
308 | String(
| `- error: extra arguments at positions #3, #4 in call
309 | localized: "TK.Message.verificationFailed",
310 | defaultValue: "Verification Failed",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:309:13: error: missing argument for parameter 'format' in call
307 | public static var verificationFailed: String {
308 | String(
309 | localized: "TK.Message.verificationFailed",
| `- error: missing argument for parameter 'format' in call
310 | defaultValue: "Verification Failed",
311 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:309:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
307 | public static var verificationFailed: String {
308 | String(
309 | localized: "TK.Message.verificationFailed",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
310 | defaultValue: "Verification Failed",
311 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:311:22: error: cannot infer contextual base in reference to member 'module'
309 | localized: "TK.Message.verificationFailed",
310 | defaultValue: "Verification Failed",
311 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
312 | comment: "Authentication error message"
313 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:318:16: error: extra arguments at positions #3, #4 in call
316 | /// "Verification Required" - Authentication prompt
317 | public static var verificationRequired: String {
318 | String(
| `- error: extra arguments at positions #3, #4 in call
319 | localized: "TK.Message.verificationRequired",
320 | defaultValue: "Verification Required",
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:319:13: error: missing argument for parameter 'format' in call
317 | public static var verificationRequired: String {
318 | String(
319 | localized: "TK.Message.verificationRequired",
| `- error: missing argument for parameter 'format' in call
320 | defaultValue: "Verification Required",
321 | bundle: .module,
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:319:24: error: cannot convert value of type 'String' to expected argument type 'Locale'
317 | public static var verificationRequired: String {
318 | String(
319 | localized: "TK.Message.verificationRequired",
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
320 | defaultValue: "Verification Required",
321 | bundle: .module,
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:321:22: error: cannot infer contextual base in reference to member 'module'
319 | localized: "TK.Message.verificationRequired",
320 | defaultValue: "Verification Required",
321 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
322 | comment: "Authentication prompt"
323 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:328:16: error: extra arguments at positions #3, #4 in call
326 | /// "You're offline." - Network status message
327 | public static var youreOfflineDot: String {
328 | String(localized: "TK.Message.youreOfflineDot", defaultValue: "You're offline.", bundle: .module, comment: "Network status message")
| `- error: extra arguments at positions #3, #4 in call
329 | }
330 | }
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:328:17: error: missing argument for parameter 'format' in call
326 | /// "You're offline." - Network status message
327 | public static var youreOfflineDot: String {
328 | String(localized: "TK.Message.youreOfflineDot", defaultValue: "You're offline.", bundle: .module, comment: "Network status message")
| `- error: missing argument for parameter 'format' in call
329 | }
330 | }
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:328:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
326 | /// "You're offline." - Network status message
327 | public static var youreOfflineDot: String {
328 | String(localized: "TK.Message.youreOfflineDot", defaultValue: "You're offline.", bundle: .module, comment: "Network status message")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
329 | }
330 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Message.swift:328:100: error: cannot infer contextual base in reference to member 'module'
326 | /// "You're offline." - Network status message
327 | public static var youreOfflineDot: String {
328 | String(localized: "TK.Message.youreOfflineDot", defaultValue: "You're offline.", bundle: .module, comment: "Network status message")
| `- error: cannot infer contextual base in reference to member 'module'
329 | }
330 | }
[150/227] Compiling SwiftSyntax Identifier.swift
[151/227] Compiling SwiftSyntax MemoryLayout.swift
[152/227] Compiling SwiftSyntax MissingNodeInitializers.swift
[153/227] Compiling SwiftSyntax RawSyntax.swift
[154/227] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[155/227] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[156/227] Compiling SwiftSyntax RawSyntaxTokenView.swift
[157/227] Compiling SwiftSyntax SourceEdit.swift
[158/227] Compiling SwiftSyntax SourceLength.swift
[159/227] Compiling SwiftSyntax SourceLocation.swift
[160/227] Compiling SwiftSyntax SourcePresence.swift
[161/227] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[162/227] Compiling SwiftSyntax Syntax.swift
[163/227] Compiling SwiftSyntax SyntaxArena.swift
[164/227] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[165/227] Compiling SwiftSyntax SyntaxChildren.swift
[166/227] Compiling SwiftSyntax SyntaxCollection.swift
[167/227] Compiling SwiftSyntax SyntaxHashable.swift
[168/227] Compiling SwiftSyntax AbsolutePosition.swift
[169/227] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[170/227] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[171/227] Compiling SwiftSyntax Assert.swift
[172/227] Compiling SwiftSyntax BumpPtrAllocator.swift
[173/227] Compiling SwiftSyntax CommonAncestor.swift
[174/227] Compiling SwiftSyntax Convenience.swift
[175/227] Compiling SwiftSyntax CustomTraits.swift
[176/227] Compiling SwiftSyntax EditorPlaceholder.swift
BUILD FAILURE 6.2 android