@@ -434,74 +434,56 @@ public func NSClassFromString(_ aClassName: String) -> AnyClass? {
434
434
435
435
// The following types have been moved to FoundationNetworking. They exist here only to allow appropriate diagnostics to surface in the compiler.
436
436
437
- @available ( * , unavailable, message: " This type has moved to the FoundationNetworking module. Import that module to use it. " ,
438
- renamed: " FoundationNetworking.CachedURLResponse " )
437
+ @available ( * , unavailable, message: " This type has moved to the FoundationNetworking module. Import that module to use it. " )
439
438
public typealias CachedURLResponse = AnyObject
440
439
441
- @available ( * , unavailable, message: " This type has moved to the FoundationNetworking module. Import that module to use it. " ,
442
- renamed: " FoundationNetworking.HTTPCookie " )
440
+ @available ( * , unavailable, message: " This type has moved to the FoundationNetworking module. Import that module to use it. " )
443
441
public typealias HTTPCookie = AnyObject
444
442
445
- @available ( * , unavailable, message: " This type has moved to the FoundationNetworking module. Import that module to use it. " ,
446
- renamed: " FoundationNetworking.HTTPCookieStorage " )
443
+ @available ( * , unavailable, message: " This type has moved to the FoundationNetworking module. Import that module to use it. " )
447
444
public typealias HTTPCookieStorage = AnyObject
448
445
449
- @available ( * , unavailable, message: " This type has moved to the FoundationNetworking module. Import that module to use it. " ,
450
- renamed: " FoundationNetworking.HTTPURLResponse " )
446
+ @available ( * , unavailable, message: " This type has moved to the FoundationNetworking module. Import that module to use it. " )
451
447
public typealias HTTPURLResponse = AnyObject
452
448
453
- @available ( * , unavailable, message: " This type has moved to the FoundationNetworking module. Import that module to use it. " ,
454
- renamed: " FoundationNetworking.URLResponse " )
449
+ @available ( * , unavailable, message: " This type has moved to the FoundationNetworking module. Import that module to use it. " )
455
450
public typealias URLResponse = AnyObject
456
451
457
- @available ( * , unavailable, message: " This type has moved to the FoundationNetworking module. Import that module to use it. " ,
458
- renamed: " FoundationNetworking.URLSession " )
452
+ @available ( * , unavailable, message: " This type has moved to the FoundationNetworking module. Import that module to use it. " )
459
453
public typealias URLSession = AnyObject
460
454
461
- @available ( * , unavailable, message: " This type has moved to the FoundationNetworking module. Import that module to use it. " ,
462
- renamed: " FoundationNetworking.URLSessionConfiguration " )
455
+ @available ( * , unavailable, message: " This type has moved to the FoundationNetworking module. Import that module to use it. " )
463
456
public typealias URLSessionConfiguration = AnyObject
464
457
465
- @available ( * , unavailable, message: " This type has moved to the FoundationNetworking module. Import that module to use it. " ,
466
- renamed: " FoundationNetworking.URLSessionDataTask " )
458
+ @available ( * , unavailable, message: " This type has moved to the FoundationNetworking module. Import that module to use it. " )
467
459
public typealias URLSessionDataTask = AnyObject
468
460
469
- @available ( * , unavailable, message: " This type has moved to the FoundationNetworking module. Import that module to use it. " ,
470
- renamed: " FoundationNetworking.URLSessionDownloadTask " )
461
+ @available ( * , unavailable, message: " This type has moved to the FoundationNetworking module. Import that module to use it. " )
471
462
public typealias URLSessionDownloadTask = AnyObject
472
463
473
- @available ( * , unavailable, message: " This type has moved to the FoundationNetworking module. Import that module to use it. " ,
474
- renamed: " FoundationNetworking.URLSessionStreamTask " )
464
+ @available ( * , unavailable, message: " This type has moved to the FoundationNetworking module. Import that module to use it. " )
475
465
public typealias URLSessionStreamTask = AnyObject
476
466
477
- @available ( * , unavailable, message: " This type has moved to the FoundationNetworking module. Import that module to use it. " ,
478
- renamed: " FoundationNetworking.URLSessionTask " )
467
+ @available ( * , unavailable, message: " This type has moved to the FoundationNetworking module. Import that module to use it. " )
479
468
public typealias URLSessionTask = AnyObject
480
469
481
- @available ( * , unavailable, message: " This type has moved to the FoundationNetworking module. Import that module to use it. " ,
482
- renamed: " FoundationNetworking.URLSessionUploadTask " )
470
+ @available ( * , unavailable, message: " This type has moved to the FoundationNetworking module. Import that module to use it. " )
483
471
public typealias URLSessionUploadTask = AnyObject
484
472
485
- @available ( * , unavailable, message: " This type has moved to the FoundationNetworking module. Import that module to use it. " ,
486
- renamed: " FoundationNetworking.URLAuthenticationChallenge " )
473
+ @available ( * , unavailable, message: " This type has moved to the FoundationNetworking module. Import that module to use it. " )
487
474
public typealias URLAuthenticationChallenge = AnyObject
488
475
489
- @available ( * , unavailable, message: " This type has moved to the FoundationNetworking module. Import that module to use it. " ,
490
- renamed: " FoundationNetworking.URLCache " )
476
+ @available ( * , unavailable, message: " This type has moved to the FoundationNetworking module. Import that module to use it. " )
491
477
public typealias URLCache = AnyObject
492
478
493
- @available ( * , unavailable, message: " This type has moved to the FoundationNetworking module. Import that module to use it. " ,
494
- renamed: " FoundationNetworking.URLCredential " )
479
+ @available ( * , unavailable, message: " This type has moved to the FoundationNetworking module. Import that module to use it. " )
495
480
public typealias URLCredential = AnyObject
496
481
497
- @available ( * , unavailable, message: " This type has moved to the FoundationNetworking module. Import that module to use it. " ,
498
- renamed: " FoundationNetworking.URLCredentialStorage " )
482
+ @available ( * , unavailable, message: " This type has moved to the FoundationNetworking module. Import that module to use it. " )
499
483
public typealias URLCredentialStorage = AnyObject
500
484
501
- @available ( * , unavailable, message: " This type has moved to the FoundationNetworking module. Import that module to use it. " ,
502
- renamed: " FoundationNetworking.URLProtectionSpace " )
485
+ @available ( * , unavailable, message: " This type has moved to the FoundationNetworking module. Import that module to use it. " )
503
486
public typealias URLProtectionSpace = AnyObject
504
487
505
- @available ( * , unavailable, message: " This type has moved to the FoundationNetworking module. Import that module to use it. " ,
506
- renamed: " FoundationNetworking.URLProtocol " )
488
+ @available ( * , unavailable, message: " This type has moved to the FoundationNetworking module. Import that module to use it. " )
507
489
public typealias URLProtocol = AnyObject
0 commit comments