@@ -383,11 +383,19 @@ extension SupportedPlatform {
383
383
@available ( _PackageDescription, introduced: 6.0 )
384
384
public static let v15 : MacOSVersion = . init( string: " 15.0 " )
385
385
386
- /// The value that represents macOS 16.0.
386
+ /// The value that represents macOS 16.0, which has been
387
+ /// replaced by the value for macOS 26.0.
387
388
///
388
389
/// - Since: First available in PackageDescription 6.2.
390
+ @available ( * , unavailable, renamed: " v26 " )
389
391
@available ( _PackageDescription, introduced: 6.2 )
390
392
public static let v16 : MacOSVersion = . init( string: " 16.0 " )
393
+
394
+ /// The value that represents macOS 26.0.
395
+ ///
396
+ /// - Since: First available in PackageDescription 6.2.
397
+ @available ( _PackageDescription, introduced: 6.2 )
398
+ public static let v26 : MacOSVersion = . init( string: " 26.0 " )
391
399
}
392
400
393
401
/// The supported tvOS version.
@@ -462,11 +470,19 @@ extension SupportedPlatform {
462
470
@available ( _PackageDescription, introduced: 6.0 )
463
471
public static let v18 : TVOSVersion = . init( string: " 18.0 " )
464
472
465
- /// The value that represents tvOS 19.0.
473
+ /// The value that represents tvOS 19.0, which has been
474
+ /// replaced by the value for tvOS 26.0.
466
475
///
467
476
/// - Since: First available in PackageDescription 6.2.
477
+ @available ( * , unavailable, renamed: " v26 " )
468
478
@available ( _PackageDescription, introduced: 6.2 )
469
479
public static let v19 : TVOSVersion = . init( string: " 19.0 " )
480
+
481
+ /// The value that represents tvOS 26.0.
482
+ ///
483
+ /// - Since: First available in PackageDescription 6.2.
484
+ @available ( _PackageDescription, introduced: 6.2 )
485
+ public static let v26 : TVOSVersion = . init( string: " 26.0 " )
470
486
}
471
487
472
488
/// The supported Mac Catalyst version.
@@ -517,11 +533,19 @@ extension SupportedPlatform {
517
533
@available ( _PackageDescription, introduced: 6.0 )
518
534
public static let v18 : MacCatalystVersion = . init( string: " 18.0 " )
519
535
520
- /// The value that represents Mac Catalyst 19.0.
536
+ /// The value that represents Mac Catalyst 19.0, which has been
537
+ /// replaced by the value for Mac Catalyst 26.0.
521
538
///
522
539
/// - Since: First available in PackageDescription 6.2.
540
+ @available ( * , unavailable, renamed: " v26 " )
523
541
@available ( _PackageDescription, introduced: 6.2 )
524
542
public static let v19 : MacCatalystVersion = . init( string: " 19.0 " )
543
+
544
+ /// The value that represents Mac Catalyst 26.0.
545
+ ///
546
+ /// - Since: First available in PackageDescription 6.2.
547
+ @available ( _PackageDescription, introduced: 6.2 )
548
+ public static let v26 : MacCatalystVersion = . init( string: " 26.0 " )
525
549
}
526
550
527
551
/// The supported iOS version.
@@ -602,13 +626,19 @@ extension SupportedPlatform {
602
626
@available ( _PackageDescription, introduced: 6.0 )
603
627
public static let v18 : IOSVersion = . init( string: " 18.0 " )
604
628
605
-
606
- /// The value that represents iOS 19 .0.
629
+ /// The value that represents iOS 19.0, which has been
630
+ /// replaced by the value for iOS 26 .0.
607
631
///
608
632
/// - Since: First available in PackageDescription 6.2.
633
+ @available ( * , unavailable, renamed: " v26 " )
609
634
@available ( _PackageDescription, introduced: 6.2 )
610
635
public static let v19 : IOSVersion = . init( string: " 19.0 " )
611
636
637
+ /// The value that represents iOS 26.0.
638
+ ///
639
+ /// - Since: First available in PackageDescription 6.2.
640
+ @available ( _PackageDescription, introduced: 6.2 )
641
+ public static let v26 : IOSVersion = . init( string: " 26.0 " )
612
642
}
613
643
614
644
/// The supported watchOS version.
@@ -683,11 +713,19 @@ extension SupportedPlatform {
683
713
@available ( _PackageDescription, introduced: 6.0 )
684
714
public static let v11 : WatchOSVersion = . init( string: " 11.0 " )
685
715
686
- /// The value that represents watchOS 12.0.
716
+ /// The value that represents watchOS 12.0, which has been
717
+ /// replaced by the value for watchOS 26.0.
687
718
///
688
719
/// - Since: First available in PackageDescription 6.2.
720
+ @available ( * , unavailable, renamed: " v26 " )
689
721
@available ( _PackageDescription, introduced: 6.2 )
690
722
public static let v12 : WatchOSVersion = . init( string: " 12.0 " )
723
+
724
+ /// The value that represents watchOS 26.0.
725
+ ///
726
+ /// - Since: First available in PackageDescription 6.2.
727
+ @available ( _PackageDescription, introduced: 6.2 )
728
+ public static let v26 : WatchOSVersion = . init( string: " 26.0 " )
691
729
}
692
730
693
731
/// The supported visionOS version.
@@ -714,11 +752,19 @@ extension SupportedPlatform {
714
752
@available ( _PackageDescription, introduced: 6.0 )
715
753
public static let v2 : VisionOSVersion = . init( string: " 2.0 " )
716
754
717
- /// The value that represents visionOS 3.0.
755
+ /// The value that represents visionOS 3.0, which has been
756
+ /// replaced by the value for visionOS 26.0.
718
757
///
719
758
/// - Since: First available in PackageDescription 6.2.
759
+ @available ( * , unavailable, renamed: " v26 " )
720
760
@available ( _PackageDescription, introduced: 6.2 )
721
761
public static let v3 : VisionOSVersion = . init( string: " 3.0 " )
762
+
763
+ /// The value that represents visionOS 26.0.
764
+ ///
765
+ /// - Since: First available in PackageDescription 6.2.
766
+ @available ( _PackageDescription, introduced: 6.2 )
767
+ public static let v26 : VisionOSVersion = . init( string: " 26.0 " )
722
768
}
723
769
724
770
/// The supported DriverKit version.
0 commit comments