The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Orchard, reference main (b0033f), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 20:33:59 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/detroit-labs/Orchard.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/detroit-labs/Orchard
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b0033ff Merge pull request #19 from detroit-labs/update-project
Cloned https://github.com/detroit-labs/Orchard.git
Revision (git rev-parse @):
b0033ff9ed5375315566021749a46583e558664b
SUCCESS checkout https://github.com/detroit-labs/Orchard.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "orchard",
      "name": "Orchard",
      "url": "https://github.com/detroit-labs/Orchard.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Orchard",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/detroit-labs/Orchard.git
[1/1309] Fetching orchard
Fetched https://github.com/detroit-labs/Orchard.git from cache (0.75s)
Creating working copy for https://github.com/detroit-labs/Orchard.git
Working copy of https://github.com/detroit-labs/Orchard.git resolved at main (b0033ff)
warning: '.resolve-product-dependencies': dependency 'orchard' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/detroit-labs/Orchard.git
https://github.com/detroit-labs/Orchard.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Orchard",
  "name" : "Orchard",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "Orchard",
      "targets" : [
        "Orchard"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Orchard",
      "module_type" : "SwiftTarget",
      "name" : "Orchard",
      "path" : "Orchard-Swift",
      "product_memberships" : [
        "Orchard"
      ],
      "sources" : [
        "DeviceIdentification.swift",
        "iOS/iPads.swift",
        "iOS/iPhones.swift",
        "iOS/iPods.swift",
        "tvOS/TVs.swift",
        "watchOS/Watches.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/9] Compiling Orchard iPods.swift
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPods.swift:16:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
14 | public enum iPods {
15 |
16 |     @available (iOS, introduced: 1.1, deprecated: 3.2)
   |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
17 |     case iPodTouch
18 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPods.swift:19:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
17 |     case iPodTouch
18 |
19 |     @available (iOS, introduced: 2.1, deprecated: 4.3)
   |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
20 |     case iPodTouch2
21 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPods.swift:22:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
20 |     case iPodTouch2
21 |
22 |     @available (iOS, introduced: 3.1, deprecated: 6.0)
   |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
23 |     case iPodTouch3
24 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPods.swift:25:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
23 |     case iPodTouch3
24 |
25 |     @available (iOS, introduced: 4.1, deprecated: 7.0)
   |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
26 |     case iPodTouch4
27 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPods.swift:28:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
26 |     case iPodTouch4
27 |
28 |     @available (iOS, introduced: 6.0, deprecated: 10.0)
   |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
29 |     case iPodTouch5
30 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPods.swift:31:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
29 |     case iPodTouch5
30 |
31 |     @available (iOS, introduced: 8.4, deprecated: 13.0)
   |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
32 |     case iPodTouch6
33 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPods.swift:34:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
32 |     case iPodTouch6
33 |
34 |     @available (iOS, introduced: 12.3)
   |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
35 |     case iPodTouch7
36 |
[4/9] Compiling Orchard Watches.swift
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/watchOS/Watches.swift:16:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 14 | public enum Watches {
 15 |
 16 |     @available (watchOS, introduced: 1.0, deprecated: 5.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 17 |     case AppleWatch_38mm
 18 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/watchOS/Watches.swift:19:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 17 |     case AppleWatch_38mm
 18 |
 19 |     @available (watchOS, introduced: 1.0, deprecated: 5.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 20 |     case AppleWatch_42mm
 21 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/watchOS/Watches.swift:22:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 20 |     case AppleWatch_42mm
 21 |
 22 |     @available (watchOS, introduced: 3.0, deprecated: 7.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 23 |     case AppleWatchSeries1_38mm
 24 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/watchOS/Watches.swift:25:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 23 |     case AppleWatchSeries1_38mm
 24 |
 25 |     @available (watchOS, introduced: 3.0, deprecated: 7.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 26 |     case AppleWatchSeries1_42mm
 27 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/watchOS/Watches.swift:28:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 26 |     case AppleWatchSeries1_42mm
 27 |
 28 |     @available (watchOS, introduced: 3.0, deprecated: 7.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 29 |     case AppleWatchSeries2_38mm
 30 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/watchOS/Watches.swift:31:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 29 |     case AppleWatchSeries2_38mm
 30 |
 31 |     @available (watchOS, introduced: 3.0, deprecated: 7.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 32 |     case AppleWatchSeries2_42mm
 33 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/watchOS/Watches.swift:34:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 32 |     case AppleWatchSeries2_42mm
 33 |
 34 |     @available (watchOS, introduced: 4.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 35 |     case AppleWatchSeries3_38mm
 36 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/watchOS/Watches.swift:37:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 35 |     case AppleWatchSeries3_38mm
 36 |
 37 |     @available (watchOS, introduced: 4.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 38 |     case AppleWatchSeries3_42mm
 39 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/watchOS/Watches.swift:40:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 38 |     case AppleWatchSeries3_42mm
 39 |
 40 |     @available (watchOS, introduced: 5.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 41 |     case AppleWatchSeries4_40mm
 42 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/watchOS/Watches.swift:43:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 41 |     case AppleWatchSeries4_40mm
 42 |
 43 |     @available (watchOS, introduced: 5.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 44 |     case AppleWatchSeries4_44mm
 45 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/watchOS/Watches.swift:46:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 44 |     case AppleWatchSeries4_44mm
 45 |
 46 |     @available (watchOS, introduced: 6.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 47 |     case AppleWatchSeries5_40mm
 48 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/watchOS/Watches.swift:49:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 47 |     case AppleWatchSeries5_40mm
 48 |
 49 |     @available (watchOS, introduced: 6.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 50 |     case AppleWatchSeries5_44mm
 51 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/watchOS/Watches.swift:52:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 50 |     case AppleWatchSeries5_44mm
 51 |
 52 |     @available (watchOS, introduced: 7.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 53 |     case AppleWatchSE_40mm
 54 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/watchOS/Watches.swift:55:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 53 |     case AppleWatchSE_40mm
 54 |
 55 |     @available (watchOS, introduced: 7.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 56 |     case AppleWatchSE_44mm
 57 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/watchOS/Watches.swift:58:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 56 |     case AppleWatchSE_44mm
 57 |
 58 |     @available (watchOS, introduced: 7.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 59 |     case AppleWatchSeries6_40mm
 60 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/watchOS/Watches.swift:61:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 59 |     case AppleWatchSeries6_40mm
 60 |
 61 |     @available (watchOS, introduced: 7.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 62 |     case AppleWatchSeries6_44mm
 63 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/watchOS/Watches.swift:64:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 62 |     case AppleWatchSeries6_44mm
 63 |
 64 |     @available (watchOS, introduced: 8.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 65 |     case AppleWatchSeries7_41mm
 66 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/watchOS/Watches.swift:67:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 65 |     case AppleWatchSeries7_41mm
 66 |
 67 |     @available (watchOS, introduced: 8.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 68 |     case AppleWatchSeries7_45mm
 69 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/watchOS/Watches.swift:70:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 68 |     case AppleWatchSeries7_45mm
 69 |
 70 |     @available (watchOS, introduced: 9.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 71 |     case AppleWatchSE2_41mm
 72 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/watchOS/Watches.swift:73:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 71 |     case AppleWatchSE2_41mm
 72 |
 73 |     @available (watchOS, introduced: 9.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 74 |     case AppleWatchSE2_45mm
 75 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/watchOS/Watches.swift:76:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 74 |     case AppleWatchSE2_45mm
 75 |
 76 |     @available (watchOS, introduced: 9.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 77 |     case AppleWatchSeries8_41mm
 78 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/watchOS/Watches.swift:79:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 77 |     case AppleWatchSeries8_41mm
 78 |
 79 |     @available (watchOS, introduced: 9.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 80 |     case AppleWatchSeries8_45mm
 81 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/watchOS/Watches.swift:82:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 80 |     case AppleWatchSeries8_45mm
 81 |
 82 |     @available (watchOS, introduced: 9.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 83 |     case AppleWatchUltra_49mm
 84 |
[5/9] Compiling Orchard TVs.swift
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/tvOS/TVs.swift:16:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
14 | public enum TVs {
15 |
16 |     @available (tvOS, introduced: 9.0)
   |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
17 |     case AppleTVHD
18 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/tvOS/TVs.swift:19:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
17 |     case AppleTVHD
18 |
19 |     @available (tvOS, introduced: 11.0)
   |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
20 |     case AppleTV4K
21 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/tvOS/TVs.swift:22:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
20 |     case AppleTV4K
21 |
22 |     @available (tvOS, introduced: 14.5)
   |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
23 |     case AppleTV4K2
24 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/tvOS/TVs.swift:25:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
23 |     case AppleTV4K2
24 |
25 |     @available (tvOS, introduced: 16.1)
   |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
26 |     case AppleTV4K3
27 |
[6/9] Compiling Orchard iPhones.swift
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPhones.swift:16:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 14 | public enum iPhones {
 15 |
 16 |     @available (iOS, introduced: 1.0, deprecated: 3.2)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 17 |     case iPhone
 18 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPhones.swift:19:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 17 |     case iPhone
 18 |
 19 |     @available (iOS, introduced: 2.0, deprecated: 4.3)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 20 |     case iPhone3G
 21 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPhones.swift:22:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 20 |     case iPhone3G
 21 |
 22 |     @available (iOS, introduced: 3.0, deprecated: 7.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 23 |     case iPhone3GS
 24 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPhones.swift:25:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 23 |     case iPhone3GS
 24 |
 25 |     @available (iOS, introduced: 4.0, deprecated: 8.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 26 |     case iPhone4
 27 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPhones.swift:28:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 26 |     case iPhone4
 27 |
 28 |     @available (iOS, introduced: 5.0, deprecated: 10.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 29 |     case iPhone4S
 30 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPhones.swift:31:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 29 |     case iPhone4S
 30 |
 31 |     @available (iOS, introduced: 6.0, deprecated: 11.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 32 |     case iPhone5
 33 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPhones.swift:34:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 32 |     case iPhone5
 33 |
 34 |     @available (iOS, introduced: 7.0, deprecated: 11.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 35 |     case iPhone5c
 36 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPhones.swift:37:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 35 |     case iPhone5c
 36 |
 37 |     @available (iOS, introduced: 7.0, deprecated: 13.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 38 |     case iPhone5s
 39 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPhones.swift:40:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 38 |     case iPhone5s
 39 |
 40 |     @available (iOS, introduced: 8.0, deprecated: 13.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 41 |     case iPhone6
 42 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPhones.swift:43:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 41 |     case iPhone6
 42 |
 43 |     @available (iOS, introduced: 8.0, deprecated: 13.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 44 |     case iPhone6Plus
 45 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPhones.swift:46:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 44 |     case iPhone6Plus
 45 |
 46 |     @available (iOS, introduced: 9.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 47 |     case iPhone6s
 48 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPhones.swift:49:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 47 |     case iPhone6s
 48 |
 49 |     @available (iOS, introduced: 9.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 50 |     case iPhone6sPlus
 51 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPhones.swift:52:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 50 |     case iPhone6sPlus
 51 |
 52 |     @available (iOS, introduced: 9.3)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 53 |     case iPhoneSE
 54 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPhones.swift:55:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 53 |     case iPhoneSE
 54 |
 55 |     @available (iOS, introduced: 10.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 56 |     case iPhone7
 57 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPhones.swift:58:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 56 |     case iPhone7
 57 |
 58 |     @available (iOS, introduced: 10.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 59 |     case iPhone7Plus
 60 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPhones.swift:61:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 59 |     case iPhone7Plus
 60 |
 61 |     @available (iOS, introduced: 11.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 62 |     case iPhone8
 63 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPhones.swift:64:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 62 |     case iPhone8
 63 |
 64 |     @available (iOS, introduced: 11.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 65 |     case iPhone8Plus
 66 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPhones.swift:67:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 65 |     case iPhone8Plus
 66 |
 67 |     @available (iOS, introduced: 11.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 68 |     case iPhoneX
 69 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPhones.swift:70:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 68 |     case iPhoneX
 69 |
 70 |     @available (iOS, introduced: 12.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 71 |     case iPhoneXS
 72 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPhones.swift:73:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 71 |     case iPhoneXS
 72 |
 73 |     @available (iOS, introduced: 12.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 74 |     case iPhoneXSMax
 75 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPhones.swift:76:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 74 |     case iPhoneXSMax
 75 |
 76 |     @available (iOS, introduced: 12.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 77 |     case iPhoneXR
 78 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPhones.swift:79:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 77 |     case iPhoneXR
 78 |
 79 |     @available (iOS, introduced: 13.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 80 |     case iPhone11
 81 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPhones.swift:82:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 80 |     case iPhone11
 81 |
 82 |     @available (iOS, introduced: 13.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 83 |     case iPhone11Pro
 84 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPhones.swift:85:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 83 |     case iPhone11Pro
 84 |
 85 |     @available (iOS, introduced: 13.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 86 |     case iPhone11ProMax
 87 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPhones.swift:88:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 86 |     case iPhone11ProMax
 87 |
 88 |     @available (iOS, introduced: 13.4)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 89 |     case iPhoneSE2
 90 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPhones.swift:91:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 89 |     case iPhoneSE2
 90 |
 91 |     @available (iOS, introduced: 14.1)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 92 |     case iPhone12
 93 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPhones.swift:94:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 92 |     case iPhone12
 93 |
 94 |     @available (iOS, introduced: 14.1)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 95 |     case iPhone12Mini
 96 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPhones.swift:97:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 95 |     case iPhone12Mini
 96 |
 97 |     @available (iOS, introduced: 14.1)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 98 |     case iPhone12Pro
 99 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPhones.swift:100:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 98 |     case iPhone12Pro
 99 |
100 |     @available (iOS, introduced: 14.1)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
101 |     case iPhone12ProMax
102 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPhones.swift:103:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
101 |     case iPhone12ProMax
102 |
103 |     @available (iOS, introduced: 15.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
104 |     case iPhone13
105 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPhones.swift:106:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
104 |     case iPhone13
105 |
106 |     @available (iOS, introduced: 15.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
107 |     case iPhone13Mini
108 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPhones.swift:109:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
107 |     case iPhone13Mini
108 |
109 |     @available (iOS, introduced: 15.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
110 |     case iPhone13Pro
111 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPhones.swift:112:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
110 |     case iPhone13Pro
111 |
112 |     @available (iOS, introduced: 15.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
113 |     case iPhone13ProMax
114 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPhones.swift:115:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
113 |     case iPhone13ProMax
114 |
115 |     @available (iOS, introduced: 15.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
116 |     case iPhoneSE3
117 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPhones.swift:118:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
116 |     case iPhoneSE3
117 |
118 |     @available (iOS, introduced: 16.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
119 |     case iPhone14
120 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPhones.swift:121:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
119 |     case iPhone14
120 |
121 |     @available (iOS, introduced: 16.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
122 |     case iPhone14Plus
123 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPhones.swift:124:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
122 |     case iPhone14Plus
123 |
124 |     @available (iOS, introduced: 16.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
125 |     case iPhone14Pro
126 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPhones.swift:127:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
125 |     case iPhone14Pro
126 |
127 |     @available (iOS, introduced: 16.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
128 |     case iPhone14ProMax
129 |
[7/9] Compiling Orchard DeviceIdentification.swift
[8/9] Emitting module Orchard
[9/9] Compiling Orchard iPads.swift
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPads.swift:16:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 14 | public enum iPads {
 15 |
 16 |     @available (iOS, introduced: 3.2, deprecated: 6.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 17 |     case iPad
 18 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPads.swift:19:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 17 |     case iPad
 18 |
 19 |     @available (iOS, introduced: 4.3, deprecated: 10.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 20 |     case iPad2
 21 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPads.swift:22:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 20 |     case iPad2
 21 |
 22 |     @available (iOS, introduced: 5.1, deprecated: 10.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 23 |     case iPad3
 24 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPads.swift:25:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 23 |     case iPad3
 24 |
 25 |     @available (iOS, introduced: 6.0, deprecated: 11.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 26 |     case iPad4
 27 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPads.swift:28:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 26 |     case iPad4
 27 |
 28 |     @available (iOS, introduced: 10.3)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 29 |     case iPad5
 30 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPads.swift:31:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 29 |     case iPad5
 30 |
 31 |     @available (iOS, introduced: 11.3)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 32 |     case iPad6
 33 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPads.swift:34:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 32 |     case iPad6
 33 |
 34 |     @available (iOS, introduced: 13.1)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 35 |     case iPad7
 36 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPads.swift:37:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 35 |     case iPad7
 36 |
 37 |     @available (iOS, introduced: 14.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 38 |     case iPad8
 39 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPads.swift:40:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 38 |     case iPad8
 39 |
 40 |     @available (iOS, introduced: 15.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 41 |     case iPad9
 42 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPads.swift:43:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 41 |     case iPad9
 42 |
 43 |     @available (iOS, introduced: 6.0, deprecated: 10.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 44 |     case iPadMini
 45 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPads.swift:46:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 44 |     case iPadMini
 45 |
 46 |     @available (iOS, introduced: 7.0, deprecated: 13.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 47 |     case iPadMini2
 48 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPads.swift:49:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 47 |     case iPadMini2
 48 |
 49 |     @available (iOS, introduced: 8.0, deprecated: 13.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 50 |     case iPadMini3
 51 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPads.swift:52:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 50 |     case iPadMini3
 51 |
 52 |     @available (iOS, introduced: 9.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 53 |     case iPadMini4
 54 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPads.swift:55:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 53 |     case iPadMini4
 54 |
 55 |     @available (iOS, introduced: 12.2)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 56 |     case iPadMini5
 57 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPads.swift:58:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 56 |     case iPadMini5
 57 |
 58 |     @available (iOS, introduced: 15.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 59 |     case iPadMini6
 60 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPads.swift:61:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 59 |     case iPadMini6
 60 |
 61 |     @available (iOS, introduced: 7.0, deprecated: 13.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 62 |     case iPadAir
 63 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPads.swift:64:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 62 |     case iPadAir
 63 |
 64 |     @available (iOS, introduced: 8.1)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 65 |     case iPadAir2
 66 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPads.swift:67:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 65 |     case iPadAir2
 66 |
 67 |     @available (iOS, introduced: 12.2)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 68 |     case iPadAir3
 69 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPads.swift:70:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 68 |     case iPadAir3
 69 |
 70 |     @available (iOS, introduced: 14.0)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 71 |     case iPadAir4
 72 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPads.swift:73:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 71 |     case iPadAir4
 72 |
 73 |     @available (iOS, introduced: 15.4)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 74 |     case iPadAir5
 75 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPads.swift:76:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 74 |     case iPadAir5
 75 |
 76 |     @available (iOS, introduced: 9.1)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 77 |     case iPadPro12_9Inch
 78 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPads.swift:79:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 77 |     case iPadPro12_9Inch
 78 |
 79 |     @available (iOS, introduced: 9.3)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 80 |     case iPadPro9_7Inch
 81 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPads.swift:82:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 80 |     case iPadPro9_7Inch
 81 |
 82 |     @available (iOS, introduced: 10.3)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 83 |     case iPadPro12_9Inch2
 84 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPads.swift:85:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 83 |     case iPadPro12_9Inch2
 84 |
 85 |     @available (iOS, introduced: 10.3)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 86 |     case iPadPro10_5Inch
 87 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPads.swift:88:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 86 |     case iPadPro10_5Inch
 87 |
 88 |     @available (iOS, introduced: 12.1)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 89 |     case iPadPro12_9Inch3
 90 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPads.swift:91:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 89 |     case iPadPro12_9Inch3
 90 |
 91 |     @available (iOS, introduced: 12.1)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 92 |     case iPadPro11Inch
 93 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPads.swift:94:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 92 |     case iPadPro11Inch
 93 |
 94 |     @available (iOS, introduced: 13.4)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 95 |     case iPadPro12_9Inch4
 96 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPads.swift:97:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 95 |     case iPadPro12_9Inch4
 96 |
 97 |     @available (iOS, introduced: 13.4)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 98 |     case iPadPro11Inch2
 99 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPads.swift:100:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 98 |     case iPadPro11Inch2
 99 |
100 |     @available (iOS, introduced: 14.5)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
101 |     case iPadPro12_9Inch5
102 |
/Users/admin/builder/spi-builder-workspace/Orchard-Swift/iOS/iPads.swift:103:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
101 |     case iPadPro12_9Inch5
102 |
103 |     @available (iOS, introduced: 14.5)
    |               `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
104 |     case iPadPro11Inch3
105 |
Build complete! (4.65s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Orchard",
  "name" : "Orchard",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "Orchard",
      "targets" : [
        "Orchard"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Orchard",
      "module_type" : "SwiftTarget",
      "name" : "Orchard",
      "path" : "Orchard-Swift",
      "product_memberships" : [
        "Orchard"
      ],
      "sources" : [
        "DeviceIdentification.swift",
        "iOS/iPads.swift",
        "iOS/iPhones.swift",
        "iOS/iPods.swift",
        "tvOS/TVs.swift",
        "watchOS/Watches.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.