Build Information
Failed to build Storybook, reference main (e31f24
), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 1 May 2025 07:50:52 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.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.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/eure/swift-storybook.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/eure/swift-storybook
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 6.1
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.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/pointfreeco/swift-macro-testing.git
Fetching from https://github.com/FluidGroup/TextureBridging.git
Fetching from https://github.com/FluidGroup/ResultBuilderKit
Fetching from https://github.com/apple/swift-syntax.git
Fetching from https://github.com/FluidGroup/TextureSwiftSupport.git
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 (cached)
Fetching from https://github.com/FluidGroup/Descriptors
Fetching from https://github.com/pointfreeco/swift-custom-dump (cached)
Fetching from https://github.com/pointfreeco/xctest-dynamic-overlay (cached)
Creating working copy of package ‘Texture’
Checking out 3.0.3 of package ‘Texture’
Creating working copy of package ‘swift-custom-dump’
Checking out 1.3.3 of package ‘swift-custom-dump’
Creating working copy of package ‘swift-snapshot-testing’
Checking out 1.18.3 of package ‘swift-snapshot-testing’
Creating working copy of package ‘xctest-dynamic-overlay’
Checking out 1.5.2 of package ‘xctest-dynamic-overlay’
Creating working copy of package ‘ResultBuilderKit’
Checking out 1.3.0 of package ‘ResultBuilderKit’
Creating working copy of package ‘swiftui-support’
Checking out 0.13.0 of package ‘swiftui-support’
Creating working copy of package ‘Descriptors’
Checking out 0.3.0 of package ‘Descriptors’
Creating working copy of package ‘TextureBridging’
Checking out 3.2.1 of package ‘TextureBridging’
Creating working copy of package ‘swift-syntax’
Checking out 600.0.1 of package ‘swift-syntax’
Creating working copy of package ‘swift-macro-testing’
Checking out 0.6.2 of package ‘swift-macro-testing’
Creating working copy of package ‘TextureSwiftSupport’
Checking out 3.24.0 of package ‘TextureSwiftSupport’
'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:
TextureBridging: https://github.com/FluidGroup/TextureBridging.git @ 3.2.1
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
TextureSwiftSupport: https://github.com/FluidGroup/TextureSwiftSupport.git @ 3.24.0
SwiftUISupport: https://github.com/FluidGroup/swiftui-support @ 0.13.0
swift-macro-testing: https://github.com/pointfreeco/swift-macro-testing.git @ 0.6.2
Descriptors: https://github.com/FluidGroup/Descriptors @ 0.3.0
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
Storybook: /Users/admin/builder/spi-builder-workspace
resolved source packages: TextureBridging, swift-syntax, xctest-dynamic-overlay, TextureSwiftSupport, SwiftUISupport, swift-macro-testing, Descriptors, swift-snapshot-testing, ResultBuilderKit, Texture, swift-custom-dump, 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.3.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.3.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"
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-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.3.3
Texture: https://github.com/FluidGroup/Texture.git @ 3.0.3
swift-syntax: https://github.com/apple/swift-syntax.git @ 600.0.1
TextureBridging: https://github.com/FluidGroup/TextureBridging.git @ 3.2.1
Storybook: /Users/admin/builder/spi-builder-workspace
SwiftUISupport: https://github.com/FluidGroup/swiftui-support @ 0.13.0
swift-macro-testing: https://github.com/pointfreeco/swift-macro-testing.git @ 0.6.2
ResultBuilderKit: https://github.com/FluidGroup/ResultBuilderKit @ 1.3.0
xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.5.2
TextureSwiftSupport: https://github.com/FluidGroup/TextureSwiftSupport.git @ 3.24.0
Descriptors: https://github.com/FluidGroup/Descriptors @ 0.3.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
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.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x objective-c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: f73ddaf3698b63a7c0422923c8d5ed6e
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/f73ddaf3698b63a7c0422923c8d5ed6e.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:3678c7a802501fa94c470d9f64bd6a9c7d1927ce, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:3678c7a802501fa94c470d9f64bd6a9c7d1927ce, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:3678c7a802501fa94c470d9f64bd6a9c7d1927ce, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:3678c7a802501fa94c470d9f64bd6a9c7d1927ce, 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.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
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:
Descriptors: https://github.com/FluidGroup/Descriptors @ 0.3.0
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
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
swift-macro-testing: https://github.com/pointfreeco/swift-macro-testing.git @ 0.6.2
TextureBridging: https://github.com/FluidGroup/TextureBridging.git @ 3.2.1
SwiftUISupport: https://github.com/FluidGroup/swiftui-support @ 0.13.0
Storybook: /Users/admin/builder/spi-builder-workspace
TextureSwiftSupport: https://github.com/FluidGroup/TextureSwiftSupport.git @ 3.24.0
xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.5.2
resolved source packages: Descriptors, swift-snapshot-testing, swift-syntax, ResultBuilderKit, Texture, swift-custom-dump, swift-macro-testing, TextureBridging, SwiftUISupport, Storybook, TextureSwiftSupport, xctest-dynamic-overlay
{
"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.3.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.3.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
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:
TextureSwiftSupport: https://github.com/FluidGroup/TextureSwiftSupport.git @ 3.24.0
TextureBridging: https://github.com/FluidGroup/TextureBridging.git @ 3.2.1
ResultBuilderKit: https://github.com/FluidGroup/ResultBuilderKit @ 1.3.0
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
swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.3.3
xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.5.2
SwiftUISupport: https://github.com/FluidGroup/swiftui-support @ 0.13.0
Descriptors: https://github.com/FluidGroup/Descriptors @ 0.3.0
swift-macro-testing: https://github.com/pointfreeco/swift-macro-testing.git @ 0.6.2
Texture: https://github.com/FluidGroup/Texture.git @ 3.0.3
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
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.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x objective-c++ -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 7a095a71f06763c1d7fe6ac2a35025a1
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/7a095a71f06763c1d7fe6ac2a35025a1.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:3678c7a802501fa94c470d9f64bd6a9c7d1927ce, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:3678c7a802501fa94c470d9f64bd6a9c7d1927ce, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:3678c7a802501fa94c470d9f64bd6a9c7d1927ce, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:3678c7a802501fa94c470d9f64bd6a9c7d1927ce, name:My Mac }
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme Storybook-Package
(1 failure)
BUILD FAILURE 6.1 macosXcodebuild