The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Storybook, reference 2.6.0 (e31f24), with Swift 6.0 for macOS (Xcode) using Xcode 16.2 on 11 Apr 2025 10:50:38 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Storybook-Package -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/eure/swift-storybook.git
Reference: 2.6.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/eure/swift-storybook
 * tag               2.6.0      -> FETCH_HEAD
HEAD is now at e31f24a Update BookPage (#55)
Cloned https://github.com/eure/swift-storybook.git
Revision (git rev-parse @):
e31f24a055e7f51521ffc33050d59ee2583605e1
SUCCESS checkout https://github.com/eure/swift-storybook.git at 2.6.0
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.0
Building package at path:  $PWD
https://github.com/eure/swift-storybook.git
https://github.com/eure/swift-storybook.git
{
  "dependencies" : [
    {
      "identity" : "texturebridging",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.2.1",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/FluidGroup/TextureBridging.git"
    },
    {
      "identity" : "textureswiftsupport",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.20.1",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/FluidGroup/TextureSwiftSupport.git"
    },
    {
      "identity" : "swiftui-support",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/FluidGroup/swiftui-support"
    },
    {
      "identity" : "resultbuilderkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/FluidGroup/ResultBuilderKit"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.1",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing.git"
    }
  ],
  "manifest_display_name" : "Storybook",
  "name" : "Storybook",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "StorybookKit",
      "targets" : [
        "StorybookKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "StorybookKitTextureSupport",
      "targets" : [
        "StorybookKitTextureSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "StorybookMacrosPlugin",
      "targets" : [
        "StorybookMacrosPlugin"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "StorybookMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "StorybookMacrosTests",
      "path" : "Sources/StorybookMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport",
        "MacroTesting"
      ],
      "sources" : [
        "StorybookPageTests.swift",
        "StorybookPreviewTests.swift"
      ],
      "target_dependencies" : [
        "StorybookMacrosPlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StorybookMacrosPlugin",
      "module_type" : "SwiftTarget",
      "name" : "StorybookMacrosPlugin",
      "path" : "Sources/StorybookMacrosPlugin",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "StorybookKit",
        "StorybookKitTextureSupport",
        "StorybookMacrosPlugin"
      ],
      "sources" : [
        "StorybookMacrosPlugin.swift",
        "StorybookPageMacro.swift",
        "StorybookPreviewMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "StorybookKitTextureSupport",
      "module_type" : "SwiftTarget",
      "name" : "StorybookKitTextureSupport",
      "path" : "Sources/StorybookKitTextureSupport",
      "product_dependencies" : [
        "TextureSwiftSupport",
        "TextureBridging"
      ],
      "product_memberships" : [
        "StorybookKitTextureSupport"
      ],
      "sources" : [
        "BookNodePreview.swift"
      ],
      "target_dependencies" : [
        "StorybookKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "StorybookKit",
      "module_type" : "SwiftTarget",
      "name" : "StorybookKit",
      "path" : "Sources/StorybookKit",
      "product_dependencies" : [
        "SwiftUISupport",
        "ResultBuilderKit"
      ],
      "product_memberships" : [
        "StorybookKit",
        "StorybookKitTextureSupport"
      ],
      "sources" : [
        "BookGenerator.swift",
        "BookLorem.swift",
        "Compositions/BookPadding.swift",
        "Compositions/BookPattern.swift",
        "Compositions/BookSection.swift",
        "Internals/Hosting/_ViewControllerHost.swift",
        "Internals/Hosting/_ViewHost.swift",
        "Internals/Preview/PreviewRegistryWrapper.swift",
        "Internals/TargetViewControllerKey.swift",
        "Internals/fuzzyMatch.swift",
        "Internals/machOLoader.swift",
        "Primitives/Book.swift",
        "Primitives/BookAction.swift",
        "Primitives/BookPage.swift",
        "Primitives/BookPresent.swift",
        "Primitives/BookPreview.swift",
        "Primitives/BookProvider.swift",
        "Primitives/BookPush.swift",
        "Primitives/BookStore.swift",
        "Primitives/BookText.swift",
        "Primitives/BookView.swift",
        "SearchBar.swift",
        "Storybook.swift",
        "StorybookDisplayRootView.swift",
        "StorybookKit.swift"
      ],
      "target_dependencies" : [
        "StorybookMacrosPlugin"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Command line invocation:
    /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/FluidGroup/TextureBridging.git
Fetching from https://github.com/pointfreeco/swift-macro-testing.git
Fetching from https://github.com/apple/swift-syntax.git
Fetching from https://github.com/FluidGroup/TextureSwiftSupport.git
Fetching from https://github.com/FluidGroup/ResultBuilderKit
Fetching from https://github.com/FluidGroup/swiftui-support
Fetching from https://github.com/FluidGroup/Texture.git
Fetching from https://github.com/pointfreeco/swift-snapshot-testing
Fetching from https://github.com/FluidGroup/Descriptors
Fetching from https://github.com/pointfreeco/swift-custom-dump
Fetching from https://github.com/pointfreeco/xctest-dynamic-overlay
Creating working copy of package ‘swift-macro-testing’
Checking out 0.6.2 of package ‘swift-macro-testing’
Creating working copy of package ‘xctest-dynamic-overlay’
Checking out 1.5.2 of package ‘xctest-dynamic-overlay’
Creating working copy of package ‘Texture’
Checking out 3.0.3 of package ‘Texture’
Creating working copy of package ‘swift-snapshot-testing’
Checking out 1.18.3 of package ‘swift-snapshot-testing’
Creating working copy of package ‘swift-syntax’
Checking out 600.0.1 of package ‘swift-syntax’
Creating working copy of package ‘TextureSwiftSupport’
Checking out 3.24.0 of package ‘TextureSwiftSupport’
Creating working copy of package ‘ResultBuilderKit’
Checking out 1.3.0 of package ‘ResultBuilderKit’
Creating working copy of package ‘TextureBridging’
Checking out 3.2.1 of package ‘TextureBridging’
Creating working copy of package ‘swift-custom-dump’
Checking out 1.3.3 of package ‘swift-custom-dump’
Creating working copy of package ‘Descriptors’
Checking out 0.3.0 of package ‘Descriptors’
Creating working copy of package ‘swiftui-support’
Checking out 0.12.0 of package ‘swiftui-support’
'swift-macro-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.'swift-snapshot-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.Resolve Package Graph
'swift-macro-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.'swift-snapshot-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
Resolved source packages:
  swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.3.3
  Texture: https://github.com/FluidGroup/Texture.git @ 3.0.3
  TextureSwiftSupport: https://github.com/FluidGroup/TextureSwiftSupport.git @ 3.24.0
  SwiftUISupport: https://github.com/FluidGroup/swiftui-support @ 0.12.0
  swift-syntax: https://github.com/apple/swift-syntax.git @ 600.0.1
  Storybook: /Users/admin/builder/spi-builder-workspace
  TextureBridging: https://github.com/FluidGroup/TextureBridging.git @ 3.2.1
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.5.2
  swift-snapshot-testing: https://github.com/pointfreeco/swift-snapshot-testing @ 1.18.3
  Descriptors: https://github.com/FluidGroup/Descriptors @ 0.3.0
  ResultBuilderKit: https://github.com/FluidGroup/ResultBuilderKit @ 1.3.0
  swift-macro-testing: https://github.com/pointfreeco/swift-macro-testing.git @ 0.6.2
resolved source packages: swift-custom-dump, Texture, TextureSwiftSupport, SwiftUISupport, swift-syntax, Storybook, TextureBridging, xctest-dynamic-overlay, swift-snapshot-testing, Descriptors, ResultBuilderKit, swift-macro-testing
{
  "dependencies" : [
    {
      "identity" : "texturebridging",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.2.1",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/FluidGroup/TextureBridging.git"
    },
    {
      "identity" : "textureswiftsupport",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.20.1",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/FluidGroup/TextureSwiftSupport.git"
    },
    {
      "identity" : "swiftui-support",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/FluidGroup/swiftui-support"
    },
    {
      "identity" : "resultbuilderkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/FluidGroup/ResultBuilderKit"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.1",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing.git"
    }
  ],
  "manifest_display_name" : "Storybook",
  "name" : "Storybook",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "StorybookKit",
      "targets" : [
        "StorybookKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "StorybookKitTextureSupport",
      "targets" : [
        "StorybookKitTextureSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "StorybookMacrosPlugin",
      "targets" : [
        "StorybookMacrosPlugin"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "StorybookMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "StorybookMacrosTests",
      "path" : "Sources/StorybookMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport",
        "MacroTesting"
      ],
      "sources" : [
        "StorybookPageTests.swift",
        "StorybookPreviewTests.swift"
      ],
      "target_dependencies" : [
        "StorybookMacrosPlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StorybookMacrosPlugin",
      "module_type" : "SwiftTarget",
      "name" : "StorybookMacrosPlugin",
      "path" : "Sources/StorybookMacrosPlugin",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "StorybookKit",
        "StorybookKitTextureSupport",
        "StorybookMacrosPlugin"
      ],
      "sources" : [
        "StorybookMacrosPlugin.swift",
        "StorybookPageMacro.swift",
        "StorybookPreviewMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "StorybookKitTextureSupport",
      "module_type" : "SwiftTarget",
      "name" : "StorybookKitTextureSupport",
      "path" : "Sources/StorybookKitTextureSupport",
      "product_dependencies" : [
        "TextureSwiftSupport",
        "TextureBridging"
      ],
      "product_memberships" : [
        "StorybookKitTextureSupport"
      ],
      "sources" : [
        "BookNodePreview.swift"
      ],
      "target_dependencies" : [
        "StorybookKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "StorybookKit",
      "module_type" : "SwiftTarget",
      "name" : "StorybookKit",
      "path" : "Sources/StorybookKit",
      "product_dependencies" : [
        "SwiftUISupport",
        "ResultBuilderKit"
      ],
      "product_memberships" : [
        "StorybookKit",
        "StorybookKitTextureSupport"
      ],
      "sources" : [
        "BookGenerator.swift",
        "BookLorem.swift",
        "Compositions/BookPadding.swift",
        "Compositions/BookPattern.swift",
        "Compositions/BookSection.swift",
        "Internals/Hosting/_ViewControllerHost.swift",
        "Internals/Hosting/_ViewHost.swift",
        "Internals/Preview/PreviewRegistryWrapper.swift",
        "Internals/TargetViewControllerKey.swift",
        "Internals/fuzzyMatch.swift",
        "Internals/machOLoader.swift",
        "Primitives/Book.swift",
        "Primitives/BookAction.swift",
        "Primitives/BookPage.swift",
        "Primitives/BookPresent.swift",
        "Primitives/BookPreview.swift",
        "Primitives/BookProvider.swift",
        "Primitives/BookPush.swift",
        "Primitives/BookStore.swift",
        "Primitives/BookText.swift",
        "Primitives/BookView.swift",
        "SearchBar.swift",
        "Storybook.swift",
        "StorybookDisplayRootView.swift",
        "StorybookKit.swift"
      ],
      "target_dependencies" : [
        "StorybookMacrosPlugin"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Storybook-Package",
      "StorybookKit",
      "StorybookKitTextureSupport"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Storybook-Package -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats
Command line invocation:
    /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Storybook-Package -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats
Resolve Package Graph
'swift-macro-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.'swift-snapshot-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
Resolve Package Graph
'swift-macro-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.'swift-snapshot-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
Resolved source packages:
  swift-snapshot-testing: https://github.com/pointfreeco/swift-snapshot-testing @ 1.18.3
  swift-syntax: https://github.com/apple/swift-syntax.git @ 600.0.1
  Storybook: /Users/admin/builder/spi-builder-workspace
  Texture: https://github.com/FluidGroup/Texture.git @ 3.0.3
  Descriptors: https://github.com/FluidGroup/Descriptors @ 0.3.0
  swift-macro-testing: https://github.com/pointfreeco/swift-macro-testing.git @ 0.6.2
  swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.3.3
  TextureBridging: https://github.com/FluidGroup/TextureBridging.git @ 3.2.1
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.5.2
  ResultBuilderKit: https://github.com/FluidGroup/ResultBuilderKit @ 1.3.0
  SwiftUISupport: https://github.com/FluidGroup/swiftui-support @ 0.12.0
  TextureSwiftSupport: https://github.com/FluidGroup/TextureSwiftSupport.git @ 3.24.0
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (36 targets)
    Target 'StorybookKitTextureSupport' in project 'Storybook'
        ➜ Explicit dependency on target 'StorybookKitTextureSupport' in project 'Storybook'
        ➜ Explicit dependency on target 'StorybookMacrosPlugin' in project 'Storybook'
        ➜ Explicit dependency on target 'StorybookKit' in project 'Storybook'
        ➜ Explicit dependency on target 'SwiftUISupport' in project 'SwiftUISupport'
        ➜ Explicit dependency on target 'ResultBuilderKit' in project 'ResultBuilderKit'
        ➜ Explicit dependency on target 'TextureSwiftSupport' in project 'TextureSwiftSupport'
        ➜ Explicit dependency on target 'TextureBridging' in project 'TextureBridging'
    Target 'StorybookKitTextureSupport' in project 'Storybook'
        ➜ Explicit dependency on target 'StorybookMacrosPlugin' in project 'Storybook'
        ➜ Explicit dependency on target 'StorybookKit' in project 'Storybook'
        ➜ Explicit dependency on target 'SwiftUISupport' in project 'SwiftUISupport'
        ➜ Explicit dependency on target 'ResultBuilderKit' in project 'ResultBuilderKit'
        ➜ Explicit dependency on target 'TextureSwiftSupport' in project 'TextureSwiftSupport'
        ➜ Explicit dependency on target 'TextureBridging' in project 'TextureBridging'
    Target 'TextureBridging' in project 'TextureBridging'
        ➜ Explicit dependency on target 'TextureBridging' in project 'TextureBridging'
        ➜ Explicit dependency on target 'AsyncDisplayKit' in project 'Texture'
    Target 'TextureBridging' in project 'TextureBridging'
        ➜ Explicit dependency on target 'AsyncDisplayKit' in project 'Texture'
    Target 'TextureSwiftSupport' in project 'TextureSwiftSupport'
        ➜ Explicit dependency on target 'TextureSwiftSupport' in project 'TextureSwiftSupport'
        ➜ Explicit dependency on target 'AsyncDisplayKit' in project 'Texture'
        ➜ Explicit dependency on target 'Descriptors' in project 'Descriptors'
    Target 'TextureSwiftSupport' in project 'TextureSwiftSupport'
        ➜ Explicit dependency on target 'AsyncDisplayKit' in project 'Texture'
        ➜ Explicit dependency on target 'Descriptors' in project 'Descriptors'
    Target 'Descriptors' in project 'Descriptors'
        ➜ Explicit dependency on target 'Descriptors' in project 'Descriptors'
    Target 'Descriptors' in project 'Descriptors' (no dependencies)
    Target 'AsyncDisplayKit' in project 'Texture'
        ➜ Explicit dependency on target 'AsyncDisplayKit' in project 'Texture'
    Target 'AsyncDisplayKit' in project 'Texture' (no dependencies)
    Target 'StorybookKit' in project 'Storybook'
        ➜ Explicit dependency on target 'StorybookKit' in project 'Storybook'
        ➜ Explicit dependency on target 'StorybookMacrosPlugin' in project 'Storybook'
        ➜ Explicit dependency on target 'SwiftUISupport' in project 'SwiftUISupport'
        ➜ Explicit dependency on target 'ResultBuilderKit' in project 'ResultBuilderKit'
    Target 'StorybookKit' in project 'Storybook'
        ➜ Explicit dependency on target 'StorybookMacrosPlugin' in project 'Storybook'
        ➜ Explicit dependency on target 'SwiftUISupport' in project 'SwiftUISupport'
        ➜ Explicit dependency on target 'ResultBuilderKit' in project 'ResultBuilderKit'
    Target 'ResultBuilderKit' in project 'ResultBuilderKit'
        ➜ Explicit dependency on target 'ResultBuilderKit' in project 'ResultBuilderKit'
    Target 'ResultBuilderKit' in project 'ResultBuilderKit' (no dependencies)
    Target 'SwiftUISupport' in project 'SwiftUISupport'
        ➜ Explicit dependency on target 'SwiftUISupport' in project 'SwiftUISupport'
        ➜ Explicit dependency on target 'SwiftUISupportSizing' in project 'SwiftUISupport'
        ➜ Explicit dependency on target 'SwiftUISupportGeometryEffect' in project 'SwiftUISupport'
    Target 'SwiftUISupport' in project 'SwiftUISupport'
        ➜ Explicit dependency on target 'SwiftUISupportSizing' in project 'SwiftUISupport'
        ➜ Explicit dependency on target 'SwiftUISupportGeometryEffect' in project 'SwiftUISupport'
    Target 'SwiftUISupportGeometryEffect' in project 'SwiftUISupport' (no dependencies)
    Target 'SwiftUISupportSizing' in project 'SwiftUISupport' (no dependencies)
    Target 'StorybookMacrosPlugin' in project 'Storybook'
        ➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftCompilerPlugin' in project 'swift-syntax'
    Target 'SwiftCompilerPlugin' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftCompilerPlugin' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftOperators' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxMacroExpansion' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftCompilerPluginMessageHandling' in project 'swift-syntax'
    Target 'SwiftCompilerPlugin' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftOperators' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxMacroExpansion' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftCompilerPluginMessageHandling' in project 'swift-syntax'
    Target 'SwiftCompilerPluginMessageHandling' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftOperators' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxMacroExpansion' in project 'swift-syntax'
    Target 'SwiftSyntaxMacroExpansion' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftOperators' in project 'swift-syntax'
    Target 'SwiftOperators' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
    Target 'SwiftSyntaxMacros' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
    Target 'SwiftSyntaxMacros' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
    Target 'SwiftSyntaxBuilder' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
    Target 'SwiftParserDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
    Target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
    Target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
    Target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
    Target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
    Target 'SwiftSyntax600' in project 'swift-syntax' (no dependencies)
    Target 'SwiftSyntax510' in project 'swift-syntax' (no dependencies)
    Target 'SwiftSyntax509' in project 'swift-syntax' (no dependencies)
    Target '_SwiftSyntaxCShims' in project 'swift-syntax' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -x objective-c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 5445b8bd2e5cb24910fdef4d301e9eec
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/5445b8bd2e5cb24910fdef4d301e9eec.xcbuilddata
error: The package product 'AsyncDisplayKit' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'TextureSwiftSupport' from project 'TextureSwiftSupport')
error: The package product 'AsyncDisplayKit' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'TextureBridging' from project 'TextureBridging')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:ad06318377a8a8d394eaf6ff4d186e6d8a20401b, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:ad06318377a8a8d394eaf6ff4d186e6d8a20401b, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:ad06318377a8a8d394eaf6ff4d186e6d8a20401b, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:ad06318377a8a8d394eaf6ff4d186e6d8a20401b, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme Storybook-Package
(1 failure)
Command line invocation:
    /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
'swift-macro-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.'swift-snapshot-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
Resolved source packages:
  TextureBridging: https://github.com/FluidGroup/TextureBridging.git @ 3.2.1
  Descriptors: https://github.com/FluidGroup/Descriptors @ 0.3.0
  swift-syntax: https://github.com/apple/swift-syntax.git @ 600.0.1
  TextureSwiftSupport: https://github.com/FluidGroup/TextureSwiftSupport.git @ 3.24.0
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.5.2
  swift-snapshot-testing: https://github.com/pointfreeco/swift-snapshot-testing @ 1.18.3
  ResultBuilderKit: https://github.com/FluidGroup/ResultBuilderKit @ 1.3.0
  Texture: https://github.com/FluidGroup/Texture.git @ 3.0.3
  swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.3.3
  SwiftUISupport: https://github.com/FluidGroup/swiftui-support @ 0.12.0
  swift-macro-testing: https://github.com/pointfreeco/swift-macro-testing.git @ 0.6.2
  Storybook: /Users/admin/builder/spi-builder-workspace
resolved source packages: TextureBridging, Descriptors, swift-syntax, TextureSwiftSupport, xctest-dynamic-overlay, swift-snapshot-testing, ResultBuilderKit, Texture, swift-custom-dump, SwiftUISupport, swift-macro-testing, Storybook
{
  "dependencies" : [
    {
      "identity" : "texturebridging",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.2.1",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/FluidGroup/TextureBridging.git"
    },
    {
      "identity" : "textureswiftsupport",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.20.1",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/FluidGroup/TextureSwiftSupport.git"
    },
    {
      "identity" : "swiftui-support",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/FluidGroup/swiftui-support"
    },
    {
      "identity" : "resultbuilderkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/FluidGroup/ResultBuilderKit"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.1",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing.git"
    }
  ],
  "manifest_display_name" : "Storybook",
  "name" : "Storybook",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "StorybookKit",
      "targets" : [
        "StorybookKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "StorybookKitTextureSupport",
      "targets" : [
        "StorybookKitTextureSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "StorybookMacrosPlugin",
      "targets" : [
        "StorybookMacrosPlugin"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "StorybookMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "StorybookMacrosTests",
      "path" : "Sources/StorybookMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport",
        "MacroTesting"
      ],
      "sources" : [
        "StorybookPageTests.swift",
        "StorybookPreviewTests.swift"
      ],
      "target_dependencies" : [
        "StorybookMacrosPlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StorybookMacrosPlugin",
      "module_type" : "SwiftTarget",
      "name" : "StorybookMacrosPlugin",
      "path" : "Sources/StorybookMacrosPlugin",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "StorybookKit",
        "StorybookKitTextureSupport",
        "StorybookMacrosPlugin"
      ],
      "sources" : [
        "StorybookMacrosPlugin.swift",
        "StorybookPageMacro.swift",
        "StorybookPreviewMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "StorybookKitTextureSupport",
      "module_type" : "SwiftTarget",
      "name" : "StorybookKitTextureSupport",
      "path" : "Sources/StorybookKitTextureSupport",
      "product_dependencies" : [
        "TextureSwiftSupport",
        "TextureBridging"
      ],
      "product_memberships" : [
        "StorybookKitTextureSupport"
      ],
      "sources" : [
        "BookNodePreview.swift"
      ],
      "target_dependencies" : [
        "StorybookKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "StorybookKit",
      "module_type" : "SwiftTarget",
      "name" : "StorybookKit",
      "path" : "Sources/StorybookKit",
      "product_dependencies" : [
        "SwiftUISupport",
        "ResultBuilderKit"
      ],
      "product_memberships" : [
        "StorybookKit",
        "StorybookKitTextureSupport"
      ],
      "sources" : [
        "BookGenerator.swift",
        "BookLorem.swift",
        "Compositions/BookPadding.swift",
        "Compositions/BookPattern.swift",
        "Compositions/BookSection.swift",
        "Internals/Hosting/_ViewControllerHost.swift",
        "Internals/Hosting/_ViewHost.swift",
        "Internals/Preview/PreviewRegistryWrapper.swift",
        "Internals/TargetViewControllerKey.swift",
        "Internals/fuzzyMatch.swift",
        "Internals/machOLoader.swift",
        "Primitives/Book.swift",
        "Primitives/BookAction.swift",
        "Primitives/BookPage.swift",
        "Primitives/BookPresent.swift",
        "Primitives/BookPreview.swift",
        "Primitives/BookProvider.swift",
        "Primitives/BookPush.swift",
        "Primitives/BookStore.swift",
        "Primitives/BookText.swift",
        "Primitives/BookView.swift",
        "SearchBar.swift",
        "Storybook.swift",
        "StorybookDisplayRootView.swift",
        "StorybookKit.swift"
      ],
      "target_dependencies" : [
        "StorybookMacrosPlugin"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Storybook-Package",
      "StorybookKit",
      "StorybookKitTextureSupport"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Storybook-Package -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Storybook-Package -destination platform=macOS,arch=arm64
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
'swift-macro-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.'swift-snapshot-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
Resolved source packages:
  ResultBuilderKit: https://github.com/FluidGroup/ResultBuilderKit @ 1.3.0
  TextureBridging: https://github.com/FluidGroup/TextureBridging.git @ 3.2.1
  Descriptors: https://github.com/FluidGroup/Descriptors @ 0.3.0
  swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.3.3
  Texture: https://github.com/FluidGroup/Texture.git @ 3.0.3
  SwiftUISupport: https://github.com/FluidGroup/swiftui-support @ 0.12.0
  Storybook: /Users/admin/builder/spi-builder-workspace
  TextureSwiftSupport: https://github.com/FluidGroup/TextureSwiftSupport.git @ 3.24.0
  swift-syntax: https://github.com/apple/swift-syntax.git @ 600.0.1
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.5.2
  swift-macro-testing: https://github.com/pointfreeco/swift-macro-testing.git @ 0.6.2
  swift-snapshot-testing: https://github.com/pointfreeco/swift-snapshot-testing @ 1.18.3
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (36 targets)
    Target 'StorybookKitTextureSupport' in project 'Storybook'
        ➜ Explicit dependency on target 'StorybookKitTextureSupport' in project 'Storybook'
        ➜ Explicit dependency on target 'StorybookMacrosPlugin' in project 'Storybook'
        ➜ Explicit dependency on target 'StorybookKit' in project 'Storybook'
        ➜ Explicit dependency on target 'SwiftUISupport' in project 'SwiftUISupport'
        ➜ Explicit dependency on target 'ResultBuilderKit' in project 'ResultBuilderKit'
        ➜ Explicit dependency on target 'TextureSwiftSupport' in project 'TextureSwiftSupport'
        ➜ Explicit dependency on target 'TextureBridging' in project 'TextureBridging'
    Target 'StorybookKitTextureSupport' in project 'Storybook'
        ➜ Explicit dependency on target 'StorybookMacrosPlugin' in project 'Storybook'
        ➜ Explicit dependency on target 'StorybookKit' in project 'Storybook'
        ➜ Explicit dependency on target 'SwiftUISupport' in project 'SwiftUISupport'
        ➜ Explicit dependency on target 'ResultBuilderKit' in project 'ResultBuilderKit'
        ➜ Explicit dependency on target 'TextureSwiftSupport' in project 'TextureSwiftSupport'
        ➜ Explicit dependency on target 'TextureBridging' in project 'TextureBridging'
    Target 'TextureBridging' in project 'TextureBridging'
        ➜ Explicit dependency on target 'TextureBridging' in project 'TextureBridging'
        ➜ Explicit dependency on target 'AsyncDisplayKit' in project 'Texture'
    Target 'TextureBridging' in project 'TextureBridging'
        ➜ Explicit dependency on target 'AsyncDisplayKit' in project 'Texture'
    Target 'TextureSwiftSupport' in project 'TextureSwiftSupport'
        ➜ Explicit dependency on target 'TextureSwiftSupport' in project 'TextureSwiftSupport'
        ➜ Explicit dependency on target 'AsyncDisplayKit' in project 'Texture'
        ➜ Explicit dependency on target 'Descriptors' in project 'Descriptors'
    Target 'TextureSwiftSupport' in project 'TextureSwiftSupport'
        ➜ Explicit dependency on target 'AsyncDisplayKit' in project 'Texture'
        ➜ Explicit dependency on target 'Descriptors' in project 'Descriptors'
    Target 'Descriptors' in project 'Descriptors'
        ➜ Explicit dependency on target 'Descriptors' in project 'Descriptors'
    Target 'Descriptors' in project 'Descriptors' (no dependencies)
    Target 'AsyncDisplayKit' in project 'Texture'
        ➜ Explicit dependency on target 'AsyncDisplayKit' in project 'Texture'
    Target 'AsyncDisplayKit' in project 'Texture' (no dependencies)
    Target 'StorybookKit' in project 'Storybook'
        ➜ Explicit dependency on target 'StorybookKit' in project 'Storybook'
        ➜ Explicit dependency on target 'StorybookMacrosPlugin' in project 'Storybook'
        ➜ Explicit dependency on target 'SwiftUISupport' in project 'SwiftUISupport'
        ➜ Explicit dependency on target 'ResultBuilderKit' in project 'ResultBuilderKit'
    Target 'StorybookKit' in project 'Storybook'
        ➜ Explicit dependency on target 'StorybookMacrosPlugin' in project 'Storybook'
        ➜ Explicit dependency on target 'SwiftUISupport' in project 'SwiftUISupport'
        ➜ Explicit dependency on target 'ResultBuilderKit' in project 'ResultBuilderKit'
    Target 'ResultBuilderKit' in project 'ResultBuilderKit'
        ➜ Explicit dependency on target 'ResultBuilderKit' in project 'ResultBuilderKit'
    Target 'ResultBuilderKit' in project 'ResultBuilderKit' (no dependencies)
    Target 'SwiftUISupport' in project 'SwiftUISupport'
        ➜ Explicit dependency on target 'SwiftUISupport' in project 'SwiftUISupport'
        ➜ Explicit dependency on target 'SwiftUISupportSizing' in project 'SwiftUISupport'
        ➜ Explicit dependency on target 'SwiftUISupportGeometryEffect' in project 'SwiftUISupport'
    Target 'SwiftUISupport' in project 'SwiftUISupport'
        ➜ Explicit dependency on target 'SwiftUISupportSizing' in project 'SwiftUISupport'
        ➜ Explicit dependency on target 'SwiftUISupportGeometryEffect' in project 'SwiftUISupport'
    Target 'SwiftUISupportGeometryEffect' in project 'SwiftUISupport' (no dependencies)
    Target 'SwiftUISupportSizing' in project 'SwiftUISupport' (no dependencies)
    Target 'StorybookMacrosPlugin' in project 'Storybook'
        ➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftCompilerPlugin' in project 'swift-syntax'
    Target 'SwiftCompilerPlugin' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftCompilerPlugin' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftOperators' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxMacroExpansion' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftCompilerPluginMessageHandling' in project 'swift-syntax'
    Target 'SwiftCompilerPlugin' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftOperators' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxMacroExpansion' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftCompilerPluginMessageHandling' in project 'swift-syntax'
    Target 'SwiftCompilerPluginMessageHandling' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftOperators' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxMacroExpansion' in project 'swift-syntax'
    Target 'SwiftSyntaxMacroExpansion' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftOperators' in project 'swift-syntax'
    Target 'SwiftOperators' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
    Target 'SwiftSyntaxMacros' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
    Target 'SwiftSyntaxMacros' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
    Target 'SwiftSyntaxBuilder' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
    Target 'SwiftParserDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
    Target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
    Target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
    Target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
    Target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
    Target 'SwiftSyntax600' in project 'swift-syntax' (no dependencies)
    Target 'SwiftSyntax510' in project 'swift-syntax' (no dependencies)
    Target 'SwiftSyntax509' in project 'swift-syntax' (no dependencies)
    Target '_SwiftSyntaxCShims' in project 'swift-syntax' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -x objective-c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: f864f84f49190ca3877e5c5101c9c2e1
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/f864f84f49190ca3877e5c5101c9c2e1.xcbuilddata
error: The package product 'AsyncDisplayKit' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'TextureBridging' from project 'TextureBridging')
error: The package product 'AsyncDisplayKit' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'TextureSwiftSupport' from project 'TextureSwiftSupport')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:ad06318377a8a8d394eaf6ff4d186e6d8a20401b, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:ad06318377a8a8d394eaf6ff4d186e6d8a20401b, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:ad06318377a8a8d394eaf6ff4d186e6d8a20401b, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:ad06318377a8a8d394eaf6ff4d186e6d8a20401b, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme Storybook-Package
(1 failure)
BUILD FAILURE 6.0 macosXcodebuild