Build Information
Failed to build TranslateKit, reference main (a19eef), with Swift 6.0 for Linux on 17 Feb 2026 15:57:36 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:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
| `- error: extra arguments at positions #2, #3, #4 in call
299 | localized: "TK.Message.uploadSuccessful",
300 | defaultValue: "Your upload was successful!",
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/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 #2, #3, #4 in call
306 | /// "Verification Failed" - Authentication error message
307 | public static var verificationFailed: String {
308 | String(
| `- error: extra arguments at positions #2, #3, #4 in call
309 | localized: "TK.Message.verificationFailed",
310 | defaultValue: "Verification Failed",
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/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 #2, #3, #4 in call
316 | /// "Verification Required" - Authentication prompt
317 | public static var verificationRequired: String {
318 | String(
| `- error: extra arguments at positions #2, #3, #4 in call
319 | localized: "TK.Message.verificationRequired",
320 | defaultValue: "Verification Required",
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/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 #2, #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 #2, #3, #4 in call
329 | }
330 | }
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/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 | }
[151/231] Compiling TranslateKitLite TK+Action.swift
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:8:16: error: extra arguments at positions #2, #3, #4 in call
6 | /// "Accept" - Use when approving an invitation or request
7 | public static var accept: String {
8 | String(localized: "TK.Action.accept", defaultValue: "Accept", bundle: .module, comment: "Use when approving an invitation or request")
| `- error: extra arguments at positions #2, #3, #4 in call
9 | }
10 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:8:81: error: cannot infer contextual base in reference to member 'module'
6 | /// "Accept" - Use when approving an invitation or request
7 | public static var accept: String {
8 | String(localized: "TK.Action.accept", defaultValue: "Accept", bundle: .module, comment: "Use when approving an invitation or request")
| `- error: cannot infer contextual base in reference to member 'module'
9 | }
10 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:13:16: error: extra arguments at positions #2, #3, #4 in call
11 | /// "Add" - Use for adding new items or initiating creation processes
12 | public static var add: String {
13 | String(
| `- error: extra arguments at positions #2, #3, #4 in call
14 | localized: "TK.Action.add",
15 | defaultValue: "Add",
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:16:22: error: cannot infer contextual base in reference to member 'module'
14 | localized: "TK.Action.add",
15 | defaultValue: "Add",
16 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
17 | comment: "Use for adding new items or initiating creation processes"
18 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:23:16: error: extra arguments at positions #2, #3, #4 in call
21 | /// "Agree" - Use when accepting terms, policies, or conditions
22 | public static var agree: String {
23 | String(localized: "TK.Action.agree", defaultValue: "Agree", bundle: .module, comment: "Use when accepting terms, policies, or conditions")
| `- error: extra arguments at positions #2, #3, #4 in call
24 | }
25 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:23:79: error: cannot infer contextual base in reference to member 'module'
21 | /// "Agree" - Use when accepting terms, policies, or conditions
22 | public static var agree: String {
23 | String(localized: "TK.Action.agree", defaultValue: "Agree", bundle: .module, comment: "Use when accepting terms, policies, or conditions")
| `- error: cannot infer contextual base in reference to member 'module'
24 | }
25 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:28:16: error: extra arguments at positions #2, #3, #4 in call
26 | /// "Allow" - Use when granting permission for an action
27 | public static var allow: String {
28 | String(localized: "TK.Action.allow", defaultValue: "Allow", bundle: .module, comment: "Use when granting permission for an action")
| `- error: extra arguments at positions #2, #3, #4 in call
29 | }
30 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:28:79: error: cannot infer contextual base in reference to member 'module'
26 | /// "Allow" - Use when granting permission for an action
27 | public static var allow: String {
28 | String(localized: "TK.Action.allow", defaultValue: "Allow", bundle: .module, comment: "Use when granting permission for an action")
| `- error: cannot infer contextual base in reference to member 'module'
29 | }
30 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:33:16: error: extra arguments at positions #2, #3, #4 in call
31 | /// "Apply" - Confirm settings action
32 | public static var apply: String {
33 | String(localized: "TK.Action.apply", defaultValue: "Apply", bundle: .module, comment: "Confirm settings action")
| `- error: extra arguments at positions #2, #3, #4 in call
34 | }
35 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:33:79: error: cannot infer contextual base in reference to member 'module'
31 | /// "Apply" - Confirm settings action
32 | public static var apply: String {
33 | String(localized: "TK.Action.apply", defaultValue: "Apply", bundle: .module, comment: "Confirm settings action")
| `- error: cannot infer contextual base in reference to member 'module'
34 | }
35 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:38:16: error: extra arguments at positions #2, #3, #4 in call
36 | /// "Back" - Use when navigating to a previous screen
37 | public static var back: String {
38 | String(localized: "TK.Action.back", defaultValue: "Back", bundle: .module, comment: "Use when navigating to a previous screen")
| `- error: extra arguments at positions #2, #3, #4 in call
39 | }
40 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:38:77: error: cannot infer contextual base in reference to member 'module'
36 | /// "Back" - Use when navigating to a previous screen
37 | public static var back: String {
38 | String(localized: "TK.Action.back", defaultValue: "Back", bundle: .module, comment: "Use when navigating to a previous screen")
| `- error: cannot infer contextual base in reference to member 'module'
39 | }
40 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:43:16: error: extra arguments at positions #2, #3, #4 in call
41 | /// "Cancel" - Use when stopping or aborting an action
42 | public static var cancel: String {
43 | String(localized: "TK.Action.cancel", defaultValue: "Cancel", bundle: .module, comment: "Use when stopping or aborting an action")
| `- error: extra arguments at positions #2, #3, #4 in call
44 | }
45 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:43:81: error: cannot infer contextual base in reference to member 'module'
41 | /// "Cancel" - Use when stopping or aborting an action
42 | public static var cancel: String {
43 | String(localized: "TK.Action.cancel", defaultValue: "Cancel", bundle: .module, comment: "Use when stopping or aborting an action")
| `- error: cannot infer contextual base in reference to member 'module'
44 | }
45 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:48:16: error: extra arguments at positions #2, #3, #4 in call
46 | /// "Change" - Use when modifying a setting or selection
47 | public static var change: String {
48 | String(localized: "TK.Action.change", defaultValue: "Change", bundle: .module, comment: "Use when modifying a setting or selection")
| `- error: extra arguments at positions #2, #3, #4 in call
49 | }
50 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:48:81: error: cannot infer contextual base in reference to member 'module'
46 | /// "Change" - Use when modifying a setting or selection
47 | public static var change: String {
48 | String(localized: "TK.Action.change", defaultValue: "Change", bundle: .module, comment: "Use when modifying a setting or selection")
| `- error: cannot infer contextual base in reference to member 'module'
49 | }
50 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:53:16: error: extra arguments at positions #2, #3, #4 in call
51 | /// "Clear" - Use when removing content or selections
52 | public static var clear: String {
53 | String(localized: "TK.Action.clear", defaultValue: "Clear", bundle: .module, comment: "Use when removing content or selections")
| `- error: extra arguments at positions #2, #3, #4 in call
54 | }
55 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:53:79: error: cannot infer contextual base in reference to member 'module'
51 | /// "Clear" - Use when removing content or selections
52 | public static var clear: String {
53 | String(localized: "TK.Action.clear", defaultValue: "Clear", bundle: .module, comment: "Use when removing content or selections")
| `- error: cannot infer contextual base in reference to member 'module'
54 | }
55 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:58:16: error: extra arguments at positions #2, #3, #4 in call
56 | /// "Clear All" - Use when removing all items from a list
57 | public static var clearAll: String {
58 | String(localized: "TK.Action.clearAll", defaultValue: "Clear All", bundle: .module, comment: "Use when removing all items from a list")
| `- error: extra arguments at positions #2, #3, #4 in call
59 | }
60 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:58:86: error: cannot infer contextual base in reference to member 'module'
56 | /// "Clear All" - Use when removing all items from a list
57 | public static var clearAll: String {
58 | String(localized: "TK.Action.clearAll", defaultValue: "Clear All", bundle: .module, comment: "Use when removing all items from a list")
| `- error: cannot infer contextual base in reference to member 'module'
59 | }
60 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:63:16: error: extra arguments at positions #2, #3, #4 in call
61 | /// "Close" - Use for closing a window, dialog, or interface
62 | public static var close: String {
63 | String(localized: "TK.Action.close", defaultValue: "Close", bundle: .module, comment: "Use for closing a window, dialog, or interface")
| `- error: extra arguments at positions #2, #3, #4 in call
64 | }
65 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:63:79: error: cannot infer contextual base in reference to member 'module'
61 | /// "Close" - Use for closing a window, dialog, or interface
62 | public static var close: String {
63 | String(localized: "TK.Action.close", defaultValue: "Close", bundle: .module, comment: "Use for closing a window, dialog, or interface")
| `- error: cannot infer contextual base in reference to member 'module'
64 | }
65 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:68:16: error: extra arguments at positions #2, #3, #4 in call
66 | /// "Collapse" - Use when reducing expanded content
67 | public static var collapse: String {
68 | String(localized: "TK.Action.collapse", defaultValue: "Collapse", bundle: .module, comment: "Use when reducing expanded content")
| `- error: extra arguments at positions #2, #3, #4 in call
69 | }
70 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:68:85: error: cannot infer contextual base in reference to member 'module'
66 | /// "Collapse" - Use when reducing expanded content
67 | public static var collapse: String {
68 | String(localized: "TK.Action.collapse", defaultValue: "Collapse", bundle: .module, comment: "Use when reducing expanded content")
| `- error: cannot infer contextual base in reference to member 'module'
69 | }
70 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:73:16: error: extra arguments at positions #2, #3, #4 in call
71 | /// "Confirm" - Use when verifying or approving an action
72 | public static var confirm: String {
73 | String(localized: "TK.Action.confirm", defaultValue: "Confirm", bundle: .module, comment: "Use when verifying or approving an action")
| `- error: extra arguments at positions #2, #3, #4 in call
74 | }
75 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:73:83: error: cannot infer contextual base in reference to member 'module'
71 | /// "Confirm" - Use when verifying or approving an action
72 | public static var confirm: String {
73 | String(localized: "TK.Action.confirm", defaultValue: "Confirm", bundle: .module, comment: "Use when verifying or approving an action")
| `- error: cannot infer contextual base in reference to member 'module'
74 | }
75 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:78:16: error: extra arguments at positions #2, #3, #4 in call
76 | /// "Continue" - Use when progressing to the next step in a process
77 | public static var `continue`: String {
78 | String(
| `- error: extra arguments at positions #2, #3, #4 in call
79 | localized: "TK.Action.continue",
80 | defaultValue: "Continue",
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:81:22: error: cannot infer contextual base in reference to member 'module'
79 | localized: "TK.Action.continue",
80 | defaultValue: "Continue",
81 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
82 | comment: "Use when progressing to the next step in a process"
83 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:88:16: error: extra arguments at positions #2, #3, #4 in call
86 | /// "Copy" - Use when duplicating content to clipboard
87 | public static var copy: String {
88 | String(localized: "TK.Action.copy", defaultValue: "Copy", bundle: .module, comment: "Use when duplicating content to clipboard")
| `- error: extra arguments at positions #2, #3, #4 in call
89 | }
90 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:88:77: error: cannot infer contextual base in reference to member 'module'
86 | /// "Copy" - Use when duplicating content to clipboard
87 | public static var copy: String {
88 | String(localized: "TK.Action.copy", defaultValue: "Copy", bundle: .module, comment: "Use when duplicating content to clipboard")
| `- error: cannot infer contextual base in reference to member 'module'
89 | }
90 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:93:16: error: extra arguments at positions #2, #3, #4 in call
91 | /// "Create" - Use when generating new content or items
92 | public static var create: String {
93 | String(localized: "TK.Action.create", defaultValue: "Create", bundle: .module, comment: "Use when generating new content or items")
| `- error: extra arguments at positions #2, #3, #4 in call
94 | }
95 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:93:81: error: cannot infer contextual base in reference to member 'module'
91 | /// "Create" - Use when generating new content or items
92 | public static var create: String {
93 | String(localized: "TK.Action.create", defaultValue: "Create", bundle: .module, comment: "Use when generating new content or items")
| `- error: cannot infer contextual base in reference to member 'module'
94 | }
95 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:98:16: error: extra arguments at positions #2, #3, #4 in call
96 | /// "Customize" - Use when modifying settings or preferences
97 | public static var customize: String {
98 | String(localized: "TK.Action.customize", defaultValue: "Customize", bundle: .module, comment: "Use when modifying settings or preferences")
| `- error: extra arguments at positions #2, #3, #4 in call
99 | }
100 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:98:87: error: cannot infer contextual base in reference to member 'module'
96 | /// "Customize" - Use when modifying settings or preferences
97 | public static var customize: String {
98 | String(localized: "TK.Action.customize", defaultValue: "Customize", bundle: .module, comment: "Use when modifying settings or preferences")
| `- error: cannot infer contextual base in reference to member 'module'
99 | }
100 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:103:16: error: extra arguments at positions #2, #3, #4 in call
101 | /// "Decline" - Use when rejecting terms, conditions, or permissions
102 | public static var decline: String {
103 | String(
| `- error: extra arguments at positions #2, #3, #4 in call
104 | localized: "TK.Action.decline",
105 | defaultValue: "Decline",
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:106:22: error: cannot infer contextual base in reference to member 'module'
104 | localized: "TK.Action.decline",
105 | defaultValue: "Decline",
106 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
107 | comment: "Use when rejecting terms, conditions, invites, or permissions"
108 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:113:16: error: extra arguments at positions #2, #3, #4 in call
111 | /// "Delete" - Use when permanently removing content
112 | public static var delete: String {
113 | String(localized: "TK.Action.delete", defaultValue: "Delete", bundle: .module, comment: "Use when permanently removing content")
| `- error: extra arguments at positions #2, #3, #4 in call
114 | }
115 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:113:81: error: cannot infer contextual base in reference to member 'module'
111 | /// "Delete" - Use when permanently removing content
112 | public static var delete: String {
113 | String(localized: "TK.Action.delete", defaultValue: "Delete", bundle: .module, comment: "Use when permanently removing content")
| `- error: cannot infer contextual base in reference to member 'module'
114 | }
115 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:118:16: error: extra arguments at positions #2, #3, #4 in call
116 | /// "Delete All" - Use when removing all items in a list
117 | public static var deleteAll: String {
118 | String(localized: "TK.Action.deleteAll", defaultValue: "Delete All", bundle: .module, comment: "Use when removing all items in a list")
| `- error: extra arguments at positions #2, #3, #4 in call
119 | }
120 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:118:88: error: cannot infer contextual base in reference to member 'module'
116 | /// "Delete All" - Use when removing all items in a list
117 | public static var deleteAll: String {
118 | String(localized: "TK.Action.deleteAll", defaultValue: "Delete All", bundle: .module, comment: "Use when removing all items in a list")
| `- error: cannot infer contextual base in reference to member 'module'
119 | }
120 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:123:16: error: extra arguments at positions #2, #3, #4 in call
121 | /// "Details" - Use for showing additional information
122 | public static var details: String {
123 | String(localized: "TK.Action.details", defaultValue: "Details", bundle: .module, comment: "Use for showing additional information")
| `- error: extra arguments at positions #2, #3, #4 in call
124 | }
125 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:123:83: error: cannot infer contextual base in reference to member 'module'
121 | /// "Details" - Use for showing additional information
122 | public static var details: String {
123 | String(localized: "TK.Action.details", defaultValue: "Details", bundle: .module, comment: "Use for showing additional information")
| `- error: cannot infer contextual base in reference to member 'module'
124 | }
125 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:128:16: error: extra arguments at positions #2, #3, #4 in call
126 | /// "Details…" - Shown when more details are available
127 | public static var detailsDots: String {
128 | String(localized: "TK.Action.detailsDots", defaultValue: "Details…", bundle: .module, comment: "Shown when more details are available")
| `- error: extra arguments at positions #2, #3, #4 in call
129 | }
130 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:128:90: error: cannot infer contextual base in reference to member 'module'
126 | /// "Details…" - Shown when more details are available
127 | public static var detailsDots: String {
128 | String(localized: "TK.Action.detailsDots", defaultValue: "Details…", bundle: .module, comment: "Shown when more details are available")
| `- error: cannot infer contextual base in reference to member 'module'
129 | }
130 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:133:16: error: extra arguments at positions #2, #3, #4 in call
131 | /// "Disable" - Use when turning off a feature or setting
132 | public static var disable: String {
133 | String(localized: "TK.Action.disable", defaultValue: "Disable", bundle: .module, comment: "Use when turning off a feature or setting")
| `- error: extra arguments at positions #2, #3, #4 in call
134 | }
135 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:133:83: error: cannot infer contextual base in reference to member 'module'
131 | /// "Disable" - Use when turning off a feature or setting
132 | public static var disable: String {
133 | String(localized: "TK.Action.disable", defaultValue: "Disable", bundle: .module, comment: "Use when turning off a feature or setting")
| `- error: cannot infer contextual base in reference to member 'module'
134 | }
135 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:138:16: error: extra arguments at positions #2, #3, #4 in call
136 | /// "Dismiss" - Use when closing a notification or dialog
137 | public static var dismiss: String {
138 | String(localized: "TK.Action.dismiss", defaultValue: "Dismiss", bundle: .module, comment: "Use when closing a notification or dialog")
| `- error: extra arguments at positions #2, #3, #4 in call
139 | }
140 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:138:83: error: cannot infer contextual base in reference to member 'module'
136 | /// "Dismiss" - Use when closing a notification or dialog
137 | public static var dismiss: String {
138 | String(localized: "TK.Action.dismiss", defaultValue: "Dismiss", bundle: .module, comment: "Use when closing a notification or dialog")
| `- error: cannot infer contextual base in reference to member 'module'
139 | }
140 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:143:16: error: extra arguments at positions #2, #3, #4 in call
141 | /// "Done" - Use when completing a task or process
142 | public static var done: String {
143 | String(localized: "TK.Action.done", defaultValue: "Done", bundle: .module, comment: "Use when completing a task or process")
| `- error: extra arguments at positions #2, #3, #4 in call
144 | }
145 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:143:77: error: cannot infer contextual base in reference to member 'module'
141 | /// "Done" - Use when completing a task or process
142 | public static var done: String {
143 | String(localized: "TK.Action.done", defaultValue: "Done", bundle: .module, comment: "Use when completing a task or process")
| `- error: cannot infer contextual base in reference to member 'module'
144 | }
145 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:148:16: error: extra arguments at positions #2, #3, #4 in call
146 | /// "Download" - Use when saving media to a local device
147 | public static var download: String {
148 | String(localized: "TK.Action.download", defaultValue: "Download", bundle: .module, comment: "Use when saving media to a local device")
| `- error: extra arguments at positions #2, #3, #4 in call
149 | }
150 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:148:85: error: cannot infer contextual base in reference to member 'module'
146 | /// "Download" - Use when saving media to a local device
147 | public static var download: String {
148 | String(localized: "TK.Action.download", defaultValue: "Download", bundle: .module, comment: "Use when saving media to a local device")
| `- error: cannot infer contextual base in reference to member 'module'
149 | }
150 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:153:16: error: extra arguments at positions #2, #3, #4 in call
151 | /// "Edit" - Use when modifying existing content
152 | public static var edit: String {
153 | String(localized: "TK.Action.edit", defaultValue: "Edit", bundle: .module, comment: "Use when modifying existing content")
| `- error: extra arguments at positions #2, #3, #4 in call
154 | }
155 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:153:77: error: cannot infer contextual base in reference to member 'module'
151 | /// "Edit" - Use when modifying existing content
152 | public static var edit: String {
153 | String(localized: "TK.Action.edit", defaultValue: "Edit", bundle: .module, comment: "Use when modifying existing content")
| `- error: cannot infer contextual base in reference to member 'module'
154 | }
155 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:158:16: error: extra arguments at positions #2, #3, #4 in call
156 | /// "Enable" - Use when turning on a feature or setting
157 | public static var enable: String {
158 | String(localized: "TK.Action.enable", defaultValue: "Enable", bundle: .module, comment: "Use when turning on a feature or setting")
| `- error: extra arguments at positions #2, #3, #4 in call
159 | }
160 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:158:81: error: cannot infer contextual base in reference to member 'module'
156 | /// "Enable" - Use when turning on a feature or setting
157 | public static var enable: String {
158 | String(localized: "TK.Action.enable", defaultValue: "Enable", bundle: .module, comment: "Use when turning on a feature or setting")
| `- error: cannot infer contextual base in reference to member 'module'
159 | }
160 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:163:16: error: extra arguments at positions #2, #3, #4 in call
161 | /// "Expand" - Use when making content larger or more visible
162 | public static var expand: String {
163 | String(localized: "TK.Action.expand", defaultValue: "Expand", bundle: .module, comment: "Use when making content larger or more visible")
| `- error: extra arguments at positions #2, #3, #4 in call
164 | }
165 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:163:81: error: cannot infer contextual base in reference to member 'module'
161 | /// "Expand" - Use when making content larger or more visible
162 | public static var expand: String {
163 | String(localized: "TK.Action.expand", defaultValue: "Expand", bundle: .module, comment: "Use when making content larger or more visible")
| `- error: cannot infer contextual base in reference to member 'module'
164 | }
165 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:168:16: error: extra arguments at positions #2, #3, #4 in call
166 | /// "Export" - Use when transferring content to another format
167 | public static var export: String {
168 | String(localized: "TK.Action.export", defaultValue: "Export", bundle: .module, comment: "Use when transferring content to another format")
| `- error: extra arguments at positions #2, #3, #4 in call
169 | }
170 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:168:81: error: cannot infer contextual base in reference to member 'module'
166 | /// "Export" - Use when transferring content to another format
167 | public static var export: String {
168 | String(localized: "TK.Action.export", defaultValue: "Export", bundle: .module, comment: "Use when transferring content to another format")
| `- error: cannot infer contextual base in reference to member 'module'
169 | }
170 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:173:16: error: extra arguments at positions #2, #3, #4 in call
171 | /// "Filter" - Use for refining search or display results
172 | public static var filter: String {
173 | String(localized: "TK.Action.filter", defaultValue: "Filter", bundle: .module, comment: "Use for refining search or display results")
| `- error: extra arguments at positions #2, #3, #4 in call
174 | }
175 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:173:81: error: cannot infer contextual base in reference to member 'module'
171 | /// "Filter" - Use for refining search or display results
172 | public static var filter: String {
173 | String(localized: "TK.Action.filter", defaultValue: "Filter", bundle: .module, comment: "Use for refining search or display results")
| `- error: cannot infer contextual base in reference to member 'module'
174 | }
175 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:178:16: error: extra arguments at positions #2, #3, #4 in call
176 | /// "Find" - Use for searching within content
177 | public static var find: String {
178 | String(localized: "TK.Action.find", defaultValue: "Find", bundle: .module, comment: "Use for searching within content")
| `- error: extra arguments at positions #2, #3, #4 in call
179 | }
180 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:178:77: error: cannot infer contextual base in reference to member 'module'
176 | /// "Find" - Use for searching within content
177 | public static var find: String {
178 | String(localized: "TK.Action.find", defaultValue: "Find", bundle: .module, comment: "Use for searching within content")
| `- error: cannot infer contextual base in reference to member 'module'
179 | }
180 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:183:16: error: extra arguments at positions #2, #3, #4 in call
181 | /// "Forward" - Use for advancing or sending content
182 | public static var forward: String {
183 | String(localized: "TK.Action.forward", defaultValue: "Forward", bundle: .module, comment: "Use for advancing or sending content")
| `- error: extra arguments at positions #2, #3, #4 in call
184 | }
185 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:183:83: error: cannot infer contextual base in reference to member 'module'
181 | /// "Forward" - Use for advancing or sending content
182 | public static var forward: String {
183 | String(localized: "TK.Action.forward", defaultValue: "Forward", bundle: .module, comment: "Use for advancing or sending content")
| `- error: cannot infer contextual base in reference to member 'module'
184 | }
185 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:188:16: error: extra arguments at positions #2, #3, #4 in call
186 | /// "Help" - Use for accessing support or guidance
187 | public static var help: String {
188 | String(localized: "TK.Action.help", defaultValue: "Help", bundle: .module, comment: "Use for accessing support or guidance")
| `- error: extra arguments at positions #2, #3, #4 in call
189 | }
190 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:188:77: error: cannot infer contextual base in reference to member 'module'
186 | /// "Help" - Use for accessing support or guidance
187 | public static var help: String {
188 | String(localized: "TK.Action.help", defaultValue: "Help", bundle: .module, comment: "Use for accessing support or guidance")
| `- error: cannot infer contextual base in reference to member 'module'
189 | }
190 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:193:16: error: extra arguments at positions #2, #3, #4 in call
191 | /// "Hide" - Use for concealing content or interface elements
192 | public static var hide: String {
193 | String(localized: "TK.Action.hide", defaultValue: "Hide", bundle: .module, comment: "Use for concealing content or interface elements")
| `- error: extra arguments at positions #2, #3, #4 in call
194 | }
195 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:193:77: error: cannot infer contextual base in reference to member 'module'
191 | /// "Hide" - Use for concealing content or interface elements
192 | public static var hide: String {
193 | String(localized: "TK.Action.hide", defaultValue: "Hide", bundle: .module, comment: "Use for concealing content or interface elements")
| `- error: cannot infer contextual base in reference to member 'module'
194 | }
195 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:198:16: error: extra arguments at positions #2, #3, #4 in call
196 | /// "Import" - File import action
197 | public static var `import`: String {
198 | String(localized: "TK.Action.import", defaultValue: "Import", bundle: .module, comment: "File import action")
| `- error: extra arguments at positions #2, #3, #4 in call
199 | }
200 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:198:81: error: cannot infer contextual base in reference to member 'module'
196 | /// "Import" - File import action
197 | public static var `import`: String {
198 | String(localized: "TK.Action.import", defaultValue: "Import", bundle: .module, comment: "File import action")
| `- error: cannot infer contextual base in reference to member 'module'
199 | }
200 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:203:16: error: extra arguments at positions #2, #3, #4 in call
201 | /// "Info" - Use for displaying additional information
202 | public static var info: String {
203 | String(localized: "TK.Action.info", defaultValue: "Info", bundle: .module, comment: "Use for displaying additional information")
| `- error: extra arguments at positions #2, #3, #4 in call
204 | }
205 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:203:77: error: cannot infer contextual base in reference to member 'module'
201 | /// "Info" - Use for displaying additional information
202 | public static var info: String {
203 | String(localized: "TK.Action.info", defaultValue: "Info", bundle: .module, comment: "Use for displaying additional information")
| `- error: cannot infer contextual base in reference to member 'module'
204 | }
205 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:208:16: error: extra arguments at positions #2, #3, #4 in call
206 | /// "Keep" - Use when preserving content or settings
207 | public static var keep: String {
208 | String(localized: "TK.Action.keep", defaultValue: "Keep", bundle: .module, comment: "Use when preserving content or settings")
| `- error: extra arguments at positions #2, #3, #4 in call
209 | }
210 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:208:77: error: cannot infer contextual base in reference to member 'module'
206 | /// "Keep" - Use when preserving content or settings
207 | public static var keep: String {
208 | String(localized: "TK.Action.keep", defaultValue: "Keep", bundle: .module, comment: "Use when preserving content or settings")
| `- error: cannot infer contextual base in reference to member 'module'
209 | }
210 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:213:16: error: extra arguments at positions #2, #3, #4 in call
211 | /// "Learn More" - Use for accessing additional information
212 | public static var learnMore: String {
213 | String(localized: "TK.Action.learnMore", defaultValue: "Learn More", bundle: .module, comment: "Use for accessing additional information")
| `- error: extra arguments at positions #2, #3, #4 in call
214 | }
215 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:213:88: error: cannot infer contextual base in reference to member 'module'
211 | /// "Learn More" - Use for accessing additional information
212 | public static var learnMore: String {
213 | String(localized: "TK.Action.learnMore", defaultValue: "Learn More", bundle: .module, comment: "Use for accessing additional information")
| `- error: cannot infer contextual base in reference to member 'module'
214 | }
215 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:218:16: error: extra arguments at positions #2, #3, #4 in call
216 | /// "Learn More…" - Use for accessing additional information (with ellipsis)
217 | public static var learnMoreDots: String {
218 | String(
| `- error: extra arguments at positions #2, #3, #4 in call
219 | localized: "TK.Action.learnMoreDots",
220 | defaultValue: "Learn More…",
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:221:22: error: cannot infer contextual base in reference to member 'module'
219 | localized: "TK.Action.learnMoreDots",
220 | defaultValue: "Learn More…",
221 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
222 | comment: "Use for accessing additional information"
223 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:228:16: error: extra arguments at positions #2, #3, #4 in call
226 | /// "Load More" - Use when fetching additional content
227 | public static var loadMore: String {
228 | String(localized: "TK.Action.loadMore", defaultValue: "Load More", bundle: .module, comment: "Use when fetching additional content")
| `- error: extra arguments at positions #2, #3, #4 in call
229 | }
230 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:228:86: error: cannot infer contextual base in reference to member 'module'
226 | /// "Load More" - Use when fetching additional content
227 | public static var loadMore: String {
228 | String(localized: "TK.Action.loadMore", defaultValue: "Load More", bundle: .module, comment: "Use when fetching additional content")
| `- error: cannot infer contextual base in reference to member 'module'
229 | }
230 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:233:16: error: extra arguments at positions #2, #3, #4 in call
231 | /// "Manage" - Use for configuring or controlling settings
232 | public static var manage: String {
233 | String(localized: "TK.Action.manage", defaultValue: "Manage", bundle: .module, comment: "Use for configuring or controlling settings")
| `- error: extra arguments at positions #2, #3, #4 in call
234 | }
235 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:233:81: error: cannot infer contextual base in reference to member 'module'
231 | /// "Manage" - Use for configuring or controlling settings
232 | public static var manage: String {
233 | String(localized: "TK.Action.manage", defaultValue: "Manage", bundle: .module, comment: "Use for configuring or controlling settings")
| `- error: cannot infer contextual base in reference to member 'module'
234 | }
235 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:238:16: error: extra arguments at positions #2, #3, #4 in call
236 | /// "More" - Use for accessing additional options
237 | public static var more: String {
238 | String(localized: "TK.Action.more", defaultValue: "More", bundle: .module, comment: "Use for accessing additional options")
| `- error: extra arguments at positions #2, #3, #4 in call
239 | }
240 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:238:77: error: cannot infer contextual base in reference to member 'module'
236 | /// "More" - Use for accessing additional options
237 | public static var more: String {
238 | String(localized: "TK.Action.more", defaultValue: "More", bundle: .module, comment: "Use for accessing additional options")
| `- error: cannot infer contextual base in reference to member 'module'
239 | }
240 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:243:16: error: extra arguments at positions #2, #3, #4 in call
241 | /// "More…" - Shown when more content is available
242 | public static var moreDots: String {
243 | String(localized: "TK.Action.moreDots", defaultValue: "More…", bundle: .module, comment: "Shown when more content is available")
| `- error: extra arguments at positions #2, #3, #4 in call
244 | }
245 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:243:84: error: cannot infer contextual base in reference to member 'module'
241 | /// "More…" - Shown when more content is available
242 | public static var moreDots: String {
243 | String(localized: "TK.Action.moreDots", defaultValue: "More…", bundle: .module, comment: "Shown when more content is available")
| `- error: cannot infer contextual base in reference to member 'module'
244 | }
245 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:248:16: error: extra arguments at positions #2, #3, #4 in call
246 | /// "Mute" - Use for silencing audio or notifications
247 | public static var mute: String {
248 | String(localized: "TK.Action.mute", defaultValue: "Mute", bundle: .module, comment: "Use for silencing audio or notifications")
| `- error: extra arguments at positions #2, #3, #4 in call
249 | }
250 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:248:77: error: cannot infer contextual base in reference to member 'module'
246 | /// "Mute" - Use for silencing audio or notifications
247 | public static var mute: String {
248 | String(localized: "TK.Action.mute", defaultValue: "Mute", bundle: .module, comment: "Use for silencing audio or notifications")
| `- error: cannot infer contextual base in reference to member 'module'
249 | }
250 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:253:16: error: extra arguments at positions #2, #3, #4 in call
251 | /// "New" - Use for creating or indicating recent content
252 | public static var new: String {
253 | String(localized: "TK.Action.new", defaultValue: "New", bundle: .module, comment: "Use for creating or indicating recent content")
| `- error: extra arguments at positions #2, #3, #4 in call
254 | }
255 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:253:75: error: cannot infer contextual base in reference to member 'module'
251 | /// "New" - Use for creating or indicating recent content
252 | public static var new: String {
253 | String(localized: "TK.Action.new", defaultValue: "New", bundle: .module, comment: "Use for creating or indicating recent content")
| `- error: cannot infer contextual base in reference to member 'module'
254 | }
255 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:258:16: error: extra arguments at positions #2, #3, #4 in call
256 | /// "Next" - Use for advancing to subsequent content or step
257 | public static var next: String {
258 | String(localized: "TK.Action.next", defaultValue: "Next", bundle: .module, comment: "Use for advancing to subsequent content or step")
| `- error: extra arguments at positions #2, #3, #4 in call
259 | }
260 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:258:77: error: cannot infer contextual base in reference to member 'module'
256 | /// "Next" - Use for advancing to subsequent content or step
257 | public static var next: String {
258 | String(localized: "TK.Action.next", defaultValue: "Next", bundle: .module, comment: "Use for advancing to subsequent content or step")
| `- error: cannot infer contextual base in reference to member 'module'
259 | }
260 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:263:16: error: extra arguments at positions #2, #3, #4 in call
261 | /// "No" - Use for negative responses or confirmations
262 | public static var no: String {
263 | String(localized: "TK.Action.no", defaultValue: "No", bundle: .module, comment: "Use for negative responses or confirmations")
| `- error: extra arguments at positions #2, #3, #4 in call
264 | }
265 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:263:73: error: cannot infer contextual base in reference to member 'module'
261 | /// "No" - Use for negative responses or confirmations
262 | public static var no: String {
263 | String(localized: "TK.Action.no", defaultValue: "No", bundle: .module, comment: "Use for negative responses or confirmations")
| `- error: cannot infer contextual base in reference to member 'module'
264 | }
265 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:268:16: error: extra arguments at positions #2, #3, #4 in call
266 | /// "Not Now" - Use for declining a request or postponing an action
267 | public static var notNow: String {
268 | String(
| `- error: extra arguments at positions #2, #3, #4 in call
269 | localized: "TK.Action.notNow",
270 | defaultValue: "Not Now",
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:271:22: error: cannot infer contextual base in reference to member 'module'
269 | localized: "TK.Action.notNow",
270 | defaultValue: "Not Now",
271 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
272 | comment: "Use for declining a request or postponing an action"
273 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:278:16: error: extra arguments at positions #2, #3, #4 in call
276 | /// "OK" - Use for confirming or acknowledging a message
277 | public static var ok: String {
278 | String(localized: "TK.Action.ok", defaultValue: "OK", bundle: .module, comment: "Use for confirming or acknowledging a message")
| `- error: extra arguments at positions #2, #3, #4 in call
279 | }
280 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:278:73: error: cannot infer contextual base in reference to member 'module'
276 | /// "OK" - Use for confirming or acknowledging a message
277 | public static var ok: String {
278 | String(localized: "TK.Action.ok", defaultValue: "OK", bundle: .module, comment: "Use for confirming or acknowledging a message")
| `- error: cannot infer contextual base in reference to member 'module'
279 | }
280 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:283:16: error: extra arguments at positions #2, #3, #4 in call
281 | /// "Open" - Use for launching or expanding content
282 | public static var open: String {
283 | String(localized: "TK.Action.open", defaultValue: "Open", bundle: .module, comment: "Use for launching or expanding content")
| `- error: extra arguments at positions #2, #3, #4 in call
284 | }
285 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:283:77: error: cannot infer contextual base in reference to member 'module'
281 | /// "Open" - Use for launching or expanding content
282 | public static var open: String {
283 | String(localized: "TK.Action.open", defaultValue: "Open", bundle: .module, comment: "Use for launching or expanding content")
| `- error: cannot infer contextual base in reference to member 'module'
284 | }
285 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:288:16: error: extra arguments at positions #2, #3, #4 in call
286 | /// "Pause" - Use for temporarily stopping media or processes
287 | public static var pause: String {
288 | String(localized: "TK.Action.pause", defaultValue: "Pause", bundle: .module, comment: "Use for temporarily stopping media or processes")
| `- error: extra arguments at positions #2, #3, #4 in call
289 | }
290 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:288:79: error: cannot infer contextual base in reference to member 'module'
286 | /// "Pause" - Use for temporarily stopping media or processes
287 | public static var pause: String {
288 | String(localized: "TK.Action.pause", defaultValue: "Pause", bundle: .module, comment: "Use for temporarily stopping media or processes")
| `- error: cannot infer contextual base in reference to member 'module'
289 | }
290 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:293:16: error: extra arguments at positions #2, #3, #4 in call
291 | /// "Play" - Use for starting media playback
292 | public static var play: String {
293 | String(localized: "TK.Action.play", defaultValue: "Play", bundle: .module, comment: "Use for starting media playback")
| `- error: extra arguments at positions #2, #3, #4 in call
294 | }
295 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:293:77: error: cannot infer contextual base in reference to member 'module'
291 | /// "Play" - Use for starting media playback
292 | public static var play: String {
293 | String(localized: "TK.Action.play", defaultValue: "Play", bundle: .module, comment: "Use for starting media playback")
| `- error: cannot infer contextual base in reference to member 'module'
294 | }
295 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:298:16: error: extra arguments at positions #2, #3, #4 in call
296 | /// "Previous" - Use for navigating to prior content
297 | public static var previous: String {
298 | String(localized: "TK.Action.previous", defaultValue: "Previous", bundle: .module, comment: "Use for navigating to prior content")
| `- error: extra arguments at positions #2, #3, #4 in call
299 | }
300 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:298:85: error: cannot infer contextual base in reference to member 'module'
296 | /// "Previous" - Use for navigating to prior content
297 | public static var previous: String {
298 | String(localized: "TK.Action.previous", defaultValue: "Previous", bundle: .module, comment: "Use for navigating to prior content")
| `- error: cannot infer contextual base in reference to member 'module'
299 | }
300 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:303:16: error: extra arguments at positions #2, #3, #4 in call
301 | /// "Refresh" - Use for updating content or reloading data
302 | public static var refresh: String {
303 | String(localized: "TK.Action.refresh", defaultValue: "Refresh", bundle: .module, comment: "Use for updating content or reloading data")
| `- error: extra arguments at positions #2, #3, #4 in call
304 | }
305 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:303:83: error: cannot infer contextual base in reference to member 'module'
301 | /// "Refresh" - Use for updating content or reloading data
302 | public static var refresh: String {
303 | String(localized: "TK.Action.refresh", defaultValue: "Refresh", bundle: .module, comment: "Use for updating content or reloading data")
| `- error: cannot infer contextual base in reference to member 'module'
304 | }
305 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:308:16: error: extra arguments at positions #2, #3, #4 in call
306 | /// "Reload" - Use for refreshing content or data
307 | public static var reload: String {
308 | String(localized: "TK.Action.reload", defaultValue: "Reload", bundle: .module, comment: "Use for refreshing content or data")
| `- error: extra arguments at positions #2, #3, #4 in call
309 | }
310 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:308:81: error: cannot infer contextual base in reference to member 'module'
306 | /// "Reload" - Use for refreshing content or data
307 | public static var reload: String {
308 | String(localized: "TK.Action.reload", defaultValue: "Reload", bundle: .module, comment: "Use for refreshing content or data")
| `- error: cannot infer contextual base in reference to member 'module'
309 | }
310 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:313:16: error: extra arguments at positions #2, #3, #4 in call
311 | /// "Remove" - Use for deleting or eliminating items
312 | public static var remove: String {
313 | String(localized: "TK.Action.remove", defaultValue: "Remove", bundle: .module, comment: "Use for deleting or eliminating items")
| `- error: extra arguments at positions #2, #3, #4 in call
314 | }
315 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:313:81: error: cannot infer contextual base in reference to member 'module'
311 | /// "Remove" - Use for deleting or eliminating items
312 | public static var remove: String {
313 | String(localized: "TK.Action.remove", defaultValue: "Remove", bundle: .module, comment: "Use for deleting or eliminating items")
| `- error: cannot infer contextual base in reference to member 'module'
314 | }
315 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:318:16: error: extra arguments at positions #2, #3, #4 in call
316 | /// "Remove All" - Use for clearing entire lists or collections
317 | public static var removeAll: String {
318 | String(
| `- error: extra arguments at positions #2, #3, #4 in call
319 | localized: "TK.Action.removeAll",
320 | defaultValue: "Remove All",
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:321:22: error: cannot infer contextual base in reference to member 'module'
319 | localized: "TK.Action.removeAll",
320 | defaultValue: "Remove All",
321 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
322 | comment: "Use for clearing entire lists or collections"
323 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:328:16: error: extra arguments at positions #2, #3, #4 in call
326 | /// "Rename" - Use for modifying item names
327 | public static var rename: String {
328 | String(localized: "TK.Action.rename", defaultValue: "Rename", bundle: .module, comment: "Use for modifying item names")
| `- error: extra arguments at positions #2, #3, #4 in call
329 | }
330 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:328:81: error: cannot infer contextual base in reference to member 'module'
326 | /// "Rename" - Use for modifying item names
327 | public static var rename: String {
328 | String(localized: "TK.Action.rename", defaultValue: "Rename", bundle: .module, comment: "Use for modifying item names")
| `- error: cannot infer contextual base in reference to member 'module'
329 | }
330 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:333:16: error: extra arguments at positions #2, #3, #4 in call
331 | /// "Repeat" - Use for recurring actions or media playback
332 | public static var `repeat`: String {
333 | String(localized: "TK.Action.repeat", defaultValue: "Repeat", bundle: .module, comment: "Use for recurring actions or media playback")
| `- error: extra arguments at positions #2, #3, #4 in call
334 | }
335 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:333:81: error: cannot infer contextual base in reference to member 'module'
331 | /// "Repeat" - Use for recurring actions or media playback
332 | public static var `repeat`: String {
333 | String(localized: "TK.Action.repeat", defaultValue: "Repeat", bundle: .module, comment: "Use for recurring actions or media playback")
| `- error: cannot infer contextual base in reference to member 'module'
334 | }
335 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:338:16: error: extra arguments at positions #2, #3, #4 in call
336 | /// "Reset" - Use for restoring default settings
337 | public static var reset: String {
338 | String(localized: "TK.Action.reset", defaultValue: "Reset", bundle: .module, comment: "Use for restoring default settings")
| `- error: extra arguments at positions #2, #3, #4 in call
339 | }
340 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:338:79: error: cannot infer contextual base in reference to member 'module'
336 | /// "Reset" - Use for restoring default settings
337 | public static var reset: String {
338 | String(localized: "TK.Action.reset", defaultValue: "Reset", bundle: .module, comment: "Use for restoring default settings")
| `- error: cannot infer contextual base in reference to member 'module'
339 | }
340 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:343:16: error: extra arguments at positions #2, #3, #4 in call
341 | /// "Restore" - Use for recovering previous states or data
342 | public static var restore: String {
343 | String(localized: "TK.Action.restore", defaultValue: "Restore", bundle: .module, comment: "Use for recovering previous states or data")
| `- error: extra arguments at positions #2, #3, #4 in call
344 | }
345 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:343:83: error: cannot infer contextual base in reference to member 'module'
341 | /// "Restore" - Use for recovering previous states or data
342 | public static var restore: String {
343 | String(localized: "TK.Action.restore", defaultValue: "Restore", bundle: .module, comment: "Use for recovering previous states or data")
| `- error: cannot infer contextual base in reference to member 'module'
344 | }
345 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:348:16: error: extra arguments at positions #2, #3, #4 in call
346 | /// "Retry" - Use when attempting a failed action again
347 | public static var retry: String {
348 | String(localized: "TK.Action.retry", defaultValue: "Retry", bundle: .module, comment: "Use when attempting a failed action again")
| `- error: extra arguments at positions #2, #3, #4 in call
349 | }
350 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:348:79: error: cannot infer contextual base in reference to member 'module'
346 | /// "Retry" - Use when attempting a failed action again
347 | public static var retry: String {
348 | String(localized: "TK.Action.retry", defaultValue: "Retry", bundle: .module, comment: "Use when attempting a failed action again")
| `- error: cannot infer contextual base in reference to member 'module'
349 | }
350 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:353:16: error: extra arguments at positions #2, #3, #4 in call
351 | /// "Return" - Use for confirming or submitting inputs
352 | public static var `return`: String {
353 | String(localized: "TK.Action.return", defaultValue: "Return", bundle: .module, comment: "Use for confirming or submitting inputs")
| `- error: extra arguments at positions #2, #3, #4 in call
354 | }
355 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:353:81: error: cannot infer contextual base in reference to member 'module'
351 | /// "Return" - Use for confirming or submitting inputs
352 | public static var `return`: String {
353 | String(localized: "TK.Action.return", defaultValue: "Return", bundle: .module, comment: "Use for confirming or submitting inputs")
| `- error: cannot infer contextual base in reference to member 'module'
354 | }
355 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:358:16: error: extra arguments at positions #2, #3, #4 in call
356 | /// "Save" - Use for storing current content or state
357 | public static var save: String {
358 | String(localized: "TK.Action.save", defaultValue: "Save", bundle: .module, comment: "Use for storing current content or state")
| `- error: extra arguments at positions #2, #3, #4 in call
359 | }
360 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:358:77: error: cannot infer contextual base in reference to member 'module'
356 | /// "Save" - Use for storing current content or state
357 | public static var save: String {
358 | String(localized: "TK.Action.save", defaultValue: "Save", bundle: .module, comment: "Use for storing current content or state")
| `- error: cannot infer contextual base in reference to member 'module'
359 | }
360 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:363:16: error: extra arguments at positions #2, #3, #4 in call
361 | /// "Save Changes" - Save modifications action
362 | public static var saveChanges: String {
363 | String(localized: "TK.Action.saveChanges", defaultValue: "Save Changes", bundle: .module, comment: "Save modifications action")
| `- error: extra arguments at positions #2, #3, #4 in call
364 | }
365 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:363:92: error: cannot infer contextual base in reference to member 'module'
361 | /// "Save Changes" - Save modifications action
362 | public static var saveChanges: String {
363 | String(localized: "TK.Action.saveChanges", defaultValue: "Save Changes", bundle: .module, comment: "Save modifications action")
| `- error: cannot infer contextual base in reference to member 'module'
364 | }
365 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:368:16: error: extra arguments at positions #2, #3, #4 in call
366 | /// "Search" - Use for finding specific content
367 | public static var search: String {
368 | String(localized: "TK.Action.search", defaultValue: "Search", bundle: .module, comment: "Use for finding specific content")
| `- error: extra arguments at positions #2, #3, #4 in call
369 | }
370 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:368:81: error: cannot infer contextual base in reference to member 'module'
366 | /// "Search" - Use for finding specific content
367 | public static var search: String {
368 | String(localized: "TK.Action.search", defaultValue: "Search", bundle: .module, comment: "Use for finding specific content")
| `- error: cannot infer contextual base in reference to member 'module'
369 | }
370 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:373:16: error: extra arguments at positions #2, #3, #4 in call
371 | /// "Select" - Use for choosing items or options
372 | public static var select: String {
373 | String(localized: "TK.Action.select", defaultValue: "Select", bundle: .module, comment: "Use for choosing items or options")
| `- error: extra arguments at positions #2, #3, #4 in call
374 | }
375 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:373:81: error: cannot infer contextual base in reference to member 'module'
371 | /// "Select" - Use for choosing items or options
372 | public static var select: String {
373 | String(localized: "TK.Action.select", defaultValue: "Select", bundle: .module, comment: "Use for choosing items or options")
| `- error: cannot infer contextual base in reference to member 'module'
374 | }
375 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:378:16: error: extra arguments at positions #2, #3, #4 in call
376 | /// "Select All" - Use for choosing all available items
377 | public static var selectAll: String {
378 | String(localized: "TK.Action.selectAll", defaultValue: "Select All", bundle: .module, comment: "Use for choosing all available items")
| `- error: extra arguments at positions #2, #3, #4 in call
379 | }
380 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:378:88: error: cannot infer contextual base in reference to member 'module'
376 | /// "Select All" - Use for choosing all available items
377 | public static var selectAll: String {
378 | String(localized: "TK.Action.selectAll", defaultValue: "Select All", bundle: .module, comment: "Use for choosing all available items")
| `- error: cannot infer contextual base in reference to member 'module'
379 | }
380 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:383:16: error: extra arguments at positions #2, #3, #4 in call
381 | /// "Send" - Use for transmitting messages or content
382 | public static var send: String {
383 | String(localized: "TK.Action.send", defaultValue: "Send", bundle: .module, comment: "Use for transmitting messages or content")
| `- error: extra arguments at positions #2, #3, #4 in call
384 | }
385 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:383:77: error: cannot infer contextual base in reference to member 'module'
381 | /// "Send" - Use for transmitting messages or content
382 | public static var send: String {
383 | String(localized: "TK.Action.send", defaultValue: "Send", bundle: .module, comment: "Use for transmitting messages or content")
| `- error: cannot infer contextual base in reference to member 'module'
384 | }
385 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:388:16: error: extra arguments at positions #2, #3, #4 in call
386 | /// "Share" - Use when distributing content to others
387 | public static var share: String {
388 | String(localized: "TK.Action.share", defaultValue: "Share", bundle: .module, comment: "Use when distributing content to others")
| `- error: extra arguments at positions #2, #3, #4 in call
389 | }
390 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:388:79: error: cannot infer contextual base in reference to member 'module'
386 | /// "Share" - Use when distributing content to others
387 | public static var share: String {
388 | String(localized: "TK.Action.share", defaultValue: "Share", bundle: .module, comment: "Use when distributing content to others")
| `- error: cannot infer contextual base in reference to member 'module'
389 | }
390 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:393:16: error: extra arguments at positions #2, #3, #4 in call
391 | /// "Share…" - Shown for share actions
392 | public static var shareDots: String {
393 | String(localized: "TK.Action.shareDots", defaultValue: "Share…", bundle: .module, comment: "Shown for share actions")
| `- error: extra arguments at positions #2, #3, #4 in call
394 | }
395 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:393:86: error: cannot infer contextual base in reference to member 'module'
391 | /// "Share…" - Shown for share actions
392 | public static var shareDots: String {
393 | String(localized: "TK.Action.shareDots", defaultValue: "Share…", bundle: .module, comment: "Shown for share actions")
| `- error: cannot infer contextual base in reference to member 'module'
394 | }
395 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:398:16: error: extra arguments at positions #2, #3, #4 in call
396 | /// "Show" - Use for revealing hidden content
397 | public static var show: String {
398 | String(localized: "TK.Action.show", defaultValue: "Show", bundle: .module, comment: "Use for revealing hidden content")
| `- error: extra arguments at positions #2, #3, #4 in call
399 | }
400 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:398:77: error: cannot infer contextual base in reference to member 'module'
396 | /// "Show" - Use for revealing hidden content
397 | public static var show: String {
398 | String(localized: "TK.Action.show", defaultValue: "Show", bundle: .module, comment: "Use for revealing hidden content")
| `- error: cannot infer contextual base in reference to member 'module'
399 | }
400 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:403:16: error: extra arguments at positions #2, #3, #4 in call
401 | /// "Show All" - Use for displaying complete content list
402 | public static var showAll: String {
403 | String(localized: "TK.Action.showAll", defaultValue: "Show All", bundle: .module, comment: "Use for displaying complete content list")
| `- error: extra arguments at positions #2, #3, #4 in call
404 | }
405 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:403:84: error: cannot infer contextual base in reference to member 'module'
401 | /// "Show All" - Use for displaying complete content list
402 | public static var showAll: String {
403 | String(localized: "TK.Action.showAll", defaultValue: "Show All", bundle: .module, comment: "Use for displaying complete content list")
| `- error: cannot infer contextual base in reference to member 'module'
404 | }
405 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:408:16: error: extra arguments at positions #2, #3, #4 in call
406 | /// "Show Details" - Use for expanding content information
407 | public static var showDetails: String {
408 | String(localized: "TK.Action.showDetails", defaultValue: "Show Details", bundle: .module, comment: "Use for expanding content information")
| `- error: extra arguments at positions #2, #3, #4 in call
409 | }
410 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:408:92: error: cannot infer contextual base in reference to member 'module'
406 | /// "Show Details" - Use for expanding content information
407 | public static var showDetails: String {
408 | String(localized: "TK.Action.showDetails", defaultValue: "Show Details", bundle: .module, comment: "Use for expanding content information")
| `- error: cannot infer contextual base in reference to member 'module'
409 | }
410 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:413:16: error: extra arguments at positions #2, #3, #4 in call
411 | /// "Show Less" - Use for reducing expanded content
412 | public static var showLess: String {
413 | String(localized: "TK.Action.showLess", defaultValue: "Show Less", bundle: .module, comment: "Use for reducing expanded content")
| `- error: extra arguments at positions #2, #3, #4 in call
414 | }
415 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:413:86: error: cannot infer contextual base in reference to member 'module'
411 | /// "Show Less" - Use for reducing expanded content
412 | public static var showLess: String {
413 | String(localized: "TK.Action.showLess", defaultValue: "Show Less", bundle: .module, comment: "Use for reducing expanded content")
| `- error: cannot infer contextual base in reference to member 'module'
414 | }
415 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:418:16: error: extra arguments at positions #2, #3, #4 in call
416 | /// "Show More" - Use for expanding content view
417 | public static var showMore: String {
418 | String(localized: "TK.Action.showMore", defaultValue: "Show More", bundle: .module, comment: "Use for expanding content view")
| `- error: extra arguments at positions #2, #3, #4 in call
419 | }
420 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:418:86: error: cannot infer contextual base in reference to member 'module'
416 | /// "Show More" - Use for expanding content view
417 | public static var showMore: String {
418 | String(localized: "TK.Action.showMore", defaultValue: "Show More", bundle: .module, comment: "Use for expanding content view")
| `- error: cannot infer contextual base in reference to member 'module'
419 | }
420 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:423:16: error: extra arguments at positions #2, #3, #4 in call
421 | /// "Sign In" - Use for accessing user accounts
422 | public static var signIn: String {
423 | String(localized: "TK.Action.signIn", defaultValue: "Sign In", bundle: .module, comment: "Use for accessing user accounts")
| `- error: extra arguments at positions #2, #3, #4 in call
424 | }
425 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:423:82: error: cannot infer contextual base in reference to member 'module'
421 | /// "Sign In" - Use for accessing user accounts
422 | public static var signIn: String {
423 | String(localized: "TK.Action.signIn", defaultValue: "Sign In", bundle: .module, comment: "Use for accessing user accounts")
| `- error: cannot infer contextual base in reference to member 'module'
424 | }
425 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:428:16: error: extra arguments at positions #2, #3, #4 in call
426 | /// "Sign Out" - Use for exiting user accounts
427 | public static var signOut: String {
428 | String(localized: "TK.Action.signOut", defaultValue: "Sign Out", bundle: .module, comment: "Use for exiting user accounts")
| `- error: extra arguments at positions #2, #3, #4 in call
429 | }
430 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:428:84: error: cannot infer contextual base in reference to member 'module'
426 | /// "Sign Out" - Use for exiting user accounts
427 | public static var signOut: String {
428 | String(localized: "TK.Action.signOut", defaultValue: "Sign Out", bundle: .module, comment: "Use for exiting user accounts")
| `- error: cannot infer contextual base in reference to member 'module'
429 | }
430 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:433:16: error: extra arguments at positions #2, #3, #4 in call
431 | /// "Skip" - Use for bypassing steps or content
432 | public static var skip: String {
433 | String(localized: "TK.Action.skip", defaultValue: "Skip", bundle: .module, comment: "Use for bypassing steps or content")
| `- error: extra arguments at positions #2, #3, #4 in call
434 | }
435 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:433:77: error: cannot infer contextual base in reference to member 'module'
431 | /// "Skip" - Use for bypassing steps or content
432 | public static var skip: String {
433 | String(localized: "TK.Action.skip", defaultValue: "Skip", bundle: .module, comment: "Use for bypassing steps or content")
| `- error: cannot infer contextual base in reference to member 'module'
434 | }
435 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:438:16: error: extra arguments at positions #2, #3, #4 in call
436 | /// "Sort" - Use for organizing content in specific orders
437 | public static var sort: String {
438 | String(localized: "TK.Action.sort", defaultValue: "Sort", bundle: .module, comment: "Use for organizing content in specific orders")
| `- error: extra arguments at positions #2, #3, #4 in call
439 | }
440 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:438:77: error: cannot infer contextual base in reference to member 'module'
436 | /// "Sort" - Use for organizing content in specific orders
437 | public static var sort: String {
438 | String(localized: "TK.Action.sort", defaultValue: "Sort", bundle: .module, comment: "Use for organizing content in specific orders")
| `- error: cannot infer contextual base in reference to member 'module'
439 | }
440 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:443:16: error: extra arguments at positions #2, #3, #4 in call
441 | /// "Sort by" - List ordering action
442 | public static var sortBy: String {
443 | String(localized: "TK.Action.sortBy", defaultValue: "Sort by", bundle: .module, comment: "List ordering action")
| `- error: extra arguments at positions #2, #3, #4 in call
444 | }
445 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:443:82: error: cannot infer contextual base in reference to member 'module'
441 | /// "Sort by" - List ordering action
442 | public static var sortBy: String {
443 | String(localized: "TK.Action.sortBy", defaultValue: "Sort by", bundle: .module, comment: "List ordering action")
| `- error: cannot infer contextual base in reference to member 'module'
444 | }
445 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:448:16: error: extra arguments at positions #2, #3, #4 in call
446 | /// "Start" - Use for initiating processes or activities
447 | public static var start: String {
448 | String(localized: "TK.Action.start", defaultValue: "Start", bundle: .module, comment: "Use for initiating processes or activities")
| `- error: extra arguments at positions #2, #3, #4 in call
449 | }
450 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:448:79: error: cannot infer contextual base in reference to member 'module'
446 | /// "Start" - Use for initiating processes or activities
447 | public static var start: String {
448 | String(localized: "TK.Action.start", defaultValue: "Start", bundle: .module, comment: "Use for initiating processes or activities")
| `- error: cannot infer contextual base in reference to member 'module'
449 | }
450 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:453:16: error: extra arguments at positions #2, #3, #4 in call
451 | /// "Stop" - Use for halting ongoing processes
452 | public static var stop: String {
453 | String(localized: "TK.Action.stop", defaultValue: "Stop", bundle: .module, comment: "Use for halting ongoing processes")
| `- error: extra arguments at positions #2, #3, #4 in call
454 | }
455 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:453:77: error: cannot infer contextual base in reference to member 'module'
451 | /// "Stop" - Use for halting ongoing processes
452 | public static var stop: String {
453 | String(localized: "TK.Action.stop", defaultValue: "Stop", bundle: .module, comment: "Use for halting ongoing processes")
| `- error: cannot infer contextual base in reference to member 'module'
454 | }
455 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:458:16: error: extra arguments at positions #2, #3, #4 in call
456 | /// "Submit" - Use for confirming form or input submissions
457 | public static var submit: String {
458 | String(localized: "TK.Action.submit", defaultValue: "Submit", bundle: .module, comment: "Use for confirming form or input submissions")
| `- error: extra arguments at positions #2, #3, #4 in call
459 | }
460 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:458:81: error: cannot infer contextual base in reference to member 'module'
456 | /// "Submit" - Use for confirming form or input submissions
457 | public static var submit: String {
458 | String(localized: "TK.Action.submit", defaultValue: "Submit", bundle: .module, comment: "Use for confirming form or input submissions")
| `- error: cannot infer contextual base in reference to member 'module'
459 | }
460 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:463:16: error: extra arguments at positions #2, #3, #4 in call
461 | /// "Sync" - Use for synchronizing data across devices
462 | public static var sync: String {
463 | String(localized: "TK.Action.sync", defaultValue: "Sync", bundle: .module, comment: "Use for synchronizing data across devices")
| `- error: extra arguments at positions #2, #3, #4 in call
464 | }
465 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:463:77: error: cannot infer contextual base in reference to member 'module'
461 | /// "Sync" - Use for synchronizing data across devices
462 | public static var sync: String {
463 | String(localized: "TK.Action.sync", defaultValue: "Sync", bundle: .module, comment: "Use for synchronizing data across devices")
| `- error: cannot infer contextual base in reference to member 'module'
464 | }
465 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:468:16: error: extra arguments at positions #2, #3, #4 in call
466 | /// "Try Again" - Use for retrying failed actions
467 | public static var tryAgain: String {
468 | String(localized: "TK.Action.tryAgain", defaultValue: "Try Again", bundle: .module, comment: "Use for retrying failed actions")
| `- error: extra arguments at positions #2, #3, #4 in call
469 | }
470 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:468:86: error: cannot infer contextual base in reference to member 'module'
466 | /// "Try Again" - Use for retrying failed actions
467 | public static var tryAgain: String {
468 | String(localized: "TK.Action.tryAgain", defaultValue: "Try Again", bundle: .module, comment: "Use for retrying failed actions")
| `- error: cannot infer contextual base in reference to member 'module'
469 | }
470 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:473:16: error: extra arguments at positions #2, #3, #4 in call
471 | /// "Turn Off" - Use for disabling features or settings
472 | public static var turnOff: String {
473 | String(localized: "TK.Action.turnOff", defaultValue: "Turn Off", bundle: .module, comment: "Use for disabling features or settings")
| `- error: extra arguments at positions #2, #3, #4 in call
474 | }
475 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:473:84: error: cannot infer contextual base in reference to member 'module'
471 | /// "Turn Off" - Use for disabling features or settings
472 | public static var turnOff: String {
473 | String(localized: "TK.Action.turnOff", defaultValue: "Turn Off", bundle: .module, comment: "Use for disabling features or settings")
| `- error: cannot infer contextual base in reference to member 'module'
474 | }
475 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:478:16: error: extra arguments at positions #2, #3, #4 in call
476 | /// "Turn On" - Use for enabling features or settings
477 | public static var turnOn: String {
478 | String(localized: "TK.Action.turnOn", defaultValue: "Turn On", bundle: .module, comment: "Use for enabling features or settings")
| `- error: extra arguments at positions #2, #3, #4 in call
479 | }
480 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:478:82: error: cannot infer contextual base in reference to member 'module'
476 | /// "Turn On" - Use for enabling features or settings
477 | public static var turnOn: String {
478 | String(localized: "TK.Action.turnOn", defaultValue: "Turn On", bundle: .module, comment: "Use for enabling features or settings")
| `- error: cannot infer contextual base in reference to member 'module'
479 | }
480 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:483:16: error: extra arguments at positions #2, #3, #4 in call
481 | /// "Undo" - Use for reversing previous actions
482 | public static var undo: String {
483 | String(localized: "TK.Action.undo", defaultValue: "Undo", bundle: .module, comment: "Use for reversing previous actions")
| `- error: extra arguments at positions #2, #3, #4 in call
484 | }
485 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:483:77: error: cannot infer contextual base in reference to member 'module'
481 | /// "Undo" - Use for reversing previous actions
482 | public static var undo: String {
483 | String(localized: "TK.Action.undo", defaultValue: "Undo", bundle: .module, comment: "Use for reversing previous actions")
| `- error: cannot infer contextual base in reference to member 'module'
484 | }
485 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:488:16: error: extra arguments at positions #2, #3, #4 in call
486 | /// "Update" - Use for applying latest versions or changes
487 | public static var update: String {
488 | String(localized: "TK.Action.update", defaultValue: "Update", bundle: .module, comment: "Use for applying latest versions or changes")
| `- error: extra arguments at positions #2, #3, #4 in call
489 | }
490 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:488:81: error: cannot infer contextual base in reference to member 'module'
486 | /// "Update" - Use for applying latest versions or changes
487 | public static var update: String {
488 | String(localized: "TK.Action.update", defaultValue: "Update", bundle: .module, comment: "Use for applying latest versions or changes")
| `- error: cannot infer contextual base in reference to member 'module'
489 | }
490 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:493:16: error: extra arguments at positions #2, #3, #4 in call
491 | /// "Verify" - Use for confirming identity or information
492 | public static var verify: String {
493 | String(localized: "TK.Action.verify", defaultValue: "Verify", bundle: .module, comment: "Use for confirming identity or information")
| `- error: extra arguments at positions #2, #3, #4 in call
494 | }
495 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:493:81: error: cannot infer contextual base in reference to member 'module'
491 | /// "Verify" - Use for confirming identity or information
492 | public static var verify: String {
493 | String(localized: "TK.Action.verify", defaultValue: "Verify", bundle: .module, comment: "Use for confirming identity or information")
| `- error: cannot infer contextual base in reference to member 'module'
494 | }
495 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:498:16: error: extra arguments at positions #2, #3, #4 in call
496 | /// "View" - Use for examining content in detail
497 | public static var view: String {
498 | String(localized: "TK.Action.view", defaultValue: "View", bundle: .module, comment: "Use for examining content in detail")
| `- error: extra arguments at positions #2, #3, #4 in call
499 | }
500 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:498:77: error: cannot infer contextual base in reference to member 'module'
496 | /// "View" - Use for examining content in detail
497 | public static var view: String {
498 | String(localized: "TK.Action.view", defaultValue: "View", bundle: .module, comment: "Use for examining content in detail")
| `- error: cannot infer contextual base in reference to member 'module'
499 | }
500 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:503:16: error: extra arguments at positions #2, #3, #4 in call
501 | /// "Yes" - Use for positive responses or confirmations
502 | public static var yes: String {
503 | String(localized: "TK.Action.yes", defaultValue: "Yes", bundle: .module, comment: "Use for positive responses or confirmations")
| `- error: extra arguments at positions #2, #3, #4 in call
504 | }
505 | }
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Action.swift:503:75: error: cannot infer contextual base in reference to member 'module'
501 | /// "Yes" - Use for positive responses or confirmations
502 | public static var yes: String {
503 | String(localized: "TK.Action.yes", defaultValue: "Yes", bundle: .module, comment: "Use for positive responses or confirmations")
| `- error: cannot infer contextual base in reference to member 'module'
504 | }
505 | }
[152/231] Compiling SwiftSyntax AbsolutePosition.swift
[153/231] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[154/231] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[155/231] Compiling SwiftSyntax Assert.swift
[156/231] Compiling SwiftSyntax BumpPtrAllocator.swift
[157/231] Compiling SwiftSyntax CommonAncestor.swift
[158/231] Compiling SwiftSyntax Convenience.swift
[159/231] Compiling SwiftSyntax CustomTraits.swift
[160/231] Compiling SwiftSyntax EditorPlaceholder.swift
[161/239] Compiling TranslateKitLite resource_bundle_accessor.swift
[162/239] Compiling TranslateKitLite TK.swift
[163/239] Compiling TranslateKitLite TK+Placeholder.swift
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:8:16: error: extra arguments at positions #2, #3, #4 in call
6 | /// "Analyzing…" - Shown during analysis
7 | public static var analyzingDots: String {
8 | String(localized: "TK.Placeholder.analyzingDots", defaultValue: "Analyzing…", bundle: .module, comment: "Shown during analysis")
| `- error: extra arguments at positions #2, #3, #4 in call
9 | }
10 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:8:99: error: cannot infer contextual base in reference to member 'module'
6 | /// "Analyzing…" - Shown during analysis
7 | public static var analyzingDots: String {
8 | String(localized: "TK.Placeholder.analyzingDots", defaultValue: "Analyzing…", bundle: .module, comment: "Shown during analysis")
| `- error: cannot infer contextual base in reference to member 'module'
9 | }
10 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:13:16: error: extra arguments at positions #2, #3, #4 in call
11 | /// "Authenticating…" - Shown during login
12 | public static var authenticatingDots: String {
13 | String(localized: "TK.Placeholder.authenticatingDots", defaultValue: "Authenticating…", bundle: .module, comment: "Shown during login")
| `- error: extra arguments at positions #2, #3, #4 in call
14 | }
15 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:13:109: error: cannot infer contextual base in reference to member 'module'
11 | /// "Authenticating…" - Shown during login
12 | public static var authenticatingDots: String {
13 | String(localized: "TK.Placeholder.authenticatingDots", defaultValue: "Authenticating…", bundle: .module, comment: "Shown during login")
| `- error: cannot infer contextual base in reference to member 'module'
14 | }
15 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:18:16: error: extra arguments at positions #2, #3, #4 in call
16 | /// "Buffering…" - Shown while pre-loading video content for uninterrupted playback
17 | public static var bufferingDots: String {
18 | String(
| `- error: extra arguments at positions #2, #3, #4 in call
19 | localized: "TK.Placeholder.bufferingDots",
20 | defaultValue: "Buffering…",
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:21:22: error: cannot infer contextual base in reference to member 'module'
19 | localized: "TK.Placeholder.bufferingDots",
20 | defaultValue: "Buffering…",
21 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
22 | comment: "Shown while pre-loading video content for uninterrupted playback"
23 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:28:16: error: extra arguments at positions #2, #3, #4 in call
26 | /// "Calculating…" - Shown during calculations
27 | public static var calculatingDots: String {
28 | String(localized: "TK.Placeholder.calculatingDots", defaultValue: "Calculating…", bundle: .module, comment: "Shown during calculations")
| `- error: extra arguments at positions #2, #3, #4 in call
29 | }
30 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:28:103: error: cannot infer contextual base in reference to member 'module'
26 | /// "Calculating…" - Shown during calculations
27 | public static var calculatingDots: String {
28 | String(localized: "TK.Placeholder.calculatingDots", defaultValue: "Calculating…", bundle: .module, comment: "Shown during calculations")
| `- error: cannot infer contextual base in reference to member 'module'
29 | }
30 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:33:16: error: extra arguments at positions #2, #3, #4 in call
31 | /// "Choose a date…" - Date selection hint
32 | public static var chooseDateDots: String {
33 | String(localized: "TK.Placeholder.chooseDateDots", defaultValue: "Choose a date…", bundle: .module, comment: "Date selection hint")
| `- error: extra arguments at positions #2, #3, #4 in call
34 | }
35 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:33:104: error: cannot infer contextual base in reference to member 'module'
31 | /// "Choose a date…" - Date selection hint
32 | public static var chooseDateDots: String {
33 | String(localized: "TK.Placeholder.chooseDateDots", defaultValue: "Choose a date…", bundle: .module, comment: "Date selection hint")
| `- error: cannot infer contextual base in reference to member 'module'
34 | }
35 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:38:16: error: extra arguments at positions #2, #3, #4 in call
36 | /// "Choose a file…" - Input hint for file selection
37 | public static var chooseFileDots: String {
38 | String(localized: "TK.Placeholder.chooseFileDots", defaultValue: "Choose a file…", bundle: .module, comment: "Input hint for file selection")
| `- error: extra arguments at positions #2, #3, #4 in call
39 | }
40 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:38:104: error: cannot infer contextual base in reference to member 'module'
36 | /// "Choose a file…" - Input hint for file selection
37 | public static var chooseFileDots: String {
38 | String(localized: "TK.Placeholder.chooseFileDots", defaultValue: "Choose a file…", bundle: .module, comment: "Input hint for file selection")
| `- error: cannot infer contextual base in reference to member 'module'
39 | }
40 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:43:16: error: extra arguments at positions #2, #3, #4 in call
41 | /// "Choose a language…" - Language selection hint
42 | public static var chooseLanguageDots: String {
43 | String(
| `- error: extra arguments at positions #2, #3, #4 in call
44 | localized: "TK.Placeholder.chooseLanguageDots",
45 | defaultValue: "Choose a language…",
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:46:22: error: cannot infer contextual base in reference to member 'module'
44 | localized: "TK.Placeholder.chooseLanguageDots",
45 | defaultValue: "Choose a language…",
46 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
47 | comment: "Language selection hint"
48 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:53:16: error: extra arguments at positions #2, #3, #4 in call
51 | /// "Choose an option…" - Generic selection hint
52 | public static var chooseOptionDots: String {
53 | String(localized: "TK.Placeholder.chooseOptionDots", defaultValue: "Choose an option…", bundle: .module, comment: "Generic selection hint")
| `- error: extra arguments at positions #2, #3, #4 in call
54 | }
55 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:53:109: error: cannot infer contextual base in reference to member 'module'
51 | /// "Choose an option…" - Generic selection hint
52 | public static var chooseOptionDots: String {
53 | String(localized: "TK.Placeholder.chooseOptionDots", defaultValue: "Choose an option…", bundle: .module, comment: "Generic selection hint")
| `- error: cannot infer contextual base in reference to member 'module'
54 | }
55 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:58:16: error: extra arguments at positions #2, #3, #4 in call
56 | /// "Confirm password…" - Password confirmation hint
57 | public static var confirmPasswordDots: String {
58 | String(
| `- error: extra arguments at positions #2, #3, #4 in call
59 | localized: "TK.Placeholder.confirmPasswordDots",
60 | defaultValue: "Confirm password…",
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:61:22: error: cannot infer contextual base in reference to member 'module'
59 | localized: "TK.Placeholder.confirmPasswordDots",
60 | defaultValue: "Confirm password…",
61 | bundle: .module,
| `- error: cannot infer contextual base in reference to member 'module'
62 | comment: "Password confirmation hint"
63 | )
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:68:16: error: extra arguments at positions #2, #3, #4 in call
66 | /// "Connecting…" - Shown during connection attempts
67 | public static var connectingDots: String {
68 | String(localized: "TK.Placeholder.connectingDots", defaultValue: "Connecting…", bundle: .module, comment: "Shown during connection attempts")
| `- error: extra arguments at positions #2, #3, #4 in call
69 | }
70 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:68:101: error: cannot infer contextual base in reference to member 'module'
66 | /// "Connecting…" - Shown during connection attempts
67 | public static var connectingDots: String {
68 | String(localized: "TK.Placeholder.connectingDots", defaultValue: "Connecting…", bundle: .module, comment: "Shown during connection attempts")
| `- error: cannot infer contextual base in reference to member 'module'
69 | }
70 |
/host/spi-builder-workspace/Sources/TranslateKitLite/TK+Placeholder.swift:73:16: error: extra arguments at positions #2, #3, #4 in call
71 | /// "Creating…" - Shown when creating content
72 | public static var creatingDots: String {
73 | String(localized: "TK.Placeholder.creatingDots", defaultValue: "Creating…", bundle: .module, comment: "Shown when creating content")
| `- error: extra arguments at positions #2, #3, #4 in call
74 | }
75 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/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 #2, #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 #2, #3, #4 in call
79 | }
80 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/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 #2, #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 #2, #3, #4 in call
84 | }
85 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/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 #2, #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 #2, #3, #4 in call
89 | localized: "TK.Placeholder.emailExample",
90 | defaultValue: "e.g. jane@example.com",
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/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 #2, #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 #2, #3, #4 in call
99 | localized: "TK.Placeholder.enterAmountDots",
100 | defaultValue: "Enter amount…",
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/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 #2, #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 #2, #3, #4 in call
109 | localized: "TK.Placeholder.enterEmailDots",
110 | defaultValue: "Enter your email…",
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/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 #2, #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 #2, #3, #4 in call
119 | }
120 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/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 #2, #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 #2, #3, #4 in call
124 | }
125 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/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 #2, #3, #4 in call
126 | /// "Enter new password…" - Password input hint
127 | public static var enterNewPasswordDots: String {
128 | String(
| `- error: extra arguments at positions #2, #3, #4 in call
129 | localized: "TK.Placeholder.enterNewPasswordDots",
130 | defaultValue: "Enter new password…",
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/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 #2, #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 #2, #3, #4 in call
139 | localized: "TK.Placeholder.enterPasswordDots",
140 | defaultValue: "Enter password…",
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/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 #2, #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 #2, #3, #4 in call
149 | localized: "TK.Placeholder.enterPhoneNumberDots",
150 | defaultValue: "Enter phone number…",
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/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 #2, #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 #2, #3, #4 in call
159 | localized: "TK.Placeholder.enterTextDots",
160 | defaultValue: "Enter text…",
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/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 #2, #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 #2, #3, #4 in call
169 | localized: "TK.Placeholder.enterUsernameDots",
170 | defaultValue: "Enter username…",
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/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 #2, #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 #2, #3, #4 in call
179 | }
180 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/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 #2, #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 #2, #3, #4 in call
184 | localized: "TK.Placeholder.firstNameExample",
185 | defaultValue: "e.g. Jane",
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/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 #2, #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 #2, #3, #4 in call
194 | }
195 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/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 #2, #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 #2, #3, #4 in call
199 | }
200 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/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 #2, #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 #2, #3, #4 in call
204 | }
205 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/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 #2, #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 #2, #3, #4 in call
209 | localized: "TK.Placeholder.lastNameExample",
210 | defaultValue: "e.g. Doe",
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/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 #2, #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 #2, #3, #4 in call
219 | localized: "TK.Placeholder.loadingDots",
220 | defaultValue: "Loading…",
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/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 #2, #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 #2, #3, #4 in call
229 | localized: "TK.Placeholder.noResultsFoundDots",
230 | defaultValue: "No results found…",
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/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 #2, #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 #2, #3, #4 in call
239 | localized: "TK.Placeholder.nothingHereYetDots",
240 | defaultValue: "Nothing here yet…",
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/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 #2, #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 #2, #3, #4 in call
249 | localized: "TK.Placeholder.phoneExample",
250 | defaultValue: "e.g. +1 (555) 123-4567",
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/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 #2, #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 #2, #3, #4 in call
259 | }
260 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/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 #2, #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 #2, #3, #4 in call
264 | }
265 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/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 #2, #3, #4 in call
266 | /// "Processing…" - Shown during background operations
267 | public static var processingDots: String {
268 | String(
| `- error: extra arguments at positions #2, #3, #4 in call
269 | localized: "TK.Placeholder.processingDots",
270 | defaultValue: "Processing…",
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/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 #2, #3, #4 in call
276 | /// "Processing request…" - Request processing state
277 | public static var processingRequestDots: String {
278 | String(
| `- error: extra arguments at positions #2, #3, #4 in call
279 | localized: "TK.Placeholder.processingRequestDots",
280 | defaultValue: "Processing request…",
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/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 #2, #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 #2, #3, #4 in call
289 | }
290 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/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 #2, #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 #2, #3, #4 in call
294 | }
295 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/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 #2, #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 #2, #3, #4 in call
299 | }
300 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/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 #2, #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 #2, #3, #4 in call
304 | }
305 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/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 #2, #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 #2, #3, #4 in call
309 | }
310 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/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 #2, #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 #2, #3, #4 in call
314 | }
315 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/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 #2, #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 #2, #3, #4 in call
319 | }
320 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/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 #2, #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 #2, #3, #4 in call
324 | }
325 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/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 #2, #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 #2, #3, #4 in call
329 | }
330 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/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 #2, #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 #2, #3, #4 in call
334 | }
335 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/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 #2, #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 #2, #3, #4 in call
339 | localized: "TK.Placeholder.usernameExample",
340 | defaultValue: "e.g. JaneDoe",
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/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 #2, #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 #2, #3, #4 in call
349 | }
350 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/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 #2, #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 #2, #3, #4 in call
354 | }
355 |
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/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 #2, #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 #2, #3, #4 in call
359 | }
360 | }
Swift.String:4:23: note: 'init(_:)' declared here
2 | public func lowercased() -> String
3 | public func uppercased() -> String
4 | @inlinable public init<T>(_ value: T) where T : LosslessStringConvertible
| `- note: 'init(_:)' declared here
5 | }
/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 | }
BUILD FAILURE 6.0 linux