The Swift Package Index logo.Swift Package Index

Build Information

Failed to build UIPreview with Swift 5.9 for watchOS using Xcode 15.2 at 0.0.3.

Build Command

env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride="$PWD/.dependencies" -derivedDataPath "$PWD/.derivedData" build -scheme UIPreview -destination "generic/platform=watchos"

Build Log

/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift:10:18: error: 'View' is only available in watchOS 6.0 or newer
  var body: some View {
                 ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift:10:7: note: add @available attribute to enclosing property
  var body: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift:7:8: note: add @available attribute to enclosing generic struct
struct CatalogItemView<Content: UICatalogPresentable>: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewConfiguration.swift:11:23: error: cannot find type 'UIContentSizeCategory' in scope
    let contentSize: [UIContentSizeCategory]
                      ^~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift:29:29: error: 'View' is only available in watchOS 6.0 or newer
  static var previews: some View {
                            ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift:29:14: note: add @available attribute to enclosing static property
  static var previews: some View {
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift:28:8: note: add @available attribute to enclosing struct
struct CatalogItem_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift:39:31: error: cannot find type 'UILabel' in scope
private final class TestView: UILabel, UICatalogPresentable {
                              ^~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/UICatalogPresentable.swift:34:44: error: cannot find type 'UIView' in scope
extension UICatalogPresentable where Self: UIView {
                                           ^~~~~~
/Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/UICatalogPresentable.swift:40:44: error: cannot find type 'UIView' in scope
extension UICatalogPresentable where Self: UIView {
                                           ^~~~~~
/Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:23:1: note: interface 'UIView' forward declared here
@class UIView;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift:11:5: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in watchOS 6.0 or newer
    ForEach(values: Content.previewModels) { model in
    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift:11:5: note: add 'if #available' version check
    ForEach(values: Content.previewModels) { model in
    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift:10:7: note: add @available attribute to enclosing property
  var body: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift:7:8: note: add @available attribute to enclosing generic struct
struct CatalogItemView<Content: UICatalogPresentable>: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift:11:5: error: 'ForEach' is only available in watchOS 6.0 or newer
    ForEach(values: Content.previewModels) { model in
    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift:11:5: note: add 'if #available' version check
    ForEach(values: Content.previewModels) { model in
    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift:10:7: note: add @available attribute to enclosing property
  var body: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift:7:8: note: add @available attribute to enclosing generic struct
struct CatalogItemView<Content: UICatalogPresentable>: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift:11:5: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in watchOS 6.0 or newer
    ForEach(values: Content.previewModels) { model in
    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift:11:5: note: add 'if #available' version check
    ForEach(values: Content.previewModels) { model in
    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift:10:7: note: add @available attribute to enclosing property
  var body: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift:7:8: note: add @available attribute to enclosing generic struct
struct CatalogItemView<Content: UICatalogPresentable>: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift:11:44: warning: conformance of 'ColorScheme' to 'Hashable' is only available in watchOS 6.0 or newer
    ForEach(values: Content.previewModels) { model in
                                           ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift:11:44: note: add 'if #available' version check
    ForEach(values: Content.previewModels) { model in
                                           ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift:10:7: note: add @available attribute to enclosing property
  var body: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift:7:8: note: add @available attribute to enclosing generic struct
struct CatalogItemView<Content: UICatalogPresentable>: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift:12:7: error: 'ForEach' is only available in watchOS 6.0 or newer
      ForEach(values: configuration.colorSchemes) { scheme in
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift:12:7: note: add 'if #available' version check
      ForEach(values: configuration.colorSchemes) { scheme in
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift:10:7: note: add @available attribute to enclosing property
  var body: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift:7:8: note: add @available attribute to enclosing generic struct
struct CatalogItemView<Content: UICatalogPresentable>: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift:12:7: warning: conformance of 'ColorScheme' to 'Hashable' is only available in watchOS 6.0 or newer
      ForEach(values: configuration.colorSchemes) { scheme in
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift:12:7: note: add 'if #available' version check
      ForEach(values: configuration.colorSchemes) { scheme in
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift:10:7: note: add @available attribute to enclosing property
  var body: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift:7:8: note: add @available attribute to enclosing generic struct
struct CatalogItemView<Content: UICatalogPresentable>: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift:12:7: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in watchOS 6.0 or newer
      ForEach(values: configuration.colorSchemes) { scheme in
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift:12:7: note: add 'if #available' version check
      ForEach(values: configuration.colorSchemes) { scheme in
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift:10:7: note: add @available attribute to enclosing property
  var body: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift:7:8: note: add @available attribute to enclosing generic struct
struct CatalogItemView<Content: UICatalogPresentable>: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift:13:9: error: 'ForEach' is only available in watchOS 6.0 or newer
        ForEach(values: configuration.contentSizeCategory) { category in
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift:13:9: note: add 'if #available' version check
        ForEach(values: configuration.contentSizeCategory) { category in
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift:10:7: note: add @available attribute to enclosing property
  var body: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift:7:8: note: add @available attribute to enclosing generic struct
struct CatalogItemView<Content: UICatalogPresentable>: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift:10:23: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in watchOS 6.0 or newer
  var body: some View {
                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift:10:23: note: add 'if #available' version check
  var body: some View {
                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift:10:7: note: add @available attribute to enclosing property
  var body: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift:7:8: note: add @available attribute to enclosing generic struct
struct CatalogItemView<Content: UICatalogPresentable>: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewConfiguration.swift:25:29: error: cannot find type 'UIContentSizeCategory' in scope
              contentSize: [UIContentSizeCategory] = [.unspecified],
                            ^~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift:48:5: error: cannot find 'text' in scope
    text = previewModel
    ^~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift:49:5: error: cannot find 'textColor' in scope
    textColor = .systemRed
    ^~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift:50:5: error: cannot find 'numberOfLines' in scope
    numberOfLines = 0
    ^~~~~~~~~~~~~

SwiftCompile normal arm64 /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift (in target 'UIPreview' from project 'UIPreview')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/Extensions/ForEach+Raw.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/Extensions/View+Any.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/Extensions/View+UIViewController.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/Preview/ColorSchemePreview.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/Preview/ComponentPreview.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/Preview/ScreenPreview.swift -primary-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift -primary-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift -primary-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/Preview.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewConfiguration.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewDescriptor.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewItemStyle.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/UICatalog.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/UICatalogPresentable.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UIKitWrapper/UIViewControllerWrapper.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UIKitWrapper/UIViewWrapper.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UIKitWrapper/ViewCoordinator.swift -supplementary-output-file-map /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/supplementaryOutputs-5 -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk -I /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/UIPreview_const_extract_protocols.json -empty-abi-descriptor -plugin-path /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R5275s-8db995917c4b1d9e1a16e7199e9e13bb.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name UIPreview -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.0 -target-sdk-name watchos10.0 -o /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/CatalogItemView.o -o /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/ExpandGroup.o -o /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/GroupItemView.o -index-unit-output-path /UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/CatalogItemView.o -index-unit-output-path /UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/ExpandGroup.o -index-unit-output-path /UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/GroupItemView.o -index-store-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:12:4: error: 'State' is only available in watchOS 6.0 or newer
  @State private var defaultIsExpanded: Bool = false
   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:11:8: note: add @available attribute to enclosing generic struct
struct ExpandGroup<Caption, Content>: View where Content: View, Caption: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:13:27: error: 'Binding' is only available in watchOS 6.0 or newer
  private var isExpanded: Binding<Bool>?
                          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:11:8: note: add @available attribute to enclosing generic struct
struct ExpandGroup<Caption, Content>: View where Content: View, Caption: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:18:20: error: 'Binding' is only available in watchOS 6.0 or newer
  init(isExpanded: Binding<Bool>,
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:18:3: note: add @available attribute to enclosing initializer
  init(isExpanded: Binding<Bool>,
  ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:11:8: note: add @available attribute to enclosing generic struct
struct ExpandGroup<Caption, Content>: View where Content: View, Caption: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:27:39: error: 'Text' is only available in watchOS 6.0 or newer
  where S: StringProtocol, Caption == Text {
                                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:24:3: note: add @available attribute to enclosing initializer
  init<S>(_ caption: S,
  ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:11:8: note: add @available attribute to enclosing generic struct
struct ExpandGroup<Caption, Content>: View where Content: View, Caption: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:25:23: error: 'Binding' is only available in watchOS 6.0 or newer
          isExpanded: Binding<Bool>,
                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:24:3: note: add @available attribute to enclosing initializer
  init<S>(_ caption: S,
  ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:11:8: note: add @available attribute to enclosing generic struct
struct ExpandGroup<Caption, Content>: View where Content: View, Caption: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:38:39: error: 'Text' is only available in watchOS 6.0 or newer
  where S: StringProtocol, Caption == Text {
                                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:36:3: note: add @available attribute to enclosing initializer
  init<S>(_ caption: S,
  ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:11:8: note: add @available attribute to enclosing generic struct
struct ExpandGroup<Caption, Content>: View where Content: View, Caption: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:42:28: error: 'Binding' is only available in watchOS 6.0 or newer
  private init(isExpanded: Binding<Bool>?,
                           ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:42:11: note: add @available attribute to enclosing initializer
  private init(isExpanded: Binding<Bool>?,
          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:11:8: note: add @available attribute to enclosing generic struct
struct ExpandGroup<Caption, Content>: View where Content: View, Caption: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:50:18: error: 'View' is only available in watchOS 6.0 or newer
  var body: some View {
                 ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:50:7: note: add @available attribute to enclosing property
  var body: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:11:8: note: add @available attribute to enclosing generic struct
struct ExpandGroup<Caption, Content>: View where Content: View, Caption: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:11:59: error: 'View' is only available in watchOS 6.0 or newer
struct ExpandGroup<Caption, Content>: View where Content: View, Caption: View {
                                                          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:11:8: note: add @available attribute to enclosing generic struct
struct ExpandGroup<Caption, Content>: View where Content: View, Caption: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:11:74: error: 'View' is only available in watchOS 6.0 or newer
struct ExpandGroup<Caption, Content>: View where Content: View, Caption: View {
                                                                         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:11:8: note: add @available attribute to enclosing generic struct
struct ExpandGroup<Caption, Content>: View where Content: View, Caption: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:61:4: error: 'Binding' is only available in watchOS 6.0 or newer
  @Binding var isExpanded: Bool
   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:60:16: note: add @available attribute to enclosing generic struct
private struct ExpandGroupImp<Caption, Content>: View where Content: View, Caption: View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:66:34: error: 'View' is only available in watchOS 6.0 or newer
  private var chevronImage: some View {
                                 ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:66:15: note: add @available attribute to enclosing property
  private var chevronImage: some View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:60:16: note: add @available attribute to enclosing generic struct
private struct ExpandGroupImp<Caption, Content>: View where Content: View, Caption: View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:73:18: error: 'View' is only available in watchOS 6.0 or newer
  var body: some View {
                 ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:73:7: note: add @available attribute to enclosing property
  var body: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:60:16: note: add @available attribute to enclosing generic struct
private struct ExpandGroupImp<Caption, Content>: View where Content: View, Caption: View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:72:4: error: 'ViewBuilder' is only available in watchOS 6.0 or newer
  @ViewBuilder
   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:60:16: note: add @available attribute to enclosing generic struct
private struct ExpandGroupImp<Caption, Content>: View where Content: View, Caption: View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:60:70: error: 'View' is only available in watchOS 6.0 or newer
private struct ExpandGroupImp<Caption, Content>: View where Content: View, Caption: View {
                                                                     ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:60:16: note: add @available attribute to enclosing generic struct
private struct ExpandGroupImp<Caption, Content>: View where Content: View, Caption: View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:60:85: error: 'View' is only available in watchOS 6.0 or newer
private struct ExpandGroupImp<Caption, Content>: View where Content: View, Caption: View {
                                                                                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:60:16: note: add @available attribute to enclosing generic struct
private struct ExpandGroupImp<Caption, Content>: View where Content: View, Caption: View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:99:29: error: 'View' is only available in watchOS 6.0 or newer
  static var previews: some View {
                            ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:99:14: note: add @available attribute to enclosing static property
  static var previews: some View {
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:98:8: note: add @available attribute to enclosing struct
struct ExpandGroup_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:28:10: warning: conformance of 'Text' to 'View' is only available in watchOS 6.0 or newer
    self.init(isExpanded: .some(isExpanded), content: content, label: { Text(caption) })
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:28:10: note: add 'if #available' version check
    self.init(isExpanded: .some(isExpanded), content: content, label: { Text(caption) })
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:24:3: note: add @available attribute to enclosing initializer
  init<S>(_ caption: S,
  ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:11:8: note: add @available attribute to enclosing generic struct
struct ExpandGroup<Caption, Content>: View where Content: View, Caption: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:28:73: error: 'Text' is only available in watchOS 6.0 or newer
    self.init(isExpanded: .some(isExpanded), content: content, label: { Text(caption) })
                                                                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:28:73: note: add 'if #available' version check
    self.init(isExpanded: .some(isExpanded), content: content, label: { Text(caption) })
                                                                        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:24:3: note: add @available attribute to enclosing initializer
  init<S>(_ caption: S,
  ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:11:8: note: add @available attribute to enclosing generic struct
struct ExpandGroup<Caption, Content>: View where Content: View, Caption: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:39:10: warning: conformance of 'Text' to 'View' is only available in watchOS 6.0 or newer
    self.init(isExpanded: nil, content: content, label: { Text(caption) })
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:39:10: note: add 'if #available' version check
    self.init(isExpanded: nil, content: content, label: { Text(caption) })
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:36:3: note: add @available attribute to enclosing initializer
  init<S>(_ caption: S,
  ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:11:8: note: add @available attribute to enclosing generic struct
struct ExpandGroup<Caption, Content>: View where Content: View, Caption: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:39:59: error: 'Text' is only available in watchOS 6.0 or newer
    self.init(isExpanded: nil, content: content, label: { Text(caption) })
                                                          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:39:59: note: add 'if #available' version check
    self.init(isExpanded: nil, content: content, label: { Text(caption) })
                                                          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackagei
ndex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:36:3: note: add @available attribute to enclosing initializer
  init<S>(_ caption: S,
  ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:11:8: note: add @available attribute to enclosing generic struct
struct ExpandGroup<Caption, Content>: View where Content: View, Caption: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:67:5: error: 'Image' is only available in watchOS 6.0 or newer
    Image(systemName: isExpanded
    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:67:5: note: add 'if #available' version check
    Image(systemName: isExpanded
    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:66:15: note: add @available attribute to enclosing property
  private var chevronImage: some View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:60:16: note: add @available attribute to enclosing generic struct
private struct ExpandGroupImp<Caption, Content>: View where Content: View, Caption: View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:67:5: error: 'init(systemName:)' is only available in watchOS 6.0 or newer
    Image(systemName: isExpanded
    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:67:5: note: add 'if #available' version check
    Image(systemName: isExpanded
    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:66:15: note: add @available attribute to enclosing property
  private var chevronImage: some View {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:60:16: note: add @available attribute to enclosing generic struct
private struct ExpandGroupImp<Caption, Content>: View where Content: View, Caption: View {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:91:24: error: reference to member 'systemGroupedBackground' cannot be resolved without a contextual type
    .background(Color(.systemGroupedBackground))
                       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:100:5: error: 'ScrollView' is only available in watchOS 6.0 or newer
    ScrollView(/*@START_MENU_TOKEN@*/.vertical/*@END_MENU_TOKEN@*/) {
    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:100:5: note: add 'if #available' version check
    ScrollView(/*@START_MENU_TOKEN@*/.vertical/*@END_MENU_TOKEN@*/) {
    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:99:14: note: add @available attribute to enclosing static property
  static var previews: some View {
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:98:8: note: add @available attribute to enclosing struct
struct ExpandGroup_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:100:5: error: 'init(_:content:)' is only available in watchOS 6.0 or newer
    ScrollView(/*@START_MENU_TOKEN@*/.vertical/*@END_MENU_TOKEN@*/) {
    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:100:5: note: add 'if #available' version check
    ScrollView(/*@START_MENU_TOKEN@*/.vertical/*@END_MENU_TOKEN@*/) {
    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:99:14: note: add @available attribute to enclosing static property
  static var previews: some View {
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:98:8: note: add @available attribute to enclosing struct
struct ExpandGroup_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:100:69: warning: conformance of 'Text' to 'View' is only available in watchOS 6.0 or newer
    ScrollView(/*@START_MENU_TOKEN@*/.vertical/*@END_MENU_TOKEN@*/) {
                                                                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:100:69: note: add 'if #available' version check
    ScrollView(/*@START_MENU_TOKEN@*/.vertical/*@END_MENU_TOKEN@*/) {
                                                                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:99:14: note: add @available attribute to enclosing static property
  static var previews: some View {
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:98:8: note: add @available attribute to enclosing struct
struct ExpandGroup_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:100:69: warning: conformance of 'Text' to 'View' is only available in watchOS 6.0 or newer
    ScrollView(/*@START_MENU_TOKEN@*/.vertical/*@END_MENU_TOKEN@*/) {
                                                                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:100:69: note: add 'if #available' version check
    ScrollView(/*@START_MENU_TOKEN@*/.vertical/*@END_MENU_TOKEN@*/) {
                                                                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:99:14: note: add @available attribute to enclosing static property
  static var previews: some View {
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:98:8: note: add @available attribute to enclosing struct
struct ExpandGroup_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:101:7: warning: conformance of 'Text' to 'View' is only available in watchOS 6.0 or newer
      ExpandGroup {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:101:7: note: add 'if #available' version check
      ExpandGroup {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:99:14: note: add @available attribute to enclosing static property
  static var previews: some View {
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:98:8: note: add @available attribute to enclosing struct
struct ExpandGroup_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:101:7: warning: conformance of 'Text' to 'View' is only available in watchOS 6.0 or newer
      ExpandGroup {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:101:7: note: add 'if #available' version check
      ExpandGroup {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:99:14: note: add @available attribute to enclosing static property
  static var previews: some View {
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:98:8: note: add @available attribute to enclosing struct
struct ExpandGroup_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:101:7: warning: conformance of 'Text' to 'View' is only available in watchOS 6.0 or newer
      ExpandGroup {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:101:7: note: add 'if #available' version check
      ExpandGroup {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:99:14: note: add @available attribute to enclosing static property
  static var previews: some View {
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:98:8: note: add @available attribute to enclosing struct
struct ExpandGroup_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:101:7: warning: conformance of 'Text' to 'View' is only available in watchOS 6.0 or newer
      ExpandGroup {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:101:7: note: add 'if #available' version check
      ExpandGroup {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:99:14: note: add @available attribute to enclosing static property
  static var previews: some View {
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:98:8: note: add @available attribute to enclosing struct
struct ExpandGroup_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:101:7: warning: conformance of 'Text' to 'View' is only available in watchOS 6.0 or newer
      ExpandGroup {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:101:7: note: add 'if #available' version check
      ExpandGroup {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:99:14: note: add @available attribute to enclosing static property
  static var previews: some View {
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:98:8: note: add @available attribute to enclosing struct
struct ExpandGroup_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:101:7: warning: conformance of 'Text' to 'View' is only available in watchOS 6.0 or newer
      ExpandGroup {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:101:7: note: add 'if #available' version check
      ExpandGroup {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:99:14: note: add @available attribute to enclosing static property
  static var previews: some View {
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:98:8: note: add @available attribute to enclosing struct
struct ExpandGroup_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:102:9: error: 'Text' is only available in watchOS 6.0 or newer
        Text("Content")
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:102:9: note: add 'if #available' version check
        Text("Content")
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:99:14: note: add @available attribute to enclosing static property
  static var previews: some View {
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:98:8: note: add @available attribute to enclosing struct
struct ExpandGroup_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:104:9: error: 'Text' is only available in watchOS 6.0 or newer
        Text("Caption")
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:104:9: note: add 'if #available' version check
        Text("Caption")
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:99:14: note: add @available attribute to enclosing static property
  static var previews: some View {
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:98:8: note: add @available attribute to enclosing struct
struct ExpandGroup_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:106:7: warning: conformance of 'Spacer' to 'View' is only available in watchOS 6.0 or newer
      Spacer()
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:106:7: note: add 'if #available' version check
      Spacer()
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:99:14: note: add @available attribute to enclosing static property
  static var previews: some View {
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:98:8: note: add @available attribute to enclosing struct
struct ExpandGroup_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/
UIPreview/UICatalog/ExpandGroup.swift:106:7: error: 'Spacer' is only available in watchOS 6.0 or newer
      Spacer()
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:106:7: note: add 'if #available' version check
      Spacer()
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:99:14: note: add @available attribute to enclosing static property
  static var previews: some View {
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:98:8: note: add @available attribute to enclosing struct
struct ExpandGroup_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:100:69: error: 'buildBlock' is only available in watchOS 6.0 or newer
    ScrollView(/*@START_MENU_TOKEN@*/.vertical/*@END_MENU_TOKEN@*/) {
                                                                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:100:69: note: add 'if #available' version check
    ScrollView(/*@START_MENU_TOKEN@*/.vertical/*@END_MENU_TOKEN@*/) {
                                                                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:99:14: note: add @available attribute to enclosing static property
  static var previews: some View {
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift:98:8: note: add @available attribute to enclosing struct
struct ExpandGroup_Previews: PreviewProvider {
       ^

SwiftCompile normal arm64 /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift (in target 'UIPreview' from project 'UIPreview')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/Extensions/ForEach+Raw.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/Extensions/View+Any.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/Extensions/View+UIViewController.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/Preview/ColorSchemePreview.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/Preview/ComponentPreview.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/Preview/ScreenPreview.swift -primary-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift -primary-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift -primary-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/Preview.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewConfiguration.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewDescriptor.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewItemStyle.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/UICatalog.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/UICatalogPresentable.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UIKitWrapper/UIViewControllerWrapper.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UIKitWrapper/UIViewWrapper.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UIKitWrapper/ViewCoordinator.swift -supplementary-output-file-map /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/supplementaryOutputs-5 -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk -I /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/UIPreview_const_extract_protocols.json -empty-abi-descriptor -plugin-path /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R5275s-8db995917c4b1d9e1a16e7199e9e13bb.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name UIPreview -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.0 -target-sdk-name watchos10.0 -o /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/CatalogItemView.o -o /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/ExpandGroup.o -o /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/GroupItemView.o -index-unit-output-path /UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/CatalogItemView.o -index-unit-output-path /UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/ExpandGroup.o -index-unit-output-path /UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/GroupItemView.o -index-store-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:14:18: error: 'View' is only available in watchOS 6.0 or newer
  var body: some View {
                 ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:14:7: note: add @available attribute to enclosing property
  var body: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:6:8: note: add @available attribute to enclosing generic struct
struct GroupItemView<Content>: View where Content: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:6:52: error: 'View' is only available in watchOS 6.0 or newer
struct GroupItemView<Content>: View where Content: View {
                                                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:6:8: note: add @available attribute to enclosing generic struct
struct GroupItemView<Content>: View where Content: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:26:29: error: 'View' is only available in watchOS 6.0 or newer
  static var previews: some View {
                            ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:26:14: note: add @available attribute to enclosing static property
  static var previews: some View {
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:25:8: note: add @available attribute to enclosing struct
struct GroupItem_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:15:5: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in watchOS 6.0 or newer
    ForEach(items, id: \.title) { item in
    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:15:5: note: add 'if #available' version check
    ForEach(items, id: \.title) { item in
    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:14:7: note: add @available attribute to enclosing property
  var body: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:6:8: note: add @available attribute to enclosing generic struct
struct GroupItemView<Content>: View where Content: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:15:5: error: 'ForEach' is only available in watchOS 6.0 or newer
    ForEach(items, id: \.title) { item in
    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:15:5: note: add 'if #available' version check
    ForEach(items, id: \.title) { item in
    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:14:7: note: add @available attribute to enclosing property
  var body: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:6:8: note: add @available attribute to enclosing generic struct
struct GroupItemView<Content>: View where Content: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:15:5: error: 'init(_:id:content:)' is only available in watchOS 6.0 or newer
    ForEach(items, id: \.title) { item in
    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:15:5: note: add 'if #available' version check
    ForEach(items, id: \.title) { item in
    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:14:7: note: add @available attribute to enclosing property
  var body: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:6:8: note: add @available attribute to enclosing generic struct
struct GroupItemView<Content>: View where Content: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:15:33: warning: conformance of 'Text' to 'View' is only available in watchOS 6.0 or newer
    ForEach(items, id: \.title) { item in
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:15:33: note: add 'if #available' version check
    ForEach(items, id: \.title) { item in
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:14:7: note: add @available attribute to enclosing property
  var body: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:6:8: note: add @available attribute to enclosing generic struct
struct GroupItemView<Content>: View where Content: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:16:7: warning: conformance of 'Text' to 'View' is only available in watchOS 6.0 or newer
      ExpandGroup(item.title) {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:16:7: note: add 'if #available' version check
      ExpandGroup(item.title) {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:14:7: note: add @available attribute to enclosing property
  var body: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:6:8: note: add @available attribute to enclosing generic struct
struct GroupItemView<Content>: View where Content: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:16:7: warning: conformance of 'Text' to 'View' is only available in watchOS 6.0 or newer
      ExpandGroup(item.title) {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:16:7: note: add 'if #available' version check
      ExpandGroup(item.title) {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:14:7: note: add @available attribute to enclosing property
  var body: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:6:8: note: add @available attribute to enclosing generic struct
struct GroupItemView<Content>: View where Content: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:15:33: warning: conformance of 'Text' to 'View' is only available in watchOS 6.0 or newer
    ForEach(items, id: \.title) { item in
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:15:33: note: add 'if #available' version check
    ForEach(items, id: \.title) { item in
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:14:7: note: add @available attribute to enclosing property
  var body: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:6:8: note: add @available attribute to enclosing generic struct
struct GroupItemView<Content>: View where Content: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:14:23: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in watchOS 6.0 or newer
  var body: some View {
                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:14:23: note: add 'if #available' version check
  var body: some View {
                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:14:7: note: add @available attribute to enclosing property
  var body: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:6:8: note: add @available attribute to enclosing generic struct
struct GroupItemView<Content>: View where Content: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:27:5: error: 'ScrollView' is only available in watchOS 6.0 or newer
    ScrollView {
    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:27:5: note: add 'if #available' version check
    ScrollView {
    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:26:14: note: add @available attribute to enclosing static property
  static var previews: some View {
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:25:8: note: add @available attribute to enclosing struct
struct GroupItem_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:27:5: error: 'init(_:content:)' is only available in watchOS 6.0 or newer
    ScrollView {
    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:27:5: note: add 'if #available' version check
    ScrollView {
    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:26:14: note: add @available attribute to enclosing static property
  static var previews: some View {
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:25:8: note: add @available attribute to enclosing struct
struct GroupItem_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:31:26: error: 'AnyView' is only available in watchOS 6.0 or newer
              content: { AnyView(Text("Preview")) }),
                         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:31:26: note: add 'if #available' version check
              content: { AnyView(Text("Preview")) }),
                         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:26:14: note: add @available attribute to enclosing static property
  static var previews: some View {
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:25:8: note: add @available attribute to enclosing struct
struct GroupItem_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:31:26: warning: conformance of 'Text' to 'View' is only available in watchOS 6.0 or newer
              content: { AnyView(Text("Preview")) }),
                         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:31:26: note: add 'if #available' version check
              content: { AnyView(Text("Preview")) }),
                         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:26:14: note: add @available attribute to enclosing static property
  static var previews: some View {
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:25:8: note: add @available attribute to enclosing struct
struct GroupItem_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:31:34: error: 'Text' is only available in watchOS 6.0 or newer
              content: { AnyView(Text("Preview")) }),
                                 ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:31:34: note: add 'if #available' version check
              content: { AnyView(Text("Preview")) }),
                                 ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:26:14: note: add @available attribute to enclosing static property
  static var previews: some View {
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:25:8: note: add @available attribute to enclosing struct
struct GroupItem_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:33:26: error: 'AnyView' is only available in watchOS 6.0 or newer
              content: { AnyView(Image(systemName: "square.and.pencil")) })
                         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:33:26: note: add 'if #available' version check
              content: { AnyView(Image(systemName: "square.and.pencil")) })
                         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:26:14: note: add @avai
lable attribute to enclosing static property
  static var previews: some View {
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:25:8: note: add @available attribute to enclosing struct
struct GroupItem_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:33:26: warning: conformance of 'Image' to 'View' is only available in watchOS 6.0 or newer
              content: { AnyView(Image(systemName: "square.and.pencil")) })
                         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:33:26: note: add 'if #available' version check
              content: { AnyView(Image(systemName: "square.and.pencil")) })
                         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:26:14: note: add @available attribute to enclosing static property
  static var previews: some View {
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:25:8: note: add @available attribute to enclosing struct
struct GroupItem_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:33:34: error: 'Image' is only available in watchOS 6.0 or newer
              content: { AnyView(Image(systemName: "square.and.pencil")) })
                                 ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:33:34: note: add 'if #available' version check
              content: { AnyView(Image(systemName: "square.and.pencil")) })
                                 ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:26:14: note: add @available attribute to enclosing static property
  static var previews: some View {
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:25:8: note: add @available attribute to enclosing struct
struct GroupItem_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:33:34: error: 'init(systemName:)' is only available in watchOS 6.0 or newer
              content: { AnyView(Image(systemName: "square.and.pencil")) })
                                 ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:33:34: note: add 'if #available' version check
              content: { AnyView(Image(systemName: "square.and.pencil")) })
                                 ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:26:14: note: add @available attribute to enclosing static property
  static var previews: some View {
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:25:8: note: add @available attribute to enclosing struct
struct GroupItem_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:27:16: error: 'buildBlock' is only available in watchOS 6.0 or newer
    ScrollView {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:27:16: note: add 'if #available' version check
    ScrollView {
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:26:14: note: add @available attribute to enclosing static property
  static var previews: some View {
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift:25:8: note: add @available attribute to enclosing struct
struct GroupItem_Previews: PreviewProvider {
       ^
SwiftCompile normal arm64 Compiling\ PreviewLegend.swift,\ UICatalog.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/UICatalog.swift (in target 'UIPreview' from project 'UIPreview')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/Extensions/ForEach+Raw.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/Extensions/View+Any.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/Extensions/View+UIViewController.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/Preview/ColorSchemePreview.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/Preview/ComponentPreview.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/Preview/ScreenPreview.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/Preview.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewConfiguration.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewDescriptor.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewItemStyle.swift -primary-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift -primary-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/UICatalog.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/UICatalogPresentable.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UIKitWrapper/UIViewControllerWrapper.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UIKitWrapper/UIViewWrapper.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UIKitWrapper/ViewCoordinator.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/PreviewLegend.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/PreviewLegend.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/PreviewLegend.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/PreviewLegend.dia -emit-dependencies-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/UICatalog.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/UICatalog.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/UICatalog.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/UICatalog.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk -I /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/UIPreview_const_extract_protocols.json -empty-abi-descriptor -plugin-path /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R5275s-8db995917c4b1d9e1a16e7199e9e13bb.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name UIPreview -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.0 -target-sdk-name watchos10.0 -o /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/PreviewLegend.o -o /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/UICatalog.o -index-unit-output-path /UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/PreviewLegend.o -index-unit-output-path /UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/UICatalog.o -index-store-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift (in target 'UIPreview' from project 'UIPreview')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/Extensions/ForEach+Raw.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/Extensions/View+Any.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/Extensions/View+UIViewController.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/Preview/ColorSchemePreview.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/Preview/ComponentPreview.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/Preview/ScreenPreview.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/Preview.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewConfiguration.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewDescriptor.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewItemStyle.swift -primary-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift -primary-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/UICatalog.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/UICatalogPresentable.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UIKitWrapper/UIViewControllerWrapper.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UIKitWrapper/UIViewWrapper.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UIKitWrapper/ViewCoordinator.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/PreviewLegend.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/PreviewLegend.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/PreviewLegend.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/PreviewLegend.dia -emit-dependencies-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/UICatalog.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/UICatalog.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/UICatalog.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/UICatalog.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk -I /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/UIPreview_const_extract_protocols.json -empty-abi-descriptor -plugin-path /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R5275s-8db995917c4b1d9e1a16e7199e9e13bb.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name UIPreview -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.0 -target-sdk-name watchos10.0 -o /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/PreviewLegend.o -o /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/UICatalog.o -index-unit-output-path /UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/PreviewLegend.o -index-unit-output-path /UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/UICatalog.o -index-store-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:7:4: error: 'State' is only available in watchOS 6.0 or newer
  @State var isExpanded: Bool = false
   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:9:18: error: 'View' is only available in watchOS 6.0 or newer
  var body: some View {
                 ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:9:7: note: add @available attribute to enclosing property
  var body: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:28: error: 'View' is only available in watchOS 6.0 or newer
  var previewContent: some View {
                           ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:45:29: error: 'View' is only available in watchOS 6.0 or newer
  static var previews: some View {
                            ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:45:14: note: add @available attribute to enclosing static property
  static var previews: some View {
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:44:8: note: add @available attribute to enclosing struct
struct PreviewLegend_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:62:11: error: 'ContentSizeCategory' is only available in watchOS 6.0 or newer
extension ContentSizeCategory {
          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:62:1: note: add @available attribute to enclosing extension
extension ContentSizeCategory {
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:10:5: warning: conformance of 'Text' to 'View' is only available in watchOS 6.0 or newer
    ExpandGroup("Legend") {
    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:10:5: note: add 'if #available' version check
    ExpandGroup("Legend") {
    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:9:7: note: add @available attribute to enclosing property
  var body: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:10:5: warning: conformance of 'Text' to 'View' is only available in watchOS 6.0 or newer
    ExpandGroup("Legend") {
    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:10:5: note: add 'if #available' version check
    ExpandGroup("Legend") {
    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:9:7: note: add @available attribute to enclosing property
  var body: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:9:23: warning: conformance of 'Text' to 'View' is only available in watchOS 6.0 or newer
  var body: some View {
                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:9:23: note: add 'if #available' version check
  var body: some View {
                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:9:7: note: add @available attribute to enclosing property
  var body: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:16:5: error: 'VStack' is only available in watchOS 6.0 or newer
    VStack(alignment: .leading) {
    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:16:5: note: add 'if #available' version check
    VStack(alignment: .leading) {
    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:16:24: error: 'leading' is only available in watchOS 6.0 or newer
    VStack(alignment: .leading) {
                       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:16:24: note: add 'if #available' version check
    VStack(alignment: .leading) {
                       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:16:33: warning: conformance of 'Text' to 'View' is only available in watchOS 6.0 or newer
    VStack(alignment: .leading) {
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:16:33: note: add 'if #available' version check
    VStack(alignment: .leading) {
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:16:33: warning: conformance of 'Image' to 'View' is only available in watchOS 6.0 or newer
    VStack(alignment: .leading) {
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:16:33: note: add 'if #available' version check
    VStack(alignment: .leading) {
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:16:33: warning: conformance of 'Text' to 'View' is only available in watchOS 6.0 or newer
    VStack(alignment: .leading) {
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:16:33: note: add 'if #available' version check
    VStack(alignment: .leading) {
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:16:33: warning: conformance of 'Image' to 'View' is only available in watchOS 6.0 or newer
    VStack(alignment: .leading) {
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:16:33: note: add 'if #available' version check
    VStack(alignment: .leading) {
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:17:7: error: 'Divider' is only available in watchOS 6.0 or newer
      Divider()
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:17:7: note: add 'if #available' version check
      Divider()
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:18:10: error: 'foregroundColor' is only available in watchOS 6.0 or newer
        .foregroundColor(.accentColor)
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:18:10: note: add 'if #available' version check
        .foregroundColor(.accentColor)
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:18:27: error: 'accentColor' is only available in watchOS 6.0 or newer
        .foregroundColor(.accentColor)
                          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:18:27: note: add 'if #available' version check
        .foregroundColor(.accentColor)
                          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:19:7: error: 'Text' is only available in watchOS 6.0 or newer
      Text("Theme: ")
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:19:7: note: add 'if #available' version check
      Text("Theme: ")
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:20:10: error: 'font' is only available in watchOS 6.0 or newer
        .font(.headline)
         ^
/Users/bu
ilder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:20:10: note: add 'if #available' version check
        .font(.headline)
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:20:16: error: 'headline' is only available in watchOS 6.0 or newer
        .font(.headline)
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:20:16: note: add 'if #available' version check
        .font(.headline)
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:21:10: error: 'padding' is only available in watchOS 6.0 or newer
        .padding()
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:21:10: note: add 'if #available' version check
        .padding()
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:22:7: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in watchOS 6.0 or newer
      ForEach(values: UICatalog.Theme.allCases) { theme in
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:22:7: note: add 'if #available' version check
      ForEach(values: UICatalog.Theme.allCases) { theme in
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:22:7: error: 'ForEach' is only available in watchOS 6.0 or newer
      ForEach(values: UICatalog.Theme.allCases) { theme in
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:22:7: note: add 'if #available' version check
      ForEach(values: UICatalog.Theme.allCases) { theme in
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:22:7: warning: conformance of 'Text' to 'View' is only available in watchOS 6.0 or newer
      ForEach(values: UICatalog.Theme.allCases) { theme in
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:22:7: note: add 'if #available' version check
      ForEach(values: UICatalog.Theme.allCases) { theme in
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:22:7: warning: conformance of 'Image' to 'View' is only available in watchOS 6.0 or newer
      ForEach(values: UICatalog.Theme.allCases) { theme in
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:22:7: note: add 'if #available' version check
      ForEach(values: UICatalog.Theme.allCases) { theme in
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:22:49: warning: conformance of 'Text' to 'View' is only available in watchOS 6.0 or newer
      ForEach(values: UICatalog.Theme.allCases) { theme in
                                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:22:49: note: add 'if #available' version check
      ForEach(values: UICatalog.Theme.allCases) { theme in
                                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:22:49: warning: conformance of 'Image' to 'View' is only available in watchOS 6.0 or newer
      ForEach(values: UICatalog.Theme.allCases) { theme in
                                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:22:49: note: add 'if #available' version check
      ForEach(values: UICatalog.Theme.allCases) { theme in
                                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:23:9: error: 'Label' is only available in watchOS 7.0 or newer
        Label {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:23:9: note: add 'if #available' version check
        Label {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:23:9: warning: conformance of 'Text' to 'View' is only available in watchOS 6.0 or newer
        Label {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:23:9: note: add 'if #available' version check
        Label {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:23:9: warning: conformance of 'Image' to 'View' is only available in watchOS 6.0 or newer
        Label {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:23:9: note: add 'if #available' version check
        Label {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:24:11: warning: conformance of 'Text' to 'View' is only available in watchOS 6.0 or newer
          Text(theme.legend)
          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:24:11: note: add 'if #available' version check
          Text(theme.legend)
          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:24:11: error: 'Text' is only available in watchOS 6.0 or newer
          Text(theme.legend)
          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:24:11: note: add 'if #available' version check
          Text(theme.legend)
          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:23:15: warning: conformance of 'Text' to 'View' is only available in watchOS 6.0 or newer
        Label {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:23:15: note: add 'if #available' version check
        Label {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:26:11: warning: conformance of 'Image' to 'View' is only available in watchOS 6.0 or newer
          Image(systemName: theme.scheme.systemImageName)
          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:26:11: note: add 'if #available' version check
          Image(systemName: theme.scheme.systemImageName)
          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:26:11: error: 'Image' is only available in watchOS 6.0 or newer
          Image(systemName: theme.scheme.systemImageName)
          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:26:11: note: add 'if #available' version check
          Image(systemName: theme.scheme.systemImageName)
          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackagein
dex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:26:11: error: 'init(systemName:)' is only available in watchOS 6.0 or newer
          Image(systemName: theme.scheme.systemImageName)
          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:26:11: note: add 'if #available' version check
          Image(systemName: theme.scheme.systemImageName)
          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:25:17: warning: conformance of 'Image' to 'View' is only available in watchOS 6.0 or newer
        } icon: {
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:25:17: note: add 'if #available' version check
        } icon: {
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:29:7: error: 'Text' is only available in watchOS 6.0 or newer
      Text("Content size: ")
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:29:7: note: add 'if #available' version check
      Text("Content size: ")
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:30:10: error: 'font' is only available in watchOS 6.0 or newer
        .font(.headline)
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:30:10: note: add 'if #available' version check
        .font(.headline)
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:30:16: error: 'headline' is only available in watchOS 6.0 or newer
        .font(.headline)
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:30:16: note: add 'if #available' version check
        .font(.headline)
               ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:31:10: error: 'padding' is only available in watchOS 6.0 or newer
        .padding()
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:31:10: note: add 'if #available' version check
        .padding()
         ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:32:7: warning: conformance of 'ForEach<Data, ID, Content>' to 'View' is only available in watchOS 6.0 or newer
      ForEach(values: ContentSizeCategory.allCases) { category in
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:32:7: note: add 'if #available' version check
      ForEach(values: ContentSizeCategory.allCases) { category in
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:32:7: error: 'ForEach' is only available in watchOS 6.0 or newer
      ForEach(values: ContentSizeCategory.allCases) { category in
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:32:7: note: add 'if #available' version check
      ForEach(values: ContentSizeCategory.allCases) { category in
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:32:7: warning: conformance of 'Text' to 'View' is only available in watchOS 6.0 or newer
      ForEach(values: ContentSizeCategory.allCases) { category in
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:32:7: note: add 'if #available' version check
      ForEach(values: ContentSizeCategory.allCases) { category in
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:32:7: warning: conformance of 'Image' to 'View' is only available in watchOS 6.0 or newer
      ForEach(values: ContentSizeCategory.allCases) { category in
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:32:7: note: add 'if #available' version check
      ForEach(values: ContentSizeCategory.allCases) { category in
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:32:23: error: 'ContentSizeCategory' is only available in watchOS 6.0 or newer
      ForEach(values: ContentSizeCategory.allCases) { category in
                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:32:23: note: add 'if #available' version check
      ForEach(values: ContentSizeCategory.allCases) { category in
                      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:32:53: warning: conformance of 'Text' to 'View' is only available in watchOS 6.0 or newer
      ForEach(values: ContentSizeCategory.allCases) { category in
                                                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:32:53: note: add 'if #available' version check
      ForEach(values: ContentSizeCategory.allCases) { category in
                                                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:32:53: warning: conformance of 'Image' to 'View' is only available in watchOS 6.0 or newer
      ForEach(values: ContentSizeCategory.allCases) { category in
                                                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:32:53: note: add 'if #available' version check
      ForEach(values: ContentSizeCategory.allCases) { category in
                                                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:33:9: error: 'Label' is only available in watchOS 7.0 or newer
        Label {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:33:9: note: add 'if #available' version check
        Label {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:33:9: warning: conformance of 'Text' to 'View' is only available in watchOS 6.0 or newer
        Label {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:33:9: note: add 'if #available' version check
        Label {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:33:9: warning: conformance of 'Image' to 'View' is only available in watchOS 6.0 or newer
        Label {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:33:9: note: add 'if #available' version check
        Label {
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:34:11: warning: conformance of 'Text' to 'View' is only available in watchOS 6.0 or newer
          Text(String(describing: category))
          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:34:11: note: add 'if #available' version check
          Text(String(describing: category))
          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:34:11: error: 'Text' is only available in watchOS 6.0 or newer
          Text(String(describing: category))
          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:34:11: note: add 'if #available' version check
          Text(String(describing: category))
          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:33:15: warning: conformance of 'Text' to 'View' is only available in watchOS 6.0 or newer
        Label {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:33:15: note: add 'if #available' version check
        Label {
              ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:36:11: warning: conformance of 'Image' to 'View' is only available in watchOS 6.0 or newer
          Image(systemName: category.systemImageName)
          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:36:11: note: add 'if #available' version check
          Image(systemName: category.systemImageName)
          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:36:11: error: 'Image' is only available in watchOS 6.0 or newer
          Image(systemName: category.systemImageName)
          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:36:11: note: add 'if #available' version check
          Image(systemName: category.systemImageName)
          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:36:11: error: 'init(systemName:)' is only available in watchOS 6.0 or newer
          Image(systemName: category.systemImageName)
          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:36:11: note: add 'if #available' version check
          Image(systemName: category.systemImageName)
          ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:35:17: warning: conformance of 'Image' to 'View' is only available in watchOS 6.0 or newer
        } icon: {
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:35:17: note: add 'if #available' version check
        } icon: {
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:16:33: error: 'buildBlock' is only available in watchOS 6.0 or newer
    VStack(alignment: .leading) {
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:16:33: note: add 'if #available' version check
    VStack(alignment: .leading) {
                                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:15:7: note: add @available attribute to enclosing property
  var previewContent: some View {
      ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:6:8: note: add @available attribute to enclosing struct
struct PreviewLegend: View {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:46:5: error: 'ScrollView' is only available in watchOS 6.0 or newer
    ScrollView(.vertical, showsIndicators: true) {
    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:46:5: note: add 'if #available' version check
    ScrollView(.vertical, showsIndicators: true) {
    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:45:14: note: add @available attribute to enclosing static property
  static var previews: some View {
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:44:8: note: add @available attribute to enclosing struct
struct PreviewLegend_Previews: PreviewProvider {
       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:46:5: error: 'init(_:showsIndicators:content:)' is only available in watchOS 6.0 or newer
    ScrollView(.vertical, showsIndicators: true) {
    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:46:5: note: add 'if #available' version check
    ScrollView(.vertical, showsIndicators: true) {
    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:45:14: note: add @available attribute to enclosing static property
  static var previews: some View {
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift:44:8: note: add @available attribute to enclosing struct
struct PreviewLegend_Previews: PreviewProvider {
       ^
SwiftCompile normal arm64 /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/UICatalog.swift (in target 'UIPreview' from project 'UIPreview')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/Extensions/ForEach+Raw.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/Extensions/View+Any.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/Extensions/View+UIViewController.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/Preview/ColorSchemePreview.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/Preview/ComponentPreview.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/Preview/ScreenPreview.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/Preview.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewConfiguration.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewDescriptor.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewItemStyle.swift -primary-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift -primary-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/UICatalog.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/UICatalogPresentable.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UIKitWrapper/UIViewControllerWrapper.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UIKitWrapper/UIViewWrapper.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UIKitWrapper/ViewCoordinator.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/PreviewLegend.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/PreviewLegend.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/PreviewLegend.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/PreviewLegend.dia -emit-dependencies-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/UICatalog.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/UICatalog.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/UICatalog.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/UICatalog.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk -I /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/UIPreview_const_extract_protocols.json -empty-abi-descriptor -plugin-path /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R5275s-8db995917c4b1d9e1a16e7199e9e13bb.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name UIPreview -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.0 -target-sdk-name watchos10.0 -o /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/PreviewLegend.o -o /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/UICatalog.o -index-unit-output-path /UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/PreviewLegend.o -index-unit-output-path /UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/UICatalog.o -index-store-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftEmitModule normal armv7k Emitting\ module\ for\ UIPreview (in target 'UIPreview' from project 'UIPreview')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/Extensions/ForEach+Raw.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/Extensions/View+Any.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/Extensions/View+UIViewController.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/Preview/ColorSchemePreview.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/Preview/ComponentPreview.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/Preview/ScreenPreview.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/Preview.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewConfiguration.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewDescriptor.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewItemStyle.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/UICatalog.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/UICatalogPresentable.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UIKitWrapper/UIViewControllerWrapper.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UIKitWrapper/UIViewWrapper.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UIKitWrapper/ViewCoordinator.swift -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk -I /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/armv7k/UIPreview_const_extract_protocols.json -empty-abi-descriptor -plugin-path /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R5275s-8db995917c4b1d9e1a16e7199e9e13bb.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/DerivedSources-normal/armv7k -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/DerivedSources/armv7k -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name UIPreview -disable-clang-spi -target-sdk-version 10.0 -target-sdk-name watchos10.0 -emit-module-doc-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/armv7k/UIPreview.swiftdoc -emit-module-source-info-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/armv7k/UIPreview.swiftsourceinfo -emit-objc-header-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/armv7k/UIPreview-Swift.h -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/armv7k/UIPreview-master-emit-module.dia -emit-dependencies-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/armv7k/UIPreview-master-emit-module.d -o /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/armv7k/UIPreview.swiftmodule -emit-abi-descriptor-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/armv7k/UIPreview.abi.json
SwiftDriver\ Compilation\ Requirements UIPreview normal arm64 com.apple.xcode.tools.swift.compiler (in target 'UIPreview' from project 'UIPreview')
    cd /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name UIPreview -Onone -enforce-exclusivity\=checked @/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/UIPreview.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/Developer/Library/Frameworks -c -j8 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R5275s-8db995917c4b1d9e1a16e7199e9e13bb.sdkstatcache -output-file-map /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/UIPreview-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/UIPreview.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/UIPreview_const_extract_protocols.json -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIPreview.build/Debug-watchos/UIPreview.build/Objects-normal/arm64/UIPreview-Swift.h -working-directory /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
** BUILD FAILED **


The following build commands failed:
	SwiftCompile normal arm64 /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/Preview.swift (in target 'UIPreview' from project 'UIPreview')
	SwiftCompile normal arm64 /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewConfiguration.swift (in target 'UIPreview' from project 'UIPreview')
	SwiftCompile normal arm64 /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/Extensions/ForEach+Raw.swift (in target 'UIPreview' from project 'UIPreview')
	SwiftCompile normal arm64 /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/Extensions/View+Any.swift (in target 'UIPreview' from project 'UIPreview')
	SwiftCompile normal arm64 /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/Extensions/View+UIViewController.swift (in target 'UIPreview' from project 'UIPreview')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ UIPreview (in target 'UIPreview' from project 'UIPreview')
	SwiftCompile normal arm64 /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/UICatalogPresentable.swift (in target 'UIPreview' from project 'UIPreview')
	SwiftCompile normal arm64 /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UIKitWrapper/UIViewControllerWrapper.swift (in target 'UIPreview' from project 'UIPreview')
	SwiftCompile normal arm64 /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UIKitWrapper/UIViewWrapper.swift (in target 'UIPreview' from project 'UIPreview')
	SwiftCompile normal arm64 /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/Preview/ColorSchemePreview.swift (in target 'UIPreview' from project 'UIPreview')
	SwiftCompile normal arm64 /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/Preview/ComponentPreview.swift (in target 'UIPreview' from project 'UIPreview')
	SwiftCompile normal arm64 /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/Preview/ScreenPreview.swift (in target 'UIPreview' from project 'UIPreview')
	SwiftCompile normal arm64 Compiling\ CatalogItemView.swift,\ ExpandGroup.swift,\ GroupItemView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift (in target 'UIPreview' from project 'UIPreview')
	SwiftCompile normal arm64 /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/CatalogItemView.swift (in target 'UIPreview' from project 'UIPreview')
	SwiftCompile normal arm64 /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/ExpandGroup.swift (in target 'UIPreview' from project 'UIPreview')
	SwiftCompile normal arm64 /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/GroupItemView.swift (in target 'UIPreview' from project 'UIPreview')
	SwiftCompile normal arm64 /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIPreview/UICatalog/PreviewLegend.swift (in target 'UIPreview' from project 'UIPreview')
	SwiftEmitModule normal armv7k Emitting\ module\ for\ UIPreview (in target 'UIPreview' from project 'UIPreview')
(18 failures)
Retrying in 0 seconds ...
BUILD FAILURE 5.9 watchos