"Failed to analyse workspace" when opening the Cloud tab

Hello, when I open the "Cloud" tab in the Report navigator, it shows "Failed to analyze workspace" and I cannot do anything. I can't start a build, nor can I manage or create workflows. All options are greyed out.

When loading the project, in Console I see the following errors from Xcode:

fault	11:07:19.805349+0100	Xcode	❌❌❌ Assertion failure #0 in <private>
error	11:07:19.816641+0100	Xcode	❌❌❌ Assertion backtrace: >><private>0   XcodeCloudKit                       0x00000001195309d8 $s13XcodeCloudKit17AssertionHandlingPAAE16logFullBacktraceyyFAA0D0O7HandlerV_Tg5Tf4d_n + 48
	1   XcodeCloudKit                       0x00000001192583c4 $s13XcodeCloudKit26ShellBasedProjectDescriberPAAE17describePublishery7Combine03AnyI0Vy6OutputQzs5Error_pG5InputQzFAKs5Int32V_10Foundation4DataVARtcfU_AA021AllArchivableProductsdG0V_Tg5 + 2012
	2   XcodeCloudKit                       0x000000011925ec90 $ss5Int32V10Foundation4DataVAE7Combine12AnyPublisherVy6Output13XcodeCloudKit26ShellBasedProjectDescriberPQzs5Error_pGIegyggo_AB8exitCode_AE6stdoutAE6stderrtAOIegnr_AjKRzlTRAJ021AllArchivableProductskN0V_TG5TA + 40
	3   Combine                             0x00000001a072351c $s7Combine10PublishersO7FlatMapV5Outer33_E91C3F00A6DFAAFEA2009FAF507AE039LLC7receiveyAA11SubscribersO6DemandV6OutputQy_F + 300
	4   Combine                             0x00000001a0725128 $s7Combine10PublishersO7FlatMapV5Outer33_E91C3F00A6DFAAFEA2<…>
<<
fault	11:07:19.822299+0100	Xcode	❌❌❌ Assertion failure #0 in <private>
fault	11:07:19.822405+0100	Xcode	❌❌❌ Assertion failure #0 in <private>
error	11:07:19.824577+0100	Xcode	❌❌❌ Assertion backtrace: >><private>0   XcodeCloudKit                       0x00000001195309d8 $s13XcodeCloudKit17AssertionHandlingPAAE16logFullBacktraceyyFAA0D0O7HandlerV_Tg5Tf4d_n + 48
	1   XcodeCloudKit                       0x00000001195e088c $s13XcodeCloudKit17DiscoveredProductO16DescriptorsCacheC13updatePlanner11environmentyAA21DeploymentEnvironmentO_tFys6ResultOySayAC0E10DescriptorVGs5Error_pGcfU_ + 740
	2   XcodeCloudKit                       0x0000000119289fa8 $s7Combine9PublisherP13XcodeCloudKitE18sinkAtMostOneValue4file4line6resultAA14AnyCancellableCs12StaticStringV_Suys6ResultOy6OutputQzs5Error_pGctFyAA11SubscribersO10CompletionOy_sAQ_pGcfU0_AA0nB0VySay0cD3API10ComponentsO7SchemasO13BuildArtifactVGsAQ_pG_Tg5Tm + 68
	3   XcodeCloudKit                       0x00000001192a1ef4 $s7Combine9PublisherP13XcodeCloudKitE18sinkAtMostOneValue4file4line6resultAA14AnyCancellableCs12StaticStringV_Suys6ResultOy6OutputQzs5Error_pGctFyAA11SubscribersO10CompletionOy_sAQ_pGcfU0_AA0nB0VySay0cD3API10ComponentsO7Sc<…>
<<

Obtained by filtering by xcode-cloud-assertion category.

Is there anything I can do to fix this? Thanks!

Hi there! Sorry you are having difficulties accessing Xcode Cloud in Xcode. To better help you out, can you please file a feedback and attach the output of running the xcodebuild command in the root of your project:

xcodebuild -project Example.xcodeproj -describeAllArchivableProducts -json

This command is also described here: https://developer.apple.com/documentation/xcode/configuring-your-first-xcode-cloud-workflow/

Here is the output, with names related to the company, brand and products anonymised

[
  {
    "bundleIdentifier" : "com.brand1.product1.adhoc",
    "containingSchemes" : [
      "Product1 - Dev",
      "Product1 - Release"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder",
      "isSimulator" : false,
      "name" : "Any iOS Device",
      "platformName" : "iOS"
    },
    "displayName" : "Product1",
    "iconPath" : "Product1\/Resources\/AssetsBrand1.xcassets\/AppIconBrand1.appiconset\/Icon-1024.png",
    "identifier" : "2548579F20FCF54A00E0FEAA",
    "productName" : "Product1",
    "productType" : "app",
    "team" : "7XN2898355"
  },
  {
    "bundleIdentifier" : "fr.brand1.product1",
    "containingSchemes" : [
      "Product1 - AppStore"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder",
      "isSimulator" : false,
      "name" : "Any iOS Device",
      "platformName" : "iOS"
    },
    "displayName" : "Product1",
    "iconPath" : "Product1\/Resources\/AssetsBrand1.xcassets\/AppIconBrand1.appiconset\/Icon-1024.png",
    "identifier" : "2548579F20FCF54A00E0FEAA",
    "productName" : "Product1",
    "productType" : "app",
    "team" : "7XN2898355"
  },
  {
    "bundleIdentifier" : "company.APIClient",
    "containingSchemes" : [
      "APIClient"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTBuildTargetDevice-driverkit:placeholder",
      "isSimulator" : false,
      "name" : "Any DriverKit Host",
      "platformName" : "DriverKit"
    },
    "displayName" : "APIClient",
    "identifier" : "APIClient",
    "productName" : "APIClient",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.APIClient",
    "containingSchemes" : [
      "APIClient"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder",
      "isSimulator" : false,
      "name" : "Any iOS Device",
      "platformName" : "iOS"
    },
    "displayName" : "APIClient",
    "identifier" : "APIClient",
    "productName" : "APIClient",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.APIClient",
    "containingSchemes" : [
      "APIClient"
    ],
    "destination" : {
      "identifier" : "dvtdevice-IDEOSXSupportCore.IDEMacPlaceholder-macosx:placeholder",
      "isSimulator" : false,
      "name" : "Any Mac",
      "platformName" : "macOS"
    },
    "displayName" : "APIClient",
    "identifier" : "APIClient",
    "productName" : "APIClient",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.APIClient",
    "containingSchemes" : [
      "APIClient"
    ],
    "destination" : {
      "identifier" : "dvtdevice-IDEOSXSupportCore.IDEMacPlaceholder-macosx:placeholder",
      "isSimulator" : false,
      "name" : "Any Mac (Mac Catalyst)",
      "platformName" : "macOS"
    },
    "displayName" : "APIClient",
    "identifier" : "APIClient",
    "productName" : "APIClient",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.APIClient",
    "containingSchemes" : [
      "APIClient"
    ],
    "destination" : {
      "identifier" : "00006020-001030A1016B401E",
      "isSimulator" : false,
      "name" : "My Mac (DriverKit)",
      "platformName" : "macOS"
    },
    "displayName" : "APIClient",
    "identifier" : "APIClient",
    "productName" : "APIClient",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.APIClient",
    "containingSchemes" : [
      "APIClient"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-appletvos:placeholder",
      "isSimulator" : false,
      "name" : "Any tvOS Device",
      "platformName" : "tvOS"
    },
    "displayName" : "APIClient",
    "identifier" : "APIClient",
    "productName" : "APIClient",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.APIClient",
    "containingSchemes" : [
      "APIClient"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-xros:placeholder",
      "isSimulator" : false,
      "name" : "Any visionOS Device",
      "platformName" : "visionOS"
    },
    "displayName" : "APIClient",
    "identifier" : "APIClient",
    "productName" : "APIClient",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.APIClient",
    "containingSchemes" : [
      "APIClient"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-watchos:placeholder",
      "isSimulator" : false,
      "name" : "Any watchOS Device",
      "platformName" : "watchOS"
    },
    "displayName" : "APIClient",
    "identifier" : "APIClient",
    "productName" : "APIClient",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.AudioTools",
    "containingSchemes" : [
      "AudioTools"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTBuildTargetDevice-driverkit:placeholder",
      "isSimulator" : false,
      "name" : "Any DriverKit Host",
      "platformName" : "DriverKit"
    },
    "displayName" : "AudioTools",
    "identifier" : "AudioTools",
    "productName" : "AudioTools",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.AudioTools",
    "containingSchemes" : [
      "AudioTools"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder",
      "isSimulator" : false,
      "name" : "Any iOS Device",
      "platformName" : "iOS"
    },
    "displayName" : "AudioTools",
    "identifier" : "AudioTools",
    "productName" : "AudioTools",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.AudioTools",
    "containingSchemes" : [
      "AudioTools"
    ],
    "destination" : {
      "identifier" : "dvtdevice-IDEOSXSupportCore.IDEMacPlaceholder-macosx:placeholder",
      "isSimulator" : false,
      "name" : "Any Mac",
      "platformName" : "macOS"
    },
    "displayName" : "AudioTools",
    "identifier" : "AudioTools",
    "productName" : "AudioTools",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.AudioTools",
    "containingSchemes" : [
      "AudioTools"
    ],
    "destination" : {
      "identifier" : "dvtdevice-IDEOSXSupportCore.IDEMacPlaceholder-macosx:placeholder",
      "isSimulator" : false,
      "name" : "Any Mac (Mac Catalyst)",
      "platformName" : "macOS"
    },
    "displayName" : "AudioTools",
    "identifier" : "AudioTools",
    "productName" : "AudioTools",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.AudioTools",
    "containingSchemes" : [
      "AudioTools"
    ],
    "destination" : {
      "identifier" : "00006020-001030A1016B401E",
      "isSimulator" : false,
      "name" : "My Mac (DriverKit)",
      "platformName" : "macOS"
    },
    "displayName" : "AudioTools",
    "identifier" : "AudioTools",
    "productName" : "AudioTools",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.AudioTools",
    "containingSchemes" : [
      "AudioTools"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-appletvos:placeholder",
      "isSimulator" : false,
      "name" : "Any tvOS Device",
      "platformName" : "tvOS"
    },
    "displayName" : "AudioTools",
    "identifier" : "AudioTools",
    "productName" : "AudioTools",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.AudioTools",
    "containingSchemes" : [
      "AudioTools"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-xros:placeholder",
      "isSimulator" : false,
      "name" : "Any visionOS Device",
      "platformName" : "visionOS"
    },
    "displayName" : "AudioTools",
    "identifier" : "AudioTools",
    "productName" : "AudioTools",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.AudioTools",
    "containingSchemes" : [
      "AudioTools"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-watchos:placeholder",
      "isSimulator" : false,
      "name" : "Any watchOS Device",
      "platformName" : "watchOS"
    },
    "displayName" : "AudioTools",
    "identifier" : "AudioTools",
    "productName" : "AudioTools",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.BlurHash",
    "containingSchemes" : [
      "BlurHash"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTBuildTargetDevice-driverkit:placeholder",
      "isSimulator" : false,
      "name" : "Any DriverKit Host",
      "platformName" : "DriverKit"
    },
    "displayName" : "BlurHash",
    "identifier" : "BlurHash",
    "productName" : "BlurHash",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.BlurHash",
    "containingSchemes" : [
      "BlurHash"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder",
      "isSimulator" : false,
      "name" : "Any iOS Device",
      "platformName" : "iOS"
    },
    "displayName" : "BlurHash",
    "identifier" : "BlurHash",
    "productName" : "BlurHash",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.BlurHash",
    "containingSchemes" : [
      "BlurHash"
    ],
    "destination" : {
      "identifier" : "dvtdevice-IDEOSXSupportCore.IDEMacPlaceholder-macosx:placeholder",
      "isSimulator" : false,
      "name" : "Any Mac",
      "platformName" : "macOS"
    },
    "displayName" : "BlurHash",
    "identifier" : "BlurHash",
    "productName" : "BlurHash",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.BlurHash",
    "containingSchemes" : [
      "BlurHash"
    ],
    "destination" : {
      "identifier" : "dvtdevice-IDEOSXSupportCore.IDEMacPlaceholder-macosx:placeholder",
      "isSimulator" : false,
      "name" : "Any Mac (Mac Catalyst)",
      "platformName" : "macOS"
    },
    "displayName" : "BlurHash",
    "identifier" : "BlurHash",
    "productName" : "BlurHash",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.BlurHash",
    "containingSchemes" : [
      "BlurHash"
    ],
    "destination" : {
      "identifier" : "00006020-001030A1016B401E",
      "isSimulator" : false,
      "name" : "My Mac (DriverKit)",
      "platformName" : "macOS"
    },
    "displayName" : "BlurHash",
    "identifier" : "BlurHash",
    "productName" : "BlurHash",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.BlurHash",
    "containingSchemes" : [
      "BlurHash"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-appletvos:placeholder",
      "isSimulator" : false,
      "name" : "Any tvOS Device",
      "platformName" : "tvOS"
    },
    "displayName" : "BlurHash",
    "identifier" : "BlurHash",
    "productName" : "BlurHash",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.BlurHash",
    "containingSchemes" : [
      "BlurHash"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-xros:placeholder",
      "isSimulator" : false,
      "name" : "Any visionOS Device",
      "platformName" : "visionOS"
    },
    "displayName" : "BlurHash",
    "identifier" : "BlurHash",
    "productName" : "BlurHash",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.BlurHash",
    "containingSchemes" : [
      "BlurHash"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-watchos:placeholder",
      "isSimulator" : false,
      "name" : "Any watchOS Device",
      "platformName" : "watchOS"
    },
    "displayName" : "BlurHash",
    "identifier" : "BlurHash",
    "productName" : "BlurHash",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.Bridge",
    "containingSchemes" : [
      "Bridge"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTBuildTargetDevice-driverkit:placeholder",
      "isSimulator" : false,
      "name" : "Any DriverKit Host",
      "platformName" : "DriverKit"
    },
    "displayName" : "Bridge",
    "identifier" : "Bridge",
    "productName" : "Bridge",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.Bridge",
    "containingSchemes" : [
      "Bridge"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder",
      "isSimulator" : false,
      "name" : "Any iOS Device",
      "platformName" : "iOS"
    },
    "displayName" : "Bridge",
    "identifier" : "Bridge",
    "productName" : "Bridge",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.Bridge",
    "containingSchemes" : [
      "Bridge"
    ],
    "destination" : {
      "identifier" : "dvtdevice-IDEOSXSupportCore.IDEMacPlaceholder-macosx:placeholder",
      "isSimulator" : false,
      "name" : "Any Mac",
      "platformName" : "macOS"
    },
    "displayName" : "Bridge",
    "identifier" : "Bridge",
    "productName" : "Bridge",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.Bridge",
    "containingSchemes" : [
      "Bridge"
    ],
    "destination" : {
      "identifier" : "dvtdevice-IDEOSXSupportCore.IDEMacPlaceholder-macosx:placeholder",
      "isSimulator" : false,
      "name" : "Any Mac (Mac Catalyst)",
      "platformName" : "macOS"
    },
    "displayName" : "Bridge",
    "identifier" : "Bridge",
    "productName" : "Bridge",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.Bridge",
    "containingSchemes" : [
      "Bridge"
    ],
    "destination" : {
      "identifier" : "00006020-001030A1016B401E",
      "isSimulator" : false,
      "name" : "My Mac (DriverKit)",
      "platformName" : "macOS"
    },
    "displayName" : "Bridge",
    "identifier" : "Bridge",
    "productName" : "Bridge",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.Bridge",
    "containingSchemes" : [
      "Bridge"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-appletvos:placeholder",
      "isSimulator" : false,
      "name" : "Any tvOS Device",
      "platformName" : "tvOS"
    },
    "displayName" : "Bridge",
    "identifier" : "Bridge",
    "productName" : "Bridge",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.Bridge",
    "containingSchemes" : [
      "Bridge"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-xros:placeholder",
      "isSimulator" : false,
      "name" : "Any visionOS Device",
      "platformName" : "visionOS"
    },
    "displayName" : "Bridge",
    "identifier" : "Bridge",
    "productName" : "Bridge",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.Bridge",
    "containingSchemes" : [
      "Bridge"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-watchos:placeholder",
      "isSimulator" : false,
      "name" : "Any watchOS Device",
      "platformName" : "watchOS"
    },
    "displayName" : "Bridge",
    "identifier" : "Bridge",
    "productName" : "Bridge",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.Common",
    "containingSchemes" : [
      "Common"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTBuildTargetDevice-driverkit:placeholder",
      "isSimulator" : false,
      "name" : "Any DriverKit Host",
      "platformName" : "DriverKit"
    },
    "displayName" : "Common",
    "identifier" : "Common",
    "productName" : "Common",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.Common",
    "containingSchemes" : [
      "Common"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder",
      "isSimulator" : false,
      "name" : "Any iOS Device",
      "platformName" : "iOS"
    },
    "displayName" : "Common",
    "identifier" : "Common",
    "productName" : "Common",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.Common",
    "containingSchemes" : [
      "Common"
    ],
    "destination" : {
      "identifier" : "dvtdevice-IDEOSXSupportCore.IDEMacPlaceholder-macosx:placeholder",
      "isSimulator" : false,
      "name" : "Any Mac",
      "platformName" : "macOS"
    },
    "displayName" : "Common",
    "identifier" : "Common",
    "productName" : "Common",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.Common",
    "containingSchemes" : [
      "Common"
    ],
    "destination" : {
      "identifier" : "dvtdevice-IDEOSXSupportCore.IDEMacPlaceholder-macosx:placeholder",
      "isSimulator" : false,
      "name" : "Any Mac (Mac Catalyst)",
      "platformName" : "macOS"
    },
    "displayName" : "Common",
    "identifier" : "Common",
    "productName" : "Common",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.Common",
    "containingSchemes" : [
      "Common"
    ],
    "destination" : {
      "identifier" : "00006020-001030A1016B401E",
      "isSimulator" : false,
      "name" : "My Mac (DriverKit)",
      "platformName" : "macOS"
    },
    "displayName" : "Common",
    "identifier" : "Common",
    "productName" : "Common",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.Common",
    "containingSchemes" : [
      "Common"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-appletvos:placeholder",
      "isSimulator" : false,
      "name" : "Any tvOS Device",
      "platformName" : "tvOS"
    },
    "displayName" : "Common",
    "identifier" : "Common",
    "productName" : "Common",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.Common",
    "containingSchemes" : [
      "Common"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-xros:placeholder",
      "isSimulator" : false,
      "name" : "Any visionOS Device",
      "platformName" : "visionOS"
    },
    "displayName" : "Common",
    "identifier" : "Common",
    "productName" : "Common",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.Common",
    "containingSchemes" : [
      "Common"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-watchos:placeholder",
      "isSimulator" : false,
      "name" : "Any watchOS Device",
      "platformName" : "watchOS"
    },
    "displayName" : "Common",
    "identifier" : "Common",
    "productName" : "Common",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "scenes.CommonScenes",
    "containingSchemes" : [
      "CommonScenes"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTBuildTargetDevice-driverkit:placeholder",
      "isSimulator" : false,
      "name" : "Any DriverKit Host",
      "platformName" : "DriverKit"
    },
    "displayName" : "CommonScenes",
    "identifier" : "CommonScenes",
    "productName" : "CommonScenes",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "scenes.CommonScenes",
    "containingSchemes" : [
      "CommonScenes"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder",
      "isSimulator" : false,
      "name" : "Any iOS Device",
      "platformName" : "iOS"
    },
    "displayName" : "CommonScenes",
    "identifier" : "CommonScenes",
    "productName" : "CommonScenes",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "scenes.CommonScenes",
    "containingSchemes" : [
      "CommonScenes"
    ],
    "destination" : {
      "identifier" : "dvtdevice-IDEOSXSupportCore.IDEMacPlaceholder-macosx:placeholder",
      "isSimulator" : false,
      "name" : "Any Mac",
      "platformName" : "macOS"
    },
    "displayName" : "CommonScenes",
    "identifier" : "CommonScenes",
    "productName" : "CommonScenes",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "scenes.CommonScenes",
    "containingSchemes" : [
      "CommonScenes"
    ],
    "destination" : {
      "identifier" : "dvtdevice-IDEOSXSupportCore.IDEMacPlaceholder-macosx:placeholder",
      "isSimulator" : false,
      "name" : "Any Mac (Mac Catalyst)",
      "platformName" : "macOS"
    },
    "displayName" : "CommonScenes",
    "identifier" : "CommonScenes",
    "productName" : "CommonScenes",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "scenes.CommonScenes",
    "containingSchemes" : [
      "CommonScenes"
    ],
    "destination" : {
      "identifier" : "00006020-001030A1016B401E",
      "isSimulator" : false,
      "name" : "My Mac (DriverKit)",
      "platformName" : "macOS"
    },
    "displayName" : "CommonScenes",
    "identifier" : "CommonScenes",
    "productName" : "CommonScenes",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "scenes.CommonScenes",
    "containingSchemes" : [
      "CommonScenes"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-appletvos:placeholder",
      "isSimulator" : false,
      "name" : "Any tvOS Device",
      "platformName" : "tvOS"
    },
    "displayName" : "CommonScenes",
    "identifier" : "CommonScenes",
    "productName" : "CommonScenes",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "scenes.CommonScenes",
    "containingSchemes" : [
      "CommonScenes"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-xros:placeholder",
      "isSimulator" : false,
      "name" : "Any visionOS Device",
      "platformName" : "visionOS"
    },
    "displayName" : "CommonScenes",
    "identifier" : "CommonScenes",
    "productName" : "CommonScenes",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "scenes.CommonScenes",
    "containingSchemes" : [
      "CommonScenes"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-watchos:placeholder",
      "isSimulator" : false,
      "name" : "Any watchOS Device",
      "platformName" : "watchOS"
    },
    "displayName" : "CommonScenes",
    "identifier" : "CommonScenes",
    "productName" : "CommonScenes",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.ListComponent",
    "containingSchemes" : [
      "ListComponent"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTBuildTargetDevice-driverkit:placeholder",
      "isSimulator" : false,
      "name" : "Any DriverKit Host",
      "platformName" : "DriverKit"
    },
    "displayName" : "ListComponent",
    "identifier" : "ListComponent",
    "productName" : "ListComponent",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.ListComponent",
    "containingSchemes" : [
      "ListComponent"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder",
      "isSimulator" : false,
      "name" : "Any iOS Device",
      "platformName" : "iOS"
    },
    "displayName" : "ListComponent",
    "identifier" : "ListComponent",
    "productName" : "ListComponent",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.ListComponent",
    "containingSchemes" : [
      "ListComponent"
    ],
    "destination" : {
      "identifier" : "dvtdevice-IDEOSXSupportCore.IDEMacPlaceholder-macosx:placeholder",
      "isSimulator" : false,
      "name" : "Any Mac",
      "platformName" : "macOS"
    },
    "displayName" : "ListComponent",
    "identifier" : "ListComponent",
    "productName" : "ListComponent",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.ListComponent",
    "containingSchemes" : [
      "ListComponent"
    ],
    "destination" : {
      "identifier" : "dvtdevice-IDEOSXSupportCore.IDEMacPlaceholder-macosx:placeholder",
      "isSimulator" : false,
      "name" : "Any Mac (Mac Catalyst)",
      "platformName" : "macOS"
    },
    "displayName" : "ListComponent",
    "identifier" : "ListComponent",
    "productName" : "ListComponent",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.ListComponent",
    "containingSchemes" : [
      "ListComponent"
    ],
    "destination" : {
      "identifier" : "00006020-001030A1016B401E",
      "isSimulator" : false,
      "name" : "My Mac (DriverKit)",
      "platformName" : "macOS"
    },
    "displayName" : "ListComponent",
    "identifier" : "ListComponent",
    "productName" : "ListComponent",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.ListComponent",
    "containingSchemes" : [
      "ListComponent"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-appletvos:placeholder",
      "isSimulator" : false,
      "name" : "Any tvOS Device",
      "platformName" : "tvOS"
    },
    "displayName" : "ListComponent",
    "identifier" : "ListComponent",
    "productName" : "ListComponent",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.ListComponent",
    "containingSchemes" : [
      "ListComponent"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-xros:placeholder",
      "isSimulator" : false,
      "name" : "Any visionOS Device",
      "platformName" : "visionOS"
    },
    "displayName" : "ListComponent",
    "identifier" : "ListComponent",
    "productName" : "ListComponent",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.ListComponent",
    "containingSchemes" : [
      "ListComponent"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-watchos:placeholder",
      "isSimulator" : false,
      "name" : "Any watchOS Device",
      "platformName" : "watchOS"
    },
    "displayName" : "ListComponent",
    "identifier" : "ListComponent",
    "productName" : "ListComponent",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.ListComponentLibrary",
    "containingSchemes" : [
      "ListComponentLibrary"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTBuildTargetDevice-driverkit:placeholder",
      "isSimulator" : false,
      "name" : "Any DriverKit Host",
      "platformName" : "DriverKit"
    },
    "displayName" : "ListComponentLibrary",
    "identifier" : "ListComponentLibrary",
    "productName" : "ListComponentLibrary",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.ListComponentLibrary",
    "containingSchemes" : [
      "ListComponentLibrary"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder",
      "isSimulator" : false,
      "name" : "Any iOS Device",
      "platformName" : "iOS"
    },
    "displayName" : "ListComponentLibrary",
    "identifier" : "ListComponentLibrary",
    "productName" : "ListComponentLibrary",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.ListComponentLibrary",
    "containingSchemes" : [
      "ListComponentLibrary"
    ],
    "destination" : {
      "identifier" : "dvtdevice-IDEOSXSupportCore.IDEMacPlaceholder-macosx:placeholder",
      "isSimulator" : false,
      "name" : "Any Mac",
      "platformName" : "macOS"
    },
    "displayName" : "ListComponentLibrary",
    "identifier" : "ListComponentLibrary",
    "productName" : "ListComponentLibrary",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.ListComponentLibrary",
    "containingSchemes" : [
      "ListComponentLibrary"
    ],
    "destination" : {
      "identifier" : "dvtdevice-IDEOSXSupportCore.IDEMacPlaceholder-macosx:placeholder",
      "isSimulator" : false,
      "name" : "Any Mac (Mac Catalyst)",
      "platformName" : "macOS"
    },
    "displayName" : "ListComponentLibrary",
    "identifier" : "ListComponentLibrary",
    "productName" : "ListComponentLibrary",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.ListComponentLibrary",
    "containingSchemes" : [
      "ListComponentLibrary"
    ],
    "destination" : {
      "identifier" : "00006020-001030A1016B401E",
      "isSimulator" : false,
      "name" : "My Mac (DriverKit)",
      "platformName" : "macOS"
    },
    "displayName" : "ListComponentLibrary",
    "identifier" : "ListComponentLibrary",
    "productName" : "ListComponentLibrary",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.ListComponentLibrary",
    "containingSchemes" : [
      "ListComponentLibrary"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-appletvos:placeholder",
      "isSimulator" : false,
      "name" : "Any tvOS Device",
      "platformName" : "tvOS"
    },
    "displayName" : "ListComponentLibrary",
    "identifier" : "ListComponentLibrary",
    "productName" : "ListComponentLibrary",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.ListComponentLibrary",
    "containingSchemes" : [
      "ListComponentLibrary"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-xros:placeholder",
      "isSimulator" : false,
      "name" : "Any visionOS Device",
      "platformName" : "visionOS"
    },
    "displayName" : "ListComponentLibrary",
    "identifier" : "ListComponentLibrary",
    "productName" : "ListComponentLibrary",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.ListComponentLibrary",
    "containingSchemes" : [
      "ListComponentLibrary"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-watchos:placeholder",
      "isSimulator" : false,
      "name" : "Any watchOS Device",
      "platformName" : "watchOS"
    },
    "displayName" : "ListComponentLibrary",
    "identifier" : "ListComponentLibrary",
    "productName" : "ListComponentLibrary",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.Models",
    "containingSchemes" : [
      "Models"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTBuildTargetDevice-driverkit:placeholder",
      "isSimulator" : false,
      "name" : "Any DriverKit Host",
      "platformName" : "DriverKit"
    },
    "displayName" : "Models",
    "identifier" : "Models",
    "productName" : "Models",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.Models",
    "containingSchemes" : [
      "Models"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder",
      "isSimulator" : false,
      "name" : "Any iOS Device",
      "platformName" : "iOS"
    },
    "displayName" : "Models",
    "identifier" : "Models",
    "productName" : "Models",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.Models",
    "containingSchemes" : [
      "Models"
    ],
    "destination" : {
      "identifier" : "dvtdevice-IDEOSXSupportCore.IDEMacPlaceholder-macosx:placeholder",
      "isSimulator" : false,
      "name" : "Any Mac",
      "platformName" : "macOS"
    },
    "displayName" : "Models",
    "identifier" : "Models",
    "productName" : "Models",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.Models",
    "containingSchemes" : [
      "Models"
    ],
    "destination" : {
      "identifier" : "dvtdevice-IDEOSXSupportCore.IDEMacPlaceholder-macosx:placeholder",
      "isSimulator" : false,
      "name" : "Any Mac (Mac Catalyst)",
      "platformName" : "macOS"
    },
    "displayName" : "Models",
    "identifier" : "Models",
    "productName" : "Models",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.Models",
    "containingSchemes" : [
      "Models"
    ],
    "destination" : {
      "identifier" : "00006020-001030A1016B401E",
      "isSimulator" : false,
      "name" : "My Mac (DriverKit)",
      "platformName" : "macOS"
    },
    "displayName" : "Models",
    "identifier" : "Models",
    "productName" : "Models",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.Models",
    "containingSchemes" : [
      "Models"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-appletvos:placeholder",
      "isSimulator" : false,
      "name" : "Any tvOS Device",
      "platformName" : "tvOS"
    },
    "displayName" : "Models",
    "identifier" : "Models",
    "productName" : "Models",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.Models",
    "containingSchemes" : [
      "Models"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-xros:placeholder",
      "isSimulator" : false,
      "name" : "Any visionOS Device",
      "platformName" : "visionOS"
    },
    "displayName" : "Models",
    "identifier" : "Models",
    "productName" : "Models",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.Models",
    "containingSchemes" : [
      "Models"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-watchos:placeholder",
      "isSimulator" : false,
      "name" : "Any watchOS Device",
      "platformName" : "watchOS"
    },
    "displayName" : "Models",
    "identifier" : "Models",
    "productName" : "Models",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.PatientContactFeature",
    "containingSchemes" : [
      "PatientContactFeature"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTBuildTargetDevice-driverkit:placeholder",
      "isSimulator" : false,
      "name" : "Any DriverKit Host",
      "platformName" : "DriverKit"
    },
    "displayName" : "PatientContactFeature",
    "identifier" : "PatientContactFeature",
    "productName" : "PatientContactFeature",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.PatientContactFeature",
    "containingSchemes" : [
      "PatientContactFeature"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder",
      "isSimulator" : false,
      "name" : "Any iOS Device",
      "platformName" : "iOS"
    },
    "displayName" : "PatientContactFeature",
    "identifier" : "PatientContactFeature",
    "productName" : "PatientContactFeature",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.PatientContactFeature",
    "containingSchemes" : [
      "PatientContactFeature"
    ],
    "destination" : {
      "identifier" : "dvtdevice-IDEOSXSupportCore.IDEMacPlaceholder-macosx:placeholder",
      "isSimulator" : false,
      "name" : "Any Mac",
      "platformName" : "macOS"
    },
    "displayName" : "PatientContactFeature",
    "identifier" : "PatientContactFeature",
    "productName" : "PatientContactFeature",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.PatientContactFeature",
    "containingSchemes" : [
      "PatientContactFeature"
    ],
    "destination" : {
      "identifier" : "dvtdevice-IDEOSXSupportCore.IDEMacPlaceholder-macosx:placeholder",
      "isSimulator" : false,
      "name" : "Any Mac (Mac Catalyst)",
      "platformName" : "macOS"
    },
    "displayName" : "PatientContactFeature",
    "identifier" : "PatientContactFeature",
    "productName" : "PatientContactFeature",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.PatientContactFeature",
    "containingSchemes" : [
      "PatientContactFeature"
    ],
    "destination" : {
      "identifier" : "00006020-001030A1016B401E",
      "isSimulator" : false,
      "name" : "My Mac (DriverKit)",
      "platformName" : "macOS"
    },
    "displayName" : "PatientContactFeature",
    "identifier" : "PatientContactFeature",
    "productName" : "PatientContactFeature",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.PatientContactFeature",
    "containingSchemes" : [
      "PatientContactFeature"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-appletvos:placeholder",
      "isSimulator" : false,
      "name" : "Any tvOS Device",
      "platformName" : "tvOS"
    },
    "displayName" : "PatientContactFeature",
    "identifier" : "PatientContactFeature",
    "productName" : "PatientContactFeature",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.PatientContactFeature",
    "containingSchemes" : [
      "PatientContactFeature"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-xros:placeholder",
      "isSimulator" : false,
      "name" : "Any visionOS Device",
      "platformName" : "visionOS"
    },
    "displayName" : "PatientContactFeature",
    "identifier" : "PatientContactFeature",
    "productName" : "PatientContactFeature",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.PatientContactFeature",
    "containingSchemes" : [
      "PatientContactFeature"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-watchos:placeholder",
      "isSimulator" : false,
      "name" : "Any watchOS Device",
      "platformName" : "watchOS"
    },
    "displayName" : "PatientContactFeature",
    "identifier" : "PatientContactFeature",
    "productName" : "PatientContactFeature",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.PointingFeature",
    "containingSchemes" : [
      "PointingFeature"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTBuildTargetDevice-driverkit:placeholder",
      "isSimulator" : false,
      "name" : "Any DriverKit Host",
      "platformName" : "DriverKit"
    },
    "displayName" : "PointingFeature",
    "identifier" : "PointingFeature",
    "productName" : "PointingFeature",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.PointingFeature",
    "containingSchemes" : [
      "PointingFeature"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder",
      "isSimulator" : false,
      "name" : "Any iOS Device",
      "platformName" : "iOS"
    },
    "displayName" : "PointingFeature",
    "identifier" : "PointingFeature",
    "productName" : "PointingFeature",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.PointingFeature",
    "containingSchemes" : [
      "PointingFeature"
    ],
    "destination" : {
      "identifier" : "dvtdevice-IDEOSXSupportCore.IDEMacPlaceholder-macosx:placeholder",
      "isSimulator" : false,
      "name" : "Any Mac",
      "platformName" : "macOS"
    },
    "displayName" : "PointingFeature",
    "identifier" : "PointingFeature",
    "productName" : "PointingFeature",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.PointingFeature",
    "containingSchemes" : [
      "PointingFeature"
    ],
    "destination" : {
      "identifier" : "dvtdevice-IDEOSXSupportCore.IDEMacPlaceholder-macosx:placeholder",
      "isSimulator" : false,
      "name" : "Any Mac (Mac Catalyst)",
      "platformName" : "macOS"
    },
    "displayName" : "PointingFeature",
    "identifier" : "PointingFeature",
    "productName" : "PointingFeature",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.PointingFeature",
    "containingSchemes" : [
      "PointingFeature"
    ],
    "destination" : {
      "identifier" : "00006020-001030A1016B401E",
      "isSimulator" : false,
      "name" : "My Mac (DriverKit)",
      "platformName" : "macOS"
    },
    "displayName" : "PointingFeature",
    "identifier" : "PointingFeature",
    "productName" : "PointingFeature",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.PointingFeature",
    "containingSchemes" : [
      "PointingFeature"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-appletvos:placeholder",
      "isSimulator" : false,
      "name" : "Any tvOS Device",
      "platformName" : "tvOS"
    },
    "displayName" : "PointingFeature",
    "identifier" : "PointingFeature",
    "productName" : "PointingFeature",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.PointingFeature",
    "containingSchemes" : [
      "PointingFeature"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-xros:placeholder",
      "isSimulator" : false,
      "name" : "Any visionOS Device",
      "platformName" : "visionOS"
    },
    "displayName" : "PointingFeature",
    "identifier" : "PointingFeature",
    "productName" : "PointingFeature",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.PointingFeature",
    "containingSchemes" : [
      "PointingFeature"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-watchos:placeholder",
      "isSimulator" : false,
      "name" : "Any watchOS Device",
      "platformName" : "watchOS"
    },
    "displayName" : "PointingFeature",
    "identifier" : "PointingFeature",
    "productName" : "PointingFeature",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "scenes.PrescriptionScenes",
    "containingSchemes" : [
      "PrescriptionScenes"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTBuildTargetDevice-driverkit:placeholder",
      "isSimulator" : false,
      "name" : "Any DriverKit Host",
      "platformName" : "DriverKit"
    },
    "displayName" : "PrescriptionScenes",
    "identifier" : "PrescriptionScenes",
    "productName" : "PrescriptionScenes",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "scenes.PrescriptionScenes",
    "containingSchemes" : [
      "PrescriptionScenes"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder",
      "isSimulator" : false,
      "name" : "Any iOS Device",
      "platformName" : "iOS"
    },
    "displayName" : "PrescriptionScenes",
    "identifier" : "PrescriptionScenes",
    "productName" : "PrescriptionScenes",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "scenes.PrescriptionScenes",
    "containingSchemes" : [
      "PrescriptionScenes"
    ],
    "destination" : {
      "identifier" : "dvtdevice-IDEOSXSupportCore.IDEMacPlaceholder-macosx:placeholder",
      "isSimulator" : false,
      "name" : "Any Mac",
      "platformName" : "macOS"
    },
    "displayName" : "PrescriptionScenes",
    "identifier" : "PrescriptionScenes",
    "productName" : "PrescriptionScenes",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "scenes.PrescriptionScenes",
    "containingSchemes" : [
      "PrescriptionScenes"
    ],
    "destination" : {
      "identifier" : "dvtdevice-IDEOSXSupportCore.IDEMacPlaceholder-macosx:placeholder",
      "isSimulator" : false,
      "name" : "Any Mac (Mac Catalyst)",
      "platformName" : "macOS"
    },
    "displayName" : "PrescriptionScenes",
    "identifier" : "PrescriptionScenes",
    "productName" : "PrescriptionScenes",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "scenes.PrescriptionScenes",
    "containingSchemes" : [
      "PrescriptionScenes"
    ],
    "destination" : {
      "identifier" : "00006020-001030A1016B401E",
      "isSimulator" : false,
      "name" : "My Mac (DriverKit)",
      "platformName" : "macOS"
    },
    "displayName" : "PrescriptionScenes",
    "identifier" : "PrescriptionScenes",
    "productName" : "PrescriptionScenes",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "scenes.PrescriptionScenes",
    "containingSchemes" : [
      "PrescriptionScenes"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-appletvos:placeholder",
      "isSimulator" : false,
      "name" : "Any tvOS Device",
      "platformName" : "tvOS"
    },
    "displayName" : "PrescriptionScenes",
    "identifier" : "PrescriptionScenes",
    "productName" : "PrescriptionScenes",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "scenes.PrescriptionScenes",
    "containingSchemes" : [
      "PrescriptionScenes"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-xros:placeholder",
      "isSimulator" : false,
      "name" : "Any visionOS Device",
      "platformName" : "visionOS"
    },
    "displayName" : "PrescriptionScenes",
    "identifier" : "PrescriptionScenes",
    "productName" : "PrescriptionScenes",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "scenes.PrescriptionScenes",
    "containingSchemes" : [
      "PrescriptionScenes"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-watchos:placeholder",
      "isSimulator" : false,
      "name" : "Any watchOS Device",
      "platformName" : "watchOS"
    },
    "displayName" : "PrescriptionScenes",
    "identifier" : "PrescriptionScenes",
    "productName" : "PrescriptionScenes",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.Reporting",
    "containingSchemes" : [
      "Reporting"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTBuildTargetDevice-driverkit:placeholder",
      "isSimulator" : false,
      "name" : "Any DriverKit Host",
      "platformName" : "DriverKit"
    },
    "displayName" : "Reporting",
    "identifier" : "Reporting",
    "productName" : "Reporting",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.Reporting",
    "containingSchemes" : [
      "Reporting"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder",
      "isSimulator" : false,
      "name" : "Any iOS Device",
      "platformName" : "iOS"
    },
    "displayName" : "Reporting",
    "identifier" : "Reporting",
    "productName" : "Reporting",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.Reporting",
    "containingSchemes" : [
      "Reporting"
    ],
    "destination" : {
      "identifier" : "dvtdevice-IDEOSXSupportCore.IDEMacPlaceholder-macosx:placeholder",
      "isSimulator" : false,
      "name" : "Any Mac",
      "platformName" : "macOS"
    },
    "displayName" : "Reporting",
    "identifier" : "Reporting",
    "productName" : "Reporting",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.Reporting",
    "containingSchemes" : [
      "Reporting"
    ],
    "destination" : {
      "identifier" : "dvtdevice-IDEOSXSupportCore.IDEMacPlaceholder-macosx:placeholder",
      "isSimulator" : false,
      "name" : "Any Mac (Mac Catalyst)",
      "platformName" : "macOS"
    },
    "displayName" : "Reporting",
    "identifier" : "Reporting",
    "productName" : "Reporting",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.Reporting",
    "containingSchemes" : [
      "Reporting"
    ],
    "destination" : {
      "identifier" : "00006020-001030A1016B401E",
      "isSimulator" : false,
      "name" : "My Mac (DriverKit)",
      "platformName" : "macOS"
    },
    "displayName" : "Reporting",
    "identifier" : "Reporting",
    "productName" : "Reporting",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.Reporting",
    "containingSchemes" : [
      "Reporting"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-appletvos:placeholder",
      "isSimulator" : false,
      "name" : "Any tvOS Device",
      "platformName" : "tvOS"
    },
    "displayName" : "Reporting",
    "identifier" : "Reporting",
    "productName" : "Reporting",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.Reporting",
    "containingSchemes" : [
      "Reporting"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-xros:placeholder",
      "isSimulator" : false,
      "name" : "Any visionOS Device",
      "platformName" : "visionOS"
    },
    "displayName" : "Reporting",
    "identifier" : "Reporting",
    "productName" : "Reporting",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.Reporting",
    "containingSchemes" : [
      "Reporting"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-watchos:placeholder",
      "isSimulator" : false,
      "name" : "Any watchOS Device",
      "platformName" : "watchOS"
    },
    "displayName" : "Reporting",
    "identifier" : "Reporting",
    "productName" : "Reporting",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.Resources",
    "containingSchemes" : [
      "Resources"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTBuildTargetDevice-driverkit:placeholder",
      "isSimulator" : false,
      "name" : "Any DriverKit Host",
      "platformName" : "DriverKit"
    },
    "displayName" : "Resources",
    "identifier" : "Resources",
    "productName" : "Resources",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.Resources",
    "containingSchemes" : [
      "Resources"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder",
      "isSimulator" : false,
      "name" : "Any iOS Device",
      "platformName" : "iOS"
    },
    "displayName" : "Resources",
    "identifier" : "Resources",
    "productName" : "Resources",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.Resources",
    "containingSchemes" : [
      "Resources"
    ],
    "destination" : {
      "identifier" : "dvtdevice-IDEOSXSupportCore.IDEMacPlaceholder-macosx:placeholder",
      "isSimulator" : false,
      "name" : "Any Mac",
      "platformName" : "macOS"
    },
    "displayName" : "Resources",
    "identifier" : "Resources",
    "productName" : "Resources",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.Resources",
    "containingSchemes" : [
      "Resources"
    ],
    "destination" : {
      "identifier" : "dvtdevice-IDEOSXSupportCore.IDEMacPlaceholder-macosx:placeholder",
      "isSimulator" : false,
      "name" : "Any Mac (Mac Catalyst)",
      "platformName" : "macOS"
    },
    "displayName" : "Resources",
    "identifier" : "Resources",
    "productName" : "Resources",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.Resources",
    "containingSchemes" : [
      "Resources"
    ],
    "destination" : {
      "identifier" : "00006020-001030A1016B401E",
      "isSimulator" : false,
      "name" : "My Mac (DriverKit)",
      "platformName" : "macOS"
    },
    "displayName" : "Resources",
    "identifier" : "Resources",
    "productName" : "Resources",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.Resources",
    "containingSchemes" : [
      "Resources"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-appletvos:placeholder",
      "isSimulator" : false,
      "name" : "Any tvOS Device",
      "platformName" : "tvOS"
    },
    "displayName" : "Resources",
    "identifier" : "Resources",
    "productName" : "Resources",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.Resources",
    "containingSchemes" : [
      "Resources"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-xros:placeholder",
      "isSimulator" : false,
      "name" : "Any visionOS Device",
      "platformName" : "visionOS"
    },
    "displayName" : "Resources",
    "identifier" : "Resources",
    "productName" : "Resources",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.Resources",
    "containingSchemes" : [
      "Resources"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-watchos:placeholder",
      "isSimulator" : false,
      "name" : "Any watchOS Device",
      "platformName" : "watchOS"
    },
    "displayName" : "Resources",
    "identifier" : "Resources",
    "productName" : "Resources",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.CompanyBetterSegmentedControl",
    "containingSchemes" : [
      "CompanyBetterSegmentedControl"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTBuildTargetDevice-driverkit:placeholder",
      "isSimulator" : false,
      "name" : "Any DriverKit Host",
      "platformName" : "DriverKit"
    },
    "displayName" : "CompanyBetterSegmentedControl",
    "identifier" : "CompanyBetterSegmentedControl",
    "productName" : "CompanyBetterSegmentedControl",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.CompanyBetterSegmentedControl",
    "containingSchemes" : [
      "CompanyBetterSegmentedControl"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder",
      "isSimulator" : false,
      "name" : "Any iOS Device",
      "platformName" : "iOS"
    },
    "displayName" : "CompanyBetterSegmentedControl",
    "identifier" : "CompanyBetterSegmentedControl",
    "productName" : "CompanyBetterSegmentedControl",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.CompanyBetterSegmentedControl",
    "containingSchemes" : [
      "CompanyBetterSegmentedControl"
    ],
    "destination" : {
      "identifier" : "dvtdevice-IDEOSXSupportCore.IDEMacPlaceholder-macosx:placeholder",
      "isSimulator" : false,
      "name" : "Any Mac",
      "platformName" : "macOS"
    },
    "displayName" : "CompanyBetterSegmentedControl",
    "identifier" : "CompanyBetterSegmentedControl",
    "productName" : "CompanyBetterSegmentedControl",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.CompanyBetterSegmentedControl",
    "containingSchemes" : [
      "CompanyBetterSegmentedControl"
    ],
    "destination" : {
      "identifier" : "dvtdevice-IDEOSXSupportCore.IDEMacPlaceholder-macosx:placeholder",
      "isSimulator" : false,
      "name" : "Any Mac (Mac Catalyst)",
      "platformName" : "macOS"
    },
    "displayName" : "CompanyBetterSegmentedControl",
    "identifier" : "CompanyBetterSegmentedControl",
    "productName" : "CompanyBetterSegmentedControl",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.CompanyBetterSegmentedControl",
    "containingSchemes" : [
      "CompanyBetterSegmentedControl"
    ],
    "destination" : {
      "identifier" : "00006020-001030A1016B401E",
      "isSimulator" : false,
      "name" : "My Mac (DriverKit)",
      "platformName" : "macOS"
    },
    "displayName" : "CompanyBetterSegmentedControl",
    "identifier" : "CompanyBetterSegmentedControl",
    "productName" : "CompanyBetterSegmentedControl",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.CompanyBetterSegmentedControl",
    "containingSchemes" : [
      "CompanyBetterSegmentedControl"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-appletvos:placeholder",
      "isSimulator" : false,
      "name" : "Any tvOS Device",
      "platformName" : "tvOS"
    },
    "displayName" : "CompanyBetterSegmentedControl",
    "identifier" : "CompanyBetterSegmentedControl",
    "productName" : "CompanyBetterSegmentedControl",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.CompanyBetterSegmentedControl",
    "containingSchemes" : [
      "CompanyBetterSegmentedControl"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-xros:placeholder",
      "isSimulator" : false,
      "name" : "Any visionOS Device",
      "platformName" : "visionOS"
    },
    "displayName" : "CompanyBetterSegmentedControl",
    "identifier" : "CompanyBetterSegmentedControl",
    "productName" : "CompanyBetterSegmentedControl",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.CompanyBetterSegmentedControl",
    "containingSchemes" : [
      "CompanyBetterSegmentedControl"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-watchos:placeholder",
      "isSimulator" : false,
      "name" : "Any watchOS Device",
      "platformName" : "watchOS"
    },
    "displayName" : "CompanyBetterSegmentedControl",
    "identifier" : "CompanyBetterSegmentedControl",
    "productName" : "CompanyBetterSegmentedControl",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "scenes.TimelineScenes",
    "containingSchemes" : [
      "TimelineScenes"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTBuildTargetDevice-driverkit:placeholder",
      "isSimulator" : false,
      "name" : "Any DriverKit Host",
      "platformName" : "DriverKit"
    },
    "displayName" : "TimelineScenes",
    "identifier" : "TimelineScenes",
    "productName" : "TimelineScenes",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "scenes.TimelineScenes",
    "containingSchemes" : [
      "TimelineScenes"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder",
      "isSimulator" : false,
      "name" : "Any iOS Device",
      "platformName" : "iOS"
    },
    "displayName" : "TimelineScenes",
    "identifier" : "TimelineScenes",
    "productName" : "TimelineScenes",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "scenes.TimelineScenes",
    "containingSchemes" : [
      "TimelineScenes"
    ],
    "destination" : {
      "identifier" : "dvtdevice-IDEOSXSupportCore.IDEMacPlaceholder-macosx:placeholder",
      "isSimulator" : false,
      "name" : "Any Mac",
      "platformName" : "macOS"
    },
    "displayName" : "TimelineScenes",
    "identifier" : "TimelineScenes",
    "productName" : "TimelineScenes",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "scenes.TimelineScenes",
    "containingSchemes" : [
      "TimelineScenes"
    ],
    "destination" : {
      "identifier" : "dvtdevice-IDEOSXSupportCore.IDEMacPlaceholder-macosx:placeholder",
      "isSimulator" : false,
      "name" : "Any Mac (Mac Catalyst)",
      "platformName" : "macOS"
    },
    "displayName" : "TimelineScenes",
    "identifier" : "TimelineScenes",
    "productName" : "TimelineScenes",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "scenes.TimelineScenes",
    "containingSchemes" : [
      "TimelineScenes"
    ],
    "destination" : {
      "identifier" : "00006020-001030A1016B401E",
      "isSimulator" : false,
      "name" : "My Mac (DriverKit)",
      "platformName" : "macOS"
    },
    "displayName" : "TimelineScenes",
    "identifier" : "TimelineScenes",
    "productName" : "TimelineScenes",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "scenes.TimelineScenes",
    "containingSchemes" : [
      "TimelineScenes"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-appletvos:placeholder",
      "isSimulator" : false,
      "name" : "Any tvOS Device",
      "platformName" : "tvOS"
    },
    "displayName" : "TimelineScenes",
    "identifier" : "TimelineScenes",
    "productName" : "TimelineScenes",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "scenes.TimelineScenes",
    "containingSchemes" : [
      "TimelineScenes"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-xros:placeholder",
      "isSimulator" : false,
      "name" : "Any visionOS Device",
      "platformName" : "visionOS"
    },
    "displayName" : "TimelineScenes",
    "identifier" : "TimelineScenes",
    "productName" : "TimelineScenes",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "scenes.TimelineScenes",
    "containingSchemes" : [
      "TimelineScenes"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-watchos:placeholder",
      "isSimulator" : false,
      "name" : "Any watchOS Device",
      "platformName" : "watchOS"
    },
    "displayName" : "TimelineScenes",
    "identifier" : "TimelineScenes",
    "productName" : "TimelineScenes",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.Tools",
    "containingSchemes" : [
      "Tools"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTBuildTargetDevice-driverkit:placeholder",
      "isSimulator" : false,
      "name" : "Any DriverKit Host",
      "platformName" : "DriverKit"
    },
    "displayName" : "Tools",
    "identifier" : "Tools",
    "productName" : "Tools",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.Tools",
    "containingSchemes" : [
      "Tools"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder",
      "isSimulator" : false,
      "name" : "Any iOS Device",
      "platformName" : "iOS"
    },
    "displayName" : "Tools",
    "identifier" : "Tools",
    "productName" : "Tools",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.Tools",
    "containingSchemes" : [
      "Tools"
    ],
    "destination" : {
      "identifier" : "dvtdevice-IDEOSXSupportCore.IDEMacPlaceholder-macosx:placeholder",
      "isSimulator" : false,
      "name" : "Any Mac",
      "platformName" : "macOS"
    },
    "displayName" : "Tools",
    "identifier" : "Tools",
    "productName" : "Tools",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.Tools",
    "containingSchemes" : [
      "Tools"
    ],
    "destination" : {
      "identifier" : "dvtdevice-IDEOSXSupportCore.IDEMacPlaceholder-macosx:placeholder",
      "isSimulator" : false,
      "name" : "Any Mac (Mac Catalyst)",
      "platformName" : "macOS"
    },
    "displayName" : "Tools",
    "identifier" : "Tools",
    "productName" : "Tools",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.Tools",
    "containingSchemes" : [
      "Tools"
    ],
    "destination" : {
      "identifier" : "00006020-001030A1016B401E",
      "isSimulator" : false,
      "name" : "My Mac (DriverKit)",
      "platformName" : "macOS"
    },
    "displayName" : "Tools",
    "identifier" : "Tools",
    "productName" : "Tools",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.Tools",
    "containingSchemes" : [
      "Tools"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-appletvos:placeholder",
      "isSimulator" : false,
      "name" : "Any tvOS Device",
      "platformName" : "tvOS"
    },
    "displayName" : "Tools",
    "identifier" : "Tools",
    "productName" : "Tools",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.Tools",
    "containingSchemes" : [
      "Tools"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-xros:placeholder",
      "isSimulator" : false,
      "name" : "Any visionOS Device",
      "platformName" : "visionOS"
    },
    "displayName" : "Tools",
    "identifier" : "Tools",
    "productName" : "Tools",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.Tools",
    "containingSchemes" : [
      "Tools"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-watchos:placeholder",
      "isSimulator" : false,
      "name" : "Any watchOS Device",
      "platformName" : "watchOS"
    },
    "displayName" : "Tools",
    "identifier" : "Tools",
    "productName" : "Tools",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "com.brand1.product2.adhoc",
    "containingSchemes" : [
      "Product2 - Dev",
      "Product2 - Release"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder",
      "isSimulator" : false,
      "name" : "Any iOS Device",
      "platformName" : "iOS"
    },
    "displayName" : "Product2",
    "iconPath" : "Product1\/Resources\/AssetsBrand2.xcassets\/AppIconBrand2.appiconset\/1024.png",
    "identifier" : "2566923024237F2700F79AA7",
    "productName" : "Product2",
    "productType" : "app",
    "team" : "7XN2898355"
  },
  {
    "bundleIdentifier" : "com.brand2.product2",
    "containingSchemes" : [
      "Product2 - AppStore"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder",
      "isSimulator" : false,
      "name" : "Any iOS Device",
      "platformName" : "iOS"
    },
    "displayName" : "Product2",
    "iconPath" : "Product1\/Resources\/AssetsBrand2.xcassets\/AppIconBrand2.appiconset\/1024.png",
    "identifier" : "2566923024237F2700F79AA7",
    "productName" : "Product2",
    "productType" : "app",
    "team" : "5QNZU25MK7"
  },
  {
    "bundleIdentifier" : "company.UITools",
    "containingSchemes" : [
      "UITools"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTBuildTargetDevice-driverkit:placeholder",
      "isSimulator" : false,
      "name" : "Any DriverKit Host",
      "platformName" : "DriverKit"
    },
    "displayName" : "UITools",
    "identifier" : "UITools",
    "productName" : "UITools",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.UITools",
    "containingSchemes" : [
      "UITools"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder",
      "isSimulator" : false,
      "name" : "Any iOS Device",
      "platformName" : "iOS"
    },
    "displayName" : "UITools",
    "identifier" : "UITools",
    "productName" : "UITools",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.UITools",
    "containingSchemes" : [
      "UITools"
    ],
    "destination" : {
      "identifier" : "dvtdevice-IDEOSXSupportCore.IDEMacPlaceholder-macosx:placeholder",
      "isSimulator" : false,
      "name" : "Any Mac",
      "platformName" : "macOS"
    },
    "displayName" : "UITools",
    "identifier" : "UITools",
    "productName" : "UITools",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.UITools",
    "containingSchemes" : [
      "UITools"
    ],
    "destination" : {
      "identifier" : "dvtdevice-IDEOSXSupportCore.IDEMacPlaceholder-macosx:placeholder",
      "isSimulator" : false,
      "name" : "Any Mac (Mac Catalyst)",
      "platformName" : "macOS"
    },
    "displayName" : "UITools",
    "identifier" : "UITools",
    "productName" : "UITools",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.UITools",
    "containingSchemes" : [
      "UITools"
    ],
    "destination" : {
      "identifier" : "00006020-001030A1016B401E",
      "isSimulator" : false,
      "name" : "My Mac (DriverKit)",
      "platformName" : "macOS"
    },
    "displayName" : "UITools",
    "identifier" : "UITools",
    "productName" : "UITools",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.UITools",
    "containingSchemes" : [
      "UITools"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-appletvos:placeholder",
      "isSimulator" : false,
      "name" : "Any tvOS Device",
      "platformName" : "tvOS"
    },
    "displayName" : "UITools",
    "identifier" : "UITools",
    "productName" : "UITools",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.UITools",
    "containingSchemes" : [
      "UITools"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-xros:placeholder",
      "isSimulator" : false,
      "name" : "Any visionOS Device",
      "platformName" : "visionOS"
    },
    "displayName" : "UITools",
    "identifier" : "UITools",
    "productName" : "UITools",
    "productType" : "library"
  },
  {
    "bundleIdentifier" : "company.UITools",
    "containingSchemes" : [
      "UITools"
    ],
    "destination" : {
      "identifier" : "dvtdevice-DVTiOSDevicePlaceholder-watchos:placeholder",
      "isSimulator" : false,
      "name" : "Any watchOS Device",
      "platformName" : "watchOS"
    },
    "displayName" : "UITools",
    "identifier" : "UITools",
    "productName" : "UITools",
    "productType" : "library"
  }
]

Thank you for that! Are you able to reproduce this issue with other Xcode projects?

No, if I try to go inside the Cloud tab with other projects I have the Xcode Cloud welcome page with the Get Started button.

I see, thank you! To look into this it sounds like we'll need to collect some more information. Please reproduce the issue, collect a sysdiagnose and attach that to a feedback. You can post the feedback number here.

Here is the feedback number: FB16094609

Thank you for your help!

"Failed to analyse workspace" when opening the Cloud tab
 
 
Q