Build Information
Failed to build MoyaSugar with Swift 6.0 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Build Log
2 | public typealias URLSessionTask = AnyObject
| `- note: 'URLSessionTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:253:71: error: cannot find type 'URLSessionTaskMetrics' in scope
251 | public func request(_ request: Request, didCreateURLRequest urlRequest: URLRequest) {}
252 | public func request(_ request: Request, didCreateTask task: URLSessionTask) {}
253 | public func request(_ request: Request, didGatherMetrics metrics: URLSessionTaskMetrics) {}
| `- error: cannot find type 'URLSessionTaskMetrics' in scope
254 | public func request(_ request: Request, didFailTask task: URLSessionTask, earlyWithError error: AFError) {}
255 | public func request(_ request: Request, didCompleteTask task: URLSessionTask, with error: AFError?) {}
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:254:63: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
252 | public func request(_ request: Request, didCreateTask task: URLSessionTask) {}
253 | public func request(_ request: Request, didGatherMetrics metrics: URLSessionTaskMetrics) {}
254 | public func request(_ request: Request, didFailTask task: URLSessionTask, earlyWithError error: AFError) {}
| `- error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
255 | public func request(_ request: Request, didCompleteTask task: URLSessionTask, with error: AFError?) {}
256 | public func requestIsRetrying(_ request: Request) {}
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' 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 URLSessionTask = AnyObject
| `- note: 'URLSessionTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:255:67: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
253 | public func request(_ request: Request, didGatherMetrics metrics: URLSessionTaskMetrics) {}
254 | public func request(_ request: Request, didFailTask task: URLSessionTask, earlyWithError error: AFError) {}
255 | public func request(_ request: Request, didCompleteTask task: URLSessionTask, with error: AFError?) {}
| `- error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
256 | public func requestIsRetrying(_ request: Request) {}
257 | public func requestDidFinish(_ request: Request) {}
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' 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 URLSessionTask = AnyObject
| `- note: 'URLSessionTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:259:65: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
257 | public func requestDidFinish(_ request: Request) {}
258 | public func requestDidResume(_ request: Request) {}
259 | public func request(_ request: Request, didResumeTask task: URLSessionTask) {}
| `- error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
260 | public func requestDidSuspend(_ request: Request) {}
261 | public func request(_ request: Request, didSuspendTask task: URLSessionTask) {}
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' 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 URLSessionTask = AnyObject
| `- note: 'URLSessionTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:261:66: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
259 | public func request(_ request: Request, didResumeTask task: URLSessionTask) {}
260 | public func requestDidSuspend(_ request: Request) {}
261 | public func request(_ request: Request, didSuspendTask task: URLSessionTask) {}
| `- error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
262 | public func requestDidCancel(_ request: Request) {}
263 | public func request(_ request: Request, didCancelTask task: URLSessionTask) {}
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' 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 URLSessionTask = AnyObject
| `- note: 'URLSessionTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:263:65: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
261 | public func request(_ request: Request, didSuspendTask task: URLSessionTask) {}
262 | public func requestDidCancel(_ request: Request) {}
263 | public func request(_ request: Request, didCancelTask task: URLSessionTask) {}
| `- error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
264 | public func request(_ request: DataRequest,
265 | didValidateRequest urlRequest: URLRequest?,
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' 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 URLSessionTask = AnyObject
| `- note: 'URLSessionTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:265:56: error: cannot find type 'URLRequest' in scope
263 | public func request(_ request: Request, didCancelTask task: URLSessionTask) {}
264 | public func request(_ request: DataRequest,
265 | didValidateRequest urlRequest: URLRequest?,
| `- error: cannot find type 'URLRequest' in scope
266 | response: HTTPURLResponse,
267 | data: Data?,
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:266:35: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
264 | public func request(_ request: DataRequest,
265 | didValidateRequest urlRequest: URLRequest?,
266 | response: HTTPURLResponse,
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
267 | data: Data?,
268 | withResult result: Request.ValidationResult) {}
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/Alamofire/Source/EventMonitor.swift:274:85: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
272 | public func request(_ request: UploadRequest, didFailToCreateUploadableWithError error: AFError) {}
273 | public func request(_ request: UploadRequest, didProvideInputStream stream: InputStream) {}
274 | public func request(_ request: DownloadRequest, didFinishDownloadingUsing task: URLSessionTask, with result: Result<URL, AFError>) {}
| `- error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
275 | public func request(_ request: DownloadRequest, didCreateDestinationURL url: URL) {}
276 | public func request(_ request: DownloadRequest,
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' 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 URLSessionTask = AnyObject
| `- note: 'URLSessionTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:277:56: error: cannot find type 'URLRequest' in scope
275 | public func request(_ request: DownloadRequest, didCreateDestinationURL url: URL) {}
276 | public func request(_ request: DownloadRequest,
277 | didValidateRequest urlRequest: URLRequest?,
| `- error: cannot find type 'URLRequest' in scope
278 | response: HTTPURLResponse,
279 | fileURL: URL?,
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:278:35: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
276 | public func request(_ request: DownloadRequest,
277 | didValidateRequest urlRequest: URLRequest?,
278 | response: HTTPURLResponse,
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
279 | fileURL: URL?,
280 | withResult result: Request.ValidationResult) {}
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/Alamofire/Source/EventMonitor.swift:303:39: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
301 | }
302 |
303 | public func urlSession(_ session: URLSession, didBecomeInvalidWithError error: Error?) {
| `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
304 | performEvent { $0.urlSession(session, didBecomeInvalidWithError: error) }
305 | }
Foundation.URLSession:2:18: note: 'URLSession' 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 URLSession = AnyObject
| `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:307:39: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
305 | }
306 |
307 | public func urlSession(_ session: URLSession,
| `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
308 | task: URLSessionTask,
309 | didReceive challenge: URLAuthenticationChallenge) {
Foundation.URLSession:2:18: note: 'URLSession' 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 URLSession = AnyObject
| `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:308:34: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
306 |
307 | public func urlSession(_ session: URLSession,
308 | task: URLSessionTask,
| `- error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
309 | didReceive challenge: URLAuthenticationChallenge) {
310 | performEvent { $0.urlSession(session, task: task, didReceive: challenge) }
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' 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 URLSessionTask = AnyObject
| `- note: 'URLSessionTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:309:50: error: 'URLAuthenticationChallenge' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
307 | public func urlSession(_ session: URLSession,
308 | task: URLSessionTask,
309 | didReceive challenge: URLAuthenticationChallenge) {
| `- error: 'URLAuthenticationChallenge' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
310 | performEvent { $0.urlSession(session, task: task, didReceive: challenge) }
311 | }
Foundation.URLAuthenticationChallenge:2:18: note: 'URLAuthenticationChallenge' 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 URLAuthenticationChallenge = AnyObject
| `- note: 'URLAuthenticationChallenge' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:313:39: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
311 | }
312 |
313 | public func urlSession(_ session: URLSession,
| `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
314 | task: URLSessionTask,
315 | didSendBodyData bytesSent: Int64,
Foundation.URLSession:2:18: note: 'URLSession' 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 URLSession = AnyObject
| `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:314:34: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
312 |
313 | public func urlSession(_ session: URLSession,
314 | task: URLSessionTask,
| `- error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
315 | didSendBodyData bytesSent: Int64,
316 | totalBytesSent: Int64,
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' 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 URLSessionTask = AnyObject
| `- note: 'URLSessionTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:327:39: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
325 | }
326 |
327 | public func urlSession(_ session: URLSession, taskNeedsNewBodyStream task: URLSessionTask) {
| `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
328 | performEvent {
329 | $0.urlSession(session, taskNeedsNewBodyStream: task)
Foundation.URLSession:2:18: note: 'URLSession' 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 URLSession = AnyObject
| `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:327:80: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
325 | }
326 |
327 | public func urlSession(_ session: URLSession, taskNeedsNewBodyStream task: URLSessionTask) {
| `- error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
328 | performEvent {
329 | $0.urlSession(session, taskNeedsNewBodyStream: task)
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' 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 URLSessionTask = AnyObject
| `- note: 'URLSessionTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:336:48: error: cannot find type 'URLRequest' in scope
334 | task: URLSessionTask,
335 | willPerformHTTPRedirection response: HTTPURLResponse,
336 | newRequest request: URLRequest) {
| `- error: cannot find type 'URLRequest' in scope
337 | performEvent {
338 | $0.urlSession(session,
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:333:39: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
331 | }
332 |
333 | public func urlSession(_ session: URLSession,
| `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
334 | task: URLSessionTask,
335 | willPerformHTTPRedirection response: HTTPURLResponse,
Foundation.URLSession:2:18: note: 'URLSession' 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 URLSession = AnyObject
| `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:334:34: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
332 |
333 | public func urlSession(_ session: URLSession,
334 | task: URLSessionTask,
| `- error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
335 | willPerformHTTPRedirection response: HTTPURLResponse,
336 | newRequest request: URLRequest) {
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' 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 URLSessionTask = AnyObject
| `- note: 'URLSessionTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:335:65: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
333 | public func urlSession(_ session: URLSession,
334 | task: URLSessionTask,
335 | willPerformHTTPRedirection response: HTTPURLResponse,
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
336 | newRequest request: URLRequest) {
337 | performEvent {
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/Alamofire/Source/EventMonitor.swift:345:102: error: cannot find type 'URLSessionTaskMetrics' in scope
343 | }
344 |
345 | public func urlSession(_ session: URLSession, task: URLSessionTask, didFinishCollecting metrics: URLSessionTaskMetrics) {
| `- error: cannot find type 'URLSessionTaskMetrics' in scope
346 | performEvent { $0.urlSession(session, task: task, didFinishCollecting: metrics) }
347 | }
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:345:39: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
343 | }
344 |
345 | public func urlSession(_ session: URLSession, task: URLSessionTask, didFinishCollecting metrics: URLSessionTaskMetrics) {
| `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
346 | performEvent { $0.urlSession(session, task: task, didFinishCollecting: metrics) }
347 | }
Foundation.URLSession:2:18: note: 'URLSession' 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 URLSession = AnyObject
| `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:345:57: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
343 | }
344 |
345 | public func urlSession(_ session: URLSession, task: URLSessionTask, didFinishCollecting metrics: URLSessionTaskMetrics) {
| `- error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
346 | performEvent { $0.urlSession(session, task: task, didFinishCollecting: metrics) }
347 | }
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' 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 URLSessionTask = AnyObject
| `- note: 'URLSessionTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:349:39: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
347 | }
348 |
349 | public func urlSession(_ session: URLSession, task: URLSessionTask, didCompleteWithError error: Error?) {
| `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
350 | performEvent { $0.urlSession(session, task: task, didCompleteWithError: error) }
351 | }
Foundation.URLSession:2:18: note: 'URLSession' 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 URLSession = AnyObject
| `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:349:57: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
347 | }
348 |
349 | public func urlSession(_ session: URLSession, task: URLSessionTask, didCompleteWithError error: Error?) {
| `- error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
350 | performEvent { $0.urlSession(session, task: task, didCompleteWithError: error) }
351 | }
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' 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 URLSessionTask = AnyObject
| `- note: 'URLSessionTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:354:39: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
352 |
353 | @available(macOS 10.13, iOS 11.0, tvOS 11.0, watchOS 4.0, *)
354 | public func urlSession(_ session: URLSession, taskIsWaitingForConnectivity task: URLSessionTask) {
| `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
355 | performEvent { $0.urlSession(session, taskIsWaitingForConnectivity: task) }
356 | }
Foundation.URLSession:2:18: note: 'URLSession' 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 URLSession = AnyObject
| `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:354:86: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
352 |
353 | @available(macOS 10.13, iOS 11.0, tvOS 11.0, watchOS 4.0, *)
354 | public func urlSession(_ session: URLSession, taskIsWaitingForConnectivity task: URLSessionTask) {
| `- error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
355 | performEvent { $0.urlSession(session, taskIsWaitingForConnectivity: task) }
356 | }
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' 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 URLSessionTask = AnyObject
| `- note: 'URLSessionTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:358:39: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
356 | }
357 |
358 | public func urlSession(_ session: URLSession, dataTask: URLSessionDataTask, didReceive data: Data) {
| `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
359 | performEvent { $0.urlSession(session, dataTask: dataTask, didReceive: data) }
360 | }
Foundation.URLSession:2:18: note: 'URLSession' 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 URLSession = AnyObject
| `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:358:61: error: 'URLSessionDataTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
356 | }
357 |
358 | public func urlSession(_ session: URLSession, dataTask: URLSessionDataTask, didReceive data: Data) {
| `- error: 'URLSessionDataTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
359 | performEvent { $0.urlSession(session, dataTask: dataTask, didReceive: data) }
360 | }
Foundation.URLSessionDataTask:2:18: note: 'URLSessionDataTask' 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 URLSessionDataTask = AnyObject
| `- note: 'URLSessionDataTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:362:39: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
360 | }
361 |
362 | public func urlSession(_ session: URLSession,
| `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
363 | dataTask: URLSessionDataTask,
364 | willCacheResponse proposedResponse: CachedURLResponse) {
Foundation.URLSession:2:18: note: 'URLSession' 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 URLSession = AnyObject
| `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:363:38: error: 'URLSessionDataTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
361 |
362 | public func urlSession(_ session: URLSession,
363 | dataTask: URLSessionDataTask,
| `- error: 'URLSessionDataTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
364 | willCacheResponse proposedResponse: CachedURLResponse) {
365 | performEvent { $0.urlSession(session, dataTask: dataTask, willCacheResponse: proposedResponse) }
Foundation.URLSessionDataTask:2:18: note: 'URLSessionDataTask' 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 URLSessionDataTask = AnyObject
| `- note: 'URLSessionDataTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:364:64: error: 'CachedURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
362 | public func urlSession(_ session: URLSession,
363 | dataTask: URLSessionDataTask,
364 | willCacheResponse proposedResponse: CachedURLResponse) {
| `- error: 'CachedURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
365 | performEvent { $0.urlSession(session, dataTask: dataTask, willCacheResponse: proposedResponse) }
366 | }
Foundation.CachedURLResponse:2:18: note: 'CachedURLResponse' 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 CachedURLResponse = AnyObject
| `- note: 'CachedURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:368:39: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
366 | }
367 |
368 | public func urlSession(_ session: URLSession,
| `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
369 | downloadTask: URLSessionDownloadTask,
370 | didResumeAtOffset fileOffset: Int64,
Foundation.URLSession:2:18: note: 'URLSession' 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 URLSession = AnyObject
| `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:369:42: error: 'URLSessionDownloadTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
367 |
368 | public func urlSession(_ session: URLSession,
369 | downloadTask: URLSessionDownloadTask,
| `- error: 'URLSessionDownloadTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
370 | didResumeAtOffset fileOffset: Int64,
371 | expectedTotalBytes: Int64) {
Foundation.URLSessionDownloadTask:2:18: note: 'URLSessionDownloadTask' 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 URLSessionDownloadTask = AnyObject
| `- note: 'URLSessionDownloadTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:380:39: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
378 | }
379 |
380 | public func urlSession(_ session: URLSession,
| `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
381 | downloadTask: URLSessionDownloadTask,
382 | didWriteData bytesWritten: Int64,
Foundation.URLSession:2:18: note: 'URLSession' 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 URLSession = AnyObject
| `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:381:42: error: 'URLSessionDownloadTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
379 |
380 | public func urlSession(_ session: URLSession,
381 | downloadTask: URLSessionDownloadTask,
| `- error: 'URLSessionDownloadTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
382 | didWriteData bytesWritten: Int64,
383 | totalBytesWritten: Int64,
Foundation.URLSessionDownloadTask:2:18: note: 'URLSessionDownloadTask' 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 URLSessionDownloadTask = AnyObject
| `- note: 'URLSessionDownloadTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:394:39: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
392 | }
393 |
394 | public func urlSession(_ session: URLSession,
| `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
395 | downloadTask: URLSessionDownloadTask,
396 | didFinishDownloadingTo location: URL) {
Foundation.URLSession:2:18: note: 'URLSession' 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 URLSession = AnyObject
| `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:395:42: error: 'URLSessionDownloadTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
393 |
394 | public func urlSession(_ session: URLSession,
395 | downloadTask: URLSessionDownloadTask,
| `- error: 'URLSessionDownloadTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
396 | didFinishDownloadingTo location: URL) {
397 | performEvent { $0.urlSession(session, downloadTask: downloadTask, didFinishDownloadingTo: location) }
Foundation.URLSessionDownloadTask:2:18: note: 'URLSessionDownloadTask' 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 URLSessionDownloadTask = AnyObject
| `- note: 'URLSessionDownloadTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:400:84: error: cannot find type 'URLRequest' in scope
398 | }
399 |
400 | public func request(_ request: Request, didCreateInitialURLRequest urlRequest: URLRequest) {
| `- error: cannot find type 'URLRequest' in scope
401 | performEvent { $0.request(request, didCreateInitialURLRequest: urlRequest) }
402 | }
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:408:84: error: cannot find type 'URLRequest' in scope
406 | }
407 |
408 | public func request(_ request: Request, didAdaptInitialRequest initialRequest: URLRequest, to adaptedRequest: URLRequest) {
| `- error: cannot find type 'URLRequest' in scope
409 | performEvent { $0.request(request, didAdaptInitialRequest: initialRequest, to: adaptedRequest) }
410 | }
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:408:115: error: cannot find type 'URLRequest' in scope
406 | }
407 |
408 | public func request(_ request: Request, didAdaptInitialRequest initialRequest: URLRequest, to adaptedRequest: URLRequest) {
| `- error: cannot find type 'URLRequest' in scope
409 | performEvent { $0.request(request, didAdaptInitialRequest: initialRequest, to: adaptedRequest) }
410 | }
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:412:86: error: cannot find type 'URLRequest' in scope
410 | }
411 |
412 | public func request(_ request: Request, didFailToAdaptURLRequest initialRequest: URLRequest, withError error: AFError) {
| `- error: cannot find type 'URLRequest' in scope
413 | performEvent { $0.request(request, didFailToAdaptURLRequest: initialRequest, withError: error) }
414 | }
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:416:77: error: cannot find type 'URLRequest' in scope
414 | }
415 |
416 | public func request(_ request: Request, didCreateURLRequest urlRequest: URLRequest) {
| `- error: cannot find type 'URLRequest' in scope
417 | performEvent { $0.request(request, didCreateURLRequest: urlRequest) }
418 | }
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:420:65: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
418 | }
419 |
420 | public func request(_ request: Request, didCreateTask task: URLSessionTask) {
| `- error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
421 | performEvent { $0.request(request, didCreateTask: task) }
422 | }
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' 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 URLSessionTask = AnyObject
| `- note: 'URLSessionTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:424:71: error: cannot find type 'URLSessionTaskMetrics' in scope
422 | }
423 |
424 | public func request(_ request: Request, didGatherMetrics metrics: URLSessionTaskMetrics) {
| `- error: cannot find type 'URLSessionTaskMetrics' in scope
425 | performEvent { $0.request(request, didGatherMetrics: metrics) }
426 | }
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:428:63: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
426 | }
427 |
428 | public func request(_ request: Request, didFailTask task: URLSessionTask, earlyWithError error: AFError) {
| `- error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
429 | performEvent { $0.request(request, didFailTask: task, earlyWithError: error) }
430 | }
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' 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 URLSessionTask = AnyObject
| `- note: 'URLSessionTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:432:67: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
430 | }
431 |
432 | public func request(_ request: Request, didCompleteTask task: URLSessionTask, with error: AFError?) {
| `- error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
433 | performEvent { $0.request(request, didCompleteTask: task, with: error) }
434 | }
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' 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 URLSessionTask = AnyObject
| `- note: 'URLSessionTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:448:65: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
446 | }
447 |
448 | public func request(_ request: Request, didResumeTask task: URLSessionTask) {
| `- error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
449 | performEvent { $0.request(request, didResumeTask: task) }
450 | }
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' 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 URLSessionTask = AnyObject
| `- note: 'URLSessionTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:456:66: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
454 | }
455 |
456 | public func request(_ request: Request, didSuspendTask task: URLSessionTask) {
| `- error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
457 | performEvent { $0.request(request, didSuspendTask: task) }
458 | }
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' 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 URLSessionTask = AnyObject
| `- note: 'URLSessionTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:464:65: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
462 | }
463 |
464 | public func request(_ request: Request, didCancelTask task: URLSessionTask) {
| `- error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
465 | performEvent { $0.request(request, didCancelTask: task) }
466 | }
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' 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 URLSessionTask = AnyObject
| `- note: 'URLSessionTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:469:56: error: cannot find type 'URLRequest' in scope
467 |
468 | public func request(_ request: DataRequest,
469 | didValidateRequest urlRequest: URLRequest?,
| `- error: cannot find type 'URLRequest' in scope
470 | response: HTTPURLResponse,
471 | data: Data?,
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:470:35: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
468 | public func request(_ request: DataRequest,
469 | didValidateRequest urlRequest: URLRequest?,
470 | response: HTTPURLResponse,
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
471 | data: Data?,
472 | withResult result: Request.ValidationResult) {
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/Alamofire/Source/EventMonitor.swift:501:85: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
499 | }
500 |
501 | public func request(_ request: DownloadRequest, didFinishDownloadingUsing task: URLSessionTask, with result: Result<URL, AFError>) {
| `- error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
502 | performEvent { $0.request(request, didFinishDownloadingUsing: task, with: result) }
503 | }
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' 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 URLSessionTask = AnyObject
| `- note: 'URLSessionTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:510:56: error: cannot find type 'URLRequest' in scope
508 |
509 | public func request(_ request: DownloadRequest,
510 | didValidateRequest urlRequest: URLRequest?,
| `- error: cannot find type 'URLRequest' in scope
511 | response: HTTPURLResponse,
512 | fileURL: URL?,
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:511:35: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
509 | public func request(_ request: DownloadRequest,
510 | didValidateRequest urlRequest: URLRequest?,
511 | response: HTTPURLResponse,
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
512 | fileURL: URL?,
513 | withResult result: Request.ValidationResult) {
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/Alamofire/Source/EventMonitor.swift:533:50: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
531 | open class ClosureEventMonitor: EventMonitor {
532 | /// Closure called on the `urlSession(_:didBecomeInvalidWithError:)` event.
533 | open var sessionDidBecomeInvalidWithError: ((URLSession, Error?) -> Void)?
| `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
534 |
535 | /// Closure called on the `urlSession(_:task:didReceive:completionHandler:)`.
Foundation.URLSession:2:18: note: 'URLSession' 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 URLSession = AnyObject
| `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:536:41: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
534 |
535 | /// Closure called on the `urlSession(_:task:didReceive:completionHandler:)`.
536 | open var taskDidReceiveChallenge: ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> Void)?
| `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
537 |
538 | /// Closure that receives `urlSession(_:task:didSendBodyData:totalBytesSent:totalBytesExpectedToSend:)` event.
Foundation.URLSession:2:18: note: 'URLSession' 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 URLSession = AnyObject
| `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:536:53: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
534 |
535 | /// Closure called on the `urlSession(_:task:didReceive:completionHandler:)`.
536 | open var taskDidReceiveChallenge: ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> Void)?
| `- error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
537 |
538 | /// Closure that receives `urlSession(_:task:didSendBodyData:totalBytesSent:totalBytesExpectedToSend:)` event.
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' 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 URLSessionTask = AnyObject
| `- note: 'URLSessionTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:536:69: error: 'URLAuthenticationChallenge' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
534 |
535 | /// Closure called on the `urlSession(_:task:didReceive:completionHandler:)`.
536 | open var taskDidReceiveChallenge: ((URLSession, URLSessionTask, URLAuthenticationChallenge) -> Void)?
| `- error: 'URLAuthenticationChallenge' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
537 |
538 | /// Closure that receives `urlSession(_:task:didSendBodyData:totalBytesSent:totalBytesExpectedToSend:)` event.
Foundation.URLAuthenticationChallenge:2:18: note: 'URLAuthenticationChallenge' 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 URLAuthenticationChallenge = AnyObject
| `- note: 'URLAuthenticationChallenge' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:539:37: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
537 |
538 | /// Closure that receives `urlSession(_:task:didSendBodyData:totalBytesSent:totalBytesExpectedToSend:)` event.
539 | open var taskDidSendBodyData: ((URLSession, URLSessionTask, Int64, Int64, Int64) -> Void)?
| `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
540 |
541 | /// Closure called on the `urlSession(_:task:needNewBodyStream:)` event.
Foundation.URLSession:2:18: note: 'URLSession' 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 URLSession = AnyObject
| `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:539:49: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
537 |
538 | /// Closure that receives `urlSession(_:task:didSendBodyData:totalBytesSent:totalBytesExpectedToSend:)` event.
539 | open var taskDidSendBodyData: ((URLSession, URLSessionTask, Int64, Int64, Int64) -> Void)?
| `- error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
540 |
541 | /// Closure called on the `urlSession(_:task:needNewBodyStream:)` event.
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' 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 URLSessionTask = AnyObject
| `- note: 'URLSessionTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:542:39: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
540 |
541 | /// Closure called on the `urlSession(_:task:needNewBodyStream:)` event.
542 | open var taskNeedNewBodyStream: ((URLSession, URLSessionTask) -> Void)?
| `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
543 |
544 | /// Closure called on the `urlSession(_:task:willPerformHTTPRedirection:newRequest:completionHandler:)` event.
Foundation.URLSession:2:18: note: 'URLSession' 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 URLSession = AnyObject
| `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:542:51: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
540 |
541 | /// Closure called on the `urlSession(_:task:needNewBodyStream:)` event.
542 | open var taskNeedNewBodyStream: ((URLSession, URLSessionTask) -> Void)?
| `- error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
543 |
544 | /// Closure called on the `urlSession(_:task:willPerformHTTPRedirection:newRequest:completionHandler:)` event.
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' 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 URLSessionTask = AnyObject
| `- note: 'URLSessionTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:545:93: error: cannot find type 'URLRequest' in scope
543 |
544 | /// Closure called on the `urlSession(_:task:willPerformHTTPRedirection:newRequest:completionHandler:)` event.
545 | open var taskWillPerformHTTPRedirection: ((URLSession, URLSessionTask, HTTPURLResponse, URLRequest) -> Void)?
| `- error: cannot find type 'URLRequest' in scope
546 |
547 | /// Closure called on the `urlSession(_:task:didFinishCollecting:)` event.
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:548:76: error: cannot find type 'URLSessionTaskMetrics' in scope
546 |
547 | /// Closure called on the `urlSession(_:task:didFinishCollecting:)` event.
548 | open var taskDidFinishCollectingMetrics: ((URLSession, URLSessionTask, URLSessionTaskMetrics) -> Void)?
| `- error: cannot find type 'URLSessionTaskMetrics' in scope
549 |
550 | /// Closure called on the `urlSession(_:task:didCompleteWithError:)` event.
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:551:33: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
549 |
550 | /// Closure called on the `urlSession(_:task:didCompleteWithError:)` event.
551 | open var taskDidComplete: ((URLSession, URLSessionTask, Error?) -> Void)?
| `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
552 |
553 | /// Closure called on the `urlSession(_:taskIsWaitingForConnectivity:)` event.
Foundation.URLSession:2:18: note: 'URLSession' 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 URLSession = AnyObject
| `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:551:45: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
549 |
550 | /// Closure called on the `urlSession(_:task:didCompleteWithError:)` event.
551 | open var taskDidComplete: ((URLSession, URLSessionTask, Error?) -> Void)?
| `- error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
552 |
553 | /// Closure called on the `urlSession(_:taskIsWaitingForConnectivity:)` event.
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' 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 URLSessionTask = AnyObject
| `- note: 'URLSessionTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:554:46: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
552 |
553 | /// Closure called on the `urlSession(_:taskIsWaitingForConnectivity:)` event.
554 | open var taskIsWaitingForConnectivity: ((URLSession, URLSessionTask) -> Void)?
| `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
555 |
556 | /// Closure that receives the `urlSession(_:dataTask:didReceive:)` event.
Foundation.URLSession:2:18: note: 'URLSession' 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 URLSession = AnyObject
| `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:554:58: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
552 |
553 | /// Closure called on the `urlSession(_:taskIsWaitingForConnectivity:)` event.
554 | open var taskIsWaitingForConnectivity: ((URLSession, URLSessionTask) -> Void)?
| `- error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
555 |
556 | /// Closure that receives the `urlSession(_:dataTask:didReceive:)` event.
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' 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 URLSessionTask = AnyObject
| `- note: 'URLSessionTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:557:40: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
555 |
556 | /// Closure that receives the `urlSession(_:dataTask:didReceive:)` event.
557 | open var dataTaskDidReceiveData: ((URLSession, URLSessionDataTask, Data) -> Void)?
| `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
558 |
559 | /// Closure called on the `urlSession(_:dataTask:willCacheResponse:completionHandler:)` event.
Foundation.URLSession:2:18: note: 'URLSession' 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 URLSession = AnyObject
| `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:557:52: error: 'URLSessionDataTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
555 |
556 | /// Closure that receives the `urlSession(_:dataTask:didReceive:)` event.
557 | open var dataTaskDidReceiveData: ((URLSession, URLSessionDataTask, Data) -> Void)?
| `- error: 'URLSessionDataTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
558 |
559 | /// Closure called on the `urlSession(_:dataTask:willCacheResponse:completionHandler:)` event.
Foundation.URLSessionDataTask:2:18: note: 'URLSessionDataTask' 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 URLSessionDataTask = AnyObject
| `- note: 'URLSessionDataTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:560:43: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
558 |
559 | /// Closure called on the `urlSession(_:dataTask:willCacheResponse:completionHandler:)` event.
560 | open var dataTaskWillCacheResponse: ((URLSession, URLSessionDataTask, CachedURLResponse) -> Void)?
| `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
561 |
562 | /// Closure called on the `urlSession(_:downloadTask:didFinishDownloadingTo:)` event.
Foundation.URLSession:2:18: note: 'URLSession' 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 URLSession = AnyObject
| `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:560:55: error: 'URLSessionDataTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
558 |
559 | /// Closure called on the `urlSession(_:dataTask:willCacheResponse:completionHandler:)` event.
560 | open var dataTaskWillCacheResponse: ((URLSession, URLSessionDataTask, CachedURLResponse) -> Void)?
| `- error: 'URLSessionDataTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
561 |
562 | /// Closure called on the `urlSession(_:downloadTask:didFinishDownloadingTo:)` event.
Foundation.URLSessionDataTask:2:18: note: 'URLSessionDataTask' 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 URLSessionDataTask = AnyObject
| `- note: 'URLSessionDataTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:560:75: error: 'CachedURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
558 |
559 | /// Closure called on the `urlSession(_:dataTask:willCacheResponse:completionHandler:)` event.
560 | open var dataTaskWillCacheResponse: ((URLSession, URLSessionDataTask, CachedURLResponse) -> Void)?
| `- error: 'CachedURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
561 |
562 | /// Closure called on the `urlSession(_:downloadTask:didFinishDownloadingTo:)` event.
Foundation.CachedURLResponse:2:18: note: 'CachedURLResponse' 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 CachedURLResponse = AnyObject
| `- note: 'CachedURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:563:55: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
561 |
562 | /// Closure called on the `urlSession(_:downloadTask:didFinishDownloadingTo:)` event.
563 | open var downloadTaskDidFinishDownloadingToURL: ((URLSession, URLSessionDownloadTask, URL) -> Void)?
| `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
564 |
565 | /// Closure called on the `urlSession(_:downloadTask:didWriteData:totalBytesWritten:totalBytesExpectedToWrite:)`
Foundation.URLSession:2:18: note: 'URLSession' 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 URLSession = AnyObject
| `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:563:67: error: 'URLSessionDownloadTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
561 |
562 | /// Closure called on the `urlSession(_:downloadTask:didFinishDownloadingTo:)` event.
563 | open var downloadTaskDidFinishDownloadingToURL: ((URLSession, URLSessionDownloadTask, URL) -> Void)?
| `- error: 'URLSessionDownloadTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
564 |
565 | /// Closure called on the `urlSession(_:downloadTask:didWriteData:totalBytesWritten:totalBytesExpectedToWrite:)`
Foundation.URLSessionDownloadTask:2:18: note: 'URLSessionDownloadTask' 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 URLSessionDownloadTask = AnyObject
| `- note: 'URLSessionDownloadTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:567:42: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
565 | /// Closure called on the `urlSession(_:downloadTask:didWriteData:totalBytesWritten:totalBytesExpectedToWrite:)`
566 | /// event.
567 | open var downloadTaskDidWriteData: ((URLSession, URLSessionDownloadTask, Int64, Int64, Int64) -> Void)?
| `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
568 |
569 | /// Closure called on the `urlSession(_:downloadTask:didResumeAtOffset:expectedTotalBytes:)` event.
Foundation.URLSession:2:18: note: 'URLSession' 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 URLSession = AnyObject
| `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:567:54: error: 'URLSessionDownloadTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
565 | /// Closure called on the `urlSession(_:downloadTask:didWriteData:totalBytesWritten:totalBytesExpectedToWrite:)`
566 | /// event.
567 | open var downloadTaskDidWriteData: ((URLSession, URLSessionDownloadTask, Int64, Int64, Int64) -> Void)?
| `- error: 'URLSessionDownloadTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
568 |
569 | /// Closure called on the `urlSession(_:downloadTask:didResumeAtOffset:expectedTotalBytes:)` event.
Foundation.URLSessionDownloadTask:2:18: note: 'URLSessionDownloadTask' 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 URLSessionDownloadTask = AnyObject
| `- note: 'URLSessionDownloadTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:570:47: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
568 |
569 | /// Closure called on the `urlSession(_:downloadTask:didResumeAtOffset:expectedTotalBytes:)` event.
570 | open var downloadTaskDidResumeAtOffset: ((URLSession, URLSessionDownloadTask, Int64, Int64) -> Void)?
| `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
571 |
572 | // MARK: - Request Events
Foundation.URLSession:2:18: note: 'URLSession' 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 URLSession = AnyObject
| `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:570:59: error: 'URLSessionDownloadTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
568 |
569 | /// Closure called on the `urlSession(_:downloadTask:didResumeAtOffset:expectedTotalBytes:)` event.
570 | open var downloadTaskDidResumeAtOffset: ((URLSession, URLSessionDownloadTask, Int64, Int64) -> Void)?
| `- error: 'URLSessionDownloadTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
571 |
572 | // MARK: - Request Events
Foundation.URLSessionDownloadTask:2:18: note: 'URLSessionDownloadTask' 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 URLSessionDownloadTask = AnyObject
| `- note: 'URLSessionDownloadTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:575:60: error: cannot find type 'URLRequest' in scope
573 |
574 | /// Closure called on the `request(_:didCreateInitialURLRequest:)` event.
575 | open var requestDidCreateInitialURLRequest: ((Request, URLRequest) -> Void)?
| `- error: cannot find type 'URLRequest' in scope
576 |
577 | /// Closure called on the `request(_:didFailToCreateURLRequestWithError:)` event.
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:581:72: error: cannot find type 'URLRequest' in scope
579 |
580 | /// Closure called on the `request(_:didAdaptInitialRequest:to:)` event.
581 | open var requestDidAdaptInitialRequestToAdaptedRequest: ((Request, URLRequest, URLRequest) -> Void)?
| `- error: cannot find type 'URLRequest' in scope
582 |
583 | /// Closure called on the `request(_:didFailToAdaptURLRequest:withError:)` event.
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:581:84: error: cannot find type 'URLRequest' in scope
579 |
580 | /// Closure called on the `request(_:didAdaptInitialRequest:to:)` event.
581 | open var requestDidAdaptInitialRequestToAdaptedRequest: ((Request, URLRequest, URLRequest) -> Void)?
| `- error: cannot find type 'URLRequest' in scope
582 |
583 | /// Closure called on the `request(_:didFailToAdaptURLRequest:withError:)` event.
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:584:67: error: cannot find type 'URLRequest' in scope
582 |
583 | /// Closure called on the `request(_:didFailToAdaptURLRequest:withError:)` event.
584 | open var requestDidFailToAdaptURLRequestWithError: ((Request, URLRequest, AFError) -> Void)?
| `- error: cannot find type 'URLRequest' in scope
585 |
586 | /// Closure called on the `request(_:didCreateURLRequest:)` event.
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:587:53: error: cannot find type 'URLRequest' in scope
585 |
586 | /// Closure called on the `request(_:didCreateURLRequest:)` event.
587 | open var requestDidCreateURLRequest: ((Request, URLRequest) -> Void)?
| `- error: cannot find type 'URLRequest' in scope
588 |
589 | /// Closure called on the `request(_:didCreateTask:)` event.
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:590:47: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
588 |
589 | /// Closure called on the `request(_:didCreateTask:)` event.
590 | open var requestDidCreateTask: ((Request, URLSessionTask) -> Void)?
| `- error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
591 |
592 | /// Closure called on the `request(_:didGatherMetrics:)` event.
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' 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 URLSessionTask = AnyObject
| `- note: 'URLSessionTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:593:50: error: cannot find type 'URLSessionTaskMetrics' in scope
591 |
592 | /// Closure called on the `request(_:didGatherMetrics:)` event.
593 | open var requestDidGatherMetrics: ((Request, URLSessionTaskMetrics) -> Void)?
| `- error: cannot find type 'URLSessionTaskMetrics' in scope
594 |
595 | /// Closure called on the `request(_:didFailTask:earlyWithError:)` event.
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:596:59: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
594 |
595 | /// Closure called on the `request(_:didFailTask:earlyWithError:)` event.
596 | open var requestDidFailTaskEarlyWithError: ((Request, URLSessionTask, AFError) -> Void)?
| `- error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
597 |
598 | /// Closure called on the `request(_:didCompleteTask:with:)` event.
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' 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 URLSessionTask = AnyObject
| `- note: 'URLSessionTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:599:58: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
597 |
598 | /// Closure called on the `request(_:didCompleteTask:with:)` event.
599 | open var requestDidCompleteTaskWithError: ((Request, URLSessionTask, AFError?) -> Void)?
| `- error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
600 |
601 | /// Closure called on the `requestIsRetrying(_:)` event.
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' 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 URLSessionTask = AnyObject
| `- note: 'URLSessionTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:611:47: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
609 |
610 | /// Closure called on the `request(_:didResumeTask:)` event.
611 | open var requestDidResumeTask: ((Request, URLSessionTask) -> Void)?
| `- error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
612 |
613 | /// Closure called on the `requestDidSuspend(_:)` event.
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' 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 URLSessionTask = AnyObject
| `- note: 'URLSessionTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:617:48: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
615 |
616 | /// Closure called on the `request(_:didSuspendTask:)` event.
617 | open var requestDidSuspendTask: ((Request, URLSessionTask) -> Void)?
| `- error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
618 |
619 | /// Closure called on the `requestDidCancel(_:)` event.
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' 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 URLSessionTask = AnyObject
| `- note: 'URLSessionTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:623:47: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
621 |
622 | /// Closure called on the `request(_:didCancelTask:)` event.
623 | open var requestDidCancelTask: ((Request, URLSessionTask) -> Void)?
| `- error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
624 |
625 | /// Closure called on the `request(_:didValidateRequest:response:data:withResult:)` event.
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' 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 URLSessionTask = AnyObject
| `- note: 'URLSessionTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:626:78: error: cannot find type 'URLRequest' in scope
624 |
625 | /// Closure called on the `request(_:didValidateRequest:response:data:withResult:)` event.
626 | open var requestDidValidateRequestResponseDataWithResult: ((DataRequest, URLRequest?, HTTPURLResponse, Data?, Request.ValidationResult) -> Void)?
| `- error: cannot find type 'URLRequest' in scope
627 |
628 | /// Closure called on the `request(_:didParseResponse:)` event.
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:641:81: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
639 |
640 | /// Closure called on the `request(_:didFinishDownloadingUsing:with:)` event.
641 | open var requestDidFinishDownloadingUsingTaskWithResult: ((DownloadRequest, URLSessionTask, Result<URL, AFError>) -> Void)?
| `- error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
642 |
643 | /// Closure called on the `request(_:didCreateDestinationURL:)` event.
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' 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 URLSessionTask = AnyObject
| `- note: 'URLSessionTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:647:85: error: cannot find type 'URLRequest' in scope
645 |
646 | /// Closure called on the `request(_:didValidateRequest:response:temporaryURL:destinationURL:withResult:)` event.
647 | open var requestDidValidateRequestResponseFileURLWithResult: ((DownloadRequest, URLRequest?, HTTPURLResponse, URL?, Request.ValidationResult) -> Void)?
| `- error: cannot find type 'URLRequest' in scope
648 |
649 | /// Closure called on the `request(_:didParseResponse:)` event.
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:661:37: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
659 | }
660 |
661 | open func urlSession(_ session: URLSession, didBecomeInvalidWithError error: Error?) {
| `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
662 | sessionDidBecomeInvalidWithError?(session, error)
663 | }
Foundation.URLSession:2:18: note: 'URLSession' 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 URLSession = AnyObject
| `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:665:37: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
663 | }
664 |
665 | open func urlSession(_ session: URLSession, task: URLSessionTask, didReceive challenge: URLAuthenticationChallenge) {
| `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
666 | taskDidReceiveChallenge?(session, task, challenge)
667 | }
Foundation.URLSession:2:18: note: 'URLSession' 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 URLSession = AnyObject
| `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:665:55: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
663 | }
664 |
665 | open func urlSession(_ session: URLSession, task: URLSessionTask, didReceive challenge: URLAuthenticationChallenge) {
| `- error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
666 | taskDidReceiveChallenge?(session, task, challenge)
667 | }
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' 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 URLSessionTask = AnyObject
| `- note: 'URLSessionTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:665:93: error: 'URLAuthenticationChallenge' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
663 | }
664 |
665 | open func urlSession(_ session: URLSession, task: URLSessionTask, didReceive challenge: URLAuthenticationChallenge) {
| `- error: 'URLAuthenticationChallenge' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
666 | taskDidReceiveChallenge?(session, task, challenge)
667 | }
Foundation.URLAuthenticationChallenge:2:18: note: 'URLAuthenticationChallenge' 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 URLAuthenticationChallenge = AnyObject
| `- note: 'URLAuthenticationChallenge' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:669:37: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
667 | }
668 |
669 | open func urlSession(_ session: URLSession,
| `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
670 | task: URLSessionTask,
671 | didSendBodyData bytesSent: Int64,
Foundation.URLSession:2:18: note: 'URLSession' 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 URLSession = AnyObject
| `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:670:32: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
668 |
669 | open func urlSession(_ session: URLSession,
670 | task: URLSessionTask,
| `- error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
671 | didSendBodyData bytesSent: Int64,
672 | totalBytesSent: Int64,
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' 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 URLSessionTask = AnyObject
| `- note: 'URLSessionTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:677:37: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
675 | }
676 |
677 | open func urlSession(_ session: URLSession, taskNeedsNewBodyStream task: URLSessionTask) {
| `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
678 | taskNeedNewBodyStream?(session, task)
679 | }
Foundation.URLSession:2:18: note: 'URLSession' 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 URLSession = AnyObject
| `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:677:78: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
675 | }
676 |
677 | open func urlSession(_ session: URLSession, taskNeedsNewBodyStream task: URLSessionTask) {
| `- error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
678 | taskNeedNewBodyStream?(session, task)
679 | }
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' 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 URLSessionTask = AnyObject
| `- note: 'URLSessionTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:684:46: error: cannot find type 'URLRequest' in scope
682 | task: URLSessionTask,
683 | willPerformHTTPRedirection response: HTTPURLResponse,
684 | newRequest request: URLRequest) {
| `- error: cannot find type 'URLRequest' in scope
685 | taskWillPerformHTTPRedirection?(session, task, response, request)
686 | }
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:681:37: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
679 | }
680 |
681 | open func urlSession(_ session: URLSession,
| `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
682 | task: URLSessionTask,
683 | willPerformHTTPRedirection response: HTTPURLResponse,
Foundation.URLSession:2:18: note: 'URLSession' 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 URLSession = AnyObject
| `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:682:32: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
680 |
681 | open func urlSession(_ session: URLSession,
682 | task: URLSessionTask,
| `- error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
683 | willPerformHTTPRedirection response: HTTPURLResponse,
684 | newRequest request: URLRequest) {
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' 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 URLSessionTask = AnyObject
| `- note: 'URLSessionTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:683:63: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
681 | open func urlSession(_ session: URLSession,
682 | task: URLSessionTask,
683 | willPerformHTTPRedirection response: HTTPURLResponse,
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
684 | newRequest request: URLRequest) {
685 | taskWillPerformHTTPRedirection?(session, task, response, request)
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/Alamofire/Source/EventMonitor.swift:688:100: error: cannot find type 'URLSessionTaskMetrics' in scope
686 | }
687 |
688 | open func urlSession(_ session: URLSession, task: URLSessionTask, didFinishCollecting metrics: URLSessionTaskMetrics) {
| `- error: cannot find type 'URLSessionTaskMetrics' in scope
689 | taskDidFinishCollectingMetrics?(session, task, metrics)
690 | }
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:688:37: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
686 | }
687 |
688 | open func urlSession(_ session: URLSession, task: URLSessionTask, didFinishCollecting metrics: URLSessionTaskMetrics) {
| `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
689 | taskDidFinishCollectingMetrics?(session, task, metrics)
690 | }
Foundation.URLSession:2:18: note: 'URLSession' 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 URLSession = AnyObject
| `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:688:55: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
686 | }
687 |
688 | open func urlSession(_ session: URLSession, task: URLSessionTask, didFinishCollecting metrics: URLSessionTaskMetrics) {
| `- error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
689 | taskDidFinishCollectingMetrics?(session, task, metrics)
690 | }
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' 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 URLSessionTask = AnyObject
| `- note: 'URLSessionTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:692:37: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
690 | }
691 |
692 | open func urlSession(_ session: URLSession, task: URLSessionTask, didCompleteWithError error: Error?) {
| `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
693 | taskDidComplete?(session, task, error)
694 | }
Foundation.URLSession:2:18: note: 'URLSession' 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 URLSession = AnyObject
| `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:692:55: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
690 | }
691 |
692 | open func urlSession(_ session: URLSession, task: URLSessionTask, didCompleteWithError error: Error?) {
| `- error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
693 | taskDidComplete?(session, task, error)
694 | }
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' 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 URLSessionTask = AnyObject
| `- note: 'URLSessionTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:696:37: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
694 | }
695 |
696 | open func urlSession(_ session: URLSession, taskIsWaitingForConnectivity task: URLSessionTask) {
| `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
697 | taskIsWaitingForConnectivity?(session, task)
698 | }
Foundation.URLSession:2:18: note: 'URLSession' 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 URLSession = AnyObject
| `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:696:84: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
694 | }
695 |
696 | open func urlSession(_ session: URLSession, taskIsWaitingForConnectivity task: URLSessionTask) {
| `- error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
697 | taskIsWaitingForConnectivity?(session, task)
698 | }
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' 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 URLSessionTask = AnyObject
| `- note: 'URLSessionTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:700:37: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
698 | }
699 |
700 | open func urlSession(_ session: URLSession, dataTask: URLSessionDataTask, didReceive data: Data) {
| `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
701 | dataTaskDidReceiveData?(session, dataTask, data)
702 | }
Foundation.URLSession:2:18: note: 'URLSession' 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 URLSession = AnyObject
| `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:700:59: error: 'URLSessionDataTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
698 | }
699 |
700 | open func urlSession(_ session: URLSession, dataTask: URLSessionDataTask, didReceive data: Data) {
| `- error: 'URLSessionDataTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
701 | dataTaskDidReceiveData?(session, dataTask, data)
702 | }
Foundation.URLSessionDataTask:2:18: note: 'URLSessionDataTask' 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 URLSessionDataTask = AnyObject
| `- note: 'URLSessionDataTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:704:37: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
702 | }
703 |
704 | open func urlSession(_ session: URLSession, dataTask: URLSessionDataTask, willCacheResponse proposedResponse: CachedURLResponse) {
| `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
705 | dataTaskWillCacheResponse?(session, dataTask, proposedResponse)
706 | }
Foundation.URLSession:2:18: note: 'URLSession' 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 URLSession = AnyObject
| `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:704:59: error: 'URLSessionDataTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
702 | }
703 |
704 | open func urlSession(_ session: URLSession, dataTask: URLSessionDataTask, willCacheResponse proposedResponse: CachedURLResponse) {
| `- error: 'URLSessionDataTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
705 | dataTaskWillCacheResponse?(session, dataTask, proposedResponse)
706 | }
Foundation.URLSessionDataTask:2:18: note: 'URLSessionDataTask' 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 URLSessionDataTask = AnyObject
| `- note: 'URLSessionDataTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:704:115: error: 'CachedURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
702 | }
703 |
704 | open func urlSession(_ session: URLSession, dataTask: URLSessionDataTask, willCacheResponse proposedResponse: CachedURLResponse) {
| `- error: 'CachedURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
705 | dataTaskWillCacheResponse?(session, dataTask, proposedResponse)
706 | }
Foundation.CachedURLResponse:2:18: note: 'CachedURLResponse' 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 CachedURLResponse = AnyObject
| `- note: 'CachedURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:708:37: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
706 | }
707 |
708 | open func urlSession(_ session: URLSession,
| `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
709 | downloadTask: URLSessionDownloadTask,
710 | didResumeAtOffset fileOffset: Int64,
Foundation.URLSession:2:18: note: 'URLSession' 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 URLSession = AnyObject
| `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:709:40: error: 'URLSessionDownloadTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
707 |
708 | open func urlSession(_ session: URLSession,
709 | downloadTask: URLSessionDownloadTask,
| `- error: 'URLSessionDownloadTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
710 | didResumeAtOffset fileOffset: Int64,
711 | expectedTotalBytes: Int64) {
Foundation.URLSessionDownloadTask:2:18: note: 'URLSessionDownloadTask' 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 URLSessionDownloadTask = AnyObject
| `- note: 'URLSessionDownloadTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:715:37: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
713 | }
714 |
715 | open func urlSession(_ session: URLSession,
| `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
716 | downloadTask: URLSessionDownloadTask,
717 | didWriteData bytesWritten: Int64,
Foundation.URLSession:2:18: note: 'URLSession' 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 URLSession = AnyObject
| `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:716:40: error: 'URLSessionDownloadTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
714 |
715 | open func urlSession(_ session: URLSession,
716 | downloadTask: URLSessionDownloadTask,
| `- error: 'URLSessionDownloadTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
717 | didWriteData bytesWritten: Int64,
718 | totalBytesWritten: Int64,
Foundation.URLSessionDownloadTask:2:18: note: 'URLSessionDownloadTask' 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 URLSessionDownloadTask = AnyObject
| `- note: 'URLSessionDownloadTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:723:37: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
721 | }
722 |
723 | open func urlSession(_ session: URLSession, downloadTask: URLSessionDownloadTask, didFinishDownloadingTo location: URL) {
| `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
724 | downloadTaskDidFinishDownloadingToURL?(session, downloadTask, location)
725 | }
Foundation.URLSession:2:18: note: 'URLSession' 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 URLSession = AnyObject
| `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:723:63: error: 'URLSessionDownloadTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
721 | }
722 |
723 | open func urlSession(_ session: URLSession, downloadTask: URLSessionDownloadTask, didFinishDownloadingTo location: URL) {
| `- error: 'URLSessionDownloadTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
724 | downloadTaskDidFinishDownloadingToURL?(session, downloadTask, location)
725 | }
Foundation.URLSessionDownloadTask:2:18: note: 'URLSessionDownloadTask' 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 URLSessionDownloadTask = AnyObject
| `- note: 'URLSessionDownloadTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:729:82: error: cannot find type 'URLRequest' in scope
727 | // MARK: Request Events
728 |
729 | open func request(_ request: Request, didCreateInitialURLRequest urlRequest: URLRequest) {
| `- error: cannot find type 'URLRequest' in scope
730 | requestDidCreateInitialURLRequest?(request, urlRequest)
731 | }
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:737:82: error: cannot find type 'URLRequest' in scope
735 | }
736 |
737 | open func request(_ request: Request, didAdaptInitialRequest initialRequest: URLRequest, to adaptedRequest: URLRequest) {
| `- error: cannot find type 'URLRequest' in scope
738 | requestDidAdaptInitialRequestToAdaptedRequest?(request, initialRequest, adaptedRequest)
739 | }
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:737:113: error: cannot find type 'URLRequest' in scope
735 | }
736 |
737 | open func request(_ request: Request, didAdaptInitialRequest initialRequest: URLRequest, to adaptedRequest: URLRequest) {
| `- error: cannot find type 'URLRequest' in scope
738 | requestDidAdaptInitialRequestToAdaptedRequest?(request, initialRequest, adaptedRequest)
739 | }
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:741:84: error: cannot find type 'URLRequest' in scope
739 | }
740 |
741 | open func request(_ request: Request, didFailToAdaptURLRequest initialRequest: URLRequest, withError error: AFError) {
| `- error: cannot find type 'URLRequest' in scope
742 | requestDidFailToAdaptURLRequestWithError?(request, initialRequest, error)
743 | }
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:745:75: error: cannot find type 'URLRequest' in scope
743 | }
744 |
745 | open func request(_ request: Request, didCreateURLRequest urlRequest: URLRequest) {
| `- error: cannot find type 'URLRequest' in scope
746 | requestDidCreateURLRequest?(request, urlRequest)
747 | }
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:749:63: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
747 | }
748 |
749 | open func request(_ request: Request, didCreateTask task: URLSessionTask) {
| `- error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
750 | requestDidCreateTask?(request, task)
751 | }
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' 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 URLSessionTask = AnyObject
| `- note: 'URLSessionTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:753:69: error: cannot find type 'URLSessionTaskMetrics' in scope
751 | }
752 |
753 | open func request(_ request: Request, didGatherMetrics metrics: URLSessionTaskMetrics) {
| `- error: cannot find type 'URLSessionTaskMetrics' in scope
754 | requestDidGatherMetrics?(request, metrics)
755 | }
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:757:61: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
755 | }
756 |
757 | open func request(_ request: Request, didFailTask task: URLSessionTask, earlyWithError error: AFError) {
| `- error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
758 | requestDidFailTaskEarlyWithError?(request, task, error)
759 | }
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' 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 URLSessionTask = AnyObject
| `- note: 'URLSessionTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:761:65: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
759 | }
760 |
761 | open func request(_ request: Request, didCompleteTask task: URLSessionTask, with error: AFError?) {
| `- error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
762 | requestDidCompleteTaskWithError?(request, task, error)
763 | }
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' 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 URLSessionTask = AnyObject
| `- note: 'URLSessionTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:777:65: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
775 | }
776 |
777 | public func request(_ request: Request, didResumeTask task: URLSessionTask) {
| `- error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
778 | requestDidResumeTask?(request, task)
779 | }
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' 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 URLSessionTask = AnyObject
| `- note: 'URLSessionTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:785:66: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
783 | }
784 |
785 | public func request(_ request: Request, didSuspendTask task: URLSessionTask) {
| `- error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
786 | requestDidSuspendTask?(request, task)
787 | }
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' 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 URLSessionTask = AnyObject
| `- note: 'URLSessionTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:793:65: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
791 | }
792 |
793 | public func request(_ request: Request, didCancelTask task: URLSessionTask) {
| `- error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
794 | requestDidCancelTask?(request, task)
795 | }
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' 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 URLSessionTask = AnyObject
| `- note: 'URLSessionTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:798:54: error: cannot find type 'URLRequest' in scope
796 |
797 | open func request(_ request: DataRequest,
798 | didValidateRequest urlRequest: URLRequest?,
| `- error: cannot find type 'URLRequest' in scope
799 | response: HTTPURLResponse,
800 | data: Data?,
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:799:33: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
797 | open func request(_ request: DataRequest,
798 | didValidateRequest urlRequest: URLRequest?,
799 | response: HTTPURLResponse,
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
800 | data: Data?,
801 | withResult result: Request.ValidationResult) {
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/Alamofire/Source/EventMonitor.swift:821:83: error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
819 | }
820 |
821 | open func request(_ request: DownloadRequest, didFinishDownloadingUsing task: URLSessionTask, with result: Result<URL, AFError>) {
| `- error: 'URLSessionTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
822 | requestDidFinishDownloadingUsingTaskWithResult?(request, task, result)
823 | }
Foundation.URLSessionTask:2:18: note: 'URLSessionTask' 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 URLSessionTask = AnyObject
| `- note: 'URLSessionTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:830:54: error: cannot find type 'URLRequest' in scope
828 |
829 | open func request(_ request: DownloadRequest,
830 | didValidateRequest urlRequest: URLRequest?,
| `- error: cannot find type 'URLRequest' in scope
831 | response: HTTPURLResponse,
832 | fileURL: URL?,
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:831:33: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
829 | open func request(_ request: DownloadRequest,
830 | didValidateRequest urlRequest: URLRequest?,
831 | response: HTTPURLResponse,
| `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
832 | fileURL: URL?,
833 | withResult result: Request.ValidationResult) {
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/Alamofire/Source/EventMonitor.swift:338:26: error: incorrect argument labels in call (have '_:task:willPerformHTTPRedirection:newRequest:', expected '_:downloadTask:didResumeAtOffset:expectedTotalBytes:')
336 | newRequest request: URLRequest) {
337 | performEvent {
338 | $0.urlSession(session,
| `- error: incorrect argument labels in call (have '_:task:willPerformHTTPRedirection:newRequest:', expected '_:downloadTask:didResumeAtOffset:expectedTotalBytes:')
339 | task: task,
340 | willPerformHTTPRedirection: response,
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:340:55: error: 'HTTPURLResponse' (aka 'AnyObject') is not convertible to 'Int64'
338 | $0.urlSession(session,
339 | task: task,
340 | willPerformHTTPRedirection: response,
| |- error: 'HTTPURLResponse' (aka 'AnyObject') is not convertible to 'Int64'
| `- note: did you mean to use 'as!' to force downcast?
341 | newRequest: request)
342 | }
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:346:27: error: no exact matches in call to instance method 'urlSession'
41 |
42 | /// Event called during `URLSessionTaskDelegate`'s `urlSession(_:task:didReceive:completionHandler:)` method.
43 | func urlSession(_ session: URLSession, task: URLSessionTask, didReceive challenge: URLAuthenticationChallenge)
| `- note: incorrect labels for candidate (have: '(_:task:didFinishCollecting:)', expected: '(_:task:didReceive:)')
44 |
45 | /// Event called during `URLSessionTaskDelegate`'s `urlSession(_:task:didSendBodyData:totalBytesSent:totalBytesExpectedToSend:)` method.
:
63 |
64 | /// Event called during `URLSessionTaskDelegate`'s `urlSession(_:task:didCompleteWithError:)` method.
65 | func urlSession(_ session: URLSession, task: URLSessionTask, didCompleteWithError error: Error?)
| `- note: incorrect labels for candidate (have: '(_:task:didFinishCollecting:)', expected: '(_:task:didCompleteWithError:)')
66 |
67 | /// Event called during `URLSessionTaskDelegate`'s `urlSession(_:taskIsWaitingForConnectivity:)` method.
:
207 |
208 | public func urlSession(_ session: URLSession, didBecomeInvalidWithError error: Error?) {}
209 | public func urlSession(_ session: URLSession,
| `- note: incorrect labels for candidate (have: '(_:task:didFinishCollecting:)', expected: '(_:task:didReceive:)')
210 | task: URLSessionTask,
211 | didReceive challenge: URLAuthenticationChallenge) {}
:
223 | task: URLSessionTask,
224 | didFinishCollecting metrics: URLSessionTaskMetrics) {}
225 | public func urlSession(_ session: URLSession, task: URLSessionTask, didCompleteWithError error: Error?) {}
| `- note: incorrect labels for candidate (have: '(_:task:didFinishCollecting:)', expected: '(_:task:didCompleteWithError:)')
226 | public func urlSession(_ session: URLSession, taskIsWaitingForConnectivity task: URLSessionTask) {}
227 | public func urlSession(_ session: URLSession, dataTask: URLSessionDataTask, didReceive data: Data) {}
:
344 |
345 | public func urlSession(_ session: URLSession, task: URLSessionTask, didFinishCollecting metrics: URLSessionTaskMetrics) {
346 | performEvent { $0.urlSession(session, task: task, didFinishCollecting: metrics) }
| `- error: no exact matches in call to instance method 'urlSession'
347 | }
348 |
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:401:27: error: no exact matches in call to instance method 'request'
102 |
103 | /// Event called when the attempt to create a `URLRequest` from a `Request`'s original `URLRequestConvertible` value fails.
104 | func request(_ request: Request, didFailToCreateURLRequestWithError error: AFError)
| `- note: incorrect labels for candidate (have: '(_:didCreateInitialURLRequest:)', expected: '(_:didFailToCreateURLRequestWithError:)')
105 |
106 | /// Event called when a `RequestAdapter` adapts the `Request`'s initial `URLRequest`.
:
114 |
115 | /// Event called when a `URLSessionTask` subclass instance is created for a `Request`.
116 | func request(_ request: Request, didCreateTask task: URLSessionTask)
| `- note: incorrect labels for candidate (have: '(_:didCreateInitialURLRequest:)', expected: '(_:didCreateTask:)')
117 |
118 | /// Event called when a `Request` receives a `URLSessionTaskMetrics` value.
:
136 |
137 | /// Event called when a `Request`'s associated `URLSessionTask` is resumed.
138 | func request(_ request: Request, didResumeTask task: URLSessionTask)
| `- note: incorrect labels for candidate (have: '(_:didCreateInitialURLRequest:)', expected: '(_:didResumeTask:)')
139 |
140 | /// Event called when a `Request` receives a `suspend` call.
:
142 |
143 | /// Event called when a `Request`'s associated `URLSessionTask` is suspended.
144 | func request(_ request: Request, didSuspendTask task: URLSessionTask)
| `- note: incorrect labels for candidate (have: '(_:didCreateInitialURLRequest:)', expected: '(_:didSuspendTask:)')
145 |
146 | /// Event called when a `Request` receives a `cancel` call.
:
148 |
149 | /// Event called when a `Request`'s associated `URLSessionTask` is cancelled.
150 | func request(_ request: Request, didCancelTask task: URLSessionTask)
| `- note: incorrect labels for candidate (have: '(_:didCreateInitialURLRequest:)', expected: '(_:didCancelTask:)')
151 |
152 | // MARK: DataRequest Events
:
242 | didFinishDownloadingTo location: URL) {}
243 | public func request(_ request: Request, didCreateInitialURLRequest urlRequest: URLRequest) {}
244 | public func request(_ request: Request, didFailToCreateURLRequestWithError error: AFError) {}
| `- note: incorrect labels for candidate (have: '(_:didCreateInitialURLRequest:)', expected: '(_:didFailToCreateURLRequestWithError:)')
245 | public func request(_ request: Request,
246 | didAdaptInitialRequest initialRequest: URLRequest,
:
250 | withError error: AFError) {}
251 | public func request(_ request: Request, didCreateURLRequest urlRequest: URLRequest) {}
252 | public func request(_ request: Request, didCreateTask task: URLSessionTask) {}
| `- note: incorrect labels for candidate (have: '(_:didCreateInitialURLRequest:)', expected: '(_:didCreateTask:)')
253 | public func request(_ request: Request, didGatherMetrics metrics: URLSessionTaskMetrics) {}
254 | public func request(_ request: Request, didFailTask task: URLSessionTask, earlyWithError error: AFError) {}
:
257 | public func requestDidFinish(_ request: Request) {}
258 | public func requestDidResume(_ request: Request) {}
259 | public func request(_ request: Request, didResumeTask task: URLSessionTask) {}
| `- note: incorrect labels for candidate (have: '(_:didCreateInitialURLRequest:)', expected: '(_:didResumeTask:)')
260 | public func requestDidSuspend(_ request: Request) {}
261 | public func request(_ request: Request, didSuspendTask task: URLSessionTask) {}
| `- note: incorrect labels for candidate (have: '(_:didCreateInitialURLRequest:)', expected: '(_:didSuspendTask:)')
262 | public func requestDidCancel(_ request: Request) {}
263 | public func request(_ request: Request, didCancelTask task: URLSessionTask) {}
| `- note: incorrect labels for candidate (have: '(_:didCreateInitialURLRequest:)', expected: '(_:didCancelTask:)')
264 | public func request(_ request: DataRequest,
265 | didValidateRequest urlRequest: URLRequest?,
:
399 |
400 | public func request(_ request: Request, didCreateInitialURLRequest urlRequest: URLRequest) {
401 | performEvent { $0.request(request, didCreateInitialURLRequest: urlRequest) }
| `- error: no exact matches in call to instance method 'request'
402 | }
403 |
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:409:27: error: no exact matches in call to instance method 'request'
120 |
121 | /// Event called when a `Request` fails due to an error created by Alamofire. e.g. When certificat pinning fails.
122 | func request(_ request: Request, didFailTask task: URLSessionTask, earlyWithError error: AFError)
| `- note: incorrect labels for candidate (have: '(_:didAdaptInitialRequest:to:)', expected: '(_:didFailTask:earlyWithError:)')
123 |
124 | /// Event called when a `Request`'s task completes, possibly with an error. A `Request` may receive this event
125 | /// multiple times if it is retried.
126 | func request(_ request: Request, didCompleteTask task: URLSessionTask, with error: AFError?)
| `- note: incorrect labels for candidate (have: '(_:didAdaptInitialRequest:to:)', expected: '(_:didCompleteTask:with:)')
127 |
128 | /// Event called when a `Request` is about to be retried.
:
252 | public func request(_ request: Request, didCreateTask task: URLSessionTask) {}
253 | public func request(_ request: Request, didGatherMetrics metrics: URLSessionTaskMetrics) {}
254 | public func request(_ request: Request, didFailTask task: URLSessionTask, earlyWithError error: AFError) {}
| `- note: incorrect labels for candidate (have: '(_:didAdaptInitialRequest:to:)', expected: '(_:didFailTask:earlyWithError:)')
255 | public func request(_ request: Request, didCompleteTask task: URLSessionTask, with error: AFError?) {}
| `- note: incorrect labels for candidate (have: '(_:didAdaptInitialRequest:to:)', expected: '(_:didCompleteTask:with:)')
256 | public func requestIsRetrying(_ request: Request) {}
257 | public func requestDidFinish(_ request: Request) {}
:
407 |
408 | public func request(_ request: Request, didAdaptInitialRequest initialRequest: URLRequest, to adaptedRequest: URLRequest) {
409 | performEvent { $0.request(request, didAdaptInitialRequest: initialRequest, to: adaptedRequest) }
| `- error: no exact matches in call to instance method 'request'
410 | }
411 |
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:413:34: error: incorrect argument labels in call (have '_:didFailToAdaptURLRequest:withError:', expected '_:didFailTask:earlyWithError:')
411 |
412 | public func request(_ request: Request, didFailToAdaptURLRequest initialRequest: URLRequest, withError error: AFError) {
413 | performEvent { $0.request(request, didFailToAdaptURLRequest: initialRequest, withError: error) }
| `- error: incorrect argument labels in call (have '_:didFailToAdaptURLRequest:withError:', expected '_:didFailTask:earlyWithError:')
414 | }
415 |
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:417:27: error: no exact matches in call to instance method 'request'
102 |
103 | /// Event called when the attempt to create a `URLRequest` from a `Request`'s original `URLRequestConvertible` value fails.
104 | func request(_ request: Request, didFailToCreateURLRequestWithError error: AFError)
| `- note: incorrect labels for candidate (have: '(_:didCreateURLRequest:)', expected: '(_:didFailToCreateURLRequestWithError:)')
105 |
106 | /// Event called when a `RequestAdapter` adapts the `Request`'s initial `URLRequest`.
:
114 |
115 | /// Event called when a `URLSessionTask` subclass instance is created for a `Request`.
116 | func request(_ request: Request, didCreateTask task: URLSessionTask)
| `- note: incorrect labels for candidate (have: '(_:didCreateURLRequest:)', expected: '(_:didCreateTask:)')
117 |
118 | /// Event called when a `Request` receives a `URLSessionTaskMetrics` value.
:
136 |
137 | /// Event called when a `Request`'s associated `URLSessionTask` is resumed.
138 | func request(_ request: Request, didResumeTask task: URLSessionTask)
| `- note: incorrect labels for candidate (have: '(_:didCreateURLRequest:)', expected: '(_:didResumeTask:)')
139 |
140 | /// Event called when a `Request` receives a `suspend` call.
:
142 |
143 | /// Event called when a `Request`'s associated `URLSessionTask` is suspended.
144 | func request(_ request: Request, didSuspendTask task: URLSessionTask)
| `- note: incorrect labels for candidate (have: '(_:didCreateURLRequest:)', expected: '(_:didSuspendTask:)')
145 |
146 | /// Event called when a `Request` receives a `cancel` call.
:
148 |
149 | /// Event called when a `Request`'s associated `URLSessionTask` is cancelled.
150 | func request(_ request: Request, didCancelTask task: URLSessionTask)
| `- note: incorrect labels for candidate (have: '(_:didCreateURLRequest:)', expected: '(_:didCancelTask:)')
151 |
152 | // MARK: DataRequest Events
:
242 | didFinishDownloadingTo location: URL) {}
243 | public func request(_ request: Request, didCreateInitialURLRequest urlRequest: URLRequest) {}
244 | public func request(_ request: Request, didFailToCreateURLRequestWithError error: AFError) {}
| `- note: incorrect labels for candidate (have: '(_:didCreateURLRequest:)', expected: '(_:didFailToCreateURLRequestWithError:)')
245 | public func request(_ request: Request,
246 | didAdaptInitialRequest initialRequest: URLRequest,
:
250 | withError error: AFError) {}
251 | public func request(_ request: Request, didCreateURLRequest urlRequest: URLRequest) {}
252 | public func request(_ request: Request, didCreateTask task: URLSessionTask) {}
| `- note: incorrect labels for candidate (have: '(_:didCreateURLRequest:)', expected: '(_:didCreateTask:)')
253 | public func request(_ request: Request, didGatherMetrics metrics: URLSessionTaskMetrics) {}
254 | public func request(_ request: Request, didFailTask task: URLSessionTask, earlyWithError error: AFError) {}
:
257 | public func requestDidFinish(_ request: Request) {}
258 | public func requestDidResume(_ request: Request) {}
259 | public func request(_ request: Request, didResumeTask task: URLSessionTask) {}
| `- note: incorrect labels for candidate (have: '(_:didCreateURLRequest:)', expected: '(_:didResumeTask:)')
260 | public func requestDidSuspend(_ request: Request) {}
261 | public func request(_ request: Request, didSuspendTask task: URLSessionTask) {}
| `- note: incorrect labels for candidate (have: '(_:didCreateURLRequest:)', expected: '(_:didSuspendTask:)')
262 | public func requestDidCancel(_ request: Request) {}
263 | public func request(_ request: Request, didCancelTask task: URLSessionTask) {}
| `- note: incorrect labels for candidate (have: '(_:didCreateURLRequest:)', expected: '(_:didCancelTask:)')
264 | public func request(_ request: DataRequest,
265 | didValidateRequest urlRequest: URLRequest?,
:
415 |
416 | public func request(_ request: Request, didCreateURLRequest urlRequest: URLRequest) {
417 | performEvent { $0.request(request, didCreateURLRequest: urlRequest) }
| `- error: no exact matches in call to instance method 'request'
418 | }
419 |
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:425:27: error: no exact matches in call to instance method 'request'
102 |
103 | /// Event called when the attempt to create a `URLRequest` from a `Request`'s original `URLRequestConvertible` value fails.
104 | func request(_ request: Request, didFailToCreateURLRequestWithError error: AFError)
| `- note: incorrect labels for candidate (have: '(_:didGatherMetrics:)', expected: '(_:didFailToCreateURLRequestWithError:)')
105 |
106 | /// Event called when a `RequestAdapter` adapts the `Request`'s initial `URLRequest`.
:
114 |
115 | /// Event called when a `URLSessionTask` subclass instance is created for a `Request`.
116 | func request(_ request: Request, didCreateTask task: URLSessionTask)
| `- note: incorrect labels for candidate (have: '(_:didGatherMetrics:)', expected: '(_:didCreateTask:)')
117 |
118 | /// Event called when a `Request` receives a `URLSessionTaskMetrics` value.
:
136 |
137 | /// Event called when a `Request`'s associated `URLSessionTask` is resumed.
138 | func request(_ request: Request, didResumeTask task: URLSessionTask)
| `- note: incorrect labels for candidate (have: '(_:didGatherMetrics:)', expected: '(_:didResumeTask:)')
139 |
140 | /// Event called when a `Request` receives a `suspend` call.
:
142 |
143 | /// Event called when a `Request`'s associated `URLSessionTask` is suspended.
144 | func request(_ request: Request, didSuspendTask task: URLSessionTask)
| `- note: incorrect labels for candidate (have: '(_:didGatherMetrics:)', expected: '(_:didSuspendTask:)')
145 |
146 | /// Event called when a `Request` receives a `cancel` call.
:
148 |
149 | /// Event called when a `Request`'s associated `URLSessionTask` is cancelled.
150 | func request(_ request: Request, didCancelTask task: URLSessionTask)
| `- note: incorrect labels for candidate (have: '(_:didGatherMetrics:)', expected: '(_:didCancelTask:)')
151 |
152 | // MARK: DataRequest Events
:
242 | didFinishDownloadingTo location: URL) {}
243 | public func request(_ request: Request, didCreateInitialURLRequest urlRequest: URLRequest) {}
244 | public func request(_ request: Request, didFailToCreateURLRequestWithError error: AFError) {}
| `- note: incorrect labels for candidate (have: '(_:didGatherMetrics:)', expected: '(_:didFailToCreateURLRequestWithError:)')
245 | public func request(_ request: Request,
246 | didAdaptInitialRequest initialRequest: URLRequest,
:
250 | withError error: AFError) {}
251 | public func request(_ request: Request, didCreateURLRequest urlRequest: URLRequest) {}
252 | public func request(_ request: Request, didCreateTask task: URLSessionTask) {}
| `- note: incorrect labels for candidate (have: '(_:didGatherMetrics:)', expected: '(_:didCreateTask:)')
253 | public func request(_ request: Request, didGatherMetrics metrics: URLSessionTaskMetrics) {}
254 | public func request(_ request: Request, didFailTask task: URLSessionTask, earlyWithError error: AFError) {}
:
257 | public func requestDidFinish(_ request: Request) {}
258 | public func requestDidResume(_ request: Request) {}
259 | public func request(_ request: Request, didResumeTask task: URLSessionTask) {}
| `- note: incorrect labels for candidate (have: '(_:didGatherMetrics:)', expected: '(_:didResumeTask:)')
260 | public func requestDidSuspend(_ request: Request) {}
261 | public func request(_ request: Request, didSuspendTask task: URLSessionTask) {}
| `- note: incorrect labels for candidate (have: '(_:didGatherMetrics:)', expected: '(_:didSuspendTask:)')
262 | public func requestDidCancel(_ request: Request) {}
263 | public func request(_ request: Request, didCancelTask task: URLSessionTask) {}
| `- note: incorrect labels for candidate (have: '(_:didGatherMetrics:)', expected: '(_:didCancelTask:)')
264 | public func request(_ request: DataRequest,
265 | didValidateRequest urlRequest: URLRequest?,
:
423 |
424 | public func request(_ request: Request, didGatherMetrics metrics: URLSessionTaskMetrics) {
425 | performEvent { $0.request(request, didGatherMetrics: metrics) }
| `- error: no exact matches in call to instance method 'request'
426 | }
427 |
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:473:27: error: no exact matches in call to instance method 'request'
102 |
103 | /// Event called when the attempt to create a `URLRequest` from a `Request`'s original `URLRequestConvertible` value fails.
104 | func request(_ request: Request, didFailToCreateURLRequestWithError error: AFError)
| `- note: candidate has partially matching parameter list (Request, didFailToCreateURLRequestWithError: AFError)
105 |
106 | /// Event called when a `RequestAdapter` adapts the `Request`'s initial `URLRequest`.
:
114 |
115 | /// Event called when a `URLSessionTask` subclass instance is created for a `Request`.
116 | func request(_ request: Request, didCreateTask task: URLSessionTask)
| `- note: candidate has partially matching parameter list (Request, didCreateTask: URLSessionTask)
117 |
118 | /// Event called when a `Request` receives a `URLSessionTaskMetrics` value.
:
136 |
137 | /// Event called when a `Request`'s associated `URLSessionTask` is resumed.
138 | func request(_ request: Request, didResumeTask task: URLSessionTask)
| `- note: candidate has partially matching parameter list (Request, didResumeTask: URLSessionTask)
139 |
140 | /// Event called when a `Request` receives a `suspend` call.
:
142 |
143 | /// Event called when a `Request`'s associated `URLSessionTask` is suspended.
144 | func request(_ request: Request, didSuspendTask task: URLSessionTask)
| `- note: candidate has partially matching parameter list (Request, didSuspendTask: URLSessionTask)
145 |
146 | /// Event called when a `Request` receives a `cancel` call.
:
148 |
149 | /// Event called when a `Request`'s associated `URLSessionTask` is cancelled.
150 | func request(_ request: Request, didCancelTask task: URLSessionTask)
| `- note: candidate has partially matching parameter list (Request, didCancelTask: URLSessionTask)
151 |
152 | // MARK: DataRequest Events
:
160 |
161 | /// Event called when a `DataRequest` creates a `DataResponse<Data?>` value without calling a `ResponseSerializer`.
162 | func request(_ request: DataRequest, didParseResponse response: DataResponse<Data?, AFError>)
| `- note: candidate has partially matching parameter list (DataRequest, didParseResponse: DataResponse<Data?, AFError>)
163 |
164 | /// Event called when a `DataRequest` calls a `ResponseSerializer` and creates a generic `DataResponse<Value, AFError>`.
:
242 | didFinishDownloadingTo location: URL) {}
243 | public func request(_ request: Request, didCreateInitialURLRequest urlRequest: URLRequest) {}
244 | public func request(_ request: Request, didFailToCreateURLRequestWithError error: AFError) {}
| `- note: candidate has partially matching parameter list (Request, didFailToCreateURLRequestWithError: AFError)
245 | public func request(_ request: Request,
246 | didAdaptInitialRequest initialRequest: URLRequest,
:
250 | withError error: AFError) {}
251 | public func request(_ request: Request, didCreateURLRequest urlRequest: URLRequest) {}
252 | public func request(_ request: Request, didCreateTask task: URLSessionTask) {}
| `- note: candidate has partially matching parameter list (Request, didCreateTask: URLSessionTask)
253 | public func request(_ request: Request, didGatherMetrics metrics: URLSessionTaskMetrics) {}
254 | public func request(_ request: Request, didFailTask task: URLSessionTask, earlyWithError error: AFError) {}
:
257 | public func requestDidFinish(_ request: Request) {}
258 | public func requestDidResume(_ request: Request) {}
259 | public func request(_ request: Request, didResumeTask task: URLSessionTask) {}
| `- note: candidate has partially matching parameter list (Request, didResumeTask: URLSessionTask)
260 | public func requestDidSuspend(_ request: Request) {}
261 | public func request(_ request: Request, didSuspendTask task: URLSessionTask) {}
| `- note: candidate has partially matching parameter list (Request, didSuspendTask: URLSessionTask)
262 | public func requestDidCancel(_ request: Request) {}
263 | public func request(_ request: Request, didCancelTask task: URLSessionTask) {}
| `- note: candidate has partially matching parameter list (Request, didCancelTask: URLSessionTask)
264 | public func request(_ request: DataRequest,
265 | didValidateRequest urlRequest: URLRequest?,
:
267 | data: Data?,
268 | withResult result: Request.ValidationResult) {}
269 | public func request(_ request: DataRequest, didParseResponse response: DataResponse<Data?, AFError>) {}
| `- note: candidate has partially matching parameter list (DataRequest, didParseResponse: DataResponse<Data?, AFError>)
270 | public func request<Value>(_ request: DataRequest, didParseResponse response: DataResponse<Value, AFError>) {}
271 | public func request(_ request: UploadRequest, didCreateUploadable uploadable: UploadRequest.Uploadable) {}
:
471 | data: Data?,
472 | withResult result: Request.ValidationResult) {
473 | performEvent { $0.request(request,
| `- error: no exact matches in call to instance method 'request'
474 | didValidateRequest: urlRequest,
475 | response: response,
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift:514:27: error: no exact matches in call to instance method 'request'
102 |
103 | /// Event called when the attempt to create a `URLRequest` from a `Request`'s original `URLRequestConvertible` value fails.
104 | func request(_ request: Request, didFailToCreateURLRequestWithError error: AFError)
| `- note: candidate has partially matching parameter list (Request, didFailToCreateURLRequestWithError: AFError)
105 |
106 | /// Event called when a `RequestAdapter` adapts the `Request`'s initial `URLRequest`.
:
114 |
115 | /// Event called when a `URLSessionTask` subclass instance is created for a `Request`.
116 | func request(_ request: Request, didCreateTask task: URLSessionTask)
| `- note: candidate has partially matching parameter list (Request, didCreateTask: URLSessionTask)
117 |
118 | /// Event called when a `Request` receives a `URLSessionTaskMetrics` value.
:
136 |
137 | /// Event called when a `Request`'s associated `URLSessionTask` is resumed.
138 | func request(_ request: Request, didResumeTask task: URLSessionTask)
| `- note: candidate has partially matching parameter list (Request, didResumeTask: URLSessionTask)
139 |
140 | /// Event called when a `Request` receives a `suspend` call.
:
142 |
143 | /// Event called when a `Request`'s associated `URLSessionTask` is suspended.
144 | func request(_ request: Request, didSuspendTask task: URLSessionTask)
| `- note: candidate has partially matching parameter list (Request, didSuspendTask: URLSessionTask)
145 |
146 | /// Event called when a `Request` receives a `cancel` call.
:
148 |
149 | /// Event called when a `Request`'s associated `URLSessionTask` is cancelled.
150 | func request(_ request: Request, didCancelTask task: URLSessionTask)
| `- note: candidate has partially matching parameter list (Request, didCancelTask: URLSessionTask)
151 |
152 | // MARK: DataRequest Events
:
184 | /// Event called when a `DownloadRequest`'s `Destination` closure is called and creates the destination URL the
185 | /// downloaded file will be moved to.
186 | func request(_ request: DownloadRequest, didCreateDestinationURL url: URL)
| `- note: candidate has partially matching parameter list (DownloadRequest, didCreateDestinationURL: URL)
187 |
188 | /// Event called when a `DownloadRequest` calls a `Validation`.
:
194 |
195 | /// Event called when a `DownloadRequest` creates a `DownloadResponse<URL?, AFError>` without calling a `ResponseSerializer`.
196 | func request(_ request: DownloadRequest, didParseResponse response: DownloadResponse<URL?, AFError>)
| `- note: candidate has partially matching parameter list (DownloadRequest, didParseResponse: DownloadResponse<URL?, AFError>)
197 |
198 | /// Event called when a `DownloadRequest` calls a `DownloadResponseSerializer` and creates a generic `DownloadResponse<Value, AFError>`
:
242 | didFinishDownloadingTo location: URL) {}
243 | public func request(_ request: Request, didCreateInitialURLRequest urlRequest: URLRequest) {}
244 | public func request(_ request: Request, didFailToCreateURLRequestWithError error: AFError) {}
| `- note: candidate has partially matching parameter list (Request, didFailToCreateURLRequestWithError: AFError)
245 | public func request(_ request: Request,
246 | didAdaptInitialRequest initialRequest: URLRequest,
:
250 | withError error: AFError) {}
251 | public func request(_ request: Request, didCreateURLRequest urlRequest: URLRequest) {}
252 | public func request(_ request: Request, didCreateTask task: URLSessionTask) {}
| `- note: candidate has partially matching parameter list (Request, didCreateTask: URLSessionTask)
253 | public func request(_ request: Request, didGatherMetrics metrics: URLSessionTaskMetrics) {}
254 | public func request(_ request: Request, didFailTask task: URLSessionTask, earlyWithError error: AFError) {}
:
257 | public func requestDidFinish(_ request: Request) {}
258 | public func requestDidResume(_ request: Request) {}
259 | public func request(_ request: Request, didResumeTask task: URLSessionTask) {}
| `- note: candidate has partially matching parameter list (Request, didResumeTask: URLSessionTask)
260 | public func requestDidSuspend(_ request: Request) {}
261 | public func request(_ request: Request, didSuspendTask task: URLSessionTask) {}
| `- note: candidate has partially matching parameter list (Request, didSuspendTask: URLSessionTask)
262 | public func requestDidCancel(_ request: Request) {}
263 | public func request(_ request: Request, didCancelTask task: URLSessionTask) {}
| `- note: candidate has partially matching parameter list (Request, didCancelTask: URLSessionTask)
264 | public func request(_ request: DataRequest,
265 | didValidateRequest urlRequest: URLRequest?,
:
273 | public func request(_ request: UploadRequest, didProvideInputStream stream: InputStream) {}
274 | public func request(_ request: DownloadRequest, didFinishDownloadingUsing task: URLSessionTask, with result: Result<URL, AFError>) {}
275 | public func request(_ request: DownloadRequest, didCreateDestinationURL url: URL) {}
| `- note: candidate has partially matching parameter list (DownloadRequest, didCreateDestinationURL: URL)
276 | public func request(_ request: DownloadRequest,
277 | didValidateRequest urlRequest: URLRequest?,
:
279 | fileURL: URL?,
280 | withResult result: Request.ValidationResult) {}
281 | public func request(_ request: DownloadRequest, didParseResponse response: DownloadResponse<URL?, AFError>) {}
| `- note: candidate has partially matching parameter list (DownloadRequest, didParseResponse: DownloadResponse<URL?, AFError>)
282 | public func request<Value>(_ request: DownloadRequest, didParseResponse response: DownloadResponse<Value, AFError>) {}
283 | }
:
512 | fileURL: URL?,
513 | withResult result: Request.ValidationResult) {
514 | performEvent { $0.request(request,
| `- error: no exact matches in call to instance method 'request'
515 | didValidateRequest: urlRequest,
516 | response: response,
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/HTTPHeaders.swift:372:39: error: cannot find 'kCFBundleExecutableKey' in scope
370 | let userAgent: String = {
371 | if let info = Bundle.main.infoDictionary {
372 | let executable = info[kCFBundleExecutableKey as String] as? String ?? "Unknown"
| `- error: cannot find 'kCFBundleExecutableKey' in scope
373 | let bundle = info[kCFBundleIdentifierKey as String] as? String ?? "Unknown"
374 | let appVersion = info["CFBundleShortVersionString"] as? String ?? "Unknown"
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/HTTPHeaders.swift:373:35: error: cannot find 'kCFBundleIdentifierKey' in scope
371 | if let info = Bundle.main.infoDictionary {
372 | let executable = info[kCFBundleExecutableKey as String] as? String ?? "Unknown"
373 | let bundle = info[kCFBundleIdentifierKey as String] as? String ?? "Unknown"
| `- error: cannot find 'kCFBundleIdentifierKey' in scope
374 | let appVersion = info["CFBundleShortVersionString"] as? String ?? "Unknown"
375 | let appBuild = info[kCFBundleVersionKey as String] as? String ?? "Unknown"
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/HTTPHeaders.swift:375:37: error: cannot find 'kCFBundleVersionKey' in scope
373 | let bundle = info[kCFBundleIdentifierKey as String] as? String ?? "Unknown"
374 | let appVersion = info["CFBundleShortVersionString"] as? String ?? "Unknown"
375 | let appBuild = info[kCFBundleVersionKey as String] as? String ?? "Unknown"
| `- error: cannot find 'kCFBundleVersionKey' in scope
376 |
377 | let osNameVersion: String = {
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/HTTPHeaders.swift:424:11: error: cannot find type 'URLRequest' in scope
422 | // MARK: - System Type Extensions
423 |
424 | extension URLRequest {
| `- error: cannot find type 'URLRequest' in scope
425 | /// Returns `allHTTPHeaderFields` as `HTTPHeaders`.
426 | public var headers: HTTPHeaders {
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/HTTPHeaders.swift:432:1: error: non-nominal type 'HTTPURLResponse' (aka 'AnyObject') cannot be extended
430 | }
431 |
432 | extension HTTPURLResponse {
| `- error: non-nominal type 'HTTPURLResponse' (aka 'AnyObject') cannot be extended
433 | /// Returns `allHeaderFields` as `HTTPHeaders`.
434 | public var headers: HTTPHeaders {
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/HTTPHeaders.swift:439:8: error: non-nominal type 'URLSessionConfiguration' (aka 'AnyObject') cannot be extended
437 | }
438 |
439 | public extension URLSessionConfiguration {
| `- error: non-nominal type 'URLSessionConfiguration' (aka 'AnyObject') cannot be extended
440 | /// Returns `httpAdditionalHeaders` as `HTTPHeaders`.
441 | var headers: HTTPHeaders {
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:130:31: error: cannot find type 'SecTrust' in scope
128 | public let host: String
129 | /// The `SecTrust` value which was evaluated.
130 | public let trust: SecTrust
| `- error: cannot find type 'SecTrust' in scope
131 | /// The `OSStatus` of evaluation operation.
132 | public let status: OSStatus
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:132:32: error: cannot find type 'OSStatus' in scope
130 | public let trust: SecTrust
131 | /// The `OSStatus` of evaluation operation.
132 | public let status: OSStatus
| `- error: cannot find type 'OSStatus' in scope
133 | /// The result of the evaluation operation.
134 | public let result: SecTrustResultType
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:134:32: error: cannot find type 'SecTrustResultType' in scope
132 | public let status: OSStatus
133 | /// The result of the evaluation operation.
134 | public let result: SecTrustResultType
| `- error: cannot find type 'SecTrustResultType' in scope
135 |
136 | /// Creates an `Output` value from the provided values.
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:137:43: error: cannot find type 'SecTrust' in scope
135 |
136 | /// Creates an `Output` value from the provided values.
137 | init(_ host: String, _ trust: SecTrust, _ status: OSStatus, _ result: SecTrustResultType) {
| `- error: cannot find type 'SecTrust' in scope
138 | self.host = host
139 | self.trust = trust
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:137:63: error: cannot find type 'OSStatus' in scope
135 |
136 | /// Creates an `Output` value from the provided values.
137 | init(_ host: String, _ trust: SecTrust, _ status: OSStatus, _ result: SecTrustResultType) {
| `- error: cannot find type 'OSStatus' in scope
138 | self.host = host
139 | self.trust = trust
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:137:83: error: cannot find type 'SecTrustResultType' in scope
135 |
136 | /// Creates an `Output` value from the provided values.
137 | init(_ host: String, _ trust: SecTrust, _ status: OSStatus, _ result: SecTrustResultType) {
| `- error: cannot find type 'SecTrustResultType' in scope
138 | self.host = host
139 | self.trust = trust
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:152:45: error: cannot find type 'SecTrust' in scope
150 | case noPublicKeysFound
151 | /// During evaluation, application of the associated `SecPolicy` failed.
152 | case policyApplicationFailed(trust: SecTrust, policy: SecPolicy, status: OSStatus)
| `- error: cannot find type 'SecTrust' in scope
153 | /// During evaluation, setting the associated anchor certificates failed.
154 | case settingAnchorCertificatesFailed(status: OSStatus, certificates: [SecCertificate])
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:152:63: error: cannot find type 'SecPolicy' in scope
150 | case noPublicKeysFound
151 | /// During evaluation, application of the associated `SecPolicy` failed.
152 | case policyApplicationFailed(trust: SecTrust, policy: SecPolicy, status: OSStatus)
| `- error: cannot find type 'SecPolicy' in scope
153 | /// During evaluation, setting the associated anchor certificates failed.
154 | case settingAnchorCertificatesFailed(status: OSStatus, certificates: [SecCertificate])
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:152:82: error: cannot find type 'OSStatus' in scope
150 | case noPublicKeysFound
151 | /// During evaluation, application of the associated `SecPolicy` failed.
152 | case policyApplicationFailed(trust: SecTrust, policy: SecPolicy, status: OSStatus)
| `- error: cannot find type 'OSStatus' in scope
153 | /// During evaluation, setting the associated anchor certificates failed.
154 | case settingAnchorCertificatesFailed(status: OSStatus, certificates: [SecCertificate])
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:154:54: error: cannot find type 'OSStatus' in scope
152 | case policyApplicationFailed(trust: SecTrust, policy: SecPolicy, status: OSStatus)
153 | /// During evaluation, setting the associated anchor certificates failed.
154 | case settingAnchorCertificatesFailed(status: OSStatus, certificates: [SecCertificate])
| `- error: cannot find type 'OSStatus' in scope
155 | /// During evaluation, creation of the revocation policy failed.
156 | case revocationPolicyCreationFailed
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:154:79: error: cannot find type 'SecCertificate' in scope
152 | case policyApplicationFailed(trust: SecTrust, policy: SecPolicy, status: OSStatus)
153 | /// During evaluation, setting the associated anchor certificates failed.
154 | case settingAnchorCertificatesFailed(status: OSStatus, certificates: [SecCertificate])
| `- error: cannot find type 'SecCertificate' in scope
155 | /// During evaluation, creation of the revocation policy failed.
156 | case revocationPolicyCreationFailed
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:164:60: error: cannot find type 'SecTrust' in scope
162 | case revocationCheckFailed(output: Output, options: RevocationTrustEvaluator.Options)
163 | /// Certificate pinning failed.
164 | case certificatePinningFailed(host: String, trust: SecTrust, pinnedCertificates: [SecCertificate], serverCertificates: [SecCertificate])
| `- error: cannot find type 'SecTrust' in scope
165 | /// Public key pinning failed.
166 | case publicKeyPinningFailed(host: String, trust: SecTrust, pinnedKeys: [SecKey], serverKeys: [SecKey])
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:164:91: error: cannot find type 'SecCertificate' in scope
162 | case revocationCheckFailed(output: Output, options: RevocationTrustEvaluator.Options)
163 | /// Certificate pinning failed.
164 | case certificatePinningFailed(host: String, trust: SecTrust, pinnedCertificates: [SecCertificate], serverCertificates: [SecCertificate])
| `- error: cannot find type 'SecCertificate' in scope
165 | /// Public key pinning failed.
166 | case publicKeyPinningFailed(host: String, trust: SecTrust, pinnedKeys: [SecKey], serverKeys: [SecKey])
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:164:129: error: cannot find type 'SecCertificate' in scope
162 | case revocationCheckFailed(output: Output, options: RevocationTrustEvaluator.Options)
163 | /// Certificate pinning failed.
164 | case certificatePinningFailed(host: String, trust: SecTrust, pinnedCertificates: [SecCertificate], serverCertificates: [SecCertificate])
| `- error: cannot find type 'SecCertificate' in scope
165 | /// Public key pinning failed.
166 | case publicKeyPinningFailed(host: String, trust: SecTrust, pinnedKeys: [SecKey], serverKeys: [SecKey])
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:166:58: error: cannot find type 'SecTrust' in scope
164 | case certificatePinningFailed(host: String, trust: SecTrust, pinnedCertificates: [SecCertificate], serverCertificates: [SecCertificate])
165 | /// Public key pinning failed.
166 | case publicKeyPinningFailed(host: String, trust: SecTrust, pinnedKeys: [SecKey], serverKeys: [SecKey])
| `- error: cannot find type 'SecTrust' in scope
167 | /// Custom server trust evaluation failed due to the associated `Error`.
168 | case customEvaluationFailed(error: Error)
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:166:81: error: cannot find type 'SecKey' in scope
164 | case certificatePinningFailed(host: String, trust: SecTrust, pinnedCertificates: [SecCertificate], serverCertificates: [SecCertificate])
165 | /// Public key pinning failed.
166 | case publicKeyPinningFailed(host: String, trust: SecTrust, pinnedKeys: [SecKey], serverKeys: [SecKey])
| `- error: cannot find type 'SecKey' in scope
167 | /// Custom server trust evaluation failed due to the associated `Error`.
168 | case customEvaluationFailed(error: Error)
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:166:103: error: cannot find type 'SecKey' in scope
164 | case certificatePinningFailed(host: String, trust: SecTrust, pinnedCertificates: [SecCertificate], serverCertificates: [SecCertificate])
165 | /// Public key pinning failed.
166 | case publicKeyPinningFailed(host: String, trust: SecTrust, pinnedKeys: [SecKey], serverKeys: [SecKey])
| `- error: cannot find type 'SecKey' in scope
167 | /// Custom server trust evaluation failed due to the associated `Error`.
168 | case customEvaluationFailed(error: Error)
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ServerTrustEvaluation.swift:139:30: error: cannot find type 'CFOptionFlags' in scope
137 |
138 | /// The raw value of the option.
139 | public let rawValue: CFOptionFlags
| `- error: cannot find type 'CFOptionFlags' in scope
140 |
141 | /// Creates an `Options` value with the given `CFOptionFlags`.
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoding.swift:40:94: error: cannot find type 'URLRequest' in scope
38 | /// - Returns: The encoded `URLRequest`.
39 | /// - Throws: Any `Error` produced during parameter encoding.
40 | func encode(_ urlRequest: URLRequestConvertible, with parameters: Parameters?) throws -> URLRequest
| `- error: cannot find type 'URLRequest' in scope
41 | }
42 |
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/RequestInterceptor.swift:35:30: error: cannot find type 'URLRequest' in scope
33 | /// - session: The `Session` that will execute the `URLRequest`.
34 | /// - completion: The completion handler that must be called when adaptation is complete.
35 | func adapt(_ urlRequest: URLRequest, for session: Session, completion: @escaping (Result<URLRequest, Error>) -> Void)
| `- error: cannot find type 'URLRequest' in scope
36 | }
37 |
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/RequestInterceptor.swift:35:94: error: cannot find type 'URLRequest' in scope
33 | /// - session: The `Session` that will execute the `URLRequest`.
34 | /// - completion: The completion handler that must be called when adaptation is complete.
35 | func adapt(_ urlRequest: URLRequest, for session: Session, completion: @escaping (Result<URLRequest, Error>) -> Void)
| `- error: cannot find type 'URLRequest' in scope
36 | }
37 |
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoder.swift:38:81: error: cannot find type 'URLRequest' in scope
36 | /// - Throws: An `Error` when encoding fails. For Alamofire provided encoders, this will be an instance of
37 | /// `AFError.parameterEncoderFailed` with an associated `ParameterEncoderFailureReason`.
38 | func encode<Parameters: Encodable>(_ parameters: Parameters?, into request: URLRequest) throws -> URLRequest
| `- error: cannot find type 'URLRequest' in scope
39 | }
40 |
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoder.swift:38:103: error: cannot find type 'URLRequest' in scope
36 | /// - Throws: An `Error` when encoding fails. For Alamofire provided encoders, this will be an instance of
37 | /// `AFError.parameterEncoderFailed` with an associated `ParameterEncoderFailureReason`.
38 | func encode<Parameters: Encodable>(_ parameters: Parameters?, into request: URLRequest) throws -> URLRequest
| `- error: cannot find type 'URLRequest' in scope
39 | }
40 |
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/URLConvertible+URLRequestConvertible.swift:74:35: error: cannot find type 'URLRequest' in scope
72 | /// - Returns: A `URLRequest`.
73 | /// - Throws: Any error thrown while constructing the `URLRequest`.
74 | func asURLRequest() throws -> URLRequest
| `- error: cannot find type 'URLRequest' in scope
75 | }
76 |
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/CachedResponseHandler.swift:41:27: error: 'URLSessionDataTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
39 | /// - response: The cached response to potentially store in the cache.
40 | /// - completion: The closure to execute containing cached response, a modified response, or `nil`.
41 | func dataTask(_ task: URLSessionDataTask,
| `- error: 'URLSessionDataTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
42 | willCacheResponse response: CachedURLResponse,
43 | completion: @escaping (CachedURLResponse?) -> Void)
Foundation.URLSessionDataTask:2:18: note: 'URLSessionDataTask' 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 URLSessionDataTask = AnyObject
| `- note: 'URLSessionDataTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/CachedResponseHandler.swift:42:47: error: 'CachedURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
40 | /// - completion: The closure to execute containing cached response, a modified response, or `nil`.
41 | func dataTask(_ task: URLSessionDataTask,
42 | willCacheResponse response: CachedURLResponse,
| `- error: 'CachedURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
43 | completion: @escaping (CachedURLResponse?) -> Void)
44 | }
Foundation.CachedURLResponse:2:18: note: 'CachedURLResponse' 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 CachedURLResponse = AnyObject
| `- note: 'CachedURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/CachedResponseHandler.swift:43:42: error: 'CachedURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
41 | func dataTask(_ task: URLSessionDataTask,
42 | willCacheResponse response: CachedURLResponse,
43 | completion: @escaping (CachedURLResponse?) -> Void)
| `- error: 'CachedURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
44 | }
45 |
Foundation.CachedURLResponse:2:18: note: 'CachedURLResponse' 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 CachedURLResponse = AnyObject
| `- note: 'CachedURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/CachedResponseHandler.swift:58:22: error: 'URLSessionDataTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
56 | case doNotCache
57 | /// Modifies the cached response before storing it in the cache.
58 | case modify((URLSessionDataTask, CachedURLResponse) -> CachedURLResponse?)
| `- error: 'URLSessionDataTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
59 | }
60 |
Foundation.URLSessionDataTask:2:18: note: 'URLSessionDataTask' 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 URLSessionDataTask = AnyObject
| `- note: 'URLSessionDataTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/CachedResponseHandler.swift:58:42: error: 'CachedURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
56 | case doNotCache
57 | /// Modifies the cached response before storing it in the cache.
58 | case modify((URLSessionDataTask, CachedURLResponse) -> CachedURLResponse?)
| `- error: 'CachedURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
59 | }
60 |
Foundation.CachedURLResponse:2:18: note: 'CachedURLResponse' 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 CachedURLResponse = AnyObject
| `- note: 'CachedURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/CachedResponseHandler.swift:58:64: error: 'CachedURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
56 | case doNotCache
57 | /// Modifies the cached response before storing it in the cache.
58 | case modify((URLSessionDataTask, CachedURLResponse) -> CachedURLResponse?)
| `- error: 'CachedURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
59 | }
60 |
Foundation.CachedURLResponse:2:18: note: 'CachedURLResponse' 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 CachedURLResponse = AnyObject
| `- note: 'CachedURLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/CachedResponseHandler.swift:78:34: error: 'URLSessionDataTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
76 |
77 | extension ResponseCacher: CachedResponseHandler {
78 | public func dataTask(_ task: URLSessionDataTask,
| `- error: 'URLSessionDataTask' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
79 | willCacheResponse response: CachedURLResponse,
80 | completion: @escaping (CachedURLResponse?) -> Void) {
Foundation.URLSessionDataTask:2:18: note: 'URLSessionDataTask' 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 URLSessionDataTask = AnyObject
| `- note: 'URLSessionDataTask' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/CachedResponseHandler.swift:79:54: error: 'CachedURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
77 | extension ResponseCacher: CachedResponseHandler {
78 | public func dataTask(_ task: URLSessionDataTask,
79 | willCacheResponse response: CachedURLResponse,
| `- error: 'CachedURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
80 | completion: @escaping (CachedURLResponse?) -> Void) {
81 | switch behavior {
Foundation.CachedURLResponse:2:18: note: 'CachedURLResponse' 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 CachedURLResponse = AnyObject
| `- note: 'CachedURLResponse' has been explicitly marked unavailable here
Can't demangle: $s9Alamofire7AFErrorO24ServerTrustFailureReasonO24certificatePinningFailed33_E6FE27F77E4165F94EC7579EB4CCE715LLXeF4hostL_SSvp
Please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the crash backtrace.
Stack dump:
0. Program arguments: /usr/bin/swift-frontend -frontend -c -primary-file /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift -primary-file /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Alamofire.swift -primary-file /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AlamofireExtended.swift -primary-file /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/CachedResponseHandler.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/DispatchQueue+Alamofire.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/EventMonitor.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/HTTPHeaders.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/HTTPMethod.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/MultipartFormData.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/MultipartUpload.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/NetworkReachabilityManager.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Notifications.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/OperationQueue+Alamofire.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoder.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ParameterEncoding.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Protector.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/RedirectHandler.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Request.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/RequestInterceptor.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/RequestTaskMap.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Response.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ResponseSerialization.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Result+Alamofire.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/RetryPolicy.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/ServerTrustEvaluation.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Session.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/SessionDelegate.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/URLConvertible+URLRequestConvertible.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/URLEncodedFormEncoder.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/URLRequest+Alamofire.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/URLSessionConfiguration+Alamofire.swift /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Validation.swift -supplementary-output-file-map /tmp/TemporaryDirectory.0Qh3td/supplementaryOutputs-1 -target x86_64-unknown-linux-gnu -disable-objc-interop -I /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Modules -enable-testing -g -debug-info-format=dwarf -dwarf-version=4 -module-cache-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/ModuleCache -suppress-warnings -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -stats-output-dir .stats -strict-concurrency=complete -empty-abi-descriptor -resource-dir /usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /host/spi-builder-workspace -Xcc -fPIC -Xcc -g -Xcc -fno-omit-frame-pointer -module-name Alamofire -plugin-path /usr/lib/swift/host/plugins -plugin-path /usr/local/lib/swift/host/plugins -parse-as-library -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Alamofire.build/AFError.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Alamofire.build/Alamofire.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Alamofire.build/AlamofireExtended.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Alamofire.build/CachedResponseHandler.swift.o -index-store-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/index/store -index-system-modules
1. Swift version 6.0-dev (LLVM 4b0b1f9e1a69523, Swift 91a3abcf816bc36)
2. Compiling with effective version 5.10
3. While walking into 'AFError' (at /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:29:8)
4. While walking into 'ServerTrustFailureReason' (at /host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:124:12)
5. While evaluating request USRGenerationRequest(Alamofire.(file).AFError.ServerTrustFailureReason.certificatePinningFailed(host:trust:pinnedCertificates:serverCertificates:).host@/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/AFError.swift:164:39)
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
0 swift-frontend 0x00005630252de497
1 swift-frontend 0x00005630252dc1ee
2 swift-frontend 0x00005630252deb0a
3 libc.so.6 0x00007f7436e2d520
4 libc.so.6 0x00007f7436e819fc pthread_kill + 300
5 libc.so.6 0x00007f7436e2d476 raise + 22
6 libc.so.6 0x00007f7436e137f3 abort + 211
7 swift-frontend 0x000056302040e055
8 swift-frontend 0x000056302005b934
9 swift-frontend 0x00005630203d066f
10 swift-frontend 0x000056301fbd454c
11 swift-frontend 0x000056301e7ba9ce
12 swift-frontend 0x000056301e7ba67a
13 swift-frontend 0x000056301e7b98d2
14 swift-frontend 0x00005630203d119a
15 swift-frontend 0x000056301e788dab
16 swift-frontend 0x000056301e7882f7
17 swift-frontend 0x000056301e785c29
18 swift-frontend 0x000056301f502226
19 swift-frontend 0x00005630200ba89c
20 swift-frontend 0x00005630200bc38c
21 swift-frontend 0x00005630200bf240
22 swift-frontend 0x00005630200ba8ba
23 swift-frontend 0x00005630200bfd5f
24 swift-frontend 0x00005630200be98f
25 swift-frontend 0x00005630200ba8ba
26 swift-frontend 0x00005630200bfd5f
27 swift-frontend 0x00005630200be98f
28 swift-frontend 0x00005630200ba8ba
29 swift-frontend 0x00005630200ba7b3
30 swift-frontend 0x00005630202a081f
31 swift-frontend 0x000056301f4ffbd4
32 swift-frontend 0x000056301e784c51
33 swift-frontend 0x000056301e784afa
34 swift-frontend 0x000056301e77912c
35 swift-frontend 0x000056301e778b15
36 swift-frontend 0x000056301e52b572
37 swift-frontend 0x000056301e52967c
38 swift-frontend 0x000056301e524198
39 swift-frontend 0x000056301e5224fc
40 swift-frontend 0x000056301e2dedde
41 libc.so.6 0x00007f7436e14d90
42 libc.so.6 0x00007f7436e14e40 __libc_start_main + 128
43 swift-frontend 0x000056301e2dde85
BUILD FAILURE 6.0 linux