The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-package-info with Swift 5.9 for watchOS using Xcode 15.2 at 1.5.0.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme MeasurementApp -destination generic/platform=watchos

Build Log

========================================
RunAll
========================================
Builder version: 4.35.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/marinofelipe/swift-package-info.git
Reference: 1.5.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/marinofelipe/swift-package-info
 * tag               1.5.0      -> FETCH_HEAD
HEAD is now at f5c1031 Merge pull request #47 from marinofelipe/feat/revision
Cloned https://github.com/marinofelipe/swift-package-info.git
Revision (git rev-parse @):
f5c103178212565df1e6b3b3b93a9de3ddd45f57
SUCCESS checkout https://github.com/marinofelipe/swift-package-info.git at 1.5.0
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             5.9
Building package at path:  $workDir
https://github.com/marinofelipe/swift-package-info.git
Command line invocation:
    /Applications/Xcode-15.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
resolved source packages:
objc[96397]: Class XROS1_1SimRuntime is implemented in both /Library/Developer/CoreSimulator/Volumes/xrOS_21O209/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10e2480e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10e8a40e0). One of the two will be used. Which one is undefined.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "1.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "xcodeproj",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.7.1",
            "upper_bound" : "8.8.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/XcodeProj.git"
    },
    {
      "identity" : "http_client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.4",
            "upper_bound" : "0.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/marinofelipe/http_client"
    },
    {
      "identity" : "swift-package-manager",
      "requirement" : {
        "revision" : [
          "swift-5.9.2-RELEASE"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-package-manager"
    }
  ],
  "manifest_display_name" : "swift-package-info",
  "name" : "swift-package-info",
  "path" : "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "swift-package-info",
      "targets" : [
        "Run"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RunTests",
      "module_type" : "SwiftTarget",
      "name" : "RunTests",
      "path" : "Tests/RunTests",
      "sources" : [
        "RunTests.swift"
      ],
      "target_dependencies" : [
        "Run"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Run",
      "module_type" : "SwiftTarget",
      "name" : "Run",
      "path" : "Sources/Run",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "swift-package-info"
      ],
      "sources" : [
        "Subcommands/BinarySize.swift",
        "Subcommands/Dependencies.swift",
        "Subcommands/FullAnalyzes.swift",
        "Subcommands/Platforms.swift",
        "SwiftPackageInfo.swift",
        "TSCUtility+Run.swift"
      ],
      "target_dependencies" : [
        "App",
        "Reports",
        "Core"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ReportsTests",
      "module_type" : "SwiftTarget",
      "name" : "ReportsTests",
      "path" : "Tests/ReportsTests",
      "sources" : [
        "Generators/ConsoleReportGeneratorTests.swift",
        "Generators/JSONDumpReportGeneratorTests.swift"
      ],
      "target_dependencies" : [
        "Reports",
        "CoreTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Reports",
      "module_type" : "SwiftTarget",
      "name" : "Reports",
      "path" : "Sources/Reports",
      "product_memberships" : [
        "swift-package-info"
      ],
      "sources" : [
        "ExpressibleByArgument+Reports.swift",
        "Generators/ConsoleReportGenerator.swift",
        "Generators/JSONDumpReportGenerator.swift",
        "Generators/ReportGenerating.swift",
        "Report.swift",
        "ReportCell.swift",
        "ReportFormat.swift",
        "Reporting.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CoreTests",
      "module_type" : "SwiftTarget",
      "name" : "CoreTests",
      "path" : "Tests/CoreTests",
      "sources" : [
        "Helpers/FileManager+CoreTests.swift",
        "Models/SizeOnDiskTests.swift",
        "Models/SwiftPackageTests.swift",
        "ProvidedInfoTests.swift",
        "URLExtensionTests.swift"
      ],
      "target_dependencies" : [
        "Core",
        "CoreTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CoreTestSupport",
      "module_type" : "SwiftTarget",
      "name" : "CoreTestSupport",
      "path" : "Sources/CoreTestSupport",
      "sources" : [
        "Doubles/Fixtures/Fixture+ProvidedInfo.swift",
        "Doubles/Fixtures/Fixture+SwiftPackage.swift",
        "Doubles/Fixtures/Fixture.swift",
        "Doubles/Mocks/ProgressAnimationMock.swift",
        "Doubles/Mocks/TerminalControllerMock.swift",
        "Extensions/XCTest+TestSupport.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Core",
      "module_type" : "SwiftTarget",
      "name" : "Core",
      "path" : "Sources/Core",
      "product_dependencies" : [
        "ArgumentParser",
        "SwiftPM"
      ],
      "product_memberships" : [
        "swift-package-info"
      ],
      "sources" : [
        "Console.swift",
        "Extensions/AbsolutePath+Core.swift",
        "Extensions/Array+Core.swift",
        "Extensions/ExpressibleByArgument+Core.swift",
        "Extensions/JSONEncoder+Core.swift",
        "Extensions/KeyPath+Core.swift",
        "Extensions/Result+Core.swift",
        "Extensions/URL+Core.swift",
        "InfoProvider.swift",
        "Models/PackageModel.swift",
        "Models/ResurceState.swift",
        "Models/SizeOnDisk.swift",
        "Models/SwiftPackage.swift",
        "PackageLoader.swift",
        "Shell.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AppTests",
      "module_type" : "SwiftTarget",
      "name" : "AppTests",
      "path" : "Tests/AppTests",
      "sources" : [
        "Fixtures/Fixture+PackageContent.swift",
        "Providers/BinarySizeProvider/BinarySizeProviderErrorTests.swift",
        "Providers/BinarySizeProvider/BinarySizeProviderTests.swift",
        "Providers/DependenciesProvider/DependenciesProviderTests.swift",
        "Providers/PlatformsProvider/PlatformsProviderTests.swift"
      ],
      "target_dependencies" : [
        "App",
        "CoreTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "App",
      "module_type" : "SwiftTarget",
      "name" : "App",
      "path" : "Sources/App",
      "product_dependencies" : [
        "XcodeProj",
        "CombineHTTPClient"
      ],
      "product_memberships" : [
        "swift-package-info"
      ],
      "sources" : [
        "Providers/BinarySizeProvider/AppManager.swift",
        "Providers/BinarySizeProvider/BinarySizeProvider.swift",
        "Providers/BinarySizeProvider/SizeMeasurer.swift",
        "Providers/DependenciesProvider/DependenciesProvider.swift",
        "Providers/PlatformsProvider/PlatformsProvider.swift",
        "Services/SwiftPackageService/SwiftPackageService.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "MeasurementApp",
    "schemes" : [
      "MeasurementApp"
    ],
    "targets" : [
      "MeasurementApp"
    ]
  }
}
objc[96718]: Class XROS1_1SimRuntime is implemented in both /Library/Developer/CoreSimulator/Volumes/xrOS_21O209/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10daf40e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10db080e0). One of the two will be used. Which one is undefined.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme MeasurementApp -destination generic/platform=watchos
Command line invocation:
    /Applications/Xcode-15.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme MeasurementApp -destination generic/platform=watchos
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
objc[96926]: Class XROS1_1SimRuntime is implemented in both /Library/Developer/CoreSimulator/Volumes/xrOS_21O209/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10ab580e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10c0d80e0). One of the two will be used. Which one is undefined.
2024-04-21 11:15:48.798 xcodebuild[96926:13368104] Writing error result bundle to /var/folders/4f/vmvvw7xn07sg3fzsc7v7mmx40000gp/T/ResultBundle_2024-21-04_11-15-0048.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
		{ generic:1, platform:watchos }
	Available destinations for the "MeasurementApp" scheme:
		{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:00008103-0008793E26D2001E }
		{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
		{ platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device }
		{ platform:visionOS Simulator, variant:Designed for [iPad,iPhone], id:6AC0F656-AA4E-43C7-8D43-5A0FF4CDF4F1, OS:1.0, name:Apple Vision Pro }
		{ platform:visionOS Simulator, variant:Designed for [iPad,iPhone], id:02B05875-5239-4DEF-9449-29F7BCCA9B25, OS:1.1, name:Apple Vision Pro }
		{ platform:iOS Simulator, id:98E883B9-C166-458F-A6C1-954B46DC6595, OS:17.2, name:iPad (10th generation) }
		{ platform:iOS Simulator, id:98E883B9-C166-458F-A6C1-954B46DC6595, OS:17.2, name:iPad (10th generation) }
		{ platform:iOS Simulator, id:81E9535F-432C-4C9C-841E-F031BA421B14, OS:17.4, name:iPad (10th generation) }
		{ platform:iOS Simulator, id:81E9535F-432C-4C9C-841E-F031BA421B14, OS:17.4, name:iPad (10th generation) }
		{ platform:iOS Simulator, id:D6EED990-E469-4E82-8DCC-E964BAC2DC2D, OS:17.2, name:iPad Air (5th generation) }
		{ platform:iOS Simulator, id:D6EED990-E469-4E82-8DCC-E964BAC2DC2D, OS:17.2, name:iPad Air (5th generation) }
		{ platform:iOS Simulator, id:807E1633-5B15-41AB-AC4B-C262938F1D0E, OS:17.4, name:iPad Air (5th generation) }
		{ platform:iOS Simulator, id:807E1633-5B15-41AB-AC4B-C262938F1D0E, OS:17.4, name:iPad Air (5th generation) }
		{ platform:iOS Simulator, id:E37128B4-3F7C-4408-B005-7964D9E04DAB, OS:17.2, name:iPad Pro (11-inch) (4th generation) }
		{ platform:iOS Simulator, id:E37128B4-3F7C-4408-B005-7964D9E04DAB, OS:17.2, name:iPad Pro (11-inch) (4th generation) }
		{ platform:iOS Simulator, id:DBB05E39-B23F-4424-908C-E88B22650C33, OS:17.4, name:iPad Pro (11-inch) (4th generation) }
		{ platform:iOS Simulator, id:DBB05E39-B23F-4424-908C-E88B22650C33, OS:17.4, name:iPad Pro (11-inch) (4th generation) }
		{ platform:iOS Simulator, id:42136315-91B3-49DD-8486-1C1D5DEB4E23, OS:17.2, name:iPad Pro (12.9-inch) (6th generation) }
		{ platform:iOS Simulator, id:42136315-91B3-49DD-8486-1C1D5DEB4E23, OS:17.2, name:iPad Pro (12.9-inch) (6th generation) }
		{ platform:iOS Simulator, id:AFE3FD08-D7BE-42BD-9D25-35882323B0D1, OS:17.4, name:iPad Pro (12.9-inch) (6th generation) }
		{ platform:iOS Simulator, id:AFE3FD08-D7BE-42BD-9D25-35882323B0D1, OS:17.4, name:iPad Pro (12.9-inch) (6th generation) }
		{ platform:iOS Simulator, id:B9188C6F-AEA3-45FA-9B77-2AF2C4F31B6D, OS:17.2, name:iPad mini (6th generation) }
		{ platform:iOS Simulator, id:B9188C6F-AEA3-45FA-9B77-2AF2C4F31B6D, OS:17.2, name:iPad mini (6th generation) }
		{ platform:iOS Simulator, id:69F85D02-5037-4C8B-A4DE-EA676C7AE82D, OS:17.4, name:iPad mini (6th generation) }
		{ platform:iOS Simulator, id:69F85D02-5037-4C8B-A4DE-EA676C7AE82D, OS:17.4, name:iPad mini (6th generation) }
		{ platform:iOS Simulator, id:816A6A68-6E14-443B-A534-6188C85DD3A6, OS:17.2, name:iPhone 15 }
		{ platform:iOS Simulator, id:816A6A68-6E14-443B-A534-6188C85DD3A6, OS:17.2, name:iPhone 15 }
		{ platform:iOS Simulator, id:AE28468A-83B6-47CC-A2E2-636FD77D3560, OS:17.4, name:iPhone 15 }
		{ platform:iOS Simulator, id:AE28468A-83B6-47CC-A2E2-636FD77D3560, OS:17.4, name:iPhone 15 }
		{ platform:iOS Simulator, id:440A5294-3A11-4C43-B4DE-BA02B5612A7F, OS:17.2, name:iPhone 15 Plus }
		{ platform:iOS Simulator, id:440A5294-3A11-4C43-B4DE-BA02B5612A7F, OS:17.2, name:iPhone 15 Plus }
		{ platform:iOS Simulator, id:E1434139-726B-4387-AE51-940AE32BB27E, OS:17.4, name:iPhone 15 Plus }
		{ platform:iOS Simulator, id:E1434139-726B-4387-AE51-940AE32BB27E, OS:17.4, name:iPhone 15 Plus }
		{ platform:iOS Simulator, id:535D1744-DE32-42E5-A083-83B2AB548B52, OS:17.2, name:iPhone 15 Pro }
		{ platform:iOS Simulator, id:535D1744-DE32-42E5-A083-83B2AB548B52, OS:17.2, name:iPhone 15 Pro }
		{ platform:iOS Simulator, id:C6B32EAD-09A7-466B-8B25-ED53003EA389, OS:17.4, name:iPhone 15 Pro }
		{ platform:iOS Simulator, id:C6B32EAD-09A7-466B-8B25-ED53003EA389, OS:17.4, name:iPhone 15 Pro }
		{ platform:iOS Simulator, id:9BE121CF-F65A-4EFC-B28A-8691CDC3FB18, OS:17.2, name:iPhone 15 Pro Max }
		{ platform:iOS Simulator, id:9BE121CF-F65A-4EFC-B28A-8691CDC3FB18, OS:17.2, name:iPhone 15 Pro Max }
		{ platform:iOS Simulator, id:DD99F04A-C848-487F-899B-BBEDCFF917F2, OS:17.4, name:iPhone 15 Pro Max }
		{ platform:iOS Simulator, id:DD99F04A-C848-487F-899B-BBEDCFF917F2, OS:17.4, name:iPhone 15 Pro Max }
		{ platform:iOS Simulator, id:AF6411CC-9917-4985-8E74-97F968BFE2F8, OS:17.2, name:iPhone SE (3rd generation) }
		{ platform:iOS Simulator, id:AF6411CC-9917-4985-8E74-97F968BFE2F8, OS:17.2, name:iPhone SE (3rd generation) }
		{ platform:iOS Simulator, id:00C864A6-A416-4FA0-80B3-5CD79D5873FF, OS:17.4, name:iPhone SE (3rd generation) }
		{ platform:iOS Simulator, id:00C864A6-A416-4FA0-80B3-5CD79D5873FF, OS:17.4, name:iPhone SE (3rd generation) }
Command line invocation:
    /Applications/Xcode-15.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme MeasurementApp -destination generic/platform=watchos
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
objc[97292]: Class XROS1_1SimRuntime is implemented in both /Library/Developer/CoreSimulator/Volumes/xrOS_21O209/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10af640e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10c2080e0). One of the two will be used. Which one is undefined.
2024-04-21 11:15:51.308 xcodebuild[97292:13368995] Writing error result bundle to /var/folders/4f/vmvvw7xn07sg3fzsc7v7mmx40000gp/T/ResultBundle_2024-21-04_11-15-0051.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
		{ generic:1, platform:watchos }
	Available destinations for the "MeasurementApp" scheme:
		{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:00008103-0008793E26D2001E }
		{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
		{ platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device }
		{ platform:visionOS Simulator, variant:Designed for [iPad,iPhone], id:6AC0F656-AA4E-43C7-8D43-5A0FF4CDF4F1, OS:1.0, name:Apple Vision Pro }
		{ platform:visionOS Simulator, variant:Designed for [iPad,iPhone], id:02B05875-5239-4DEF-9449-29F7BCCA9B25, OS:1.1, name:Apple Vision Pro }
		{ platform:iOS Simulator, id:98E883B9-C166-458F-A6C1-954B46DC6595, OS:17.2, name:iPad (10th generation) }
		{ platform:iOS Simulator, id:98E883B9-C166-458F-A6C1-954B46DC6595, OS:17.2, name:iPad (10th generation) }
		{ platform:iOS Simulator, id:81E9535F-432C-4C9C-841E-F031BA421B14, OS:17.4, name:iPad (10th generation) }
		{ platform:iOS Simulator, id:81E9535F-432C-4C9C-841E-F031BA421B14, OS:17.4, name:iPad (10th generation) }
		{ platform:iOS Simulator, id:D6EED990-E469-4E82-8DCC-E964BAC2DC2D, OS:17.2, name:iPad Air (5th generation) }
		{ platform:iOS Simulator, id:D6EED990-E469-4E82-8DCC-E964BAC2DC2D, OS:17.2, name:iPad Air (5th generation) }
		{ platform:iOS Simulator, id:807E1633-5B15-41AB-AC4B-C262938F1D0E, OS:17.4, name:iPad Air (5th generation) }
		{ platform:iOS Simulator, id:807E1633-5B15-41AB-AC4B-C262938F1D0E, OS:17.4, name:iPad Air (5th generation) }
		{ platform:iOS Simulator, id:E37128B4-3F7C-4408-B005-7964D9E04DAB, OS:17.2, name:iPad Pro (11-inch) (4th generation) }
		{ platform:iOS Simulator, id:E37128B4-3F7C-4408-B005-7964D9E04DAB, OS:17.2, name:iPad Pro (11-inch) (4th generation) }
		{ platform:iOS Simulator, id:DBB05E39-B23F-4424-908C-E88B22650C33, OS:17.4, name:iPad Pro (11-inch) (4th generation) }
		{ platform:iOS Simulator, id:DBB05E39-B23F-4424-908C-E88B22650C33, OS:17.4, name:iPad Pro (11-inch) (4th generation) }
		{ platform:iOS Simulator, id:42136315-91B3-49DD-8486-1C1D5DEB4E23, OS:17.2, name:iPad Pro (12.9-inch) (6th generation) }
		{ platform:iOS Simulator, id:42136315-91B3-49DD-8486-1C1D5DEB4E23, OS:17.2, name:iPad Pro (12.9-inch) (6th generation) }
		{ platform:iOS Simulator, id:AFE3FD08-D7BE-42BD-9D25-35882323B0D1, OS:17.4, name:iPad Pro (12.9-inch) (6th generation) }
		{ platform:iOS Simulator, id:AFE3FD08-D7BE-42BD-9D25-35882323B0D1, OS:17.4, name:iPad Pro (12.9-inch) (6th generation) }
		{ platform:iOS Simulator, id:B9188C6F-AEA3-45FA-9B77-2AF2C4F31B6D, OS:17.2, name:iPad mini (6th generation) }
		{ platform:iOS Simulator, id:B9188C6F-AEA3-45FA-9B77-2AF2C4F31B6D, OS:17.2, name:iPad mini (6th generation) }
		{ platform:iOS Simulator, id:69F85D02-5037-4C8B-A4DE-EA676C7AE82D, OS:17.4, name:iPad mini (6th generation) }
		{ platform:iOS Simulator, id:69F85D02-5037-4C8B-A4DE-EA676C7AE82D, OS:17.4, name:iPad mini (6th generation) }
		{ platform:iOS Simulator, id:816A6A68-6E14-443B-A534-6188C85DD3A6, OS:17.2, name:iPhone 15 }
		{ platform:iOS Simulator, id:816A6A68-6E14-443B-A534-6188C85DD3A6, OS:17.2, name:iPhone 15 }
		{ platform:iOS Simulator, id:AE28468A-83B6-47CC-A2E2-636FD77D3560, OS:17.4, name:iPhone 15 }
		{ platform:iOS Simulator, id:AE28468A-83B6-47CC-A2E2-636FD77D3560, OS:17.4, name:iPhone 15 }
		{ platform:iOS Simulator, id:440A5294-3A11-4C43-B4DE-BA02B5612A7F, OS:17.2, name:iPhone 15 Plus }
		{ platform:iOS Simulator, id:440A5294-3A11-4C43-B4DE-BA02B5612A7F, OS:17.2, name:iPhone 15 Plus }
		{ platform:iOS Simulator, id:E1434139-726B-4387-AE51-940AE32BB27E, OS:17.4, name:iPhone 15 Plus }
		{ platform:iOS Simulator, id:E1434139-726B-4387-AE51-940AE32BB27E, OS:17.4, name:iPhone 15 Plus }
		{ platform:iOS Simulator, id:535D1744-DE32-42E5-A083-83B2AB548B52, OS:17.2, name:iPhone 15 Pro }
		{ platform:iOS Simulator, id:535D1744-DE32-42E5-A083-83B2AB548B52, OS:17.2, name:iPhone 15 Pro }
		{ platform:iOS Simulator, id:C6B32EAD-09A7-466B-8B25-ED53003EA389, OS:17.4, name:iPhone 15 Pro }
		{ platform:iOS Simulator, id:C6B32EAD-09A7-466B-8B25-ED53003EA389, OS:17.4, name:iPhone 15 Pro }
		{ platform:iOS Simulator, id:9BE121CF-F65A-4EFC-B28A-8691CDC3FB18, OS:17.2, name:iPhone 15 Pro Max }
		{ platform:iOS Simulator, id:9BE121CF-F65A-4EFC-B28A-8691CDC3FB18, OS:17.2, name:iPhone 15 Pro Max }
		{ platform:iOS Simulator, id:DD99F04A-C848-487F-899B-BBEDCFF917F2, OS:17.4, name:iPhone 15 Pro Max }
		{ platform:iOS Simulator, id:DD99F04A-C848-487F-899B-BBEDCFF917F2, OS:17.4, name:iPhone 15 Pro Max }
		{ platform:iOS Simulator, id:AF6411CC-9917-4985-8E74-97F968BFE2F8, OS:17.2, name:iPhone SE (3rd generation) }
		{ platform:iOS Simulator, id:AF6411CC-9917-4985-8E74-97F968BFE2F8, OS:17.2, name:iPhone SE (3rd generation) }
		{ platform:iOS Simulator, id:00C864A6-A416-4FA0-80B3-5CD79D5873FF, OS:17.4, name:iPhone SE (3rd generation) }
		{ platform:iOS Simulator, id:00C864A6-A416-4FA0-80B3-5CD79D5873FF, OS:17.4, name:iPhone SE (3rd generation) }
BUILD FAILURE 5.9 watchOS