Build Information
Failed to build FlineDevKit, reference 0.4.0 (4c5e28
), with Swift 6.1 for Wasm on 30 May 2025 08:26:32 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:213:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
211 | /// "Searching…" - Search in progress state
212 | public static var searchingDots: String {
213 | String(localized: "TK.Placeholder.searchingDots", defaultValue: "Searching…", bundle: .module, comment: "Search in progress state")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
214 | }
215 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:213:99: error: cannot infer contextual base in reference to member 'module'
211 | /// "Searching…" - Search in progress state
212 | public static var searchingDots: String {
213 | String(localized: "TK.Placeholder.searchingDots", defaultValue: "Searching…", bundle: .module, comment: "Search in progress state")
| `- error: cannot infer contextual base in reference to member 'module'
214 | }
215 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:218:16: error: extra arguments at positions #3, #4 in call
216 | /// "Select time…" - Time selection hint
217 | public static var selectTimeDots: String {
218 | String(localized: "TK.Placeholder.selectTimeDots", defaultValue: "Select time…", bundle: .module, comment: "Time selection hint")
| `- error: extra arguments at positions #3, #4 in call
219 | }
220 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:218:17: error: missing argument for parameter 'format' in call
216 | /// "Select time…" - Time selection hint
217 | public static var selectTimeDots: String {
218 | String(localized: "TK.Placeholder.selectTimeDots", defaultValue: "Select time…", bundle: .module, comment: "Time selection hint")
| `- error: missing argument for parameter 'format' in call
219 | }
220 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:218:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
216 | /// "Select time…" - Time selection hint
217 | public static var selectTimeDots: String {
218 | String(localized: "TK.Placeholder.selectTimeDots", defaultValue: "Select time…", bundle: .module, comment: "Time selection hint")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
219 | }
220 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:218:102: error: cannot infer contextual base in reference to member 'module'
216 | /// "Select time…" - Time selection hint
217 | public static var selectTimeDots: String {
218 | String(localized: "TK.Placeholder.selectTimeDots", defaultValue: "Select time…", bundle: .module, comment: "Time selection hint")
| `- error: cannot infer contextual base in reference to member 'module'
219 | }
220 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:223:16: error: extra arguments at positions #3, #4 in call
221 | /// "Sending…" - Shown when sending data
222 | public static var sendingDots: String {
223 | String(localized: "TK.Placeholder.sendingDots", defaultValue: "Sending…", bundle: .module, comment: "Shown when sending data")
| `- error: extra arguments at positions #3, #4 in call
224 | }
225 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:223:17: error: missing argument for parameter 'format' in call
221 | /// "Sending…" - Shown when sending data
222 | public static var sendingDots: String {
223 | String(localized: "TK.Placeholder.sendingDots", defaultValue: "Sending…", bundle: .module, comment: "Shown when sending data")
| `- error: missing argument for parameter 'format' in call
224 | }
225 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:223:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
221 | /// "Sending…" - Shown when sending data
222 | public static var sendingDots: String {
223 | String(localized: "TK.Placeholder.sendingDots", defaultValue: "Sending…", bundle: .module, comment: "Shown when sending data")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
224 | }
225 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:223:95: error: cannot infer contextual base in reference to member 'module'
221 | /// "Sending…" - Shown when sending data
222 | public static var sendingDots: String {
223 | String(localized: "TK.Placeholder.sendingDots", defaultValue: "Sending…", bundle: .module, comment: "Shown when sending data")
| `- error: cannot infer contextual base in reference to member 'module'
224 | }
225 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:228:16: error: extra arguments at positions #3, #4 in call
226 | /// "Syncing…" - Shown during synchronization
227 | public static var syncingDots: String {
228 | String(localized: "TK.Placeholder.syncingDots", defaultValue: "Syncing…", bundle: .module, comment: "Shown during synchronization")
| `- error: extra arguments at positions #3, #4 in call
229 | }
230 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:228:17: error: missing argument for parameter 'format' in call
226 | /// "Syncing…" - Shown during synchronization
227 | public static var syncingDots: String {
228 | String(localized: "TK.Placeholder.syncingDots", defaultValue: "Syncing…", bundle: .module, comment: "Shown during synchronization")
| `- error: missing argument for parameter 'format' in call
229 | }
230 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:228:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
226 | /// "Syncing…" - Shown during synchronization
227 | public static var syncingDots: String {
228 | String(localized: "TK.Placeholder.syncingDots", defaultValue: "Syncing…", bundle: .module, comment: "Shown during synchronization")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
229 | }
230 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:228:95: error: cannot infer contextual base in reference to member 'module'
226 | /// "Syncing…" - Shown during synchronization
227 | public static var syncingDots: String {
228 | String(localized: "TK.Placeholder.syncingDots", defaultValue: "Syncing…", bundle: .module, comment: "Shown during synchronization")
| `- error: cannot infer contextual base in reference to member 'module'
229 | }
230 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:233:16: error: extra arguments at positions #3, #4 in call
231 | /// "Updating…" - Shown during updates
232 | public static var updatingDots: String {
233 | String(localized: "TK.Placeholder.updatingDots", defaultValue: "Updating…", bundle: .module, comment: "Shown during updates")
| `- error: extra arguments at positions #3, #4 in call
234 | }
235 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:233:17: error: missing argument for parameter 'format' in call
231 | /// "Updating…" - Shown during updates
232 | public static var updatingDots: String {
233 | String(localized: "TK.Placeholder.updatingDots", defaultValue: "Updating…", bundle: .module, comment: "Shown during updates")
| `- error: missing argument for parameter 'format' in call
234 | }
235 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:233:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
231 | /// "Updating…" - Shown during updates
232 | public static var updatingDots: String {
233 | String(localized: "TK.Placeholder.updatingDots", defaultValue: "Updating…", bundle: .module, comment: "Shown during updates")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
234 | }
235 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:233:97: error: cannot infer contextual base in reference to member 'module'
231 | /// "Updating…" - Shown during updates
232 | public static var updatingDots: String {
233 | String(localized: "TK.Placeholder.updatingDots", defaultValue: "Updating…", bundle: .module, comment: "Shown during updates")
| `- error: cannot infer contextual base in reference to member 'module'
234 | }
235 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:238:16: error: extra arguments at positions #3, #4 in call
236 | /// "Uploading…" - Shown during uploads
237 | public static var uploadingDots: String {
238 | String(localized: "TK.Placeholder.uploadingDots", defaultValue: "Uploading…", bundle: .module, comment: "Shown during uploads")
| `- error: extra arguments at positions #3, #4 in call
239 | }
240 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:238:17: error: missing argument for parameter 'format' in call
236 | /// "Uploading…" - Shown during uploads
237 | public static var uploadingDots: String {
238 | String(localized: "TK.Placeholder.uploadingDots", defaultValue: "Uploading…", bundle: .module, comment: "Shown during uploads")
| `- error: missing argument for parameter 'format' in call
239 | }
240 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:238:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
236 | /// "Uploading…" - Shown during uploads
237 | public static var uploadingDots: String {
238 | String(localized: "TK.Placeholder.uploadingDots", defaultValue: "Uploading…", bundle: .module, comment: "Shown during uploads")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
239 | }
240 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:238:99: error: cannot infer contextual base in reference to member 'module'
236 | /// "Uploading…" - Shown during uploads
237 | public static var uploadingDots: String {
238 | String(localized: "TK.Placeholder.uploadingDots", defaultValue: "Uploading…", bundle: .module, comment: "Shown during uploads")
| `- error: cannot infer contextual base in reference to member 'module'
239 | }
240 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:243:16: error: extra arguments at positions #3, #4 in call
241 | /// "e.g. @janedoe" - Username input example, using 'Jane Doe' for English, adjusts per language
242 | public static var usernameExample: String {
243 | String(localized: "TK.Placeholder.usernameExample", defaultValue: "e.g. JaneDoe", bundle: .module, comment: "Username input example, using 'Jane Doe' for English, adjusts per language")
| `- error: extra arguments at positions #3, #4 in call
244 | }
245 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:243:17: error: missing argument for parameter 'format' in call
241 | /// "e.g. @janedoe" - Username input example, using 'Jane Doe' for English, adjusts per language
242 | public static var usernameExample: String {
243 | String(localized: "TK.Placeholder.usernameExample", defaultValue: "e.g. JaneDoe", bundle: .module, comment: "Username input example, using 'Jane Doe' for English, adjusts per language")
| `- error: missing argument for parameter 'format' in call
244 | }
245 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:243:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
241 | /// "e.g. @janedoe" - Username input example, using 'Jane Doe' for English, adjusts per language
242 | public static var usernameExample: String {
243 | String(localized: "TK.Placeholder.usernameExample", defaultValue: "e.g. JaneDoe", bundle: .module, comment: "Username input example, using 'Jane Doe' for English, adjusts per language")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
244 | }
245 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:243:101: error: cannot infer contextual base in reference to member 'module'
241 | /// "e.g. @janedoe" - Username input example, using 'Jane Doe' for English, adjusts per language
242 | public static var usernameExample: String {
243 | String(localized: "TK.Placeholder.usernameExample", defaultValue: "e.g. JaneDoe", bundle: .module, comment: "Username input example, using 'Jane Doe' for English, adjusts per language")
| `- error: cannot infer contextual base in reference to member 'module'
244 | }
245 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:248:16: error: extra arguments at positions #3, #4 in call
246 | /// "Verifying…" - Shown during verification
247 | public static var verifyingDots: String {
248 | String(localized: "TK.Placeholder.verifyingDots", defaultValue: "Verifying…", bundle: .module, comment: "Shown during verification")
| `- error: extra arguments at positions #3, #4 in call
249 | }
250 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:248:17: error: missing argument for parameter 'format' in call
246 | /// "Verifying…" - Shown during verification
247 | public static var verifyingDots: String {
248 | String(localized: "TK.Placeholder.verifyingDots", defaultValue: "Verifying…", bundle: .module, comment: "Shown during verification")
| `- error: missing argument for parameter 'format' in call
249 | }
250 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:248:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
246 | /// "Verifying…" - Shown during verification
247 | public static var verifyingDots: String {
248 | String(localized: "TK.Placeholder.verifyingDots", defaultValue: "Verifying…", bundle: .module, comment: "Shown during verification")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
249 | }
250 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:248:99: error: cannot infer contextual base in reference to member 'module'
246 | /// "Verifying…" - Shown during verification
247 | public static var verifyingDots: String {
248 | String(localized: "TK.Placeholder.verifyingDots", defaultValue: "Verifying…", bundle: .module, comment: "Shown during verification")
| `- error: cannot infer contextual base in reference to member 'module'
249 | }
250 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:253:16: error: extra arguments at positions #3, #4 in call
251 | /// "Waiting…" - Generic waiting state
252 | public static var waitingDots: String {
253 | String(localized: "TK.Placeholder.waitingDots", defaultValue: "Waiting…", bundle: .module, comment: "Generic waiting state")
| `- error: extra arguments at positions #3, #4 in call
254 | }
255 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:253:17: error: missing argument for parameter 'format' in call
251 | /// "Waiting…" - Generic waiting state
252 | public static var waitingDots: String {
253 | String(localized: "TK.Placeholder.waitingDots", defaultValue: "Waiting…", bundle: .module, comment: "Generic waiting state")
| `- error: missing argument for parameter 'format' in call
254 | }
255 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:253:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
251 | /// "Waiting…" - Generic waiting state
252 | public static var waitingDots: String {
253 | String(localized: "TK.Placeholder.waitingDots", defaultValue: "Waiting…", bundle: .module, comment: "Generic waiting state")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
254 | }
255 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:253:95: error: cannot infer contextual base in reference to member 'module'
251 | /// "Waiting…" - Generic waiting state
252 | public static var waitingDots: String {
253 | String(localized: "TK.Placeholder.waitingDots", defaultValue: "Waiting…", bundle: .module, comment: "Generic waiting state")
| `- error: cannot infer contextual base in reference to member 'module'
254 | }
255 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:258:16: error: extra arguments at positions #3, #4 in call
256 | /// "Write a reply…" - Reply input hint
257 | public static var writeReplyDots: String {
258 | String(localized: "TK.Placeholder.writeReplyDots", defaultValue: "Write a reply…", bundle: .module, comment: "Reply input hint")
| `- error: extra arguments at positions #3, #4 in call
259 | }
260 | }
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:258:17: error: missing argument for parameter 'format' in call
256 | /// "Write a reply…" - Reply input hint
257 | public static var writeReplyDots: String {
258 | String(localized: "TK.Placeholder.writeReplyDots", defaultValue: "Write a reply…", bundle: .module, comment: "Reply input hint")
| `- error: missing argument for parameter 'format' in call
259 | }
260 | }
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:258:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
256 | /// "Write a reply…" - Reply input hint
257 | public static var writeReplyDots: String {
258 | String(localized: "TK.Placeholder.writeReplyDots", defaultValue: "Write a reply…", bundle: .module, comment: "Reply input hint")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
259 | }
260 | }
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:258:104: error: cannot infer contextual base in reference to member 'module'
256 | /// "Write a reply…" - Reply input hint
257 | public static var writeReplyDots: String {
258 | 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'
259 | }
260 | }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[100/237] Emitting module TelemetryDeck
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[103/237] Compiling SwiftSyntax SyntaxIdentifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[104/237] Compiling SwiftSyntax SyntaxNodeFactory.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[108/237] Compiling SwiftSyntax Syntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:9:60: error: cannot find type 'DispatchQoS' in scope
7 | /// - qosClass: The global QoS class to be used or `nil` to use the main thread. Defaults to `nil`.
8 | /// - closure: The code to run with a delay.
9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
| `- error: cannot find type 'DispatchQoS' in scope
10 | let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
11 | dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:22:52: error: cannot find type 'DispatchQoS' in scope
20 | @_disfavoredOverload
21 | @available(iOS 16, macOS 13, tvOS 16, visionOS 1, watchOS 9, *)
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
| `- error: cannot find type 'DispatchQoS' in scope
23 | let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
24 | dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:10:42: error: cannot find 'DispatchQueue' in scope
8 | /// - closure: The code to run with a delay.
9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
10 | let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
| `- error: cannot find 'DispatchQueue' in scope
11 | dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
12 | }
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:10:81: error: cannot find 'DispatchQueue' in scope
8 | /// - closure: The code to run with a delay.
9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
10 | let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
| `- error: cannot find 'DispatchQueue' in scope
11 | dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
12 | }
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:11:39: error: cannot find 'DispatchTime' in scope
9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
10 | let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
11 | dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
| `- error: cannot find 'DispatchTime' in scope
12 | }
13 |
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:23:42: error: cannot find 'DispatchQueue' in scope
21 | @available(iOS 16, macOS 13, tvOS 16, visionOS 1, watchOS 9, *)
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
23 | let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
| `- error: cannot find 'DispatchQueue' in scope
24 | dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
25 | }
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:23:81: error: cannot find 'DispatchQueue' in scope
21 | @available(iOS 16, macOS 13, tvOS 16, visionOS 1, watchOS 9, *)
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
23 | let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
| `- error: cannot find 'DispatchQueue' in scope
24 | dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
25 | }
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:24:39: error: cannot find 'DispatchTime' in scope
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
23 | let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
24 | dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
| `- error: cannot find 'DispatchTime' in scope
25 | }
26 |
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:9:60: error: cannot find type 'DispatchQoS' in scope
7 | /// - qosClass: The global QoS class to be used or `nil` to use the main thread. Defaults to `nil`.
8 | /// - closure: The code to run with a delay.
9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
| `- error: cannot find type 'DispatchQoS' in scope
10 | let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
11 | dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:22:52: error: cannot find type 'DispatchQoS' in scope
20 | @_disfavoredOverload
21 | @available(iOS 16, macOS 13, tvOS 16, visionOS 1, watchOS 9, *)
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
| `- error: cannot find type 'DispatchQoS' in scope
23 | let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
24 | dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:10:42: error: cannot find 'DispatchQueue' in scope
8 | /// - closure: The code to run with a delay.
9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
10 | let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
| `- error: cannot find 'DispatchQueue' in scope
11 | dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
12 | }
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:10:81: error: cannot find 'DispatchQueue' in scope
8 | /// - closure: The code to run with a delay.
9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
10 | let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
| `- error: cannot find 'DispatchQueue' in scope
11 | dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
12 | }
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:11:39: error: cannot find 'DispatchTime' in scope
9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
10 | let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
11 | dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
| `- error: cannot find 'DispatchTime' in scope
12 | }
13 |
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:23:42: error: cannot find 'DispatchQueue' in scope
21 | @available(iOS 16, macOS 13, tvOS 16, visionOS 1, watchOS 9, *)
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
23 | let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
| `- error: cannot find 'DispatchQueue' in scope
24 | dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
25 | }
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:23:81: error: cannot find 'DispatchQueue' in scope
21 | @available(iOS 16, macOS 13, tvOS 16, visionOS 1, watchOS 9, *)
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
23 | let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
| `- error: cannot find 'DispatchQueue' in scope
24 | dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
25 | }
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:24:39: error: cannot find 'DispatchTime' in scope
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
23 | let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
24 | dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
| `- error: cannot find 'DispatchTime' in scope
25 | }
26 |
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:9:60: error: cannot find type 'DispatchQoS' in scope
7 | /// - qosClass: The global QoS class to be used or `nil` to use the main thread. Defaults to `nil`.
8 | /// - closure: The code to run with a delay.
9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
| `- error: cannot find type 'DispatchQoS' in scope
10 | let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
11 | dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:22:52: error: cannot find type 'DispatchQoS' in scope
20 | @_disfavoredOverload
21 | @available(iOS 16, macOS 13, tvOS 16, visionOS 1, watchOS 9, *)
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
| `- error: cannot find type 'DispatchQoS' in scope
23 | let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
24 | dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:10:42: error: cannot find 'DispatchQueue' in scope
8 | /// - closure: The code to run with a delay.
9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
10 | let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
| `- error: cannot find 'DispatchQueue' in scope
11 | dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
12 | }
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:10:81: error: cannot find 'DispatchQueue' in scope
8 | /// - closure: The code to run with a delay.
9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
10 | let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
| `- error: cannot find 'DispatchQueue' in scope
11 | dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
12 | }
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:11:39: error: cannot find 'DispatchTime' in scope
9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
10 | let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
11 | dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
| `- error: cannot find 'DispatchTime' in scope
12 | }
13 |
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:23:42: error: cannot find 'DispatchQueue' in scope
21 | @available(iOS 16, macOS 13, tvOS 16, visionOS 1, watchOS 9, *)
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
23 | let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
| `- error: cannot find 'DispatchQueue' in scope
24 | dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
25 | }
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:23:81: error: cannot find 'DispatchQueue' in scope
21 | @available(iOS 16, macOS 13, tvOS 16, visionOS 1, watchOS 9, *)
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
23 | let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
| `- error: cannot find 'DispatchQueue' in scope
24 | dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
25 | }
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:24:39: error: cannot find 'DispatchTime' in scope
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
23 | let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
24 | dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
| `- error: cannot find 'DispatchTime' in scope
25 | }
26 |
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:9:60: error: cannot find type 'DispatchQoS' in scope
7 | /// - qosClass: The global QoS class to be used or `nil` to use the main thread. Defaults to `nil`.
8 | /// - closure: The code to run with a delay.
9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
| `- error: cannot find type 'DispatchQoS' in scope
10 | let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
11 | dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:22:52: error: cannot find type 'DispatchQoS' in scope
20 | @_disfavoredOverload
21 | @available(iOS 16, macOS 13, tvOS 16, visionOS 1, watchOS 9, *)
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
| `- error: cannot find type 'DispatchQoS' in scope
23 | let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
24 | dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:10:42: error: cannot find 'DispatchQueue' in scope
8 | /// - closure: The code to run with a delay.
9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
10 | let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
| `- error: cannot find 'DispatchQueue' in scope
11 | dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
12 | }
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:10:81: error: cannot find 'DispatchQueue' in scope
8 | /// - closure: The code to run with a delay.
9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
10 | let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
| `- error: cannot find 'DispatchQueue' in scope
11 | dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
12 | }
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:11:39: error: cannot find 'DispatchTime' in scope
9 | public func delay(by timeInterval: TimeInterval, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
10 | let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
11 | dispatchQueue.asyncAfter(deadline: DispatchTime.now() + timeInterval, execute: closure)
| `- error: cannot find 'DispatchTime' in scope
12 | }
13 |
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:23:42: error: cannot find 'DispatchQueue' in scope
21 | @available(iOS 16, macOS 13, tvOS 16, visionOS 1, watchOS 9, *)
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
23 | let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
| `- error: cannot find 'DispatchQueue' in scope
24 | dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
25 | }
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:23:81: error: cannot find 'DispatchQueue' in scope
21 | @available(iOS 16, macOS 13, tvOS 16, visionOS 1, watchOS 9, *)
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
23 | let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
| `- error: cannot find 'DispatchQueue' in scope
24 | dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
25 | }
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Globals.swift:24:39: error: cannot find 'DispatchTime' in scope
22 | public func delay(by duration: Duration, qosClass: DispatchQoS.QoSClass? = nil, _ closure: @Sendable @escaping () -> Void) {
23 | let dispatchQueue = qosClass != nil ? DispatchQueue.global(qos: qosClass!) : DispatchQueue.main
24 | dispatchQueue.asyncAfter(deadline: DispatchTime.now() + duration.timeInterval, execute: closure)
| `- error: cannot find 'DispatchTime' in scope
25 | }
26 |
[113/237] Compiling SwiftSyntax SyntaxArena.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[114/237] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[115/237] Compiling SwiftSyntax SyntaxChildren.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[116/237] Compiling SwiftSyntax SyntaxCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[117/237] Compiling SwiftSyntax SyntaxHashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[121/237] Compiling TranslateKitLite resource_bundle_accessor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
[122/237] Emitting module ReviewKit
/host/spi-builder-workspace/.build/checkouts/ReviewKit/Sources/ReviewKit/ReviewKit.swift:2:8: error: no such module 'StoreKit'
1 | import Foundation
2 | import StoreKit
| `- error: no such module 'StoreKit'
3 |
4 | /// A helper to request a user review on the App Store at an appropriate time. Persists positive events in standard `UserDefaults`.
[123/237] Compiling ReviewKit ReviewCriteria.swift
/host/spi-builder-workspace/.build/checkouts/ReviewKit/Sources/ReviewKit/ReviewKit.swift:2:8: error: no such module 'StoreKit'
1 | import Foundation
2 | import StoreKit
| `- error: no such module 'StoreKit'
3 |
4 | /// A helper to request a user review on the App Store at an appropriate time. Persists positive events in standard `UserDefaults`.
[124/237] Compiling HandySwift HandyRegex.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:18:35: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
16 | case failedToDecodeClientErrorBody(Error, Context?)
17 | case clientError(String, Context?)
18 | case unexpectedResponseType(URLResponse, Context?)
| `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
19 | case unexpectedStatusCode(Int, Context?)
20 |
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
| `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:18:12: error: associated value 'unexpectedResponseType' of 'Sendable'-conforming enum 'APIError' has non-sendable type 'URLResponse' (aka 'AnyObject')
16 | case failedToDecodeClientErrorBody(Error, Context?)
17 | case clientError(String, Context?)
18 | case unexpectedResponseType(URLResponse, Context?)
| `- error: associated value 'unexpectedResponseType' of 'Sendable'-conforming enum 'APIError' has non-sendable type 'URLResponse' (aka 'AnyObject')
19 | case unexpectedStatusCode(Int, Context?)
20 |
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:105:36: error: cannot find type 'URLRequest' in scope
103 |
104 | public protocol RequestPlugin: Sendable {
105 | func apply(to request: inout URLRequest)
| `- error: cannot find type 'URLRequest' in scope
106 | }
107 |
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:109:37: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
107 |
108 | public protocol ResponsePlugin: Sendable {
109 | func apply(to response: inout HTTPURLResponse, data: inout Data) throws
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
110 | }
111 |
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias HTTPURLResponse = AnyObject
| `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:218:43: error: cannot find type 'URLRequest' in scope
216 | }
217 |
218 | private func performRequest(_ request: URLRequest, errorContext: String?) async throws(APIError) -> (Data, URLResponse) {
| `- error: cannot find type 'URLRequest' in scope
219 | self.logRequestIfDebug(request)
220 |
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:218:111: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
216 | }
217 |
218 | private func performRequest(_ request: URLRequest, errorContext: String?) async throws(APIError) -> (Data, URLResponse) {
| `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
219 | self.logRequestIfDebug(request)
220 |
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
| `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:233:72: error: cannot find type 'URLRequest' in scope
231 | }
232 |
233 | private func handle(data: Data, response: URLResponse, for request: URLRequest, errorContext: String?, attempt: Int = 1) async throws(APIError) -> Data {
| `- error: cannot find type 'URLRequest' in scope
234 | guard var httpResponse = response as? HTTPURLResponse else {
235 | throw .unexpectedResponseType(response, self.errorContext(requestContext: errorContext))
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:233:46: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
231 | }
232 |
233 | private func handle(data: Data, response: URLResponse, for request: URLRequest, errorContext: String?, attempt: Int = 1) async throws(APIError) -> Data {
| `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
234 | guard var httpResponse = response as? HTTPURLResponse else {
235 | throw .unexpectedResponseType(response, self.errorContext(requestContext: errorContext))
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
| `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:296:46: error: cannot find type 'URLRequest' in scope
294 | }
295 |
296 | private func logRequestIfDebug(_ request: URLRequest) {
| `- error: cannot find type 'URLRequest' in scope
297 | #if DEBUG
298 | var requestBodyString: String?
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:307:48: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
305 | }
306 |
307 | private func logResponseIfDebug(_ response: URLResponse, data: Data?) {
| `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
308 | #if DEBUG
309 | var responseBodyString: String?
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
| `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:185:21: error: cannot find 'URLRequest' in scope
183 | .appending(queryItems: self.baseQueryItems + extraQueryItems)
184 |
185 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
186 | request.httpMethod = method.rawValue
187 |
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:222:21: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
220 |
221 | let data: Data
222 | let response: URLResponse
| `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
223 | do {
224 | (data, response) = try await URLSession.shared.data(for: request)
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
| `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:224:50: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
222 | let response: URLResponse
223 | do {
224 | (data, response) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
225 | } catch {
226 | throw APIError.failedToLoadData(error, self.errorContext(requestContext: errorContext))
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:234:45: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
232 |
233 | private func handle(data: Data, response: URLResponse, for request: URLRequest, errorContext: String?, attempt: Int = 1) async throws(APIError) -> Data {
234 | guard var httpResponse = response as? HTTPURLResponse else {
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
235 | throw .unexpectedResponseType(response, self.errorContext(requestContext: errorContext))
236 | }
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias HTTPURLResponse = AnyObject
| `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:247:27: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
245 | }
246 |
247 | switch httpResponse.statusCode {
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
248 | case 200..<300:
249 | return data
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:258:61: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'value'
256 | // respect the server retry-after(-ms) value if it exists, allowing values betwen 0.5-5 seconds
257 | if
258 | let retryAfterMillisecondsString = httpResponse.value(forHTTPHeaderField: "retry-after-ms"),
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'value'
259 | let retryAfterMilliseconds = Double(retryAfterMillisecondsString)
260 | {
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:263:49: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'value'
261 | sleepSeconds = max(0.5, min(retryAfterMilliseconds, 5))
262 | } else if
263 | let retryAfterString = httpResponse.value(forHTTPHeaderField: "retry-after"),
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'value'
264 | let retryAfter = Double(retryAfterString)
265 | {
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:280:71: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
278 | case 400..<500:
279 | guard !data.isEmpty else {
280 | throw .clientError("Unexpected status code \(httpResponse.statusCode) without a response body.", self.errorContext(requestContext: errorContext))
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
281 | }
282 |
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:292:51: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
290 |
291 | default:
292 | throw .unexpectedStatusCode(httpResponse.statusCode, self.errorContext(requestContext: errorContext))
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
293 | }
294 | }
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:314:66: error: value of type 'URLResponse' (aka 'AnyObject') has no member 'url'
312 | }
313 |
314 | print("[\(self)] Received response & body from '\(response.url!)': \(response)\n\nResponse headers:\n\((response as? HTTPURLResponse)?.allHeaderFields ?? [:])\n\nResponse body:\n\(responseBodyString ?? "No body")")
| `- error: value of type 'URLResponse' (aka 'AnyObject') has no member 'url'
315 | #endif
316 | }
[125/237] Compiling HandySwift OperatingSystem.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:18:35: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
16 | case failedToDecodeClientErrorBody(Error, Context?)
17 | case clientError(String, Context?)
18 | case unexpectedResponseType(URLResponse, Context?)
| `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
19 | case unexpectedStatusCode(Int, Context?)
20 |
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
| `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:18:12: error: associated value 'unexpectedResponseType' of 'Sendable'-conforming enum 'APIError' has non-sendable type 'URLResponse' (aka 'AnyObject')
16 | case failedToDecodeClientErrorBody(Error, Context?)
17 | case clientError(String, Context?)
18 | case unexpectedResponseType(URLResponse, Context?)
| `- error: associated value 'unexpectedResponseType' of 'Sendable'-conforming enum 'APIError' has non-sendable type 'URLResponse' (aka 'AnyObject')
19 | case unexpectedStatusCode(Int, Context?)
20 |
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:105:36: error: cannot find type 'URLRequest' in scope
103 |
104 | public protocol RequestPlugin: Sendable {
105 | func apply(to request: inout URLRequest)
| `- error: cannot find type 'URLRequest' in scope
106 | }
107 |
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:109:37: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
107 |
108 | public protocol ResponsePlugin: Sendable {
109 | func apply(to response: inout HTTPURLResponse, data: inout Data) throws
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
110 | }
111 |
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias HTTPURLResponse = AnyObject
| `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:218:43: error: cannot find type 'URLRequest' in scope
216 | }
217 |
218 | private func performRequest(_ request: URLRequest, errorContext: String?) async throws(APIError) -> (Data, URLResponse) {
| `- error: cannot find type 'URLRequest' in scope
219 | self.logRequestIfDebug(request)
220 |
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:218:111: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
216 | }
217 |
218 | private func performRequest(_ request: URLRequest, errorContext: String?) async throws(APIError) -> (Data, URLResponse) {
| `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
219 | self.logRequestIfDebug(request)
220 |
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
| `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:233:72: error: cannot find type 'URLRequest' in scope
231 | }
232 |
233 | private func handle(data: Data, response: URLResponse, for request: URLRequest, errorContext: String?, attempt: Int = 1) async throws(APIError) -> Data {
| `- error: cannot find type 'URLRequest' in scope
234 | guard var httpResponse = response as? HTTPURLResponse else {
235 | throw .unexpectedResponseType(response, self.errorContext(requestContext: errorContext))
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:233:46: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
231 | }
232 |
233 | private func handle(data: Data, response: URLResponse, for request: URLRequest, errorContext: String?, attempt: Int = 1) async throws(APIError) -> Data {
| `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
234 | guard var httpResponse = response as? HTTPURLResponse else {
235 | throw .unexpectedResponseType(response, self.errorContext(requestContext: errorContext))
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
| `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:296:46: error: cannot find type 'URLRequest' in scope
294 | }
295 |
296 | private func logRequestIfDebug(_ request: URLRequest) {
| `- error: cannot find type 'URLRequest' in scope
297 | #if DEBUG
298 | var requestBodyString: String?
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:307:48: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
305 | }
306 |
307 | private func logResponseIfDebug(_ response: URLResponse, data: Data?) {
| `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
308 | #if DEBUG
309 | var responseBodyString: String?
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
| `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:185:21: error: cannot find 'URLRequest' in scope
183 | .appending(queryItems: self.baseQueryItems + extraQueryItems)
184 |
185 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
186 | request.httpMethod = method.rawValue
187 |
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:222:21: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
220 |
221 | let data: Data
222 | let response: URLResponse
| `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
223 | do {
224 | (data, response) = try await URLSession.shared.data(for: request)
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
| `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:224:50: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
222 | let response: URLResponse
223 | do {
224 | (data, response) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
225 | } catch {
226 | throw APIError.failedToLoadData(error, self.errorContext(requestContext: errorContext))
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:234:45: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
232 |
233 | private func handle(data: Data, response: URLResponse, for request: URLRequest, errorContext: String?, attempt: Int = 1) async throws(APIError) -> Data {
234 | guard var httpResponse = response as? HTTPURLResponse else {
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
235 | throw .unexpectedResponseType(response, self.errorContext(requestContext: errorContext))
236 | }
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias HTTPURLResponse = AnyObject
| `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:247:27: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
245 | }
246 |
247 | switch httpResponse.statusCode {
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
248 | case 200..<300:
249 | return data
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:258:61: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'value'
256 | // respect the server retry-after(-ms) value if it exists, allowing values betwen 0.5-5 seconds
257 | if
258 | let retryAfterMillisecondsString = httpResponse.value(forHTTPHeaderField: "retry-after-ms"),
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'value'
259 | let retryAfterMilliseconds = Double(retryAfterMillisecondsString)
260 | {
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:263:49: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'value'
261 | sleepSeconds = max(0.5, min(retryAfterMilliseconds, 5))
262 | } else if
263 | let retryAfterString = httpResponse.value(forHTTPHeaderField: "retry-after"),
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'value'
264 | let retryAfter = Double(retryAfterString)
265 | {
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:280:71: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
278 | case 400..<500:
279 | guard !data.isEmpty else {
280 | throw .clientError("Unexpected status code \(httpResponse.statusCode) without a response body.", self.errorContext(requestContext: errorContext))
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
281 | }
282 |
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:292:51: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
290 |
291 | default:
292 | throw .unexpectedStatusCode(httpResponse.statusCode, self.errorContext(requestContext: errorContext))
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
293 | }
294 | }
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:314:66: error: value of type 'URLResponse' (aka 'AnyObject') has no member 'url'
312 | }
313 |
314 | print("[\(self)] Received response & body from '\(response.url!)': \(response)\n\nResponse headers:\n\((response as? HTTPURLResponse)?.allHeaderFields ?? [:])\n\nResponse body:\n\(responseBodyString ?? "No body")")
| `- error: value of type 'URLResponse' (aka 'AnyObject') has no member 'url'
315 | #endif
316 | }
[126/237] Compiling HandySwift RESTClient.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:18:35: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
16 | case failedToDecodeClientErrorBody(Error, Context?)
17 | case clientError(String, Context?)
18 | case unexpectedResponseType(URLResponse, Context?)
| `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
19 | case unexpectedStatusCode(Int, Context?)
20 |
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
| `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:18:12: error: associated value 'unexpectedResponseType' of 'Sendable'-conforming enum 'APIError' has non-sendable type 'URLResponse' (aka 'AnyObject')
16 | case failedToDecodeClientErrorBody(Error, Context?)
17 | case clientError(String, Context?)
18 | case unexpectedResponseType(URLResponse, Context?)
| `- error: associated value 'unexpectedResponseType' of 'Sendable'-conforming enum 'APIError' has non-sendable type 'URLResponse' (aka 'AnyObject')
19 | case unexpectedStatusCode(Int, Context?)
20 |
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:105:36: error: cannot find type 'URLRequest' in scope
103 |
104 | public protocol RequestPlugin: Sendable {
105 | func apply(to request: inout URLRequest)
| `- error: cannot find type 'URLRequest' in scope
106 | }
107 |
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:109:37: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
107 |
108 | public protocol ResponsePlugin: Sendable {
109 | func apply(to response: inout HTTPURLResponse, data: inout Data) throws
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
110 | }
111 |
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias HTTPURLResponse = AnyObject
| `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:218:43: error: cannot find type 'URLRequest' in scope
216 | }
217 |
218 | private func performRequest(_ request: URLRequest, errorContext: String?) async throws(APIError) -> (Data, URLResponse) {
| `- error: cannot find type 'URLRequest' in scope
219 | self.logRequestIfDebug(request)
220 |
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:218:111: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
216 | }
217 |
218 | private func performRequest(_ request: URLRequest, errorContext: String?) async throws(APIError) -> (Data, URLResponse) {
| `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
219 | self.logRequestIfDebug(request)
220 |
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
| `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:233:72: error: cannot find type 'URLRequest' in scope
231 | }
232 |
233 | private func handle(data: Data, response: URLResponse, for request: URLRequest, errorContext: String?, attempt: Int = 1) async throws(APIError) -> Data {
| `- error: cannot find type 'URLRequest' in scope
234 | guard var httpResponse = response as? HTTPURLResponse else {
235 | throw .unexpectedResponseType(response, self.errorContext(requestContext: errorContext))
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:233:46: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
231 | }
232 |
233 | private func handle(data: Data, response: URLResponse, for request: URLRequest, errorContext: String?, attempt: Int = 1) async throws(APIError) -> Data {
| `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
234 | guard var httpResponse = response as? HTTPURLResponse else {
235 | throw .unexpectedResponseType(response, self.errorContext(requestContext: errorContext))
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
| `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:296:46: error: cannot find type 'URLRequest' in scope
294 | }
295 |
296 | private func logRequestIfDebug(_ request: URLRequest) {
| `- error: cannot find type 'URLRequest' in scope
297 | #if DEBUG
298 | var requestBodyString: String?
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:307:48: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
305 | }
306 |
307 | private func logResponseIfDebug(_ response: URLResponse, data: Data?) {
| `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
308 | #if DEBUG
309 | var responseBodyString: String?
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
| `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:185:21: error: cannot find 'URLRequest' in scope
183 | .appending(queryItems: self.baseQueryItems + extraQueryItems)
184 |
185 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
186 | request.httpMethod = method.rawValue
187 |
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:222:21: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
220 |
221 | let data: Data
222 | let response: URLResponse
| `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
223 | do {
224 | (data, response) = try await URLSession.shared.data(for: request)
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
| `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:224:50: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
222 | let response: URLResponse
223 | do {
224 | (data, response) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
225 | } catch {
226 | throw APIError.failedToLoadData(error, self.errorContext(requestContext: errorContext))
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:234:45: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
232 |
233 | private func handle(data: Data, response: URLResponse, for request: URLRequest, errorContext: String?, attempt: Int = 1) async throws(APIError) -> Data {
234 | guard var httpResponse = response as? HTTPURLResponse else {
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
235 | throw .unexpectedResponseType(response, self.errorContext(requestContext: errorContext))
236 | }
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias HTTPURLResponse = AnyObject
| `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:247:27: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
245 | }
246 |
247 | switch httpResponse.statusCode {
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
248 | case 200..<300:
249 | return data
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:258:61: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'value'
256 | // respect the server retry-after(-ms) value if it exists, allowing values betwen 0.5-5 seconds
257 | if
258 | let retryAfterMillisecondsString = httpResponse.value(forHTTPHeaderField: "retry-after-ms"),
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'value'
259 | let retryAfterMilliseconds = Double(retryAfterMillisecondsString)
260 | {
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:263:49: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'value'
261 | sleepSeconds = max(0.5, min(retryAfterMilliseconds, 5))
262 | } else if
263 | let retryAfterString = httpResponse.value(forHTTPHeaderField: "retry-after"),
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'value'
264 | let retryAfter = Double(retryAfterString)
265 | {
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:280:71: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
278 | case 400..<500:
279 | guard !data.isEmpty else {
280 | throw .clientError("Unexpected status code \(httpResponse.statusCode) without a response body.", self.errorContext(requestContext: errorContext))
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
281 | }
282 |
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:292:51: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
290 |
291 | default:
292 | throw .unexpectedStatusCode(httpResponse.statusCode, self.errorContext(requestContext: errorContext))
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
293 | }
294 | }
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:314:66: error: value of type 'URLResponse' (aka 'AnyObject') has no member 'url'
312 | }
313 |
314 | print("[\(self)] Received response & body from '\(response.url!)': \(response)\n\nResponse headers:\n\((response as? HTTPURLResponse)?.allHeaderFields ?? [:])\n\nResponse body:\n\(responseBodyString ?? "No body")")
| `- error: value of type 'URLResponse' (aka 'AnyObject') has no member 'url'
315 | #endif
316 | }
[127/237] Compiling HandySwift SortedArray.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:18:35: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
16 | case failedToDecodeClientErrorBody(Error, Context?)
17 | case clientError(String, Context?)
18 | case unexpectedResponseType(URLResponse, Context?)
| `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
19 | case unexpectedStatusCode(Int, Context?)
20 |
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
| `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:18:12: error: associated value 'unexpectedResponseType' of 'Sendable'-conforming enum 'APIError' has non-sendable type 'URLResponse' (aka 'AnyObject')
16 | case failedToDecodeClientErrorBody(Error, Context?)
17 | case clientError(String, Context?)
18 | case unexpectedResponseType(URLResponse, Context?)
| `- error: associated value 'unexpectedResponseType' of 'Sendable'-conforming enum 'APIError' has non-sendable type 'URLResponse' (aka 'AnyObject')
19 | case unexpectedStatusCode(Int, Context?)
20 |
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:105:36: error: cannot find type 'URLRequest' in scope
103 |
104 | public protocol RequestPlugin: Sendable {
105 | func apply(to request: inout URLRequest)
| `- error: cannot find type 'URLRequest' in scope
106 | }
107 |
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:109:37: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
107 |
108 | public protocol ResponsePlugin: Sendable {
109 | func apply(to response: inout HTTPURLResponse, data: inout Data) throws
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
110 | }
111 |
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias HTTPURLResponse = AnyObject
| `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:218:43: error: cannot find type 'URLRequest' in scope
216 | }
217 |
218 | private func performRequest(_ request: URLRequest, errorContext: String?) async throws(APIError) -> (Data, URLResponse) {
| `- error: cannot find type 'URLRequest' in scope
219 | self.logRequestIfDebug(request)
220 |
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:218:111: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
216 | }
217 |
218 | private func performRequest(_ request: URLRequest, errorContext: String?) async throws(APIError) -> (Data, URLResponse) {
| `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
219 | self.logRequestIfDebug(request)
220 |
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
| `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:233:72: error: cannot find type 'URLRequest' in scope
231 | }
232 |
233 | private func handle(data: Data, response: URLResponse, for request: URLRequest, errorContext: String?, attempt: Int = 1) async throws(APIError) -> Data {
| `- error: cannot find type 'URLRequest' in scope
234 | guard var httpResponse = response as? HTTPURLResponse else {
235 | throw .unexpectedResponseType(response, self.errorContext(requestContext: errorContext))
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:233:46: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
231 | }
232 |
233 | private func handle(data: Data, response: URLResponse, for request: URLRequest, errorContext: String?, attempt: Int = 1) async throws(APIError) -> Data {
| `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
234 | guard var httpResponse = response as? HTTPURLResponse else {
235 | throw .unexpectedResponseType(response, self.errorContext(requestContext: errorContext))
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
| `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:296:46: error: cannot find type 'URLRequest' in scope
294 | }
295 |
296 | private func logRequestIfDebug(_ request: URLRequest) {
| `- error: cannot find type 'URLRequest' in scope
297 | #if DEBUG
298 | var requestBodyString: String?
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:307:48: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
305 | }
306 |
307 | private func logResponseIfDebug(_ response: URLResponse, data: Data?) {
| `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
308 | #if DEBUG
309 | var responseBodyString: String?
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
| `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:185:21: error: cannot find 'URLRequest' in scope
183 | .appending(queryItems: self.baseQueryItems + extraQueryItems)
184 |
185 | var request = URLRequest(url: url)
| `- error: cannot find 'URLRequest' in scope
186 | request.httpMethod = method.rawValue
187 |
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:222:21: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
220 |
221 | let data: Data
222 | let response: URLResponse
| `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
223 | do {
224 | (data, response) = try await URLSession.shared.data(for: request)
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
| `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:224:50: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
222 | let response: URLResponse
223 | do {
224 | (data, response) = try await URLSession.shared.data(for: request)
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
225 | } catch {
226 | throw APIError.failedToLoadData(error, self.errorContext(requestContext: errorContext))
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:234:45: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
232 |
233 | private func handle(data: Data, response: URLResponse, for request: URLRequest, errorContext: String?, attempt: Int = 1) async throws(APIError) -> Data {
234 | guard var httpResponse = response as? HTTPURLResponse else {
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
235 | throw .unexpectedResponseType(response, self.errorContext(requestContext: errorContext))
236 | }
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias HTTPURLResponse = AnyObject
| `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:247:27: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
245 | }
246 |
247 | switch httpResponse.statusCode {
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
248 | case 200..<300:
249 | return data
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:258:61: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'value'
256 | // respect the server retry-after(-ms) value if it exists, allowing values betwen 0.5-5 seconds
257 | if
258 | let retryAfterMillisecondsString = httpResponse.value(forHTTPHeaderField: "retry-after-ms"),
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'value'
259 | let retryAfterMilliseconds = Double(retryAfterMillisecondsString)
260 | {
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:263:49: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'value'
261 | sleepSeconds = max(0.5, min(retryAfterMilliseconds, 5))
262 | } else if
263 | let retryAfterString = httpResponse.value(forHTTPHeaderField: "retry-after"),
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'value'
264 | let retryAfter = Double(retryAfterString)
265 | {
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:280:71: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
278 | case 400..<500:
279 | guard !data.isEmpty else {
280 | throw .clientError("Unexpected status code \(httpResponse.statusCode) without a response body.", self.errorContext(requestContext: errorContext))
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
281 | }
282 |
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:292:51: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
290 |
291 | default:
292 | throw .unexpectedStatusCode(httpResponse.statusCode, self.errorContext(requestContext: errorContext))
| `- error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
293 | }
294 | }
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Types/RESTClient.swift:314:66: error: value of type 'URLResponse' (aka 'AnyObject') has no member 'url'
312 | }
313 |
314 | print("[\(self)] Received response & body from '\(response.url!)': \(response)\n\nResponse headers:\n\((response as? HTTPURLResponse)?.allHeaderFields ?? [:])\n\nResponse body:\n\(responseBodyString ?? "No body")")
| `- error: value of type 'URLResponse' (aka 'AnyObject') has no member 'url'
315 | #endif
316 | }
[127/237] Wrapping AST for SwiftSyntax601 for debugging
[129/237] Compiling FreemiumKit resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/FreemiumKit/Sources/FreemiumKit/FreemiumKit.swift:2:19: error: no such module 'FreemiumKitSDK'
1 | #if !os(Linux)
2 | @_exported import FreemiumKitSDK
| `- error: no such module 'FreemiumKitSDK'
3 | #endif
4 |
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
/host/spi-builder-workspace/.build/checkouts/LinksKit/Sources/LinksKit/Model/Link.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Represents a link with a title, system image, and URL.
[140/292] Compiling OrderedCollections OrderedDictionary+Codable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[141/292] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[142/292] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[143/292] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[144/292] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[145/292] Compiling OrderedCollections OrderedDictionary+Elements.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[146/292] Compiling OrderedCollections OrderedDictionary+Equatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[147/292] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
[150/292] Compiling OrderedCollections OrderedDictionary.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Extensions/DispatchTimeIntervalExt.swift:3:11: error: cannot find type 'DispatchTimeInterval' in scope
1 | import Foundation
2 |
3 | extension DispatchTimeInterval {
| `- error: cannot find type 'DispatchTimeInterval' in scope
4 | /// Converts the dispatch time interval to seconds using the `TimeInterval` type.
5 | /// This is useful for when you need to work with `DispatchTimeInterval` values in contexts that require `TimeInterval` (in seconds),
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Extensions/DispatchTimeIntervalExt.swift:3:11: error: cannot find type 'DispatchTimeInterval' in scope
1 | import Foundation
2 |
3 | extension DispatchTimeInterval {
| `- error: cannot find type 'DispatchTimeInterval' in scope
4 | /// Converts the dispatch time interval to seconds using the `TimeInterval` type.
5 | /// This is useful for when you need to work with `DispatchTimeInterval` values in contexts that require `TimeInterval` (in seconds),
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Extensions/DispatchTimeIntervalExt.swift:3:11: error: cannot find type 'DispatchTimeInterval' in scope
1 | import Foundation
2 |
3 | extension DispatchTimeInterval {
| `- error: cannot find type 'DispatchTimeInterval' in scope
4 | /// Converts the dispatch time interval to seconds using the `TimeInterval` type.
5 | /// This is useful for when you need to work with `DispatchTimeInterval` values in contexts that require `TimeInterval` (in seconds),
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/HandySwift/Sources/HandySwift/Extensions/DispatchTimeIntervalExt.swift:3:11: error: cannot find type 'DispatchTimeInterval' in scope
1 | import Foundation
2 |
3 | extension DispatchTimeInterval {
| `- error: cannot find type 'DispatchTimeInterval' in scope
4 | /// Converts the dispatch time interval to seconds using the `TimeInterval` type.
5 | /// This is useful for when you need to work with `DispatchTimeInterval` values in contexts that require `TimeInterval` (in seconds),
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/19] Write swift-version-24593BA9C3E375BF.txt
[2/63] Emitting module SwiftSyntax601
[3/63] Compiling SwiftSyntax601 Empty.swift
[4/63] Compiling SwiftSyntax510 Empty.swift
[5/63] Emitting module SwiftSyntax510
[6/65] Emitting module SwiftSyntax509
[7/66] Compiling SwiftSyntax600 Empty.swift
[8/66] Emitting module SwiftSyntax600
[9/77] Compiling TranslateKitLite TK.swift
[10/77] Compiling TranslateKitLite resource_bundle_accessor.swift
[13/77] Compiling LinksKit LinksView.swift
/host/spi-builder-workspace/.build/checkouts/LinksKit/Sources/LinksKit/Model/Link.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Represents a link with a title, system image, and URL.
[14/77] Compiling TelemetryDeck ErrorCategory.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
[15/77] Compiling TelemetryDeck IdentifiableError.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
[16/77] Compiling TelemetryDeck NavigationStatus.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
[17/80] Compiling TelemetryDeck SignalCache.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
[18/80] Compiling TelemetryDeck SignalEnricher.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
[19/80] Compiling TelemetryDeck SignalManager.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
[20/80] Compiling LinksKit LinkSectionsView.swift
/host/spi-builder-workspace/.build/checkouts/LinksKit/Sources/LinksKit/Model/Link.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Represents a link with a title, system image, and URL.
[21/80] Compiling SwiftSyntax509 Empty.swift
[22/80] Compiling LinksKit resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/LinksKit/Sources/LinksKit/Model/Link.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Represents a link with a title, system image, and URL.
[23/81] Compiling TelemetryDeck TelemetryDeck+Activation.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
[24/81] Compiling TelemetryDeck TelemetryDeck+Referral.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
[25/81] Compiling TelemetryDeck TelemetryDeck+Revenue.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
[26/81] Compiling TelemetryDeck AnyIdentifiableError.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
[28/80] Compiling ReviewKit ReviewCriteria.swift
/host/spi-builder-workspace/.build/checkouts/ReviewKit/Sources/ReviewKit/ReviewKit.swift:2:8: error: no such module 'StoreKit'
1 | import Foundation
2 | import StoreKit
| `- error: no such module 'StoreKit'
3 |
4 | /// A helper to request a user review on the App Store at an appropriate time. Persists positive events in standard `UserDefaults`.
[29/80] Compiling ReviewKit ReviewKit.swift
/host/spi-builder-workspace/.build/checkouts/ReviewKit/Sources/ReviewKit/ReviewKit.swift:2:8: error: no such module 'StoreKit'
1 | import Foundation
2 | import StoreKit
| `- error: no such module 'StoreKit'
3 |
4 | /// A helper to request a user review on the App Store at an appropriate time. Persists positive events in standard `UserDefaults`.
[31/91] Compiling LinksKit TitleAndTrailingIconBadgeLabelStyle.swift
/host/spi-builder-workspace/.build/checkouts/LinksKit/Sources/LinksKit/Model/Link.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Represents a link with a title, system image, and URL.
[32/91] Compiling LinksKit TitleAndTrailingIconLabelStyle.swift
/host/spi-builder-workspace/.build/checkouts/LinksKit/Sources/LinksKit/Model/Link.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Represents a link with a title, system image, and URL.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[33/95] Emitting module TelemetryDeck
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[34/124] Emitting module ReviewKit
/host/spi-builder-workspace/.build/checkouts/ReviewKit/Sources/ReviewKit/ReviewKit.swift:2:8: error: no such module 'StoreKit'
1 | import Foundation
2 | import StoreKit
| `- error: no such module 'StoreKit'
3 |
4 | /// A helper to request a user review on the App Store at an appropriate time. Persists positive events in standard `UserDefaults`.
[35/124] Compiling HandySwift ArrayExt.swift
/host/spi-builder-workspace/.build/checkouts/LinksKit/Sources/LinksKit/Model/Link.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Represents a link with a title, system image, and URL.
[36/124] Compiling HandySwift CaseIterableExt.swift
/host/spi-builder-workspace/.build/checkouts/LinksKit/Sources/LinksKit/Model/Link.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Represents a link with a title, system image, and URL.
[37/124] Compiling HandySwift IntExt.swift
/host/spi-builder-workspace/.build/checkouts/LinksKit/Sources/LinksKit/Model/Link.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Represents a link with a title, system image, and URL.
[38/124] Compiling HandySwift JSONDecoderExt.swift
/host/spi-builder-workspace/.build/checkouts/LinksKit/Sources/LinksKit/Model/Link.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Represents a link with a title, system image, and URL.
[39/124] Compiling HandySwift Globals.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
[40/124] Compiling HandySwift AutoConforming.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
[41/124] Compiling HandySwift DivisibleArithmetic.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
[42/124] Compiling HandySwift RandomAccessCollectionExt.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
[43/124] Compiling HandySwift SequenceExt.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
[44/124] Compiling HandySwift StringExt.swift
/host/spi-builder-workspace/.build/checkouts/SwiftSDK/Sources/TelemetryDeck/Helpers/CryptoHashing.swift:4:8: error: no such module 'CommonCrypto'
2 | import CryptoKit
3 | #endif
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
[45/124] Compiling ReviewKit PositiveEvent.swift
/host/spi-builder-workspace/.build/checkouts/ReviewKit/Sources/ReviewKit/ReviewKit.swift:2:8: error: no such module 'StoreKit'
1 | import Foundation
2 | import StoreKit
| `- error: no such module 'StoreKit'
3 |
4 | /// A helper to request a user review on the App Store at an appropriate time. Persists positive events in standard `UserDefaults`.
[45/124] Wrapping AST for SwiftSyntax510 for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[46/124] Emitting module LinksKit
/host/spi-builder-workspace/.build/checkouts/LinksKit/Sources/LinksKit/Model/Link.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// Represents a link with a title, system image, and URL.
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:8:16: error: extra arguments at positions #3, #4 in call
6 | /// "Analyzing…" - Shown during analysis
7 | public static var analyzingDots: String {
8 | String(localized: "TK.Placeholder.analyzingDots", defaultValue: "Analyzing…", bundle: .module, comment: "Shown during analysis")
| `- error: extra arguments at positions #3, #4 in call
9 | }
10 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:8:17: error: missing argument for parameter 'format' in call
6 | /// "Analyzing…" - Shown during analysis
7 | public static var analyzingDots: String {
8 | String(localized: "TK.Placeholder.analyzingDots", defaultValue: "Analyzing…", bundle: .module, comment: "Shown during analysis")
| `- error: missing argument for parameter 'format' in call
9 | }
10 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:8:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
6 | /// "Analyzing…" - Shown during analysis
7 | public static var analyzingDots: String {
8 | String(localized: "TK.Placeholder.analyzingDots", defaultValue: "Analyzing…", bundle: .module, comment: "Shown during analysis")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
9 | }
10 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:8:99: error: cannot infer contextual base in reference to member 'module'
6 | /// "Analyzing…" - Shown during analysis
7 | public static var analyzingDots: String {
8 | String(localized: "TK.Placeholder.analyzingDots", defaultValue: "Analyzing…", bundle: .module, comment: "Shown during analysis")
| `- error: cannot infer contextual base in reference to member 'module'
9 | }
10 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:13:16: error: extra arguments at positions #3, #4 in call
11 | /// "Authenticating…" - Shown during login
12 | public static var authenticatingDots: String {
13 | String(localized: "TK.Placeholder.authenticatingDots", defaultValue: "Authenticating…", bundle: .module, comment: "Shown during login")
| `- error: extra arguments at positions #3, #4 in call
14 | }
15 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:13:17: error: missing argument for parameter 'format' in call
11 | /// "Authenticating…" - Shown during login
12 | public static var authenticatingDots: String {
13 | String(localized: "TK.Placeholder.authenticatingDots", defaultValue: "Authenticating…", bundle: .module, comment: "Shown during login")
| `- error: missing argument for parameter 'format' in call
14 | }
15 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:13:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
11 | /// "Authenticating…" - Shown during login
12 | public static var authenticatingDots: String {
13 | String(localized: "TK.Placeholder.authenticatingDots", defaultValue: "Authenticating…", bundle: .module, comment: "Shown during login")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
14 | }
15 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:13:109: error: cannot infer contextual base in reference to member 'module'
11 | /// "Authenticating…" - Shown during login
12 | public static var authenticatingDots: String {
13 | String(localized: "TK.Placeholder.authenticatingDots", defaultValue: "Authenticating…", bundle: .module, comment: "Shown during login")
| `- error: cannot infer contextual base in reference to member 'module'
14 | }
15 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:18:16: error: extra arguments at positions #3, #4 in call
16 | /// "Buffering…" - Shown while pre-loading video content for uninterrupted playback
17 | public static var bufferingDots: String {
18 | String(localized: "TK.Placeholder.bufferingDots", defaultValue: "Buffering…", bundle: .module, comment: "Shown while pre-loading video content for uninterrupted playback")
| `- error: extra arguments at positions #3, #4 in call
19 | }
20 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:18:17: error: missing argument for parameter 'format' in call
16 | /// "Buffering…" - Shown while pre-loading video content for uninterrupted playback
17 | public static var bufferingDots: String {
18 | String(localized: "TK.Placeholder.bufferingDots", defaultValue: "Buffering…", bundle: .module, comment: "Shown while pre-loading video content for uninterrupted playback")
| `- error: missing argument for parameter 'format' in call
19 | }
20 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:18:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
16 | /// "Buffering…" - Shown while pre-loading video content for uninterrupted playback
17 | public static var bufferingDots: String {
18 | String(localized: "TK.Placeholder.bufferingDots", defaultValue: "Buffering…", bundle: .module, comment: "Shown while pre-loading video content for uninterrupted playback")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
19 | }
20 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:18:99: error: cannot infer contextual base in reference to member 'module'
16 | /// "Buffering…" - Shown while pre-loading video content for uninterrupted playback
17 | public static var bufferingDots: String {
18 | String(localized: "TK.Placeholder.bufferingDots", defaultValue: "Buffering…", bundle: .module, comment: "Shown while pre-loading video content for uninterrupted playback")
| `- error: cannot infer contextual base in reference to member 'module'
19 | }
20 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:23:16: error: extra arguments at positions #3, #4 in call
21 | /// "Calculating…" - Shown during calculations
22 | public static var calculatingDots: String {
23 | String(localized: "TK.Placeholder.calculatingDots", defaultValue: "Calculating…", bundle: .module, comment: "Shown during calculations")
| `- error: extra arguments at positions #3, #4 in call
24 | }
25 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:23:17: error: missing argument for parameter 'format' in call
21 | /// "Calculating…" - Shown during calculations
22 | public static var calculatingDots: String {
23 | String(localized: "TK.Placeholder.calculatingDots", defaultValue: "Calculating…", bundle: .module, comment: "Shown during calculations")
| `- error: missing argument for parameter 'format' in call
24 | }
25 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:23:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
21 | /// "Calculating…" - Shown during calculations
22 | public static var calculatingDots: String {
23 | String(localized: "TK.Placeholder.calculatingDots", defaultValue: "Calculating…", bundle: .module, comment: "Shown during calculations")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
24 | }
25 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:23:103: error: cannot infer contextual base in reference to member 'module'
21 | /// "Calculating…" - Shown during calculations
22 | public static var calculatingDots: String {
23 | String(localized: "TK.Placeholder.calculatingDots", defaultValue: "Calculating…", bundle: .module, comment: "Shown during calculations")
| `- error: cannot infer contextual base in reference to member 'module'
24 | }
25 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:28:16: error: extra arguments at positions #3, #4 in call
26 | /// "Choose a date…" - Date selection hint
27 | public static var chooseDateDots: String {
28 | String(localized: "TK.Placeholder.chooseDateDots", defaultValue: "Choose a date…", bundle: .module, comment: "Date selection hint")
| `- error: extra arguments at positions #3, #4 in call
29 | }
30 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:28:17: error: missing argument for parameter 'format' in call
26 | /// "Choose a date…" - Date selection hint
27 | public static var chooseDateDots: String {
28 | String(localized: "TK.Placeholder.chooseDateDots", defaultValue: "Choose a date…", bundle: .module, comment: "Date selection hint")
| `- error: missing argument for parameter 'format' in call
29 | }
30 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:28:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
26 | /// "Choose a date…" - Date selection hint
27 | public static var chooseDateDots: String {
28 | String(localized: "TK.Placeholder.chooseDateDots", defaultValue: "Choose a date…", bundle: .module, comment: "Date selection hint")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
29 | }
30 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:28:104: error: cannot infer contextual base in reference to member 'module'
26 | /// "Choose a date…" - Date selection hint
27 | public static var chooseDateDots: String {
28 | String(localized: "TK.Placeholder.chooseDateDots", defaultValue: "Choose a date…", bundle: .module, comment: "Date selection hint")
| `- error: cannot infer contextual base in reference to member 'module'
29 | }
30 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:33:16: error: extra arguments at positions #3, #4 in call
31 | /// "Choose a file…" - Input hint for file selection
32 | public static var chooseFileDots: String {
33 | String(localized: "TK.Placeholder.chooseFileDots", defaultValue: "Choose a file…", bundle: .module, comment: "Input hint for file selection")
| `- error: extra arguments at positions #3, #4 in call
34 | }
35 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:33:17: error: missing argument for parameter 'format' in call
31 | /// "Choose a file…" - Input hint for file selection
32 | public static var chooseFileDots: String {
33 | String(localized: "TK.Placeholder.chooseFileDots", defaultValue: "Choose a file…", bundle: .module, comment: "Input hint for file selection")
| `- error: missing argument for parameter 'format' in call
34 | }
35 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:33:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
31 | /// "Choose a file…" - Input hint for file selection
32 | public static var chooseFileDots: String {
33 | String(localized: "TK.Placeholder.chooseFileDots", defaultValue: "Choose a file…", bundle: .module, comment: "Input hint for file selection")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
34 | }
35 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:33:104: error: cannot infer contextual base in reference to member 'module'
31 | /// "Choose a file…" - Input hint for file selection
32 | public static var chooseFileDots: String {
33 | String(localized: "TK.Placeholder.chooseFileDots", defaultValue: "Choose a file…", bundle: .module, comment: "Input hint for file selection")
| `- error: cannot infer contextual base in reference to member 'module'
34 | }
35 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:38:16: error: extra arguments at positions #3, #4 in call
36 | /// "Choose a language…" - Language selection hint
37 | public static var chooseLanguageDots: String {
38 | String(localized: "TK.Placeholder.chooseLanguageDots", defaultValue: "Choose a language…", bundle: .module, comment: "Language selection hint")
| `- error: extra arguments at positions #3, #4 in call
39 | }
40 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:38:17: error: missing argument for parameter 'format' in call
36 | /// "Choose a language…" - Language selection hint
37 | public static var chooseLanguageDots: String {
38 | String(localized: "TK.Placeholder.chooseLanguageDots", defaultValue: "Choose a language…", bundle: .module, comment: "Language selection hint")
| `- error: missing argument for parameter 'format' in call
39 | }
40 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:38:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
36 | /// "Choose a language…" - Language selection hint
37 | public static var chooseLanguageDots: String {
38 | String(localized: "TK.Placeholder.chooseLanguageDots", defaultValue: "Choose a language…", bundle: .module, comment: "Language selection hint")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
39 | }
40 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:38:112: error: cannot infer contextual base in reference to member 'module'
36 | /// "Choose a language…" - Language selection hint
37 | public static var chooseLanguageDots: String {
38 | String(localized: "TK.Placeholder.chooseLanguageDots", defaultValue: "Choose a language…", bundle: .module, comment: "Language selection hint")
| `- error: cannot infer contextual base in reference to member 'module'
39 | }
40 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:43:16: error: extra arguments at positions #3, #4 in call
41 | /// "Choose an option…" - Generic selection hint
42 | public static var chooseOptionDots: String {
43 | String(localized: "TK.Placeholder.chooseOptionDots", defaultValue: "Choose an option…", bundle: .module, comment: "Generic selection hint")
| `- error: extra arguments at positions #3, #4 in call
44 | }
45 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:43:17: error: missing argument for parameter 'format' in call
41 | /// "Choose an option…" - Generic selection hint
42 | public static var chooseOptionDots: String {
43 | String(localized: "TK.Placeholder.chooseOptionDots", defaultValue: "Choose an option…", bundle: .module, comment: "Generic selection hint")
| `- error: missing argument for parameter 'format' in call
44 | }
45 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:43:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
41 | /// "Choose an option…" - Generic selection hint
42 | public static var chooseOptionDots: String {
43 | String(localized: "TK.Placeholder.chooseOptionDots", defaultValue: "Choose an option…", bundle: .module, comment: "Generic selection hint")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
44 | }
45 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:43:109: error: cannot infer contextual base in reference to member 'module'
41 | /// "Choose an option…" - Generic selection hint
42 | public static var chooseOptionDots: String {
43 | String(localized: "TK.Placeholder.chooseOptionDots", defaultValue: "Choose an option…", bundle: .module, comment: "Generic selection hint")
| `- error: cannot infer contextual base in reference to member 'module'
44 | }
45 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:48:16: error: extra arguments at positions #3, #4 in call
46 | /// "Confirm password…" - Password confirmation hint
47 | public static var confirmPasswordDots: String {
48 | String(localized: "TK.Placeholder.confirmPasswordDots", defaultValue: "Confirm password…", bundle: .module, comment: "Password confirmation hint")
| `- error: extra arguments at positions #3, #4 in call
49 | }
50 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:48:17: error: missing argument for parameter 'format' in call
46 | /// "Confirm password…" - Password confirmation hint
47 | public static var confirmPasswordDots: String {
48 | String(localized: "TK.Placeholder.confirmPasswordDots", defaultValue: "Confirm password…", bundle: .module, comment: "Password confirmation hint")
| `- error: missing argument for parameter 'format' in call
49 | }
50 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:48:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
46 | /// "Confirm password…" - Password confirmation hint
47 | public static var confirmPasswordDots: String {
48 | String(localized: "TK.Placeholder.confirmPasswordDots", defaultValue: "Confirm password…", bundle: .module, comment: "Password confirmation hint")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
49 | }
50 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:48:112: error: cannot infer contextual base in reference to member 'module'
46 | /// "Confirm password…" - Password confirmation hint
47 | public static var confirmPasswordDots: String {
48 | String(localized: "TK.Placeholder.confirmPasswordDots", defaultValue: "Confirm password…", bundle: .module, comment: "Password confirmation hint")
| `- error: cannot infer contextual base in reference to member 'module'
49 | }
50 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:53:16: error: extra arguments at positions #3, #4 in call
51 | /// "Connecting…" - Shown during connection attempts
52 | public static var connectingDots: String {
53 | String(localized: "TK.Placeholder.connectingDots", defaultValue: "Connecting…", bundle: .module, comment: "Shown during connection attempts")
| `- error: extra arguments at positions #3, #4 in call
54 | }
55 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:53:17: error: missing argument for parameter 'format' in call
51 | /// "Connecting…" - Shown during connection attempts
52 | public static var connectingDots: String {
53 | String(localized: "TK.Placeholder.connectingDots", defaultValue: "Connecting…", bundle: .module, comment: "Shown during connection attempts")
| `- error: missing argument for parameter 'format' in call
54 | }
55 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:53:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
51 | /// "Connecting…" - Shown during connection attempts
52 | public static var connectingDots: String {
53 | String(localized: "TK.Placeholder.connectingDots", defaultValue: "Connecting…", bundle: .module, comment: "Shown during connection attempts")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
54 | }
55 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:53:101: error: cannot infer contextual base in reference to member 'module'
51 | /// "Connecting…" - Shown during connection attempts
52 | public static var connectingDots: String {
53 | String(localized: "TK.Placeholder.connectingDots", defaultValue: "Connecting…", bundle: .module, comment: "Shown during connection attempts")
| `- error: cannot infer contextual base in reference to member 'module'
54 | }
55 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:58:16: error: extra arguments at positions #3, #4 in call
56 | /// "Creating…" - Shown when creating content
57 | public static var creatingDots: String {
58 | String(localized: "TK.Placeholder.creatingDots", defaultValue: "Creating…", bundle: .module, comment: "Shown when creating content")
| `- error: extra arguments at positions #3, #4 in call
59 | }
60 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:58:17: error: missing argument for parameter 'format' in call
56 | /// "Creating…" - Shown when creating content
57 | public static var creatingDots: String {
58 | String(localized: "TK.Placeholder.creatingDots", defaultValue: "Creating…", bundle: .module, comment: "Shown when creating content")
| `- error: missing argument for parameter 'format' in call
59 | }
60 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:58:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
56 | /// "Creating…" - Shown when creating content
57 | public static var creatingDots: String {
58 | String(localized: "TK.Placeholder.creatingDots", defaultValue: "Creating…", bundle: .module, comment: "Shown when creating content")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
59 | }
60 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:58:97: error: cannot infer contextual base in reference to member 'module'
56 | /// "Creating…" - Shown when creating content
57 | public static var creatingDots: String {
58 | String(localized: "TK.Placeholder.creatingDots", defaultValue: "Creating…", bundle: .module, comment: "Shown when creating content")
| `- error: cannot infer contextual base in reference to member 'module'
59 | }
60 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:63:16: error: extra arguments at positions #3, #4 in call
61 | /// "Deleting…" - Shown when removing content
62 | public static var deletingDots: String {
63 | String(localized: "TK.Placeholder.deletingDots", defaultValue: "Deleting…", bundle: .module, comment: "Shown when removing content")
| `- error: extra arguments at positions #3, #4 in call
64 | }
65 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:63:17: error: missing argument for parameter 'format' in call
61 | /// "Deleting…" - Shown when removing content
62 | public static var deletingDots: String {
63 | String(localized: "TK.Placeholder.deletingDots", defaultValue: "Deleting…", bundle: .module, comment: "Shown when removing content")
| `- error: missing argument for parameter 'format' in call
64 | }
65 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:63:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
61 | /// "Deleting…" - Shown when removing content
62 | public static var deletingDots: String {
63 | String(localized: "TK.Placeholder.deletingDots", defaultValue: "Deleting…", bundle: .module, comment: "Shown when removing content")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
64 | }
65 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:63:97: error: cannot infer contextual base in reference to member 'module'
61 | /// "Deleting…" - Shown when removing content
62 | public static var deletingDots: String {
63 | String(localized: "TK.Placeholder.deletingDots", defaultValue: "Deleting…", bundle: .module, comment: "Shown when removing content")
| `- error: cannot infer contextual base in reference to member 'module'
64 | }
65 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:68:16: error: extra arguments at positions #3, #4 in call
66 | /// "Downloading…" - Shown during downloads
67 | public static var downloadingDots: String {
68 | String(localized: "TK.Placeholder.downloadingDots", defaultValue: "Downloading…", bundle: .module, comment: "Shown during downloads")
| `- error: extra arguments at positions #3, #4 in call
69 | }
70 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:68:17: error: missing argument for parameter 'format' in call
66 | /// "Downloading…" - Shown during downloads
67 | public static var downloadingDots: String {
68 | String(localized: "TK.Placeholder.downloadingDots", defaultValue: "Downloading…", bundle: .module, comment: "Shown during downloads")
| `- error: missing argument for parameter 'format' in call
69 | }
70 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:68:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
66 | /// "Downloading…" - Shown during downloads
67 | public static var downloadingDots: String {
68 | String(localized: "TK.Placeholder.downloadingDots", defaultValue: "Downloading…", bundle: .module, comment: "Shown during downloads")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
69 | }
70 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:68:103: error: cannot infer contextual base in reference to member 'module'
66 | /// "Downloading…" - Shown during downloads
67 | public static var downloadingDots: String {
68 | String(localized: "TK.Placeholder.downloadingDots", defaultValue: "Downloading…", bundle: .module, comment: "Shown during downloads")
| `- error: cannot infer contextual base in reference to member 'module'
69 | }
70 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:73:16: error: extra arguments at positions #3, #4 in call
71 | /// "e.g. jane@example.com" - Email input example, using 'Jane Doe' for English, adjusts per language
72 | public static var emailExample: String {
73 | String(localized: "TK.Placeholder.emailExample", defaultValue: "e.g. jane@example.com", bundle: .module, comment: "Email input example, using 'Jane Doe' for English, adjusts per language")
| `- error: extra arguments at positions #3, #4 in call
74 | }
75 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:73:17: error: missing argument for parameter 'format' in call
71 | /// "e.g. jane@example.com" - Email input example, using 'Jane Doe' for English, adjusts per language
72 | public static var emailExample: String {
73 | String(localized: "TK.Placeholder.emailExample", defaultValue: "e.g. jane@example.com", bundle: .module, comment: "Email input example, using 'Jane Doe' for English, adjusts per language")
| `- error: missing argument for parameter 'format' in call
74 | }
75 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:73:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
71 | /// "e.g. jane@example.com" - Email input example, using 'Jane Doe' for English, adjusts per language
72 | public static var emailExample: String {
73 | String(localized: "TK.Placeholder.emailExample", defaultValue: "e.g. jane@example.com", bundle: .module, comment: "Email input example, using 'Jane Doe' for English, adjusts per language")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
74 | }
75 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:73:107: error: cannot infer contextual base in reference to member 'module'
71 | /// "e.g. jane@example.com" - Email input example, using 'Jane Doe' for English, adjusts per language
72 | public static var emailExample: String {
73 | String(localized: "TK.Placeholder.emailExample", defaultValue: "e.g. jane@example.com", bundle: .module, comment: "Email input example, using 'Jane Doe' for English, adjusts per language")
| `- error: cannot infer contextual base in reference to member 'module'
74 | }
75 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:78:16: error: extra arguments at positions #3, #4 in call
76 | /// "Enter amount…" - Input hint for entering money values
77 | public static var enterAmountDots: String {
78 | String(localized: "TK.Placeholder.enterAmountDots", defaultValue: "Enter amount…", bundle: .module, comment: "Input hint for entering money values")
| `- error: extra arguments at positions #3, #4 in call
79 | }
80 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:78:17: error: missing argument for parameter 'format' in call
76 | /// "Enter amount…" - Input hint for entering money values
77 | public static var enterAmountDots: String {
78 | String(localized: "TK.Placeholder.enterAmountDots", defaultValue: "Enter amount…", bundle: .module, comment: "Input hint for entering money values")
| `- error: missing argument for parameter 'format' in call
79 | }
80 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:78:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
76 | /// "Enter amount…" - Input hint for entering money values
77 | public static var enterAmountDots: String {
78 | String(localized: "TK.Placeholder.enterAmountDots", defaultValue: "Enter amount…", bundle: .module, comment: "Input hint for entering money values")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
79 | }
80 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:78:104: error: cannot infer contextual base in reference to member 'module'
76 | /// "Enter amount…" - Input hint for entering money values
77 | public static var enterAmountDots: String {
78 | String(localized: "TK.Placeholder.enterAmountDots", defaultValue: "Enter amount…", bundle: .module, comment: "Input hint for entering money values")
| `- error: cannot infer contextual base in reference to member 'module'
79 | }
80 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:83:16: error: extra arguments at positions #3, #4 in call
81 | /// "Enter your email…" - Input hint for email address fields
82 | public static var enterEmailDots: String {
83 | String(localized: "TK.Placeholder.enterEmailDots", defaultValue: "Enter your email…", bundle: .module, comment: "Input hint for email address fields")
| `- error: extra arguments at positions #3, #4 in call
84 | }
85 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:83:17: error: missing argument for parameter 'format' in call
81 | /// "Enter your email…" - Input hint for email address fields
82 | public static var enterEmailDots: String {
83 | String(localized: "TK.Placeholder.enterEmailDots", defaultValue: "Enter your email…", bundle: .module, comment: "Input hint for email address fields")
| `- error: missing argument for parameter 'format' in call
84 | }
85 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:83:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
81 | /// "Enter your email…" - Input hint for email address fields
82 | public static var enterEmailDots: String {
83 | String(localized: "TK.Placeholder.enterEmailDots", defaultValue: "Enter your email…", bundle: .module, comment: "Input hint for email address fields")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
84 | }
85 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:83:107: error: cannot infer contextual base in reference to member 'module'
81 | /// "Enter your email…" - Input hint for email address fields
82 | public static var enterEmailDots: String {
83 | String(localized: "TK.Placeholder.enterEmailDots", defaultValue: "Enter your email…", bundle: .module, comment: "Input hint for email address fields")
| `- error: cannot infer contextual base in reference to member 'module'
84 | }
85 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:88:16: error: extra arguments at positions #3, #4 in call
86 | /// "Enter first name…" - First name input hint
87 | public static var enterFirstNameDots: String {
88 | String(localized: "TK.Placeholder.enterFirstNameDots", defaultValue: "Enter first name…", bundle: .module, comment: "First name input hint")
| `- error: extra arguments at positions #3, #4 in call
89 | }
90 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:88:17: error: missing argument for parameter 'format' in call
86 | /// "Enter first name…" - First name input hint
87 | public static var enterFirstNameDots: String {
88 | String(localized: "TK.Placeholder.enterFirstNameDots", defaultValue: "Enter first name…", bundle: .module, comment: "First name input hint")
| `- error: missing argument for parameter 'format' in call
89 | }
90 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:88:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
86 | /// "Enter first name…" - First name input hint
87 | public static var enterFirstNameDots: String {
88 | String(localized: "TK.Placeholder.enterFirstNameDots", defaultValue: "Enter first name…", bundle: .module, comment: "First name input hint")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
89 | }
90 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:88:111: error: cannot infer contextual base in reference to member 'module'
86 | /// "Enter first name…" - First name input hint
87 | public static var enterFirstNameDots: String {
88 | String(localized: "TK.Placeholder.enterFirstNameDots", defaultValue: "Enter first name…", bundle: .module, comment: "First name input hint")
| `- error: cannot infer contextual base in reference to member 'module'
89 | }
90 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:93:16: error: extra arguments at positions #3, #4 in call
91 | /// "Enter last name…" - Last name input hint
92 | public static var enterLastNameDots: String {
93 | String(localized: "TK.Placeholder.enterLastNameDots", defaultValue: "Enter last name…", bundle: .module, comment: "Last name input hint")
| `- error: extra arguments at positions #3, #4 in call
94 | }
95 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:93:17: error: missing argument for parameter 'format' in call
91 | /// "Enter last name…" - Last name input hint
92 | public static var enterLastNameDots: String {
93 | String(localized: "TK.Placeholder.enterLastNameDots", defaultValue: "Enter last name…", bundle: .module, comment: "Last name input hint")
| `- error: missing argument for parameter 'format' in call
94 | }
95 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:93:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
91 | /// "Enter last name…" - Last name input hint
92 | public static var enterLastNameDots: String {
93 | String(localized: "TK.Placeholder.enterLastNameDots", defaultValue: "Enter last name…", bundle: .module, comment: "Last name input hint")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
94 | }
95 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:93:109: error: cannot infer contextual base in reference to member 'module'
91 | /// "Enter last name…" - Last name input hint
92 | public static var enterLastNameDots: String {
93 | String(localized: "TK.Placeholder.enterLastNameDots", defaultValue: "Enter last name…", bundle: .module, comment: "Last name input hint")
| `- error: cannot infer contextual base in reference to member 'module'
94 | }
95 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:98:16: error: extra arguments at positions #3, #4 in call
96 | /// "Enter new password…" - Password input hint
97 | public static var enterNewPasswordDots: String {
98 | String(localized: "TK.Placeholder.enterNewPasswordDots", defaultValue: "Enter new password…", bundle: .module, comment: "Password input hint")
| `- error: extra arguments at positions #3, #4 in call
99 | }
100 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:98:17: error: missing argument for parameter 'format' in call
96 | /// "Enter new password…" - Password input hint
97 | public static var enterNewPasswordDots: String {
98 | String(localized: "TK.Placeholder.enterNewPasswordDots", defaultValue: "Enter new password…", bundle: .module, comment: "Password input hint")
| `- error: missing argument for parameter 'format' in call
99 | }
100 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:98:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
96 | /// "Enter new password…" - Password input hint
97 | public static var enterNewPasswordDots: String {
98 | String(localized: "TK.Placeholder.enterNewPasswordDots", defaultValue: "Enter new password…", bundle: .module, comment: "Password input hint")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
99 | }
100 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:98:115: error: cannot infer contextual base in reference to member 'module'
96 | /// "Enter new password…" - Password input hint
97 | public static var enterNewPasswordDots: String {
98 | String(localized: "TK.Placeholder.enterNewPasswordDots", defaultValue: "Enter new password…", bundle: .module, comment: "Password input hint")
| `- error: cannot infer contextual base in reference to member 'module'
99 | }
100 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:103:16: error: extra arguments at positions #3, #4 in call
101 | /// "Enter password…" - Input hint for password fields
102 | public static var enterPasswordDots: String {
103 | String(localized: "TK.Placeholder.enterPasswordDots", defaultValue: "Enter password…", bundle: .module, comment: "Input hint for password fields")
| `- error: extra arguments at positions #3, #4 in call
104 | }
105 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:103:17: error: missing argument for parameter 'format' in call
101 | /// "Enter password…" - Input hint for password fields
102 | public static var enterPasswordDots: String {
103 | String(localized: "TK.Placeholder.enterPasswordDots", defaultValue: "Enter password…", bundle: .module, comment: "Input hint for password fields")
| `- error: missing argument for parameter 'format' in call
104 | }
105 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:103:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
101 | /// "Enter password…" - Input hint for password fields
102 | public static var enterPasswordDots: String {
103 | String(localized: "TK.Placeholder.enterPasswordDots", defaultValue: "Enter password…", bundle: .module, comment: "Input hint for password fields")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
104 | }
105 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:103:108: error: cannot infer contextual base in reference to member 'module'
101 | /// "Enter password…" - Input hint for password fields
102 | public static var enterPasswordDots: String {
103 | String(localized: "TK.Placeholder.enterPasswordDots", defaultValue: "Enter password…", bundle: .module, comment: "Input hint for password fields")
| `- error: cannot infer contextual base in reference to member 'module'
104 | }
105 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:108:16: error: extra arguments at positions #3, #4 in call
106 | /// "Enter phone number…" - Input hint for phone number entry
107 | public static var enterPhoneNumberDots: String {
108 | String(localized: "TK.Placeholder.enterPhoneNumberDots", defaultValue: "Enter phone number…", bundle: .module, comment: "Input hint for phone number entry")
| `- error: extra arguments at positions #3, #4 in call
109 | }
110 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:108:17: error: missing argument for parameter 'format' in call
106 | /// "Enter phone number…" - Input hint for phone number entry
107 | public static var enterPhoneNumberDots: String {
108 | String(localized: "TK.Placeholder.enterPhoneNumberDots", defaultValue: "Enter phone number…", bundle: .module, comment: "Input hint for phone number entry")
| `- error: missing argument for parameter 'format' in call
109 | }
110 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:108:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
106 | /// "Enter phone number…" - Input hint for phone number entry
107 | public static var enterPhoneNumberDots: String {
108 | String(localized: "TK.Placeholder.enterPhoneNumberDots", defaultValue: "Enter phone number…", bundle: .module, comment: "Input hint for phone number entry")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
109 | }
110 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:108:115: error: cannot infer contextual base in reference to member 'module'
106 | /// "Enter phone number…" - Input hint for phone number entry
107 | public static var enterPhoneNumberDots: String {
108 | String(localized: "TK.Placeholder.enterPhoneNumberDots", defaultValue: "Enter phone number…", bundle: .module, comment: "Input hint for phone number entry")
| `- error: cannot infer contextual base in reference to member 'module'
109 | }
110 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:113:16: error: extra arguments at positions #3, #4 in call
111 | /// "Enter text…" - Generic placeholder for text input fields
112 | public static var enterTextDots: String {
113 | String(localized: "TK.Placeholder.enterTextDots", defaultValue: "Enter text…", bundle: .module, comment: "Generic placeholder for text input fields")
| `- error: extra arguments at positions #3, #4 in call
114 | }
115 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:113:17: error: missing argument for parameter 'format' in call
111 | /// "Enter text…" - Generic placeholder for text input fields
112 | public static var enterTextDots: String {
113 | String(localized: "TK.Placeholder.enterTextDots", defaultValue: "Enter text…", bundle: .module, comment: "Generic placeholder for text input fields")
| `- error: missing argument for parameter 'format' in call
114 | }
115 |
Foundation.String.init:2:8: note: 'init(format:locale:_:)' declared here
1 | struct String {
2 | public init(format: __shared String, locale: __shared Locale?, _ args: any CVarArg...)}
| `- note: 'init(format:locale:_:)' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/TranslateKit/Sources/TranslateKitLite/TK+Placeholder.swift:113:28: error: cannot convert value of type 'String' to expected argument type 'Locale'
111 | /// "Enter text…" - Generic placeholder for text input fields
112 | public static var enterTextDots: String {
113 | String(localized: "TK.Placeholder.enterTextDots", defaultValue: "Enter text…", bundle: .module, comment: "Generic placeholder for text input fields")
| `- error: cannot convert value of type 'String' to expected argument type 'Locale'
114 | }
115 |
BUILD FAILURE 6.1 wasm