@@ -279,27 +279,31 @@ extension SupportedPlatform {
279
279
/// The value that represents macOS 10.10.
280
280
///
281
281
/// - Since: First available in PackageDescription 5.0.
282
- @available ( _PackageDescription, deprecated: 5.7 , message: " macOS 10.13 is the oldest supported version " )
282
+ @available ( _PackageDescription, introduced : 5.0 , deprecated: 5.7 , message: " macOS 10.13 is the oldest supported version " )
283
283
public static let v10_10 : MacOSVersion = . init( string: " 10.10 " )
284
284
285
285
/// The value that represents macOS 10.11.
286
286
///
287
287
/// - Since: First available in PackageDescription 5.0.
288
- @available ( _PackageDescription, deprecated: 5.7 , message: " macOS 10.13 is the oldest supported version " )
288
+ @available ( _PackageDescription, introduced : 5.0 , deprecated: 5.7 , message: " macOS 10.13 is the oldest supported version " )
289
289
public static let v10_11 : MacOSVersion = . init( string: " 10.11 " )
290
290
291
291
/// The value that represents macOS 10.12.
292
292
///
293
293
/// - Since: First available in PackageDescription 5.0.
294
- @available ( _PackageDescription, deprecated: 5.7 , message: " macOS 10.13 is the oldest supported version " )
294
+ @available ( _PackageDescription, introduced : 5.0 , deprecated: 5.7 , message: " macOS 10.13 is the oldest supported version " )
295
295
public static let v10_12 : MacOSVersion = . init( string: " 10.12 " )
296
296
297
297
/// The value that represents macOS 10.13.
298
298
///
299
299
/// - Since: First available in PackageDescription 5.0.
300
+ @available ( _PackageDescription, introduced: 5.0 )
300
301
public static let v10_13 : MacOSVersion = . init( string: " 10.13 " )
301
302
302
303
/// The value that represents macOS 10.14.
304
+ ///
305
+ /// - Since: First available in PackageDescription 5.0.
306
+ @available ( _PackageDescription, introduced: 5.0 )
303
307
public static let v10_14 : MacOSVersion = . init( string: " 10.14 " )
304
308
305
309
/// The value that represents macOS 10.15.
@@ -313,9 +317,11 @@ extension SupportedPlatform {
313
317
///
314
318
/// - Since: First available in PackageDescription 5.3.
315
319
@available ( * , unavailable, renamed: " v11 " )
320
+ @available ( _PackageDescription, introduced: 5.3 )
316
321
public static let v10_16 : MacOSVersion = . init( string: " 11.0 " )
317
322
318
323
/// The value that represents macOS 11.0.
324
+ /// - Since: First available in PackageDescription 5.3.
319
325
@available ( _PackageDescription, introduced: 5.3 )
320
326
public static let v11 : MacOSVersion = . init( string: " 11.0 " )
321
327
@@ -347,23 +353,25 @@ extension SupportedPlatform {
347
353
/// The value that represents tvOS 9.0.
348
354
///
349
355
/// - Since: First available in PackageDescription 5.0.
350
- @available ( _PackageDescription, deprecated: 5.7 , message: " tvOS 11.0 is the oldest supported version " )
356
+ @available ( _PackageDescription, introduced : 5.0 , deprecated: 5.7 , message: " tvOS 11.0 is the oldest supported version " )
351
357
public static let v9 : TVOSVersion = . init( string: " 9.0 " )
352
358
353
359
/// The value that represents tvOS 10.0.
354
360
///
355
361
/// - Since: First available in PackageDescription 5.0.
356
- @available ( _PackageDescription, deprecated: 5.7 , message: " tvOS 11.0 is the oldest supported version " )
362
+ @available ( _PackageDescription, introduced : 5.0 , deprecated: 5.7 , message: " tvOS 11.0 is the oldest supported version " )
357
363
public static let v10 : TVOSVersion = . init( string: " 10.0 " )
358
364
359
365
/// The value that represents tvOS 11.0.
360
366
///
361
367
/// - Since: First available in PackageDescription 5.0.
368
+ @available ( _PackageDescription, introduced: 5.0 )
362
369
public static let v11 : TVOSVersion = . init( string: " 11.0 " )
363
370
364
371
/// The value that represents tvOS 12.0.
365
372
///
366
373
/// - Since: First available in PackageDescription 5.0.
374
+ @available ( _PackageDescription, introduced: 5.0 )
367
375
public static let v12 : TVOSVersion = . init( string: " 12.0 " )
368
376
369
377
/// The value that represents tvOS 13.0.
@@ -443,29 +451,31 @@ extension SupportedPlatform {
443
451
/// The value that represents iOS 8.0.
444
452
///
445
453
/// - Since: First available in PackageDescription 5.0.
446
- @available ( _PackageDescription, deprecated: 5.7 , message: " iOS 11.0 is the oldest supported version " )
454
+ @available ( _PackageDescription, introduced : 5.0 , deprecated: 5.7 , message: " iOS 11.0 is the oldest supported version " )
447
455
public static let v8 : IOSVersion = . init( string: " 8.0 " )
448
456
449
457
/// The value that represents iOS 9.0.
450
458
///
451
459
/// - Since: First available in PackageDescription 5.0.
452
- @available ( _PackageDescription, deprecated: 5.7 , message: " iOS 11.0 is the oldest supported version " )
460
+ @available ( _PackageDescription, introduced : 5.0 , deprecated: 5.7 , message: " iOS 11.0 is the oldest supported version " )
453
461
public static let v9 : IOSVersion = . init( string: " 9.0 " )
454
462
455
463
/// The value that represents iOS 10.0.
456
464
///
457
465
/// - Since: First available in PackageDescription 5.0.
458
- @available ( _PackageDescription, deprecated: 5.7 , message: " iOS 11.0 is the oldest supported version " )
466
+ @available ( _PackageDescription, introduced : 5.0 , deprecated: 5.7 , message: " iOS 11.0 is the oldest supported version " )
459
467
public static let v10 : IOSVersion = . init( string: " 10.0 " )
460
468
461
469
/// The value that represents iOS 11.0.
462
470
///
463
471
/// - Since: First available in PackageDescription 5.0.
472
+ @available ( _PackageDescription, introduced: 5.0 )
464
473
public static let v11 : IOSVersion = . init( string: " 11.0 " )
465
474
466
475
/// The value that represents iOS 12.0.
467
476
///
468
477
/// - Since: First available in PackageDescription 5.0.
478
+ @available ( _PackageDescription, introduced: 5.0 )
469
479
public static let v12 : IOSVersion = . init( string: " 12.0 " )
470
480
471
481
/// The value that represents iOS 13.0.
@@ -508,23 +518,25 @@ extension SupportedPlatform {
508
518
/// The value that represents watchOS 2.0.
509
519
///
510
520
/// - Since: First available in PackageDescription 5.0.
511
- @available ( _PackageDescription, deprecated: 5.7 , message: " watchOS 4.0 is the oldest supported version " )
521
+ @available ( _PackageDescription, introduced : 5.0 , deprecated: 5.7 , message: " watchOS 4.0 is the oldest supported version " )
512
522
public static let v2 : WatchOSVersion = . init( string: " 2.0 " )
513
523
514
524
/// The value that represents watchOS 3.0.
515
525
///
516
526
/// - Since: First available in PackageDescription 5.0.
517
- @available ( _PackageDescription, deprecated: 5.7 , message: " watchOS 4.0 is the oldest supported version " )
527
+ @available ( _PackageDescription, introduced : 5.0 , deprecated: 5.7 , message: " watchOS 4.0 is the oldest supported version " )
518
528
public static let v3 : WatchOSVersion = . init( string: " 3.0 " )
519
529
520
530
/// The value that represents watchOS 4.0.
521
531
///
522
532
/// - Since: First available in PackageDescription 5.0.
533
+ @available ( _PackageDescription, introduced: 5.0 )
523
534
public static let v4 : WatchOSVersion = . init( string: " 4.0 " )
524
535
525
536
/// The value that represents watchOS 5.0.
526
537
///
527
538
/// - Since: First available in PackageDescription 5.0.
539
+ @available ( _PackageDescription, introduced: 5.0 )
528
540
public static let v5 : WatchOSVersion = . init( string: " 5.0 " )
529
541
530
542
/// The value that represents watchOS 6.0.
@@ -565,18 +577,26 @@ extension SupportedPlatform {
565
577
}
566
578
567
579
/// The value that represents DriverKit 19.0.
580
+ ///
581
+ /// - Since: First available in PackageDescription 5.5.
568
582
@available ( _PackageDescription, introduced: 5.5 )
569
583
public static let v19 : DriverKitVersion = . init( string: " 19.0 " )
570
584
571
585
/// The value that represents DriverKit 20.0.
586
+ ///
587
+ /// - Since: First available in PackageDescription 5.5.
572
588
@available ( _PackageDescription, introduced: 5.5 )
573
589
public static let v20 : DriverKitVersion = . init( string: " 20.0 " )
574
590
575
591
/// The value that represents DriverKit 21.0.
592
+ ///
593
+ /// - Since: First available in PackageDescription 5.5.
576
594
@available ( _PackageDescription, introduced: 5.5 )
577
595
public static let v21 : DriverKitVersion = . init( string: " 21.0 " )
578
596
579
597
/// The value that represents DriverKit 22.0.
598
+ ///
599
+ /// - Since: First available in PackageDescription 5.7.
580
600
@available ( _PackageDescription, introduced: 5.7 )
581
601
public static let v22 : DriverKitVersion = . init( string: " 22.0 " )
582
602
}
0 commit comments