The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build Tokamak, reference main (e0d8e9), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 27 Apr 2025 06:53:22 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/TokamakUI/Tokamak.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/TokamakUI/Tokamak
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e0d8e9d fix replaceChild parameter order (#522)
Cloned https://github.com/TokamakUI/Tokamak.git
Revision (git rev-parse @):
e0d8e9db462938610337327ade58161aa3b698ac
SUCCESS checkout https://github.com/TokamakUI/Tokamak.git at main
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/TokamakUI/Tokamak.git
https://github.com/TokamakUI/Tokamak.git
{
  "dependencies" : [
    {
      "identity" : "javascriptkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.15.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftwasm/JavaScriptKit.git"
    },
    {
      "identity" : "opencombine",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.12.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/OpenCombine/OpenCombine.git"
    },
    {
      "identity" : "opencombinejs",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftwasm/OpenCombineJS.git"
    },
    {
      "identity" : "swift-benchmark",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/google/swift-benchmark"
    },
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
    }
  ],
  "manifest_display_name" : "Tokamak",
  "name" : "Tokamak",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "TokamakDemo",
      "targets" : [
        "TokamakDemo"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "TokamakDOM",
      "targets" : [
        "TokamakDOM"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TokamakStaticHTML",
      "targets" : [
        "TokamakStaticHTML"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TokamakStaticHTMLDemo",
      "targets" : [
        "TokamakStaticHTMLDemo"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "TokamakGTK",
      "targets" : [
        "TokamakGTK"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TokamakGTKDemo",
      "targets" : [
        "TokamakGTKDemo"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "TokamakShim",
      "targets" : [
        "TokamakShim"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TokamakStaticHTMLBenchmark",
      "targets" : [
        "TokamakStaticHTMLBenchmark"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "TokamakCoreBenchmark",
      "targets" : [
        "TokamakCoreBenchmark"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TokamakTests",
      "module_type" : "SwiftTarget",
      "name" : "TokamakTests",
      "path" : "Tests/TokamakTests",
      "sources" : [
        "ColorTests.swift",
        "EnvironmentTests.swift",
        "GetSetStructTests.swift",
        "MetadataTests.swift",
        "ReconcilerStressTests.swift",
        "ReconcilerTests.swift",
        "ValuePointerTests.swift",
        "ValueWitnessTableTests.swift"
      ],
      "target_dependencies" : [
        "TokamakTestRenderer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TokamakTestRenderer",
      "module_type" : "SwiftTarget",
      "name" : "TokamakTestRenderer",
      "path" : "Sources/TokamakTestRenderer",
      "product_memberships" : [
        "TokamakCoreBenchmark"
      ],
      "sources" : [
        "App.swift",
        "TestFiberRenderer.swift",
        "TestRenderer.swift",
        "TestView.swift",
        "TestViewProxy.swift",
        "WindowGroup.swift"
      ],
      "target_dependencies" : [
        "TokamakCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TokamakStaticHTMLTests",
      "module_type" : "SwiftTarget",
      "name" : "TokamakStaticHTMLTests",
      "path" : "Tests/TokamakStaticHTMLTests",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "sources" : [
        "HTMLStrategy.swift",
        "HTMLTests.swift",
        "RenderingTests/LayoutTests.swift",
        "RenderingTests/ShapeTests.swift",
        "RenderingTests/Snapshotting+Image.swift",
        "RenderingTests/ViewTests.swift",
        "RenderingTests/VisualTests.swift",
        "SanitizerTests.swift"
      ],
      "target_dependencies" : [
        "TokamakStaticHTML"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TokamakStaticHTMLDemo",
      "module_type" : "SwiftTarget",
      "name" : "TokamakStaticHTMLDemo",
      "path" : "Sources/TokamakStaticHTMLDemo",
      "product_memberships" : [
        "TokamakStaticHTMLDemo"
      ],
      "sources" : [
        "ContentView.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "TokamakStaticHTML"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "TokamakStaticHTMLBenchmark",
      "module_type" : "SwiftTarget",
      "name" : "TokamakStaticHTMLBenchmark",
      "path" : "Sources/TokamakStaticHTMLBenchmark",
      "product_dependencies" : [
        "Benchmark"
      ],
      "product_memberships" : [
        "TokamakStaticHTMLBenchmark"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "TokamakStaticHTML"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "TokamakStaticHTML",
      "module_type" : "SwiftTarget",
      "name" : "TokamakStaticHTML",
      "path" : "Sources/TokamakStaticHTML",
      "product_memberships" : [
        "TokamakDemo",
        "TokamakDOM",
        "TokamakStaticHTML",
        "TokamakStaticHTMLDemo",
        "TokamakShim",
        "TokamakStaticHTMLBenchmark"
      ],
      "sources" : [
        "App.swift",
        "Core.swift",
        "Modifiers/Effects/OffsetEffect.swift",
        "Modifiers/Effects/OpacityEffect.swift",
        "Modifiers/Effects/RotationEffect.swift",
        "Modifiers/Effects/ScaleEffect.swift",
        "Modifiers/LayoutModifiers.swift",
        "Modifiers/ModifiedContent.swift",
        "Modifiers/ViewModifier.swift",
        "Modifiers/_BackgroundShapeModifier.swift",
        "Modifiers/_BackgroundStyleModifier.swift",
        "Modifiers/_DomTextSanitizer.swift",
        "Preferences/Preferences.swift",
        "Resources/TokamakStyles.swift",
        "Sanitizer.swift",
        "Scenes/WindowGroup.swift",
        "Shapes/Path.swift",
        "Shapes/Shape.swift",
        "Shapes/_ShapeView.swift",
        "StaticHTMLFiberRenderer.swift",
        "StaticHTMLRenderer.swift",
        "Tokens/BuiltinColors.swift",
        "Tokens/Tokens.swift",
        "Views/Buttons/Link.swift",
        "Views/Containers/List.swift",
        "Views/HTML.swift",
        "Views/Head/Meta.swift",
        "Views/Head/Title.swift",
        "Views/Images/Image.swift",
        "Views/Layout/HStack.swift",
        "Views/Layout/LazyHGrid.swift",
        "Views/Layout/LazyVGrid.swift",
        "Views/Layout/ScrollView.swift",
        "Views/Layout/VStack.swift",
        "Views/Layout/ZStack.swift",
        "Views/Navigation/NavigationView.swift",
        "Views/Progress/ProgressView.swift",
        "Views/Spacers/Divider.swift",
        "Views/Spacers/Spacer.swift",
        "Views/Text/Text.swift"
      ],
      "target_dependencies" : [
        "TokamakCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TokamakShim",
      "module_type" : "SwiftTarget",
      "name" : "TokamakShim",
      "path" : "Sources/TokamakShim",
      "product_memberships" : [
        "TokamakDemo",
        "TokamakShim"
      ],
      "sources" : [
        "TokamakShim.swift"
      ],
      "target_dependencies" : [
        "TokamakDOM",
        "TokamakGTK"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TokamakReconcilerTests",
      "module_type" : "SwiftTarget",
      "name" : "TokamakReconcilerTests",
      "path" : "Tests/TokamakReconcilerTests",
      "sources" : [
        "PreferenceTests.swift",
        "VisitorTests.swift"
      ],
      "target_dependencies" : [
        "TokamakCore",
        "TokamakTestRenderer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TokamakLayoutTests",
      "module_type" : "SwiftTarget",
      "name" : "TokamakLayoutTests",
      "path" : "Tests/TokamakLayoutTests",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "sources" : [
        "Alignment+allCases.swift",
        "AspectRatioTests.swift",
        "ContainedZLayoutTests.swift",
        "FrameTests.swift",
        "StackTests.swift",
        "compare.swift"
      ],
      "target_dependencies" : [
        "TokamakCore",
        "TokamakStaticHTML"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TokamakGTKDemo",
      "module_type" : "SwiftTarget",
      "name" : "TokamakGTKDemo",
      "path" : "Sources/TokamakGTKDemo",
      "product_memberships" : [
        "TokamakGTKDemo"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/TokamakGTKDemo/logo-header.png",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "TokamakGTK"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "TokamakGTKCHelpers",
      "module_type" : "ClangTarget",
      "name" : "TokamakGTKCHelpers",
      "path" : "Sources/TokamakGTKCHelpers",
      "product_memberships" : [
        "TokamakDemo",
        "TokamakGTK",
        "TokamakGTKDemo",
        "TokamakShim"
      ],
      "sources" : [
        "type_check.c"
      ],
      "target_dependencies" : [
        "CGTK"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TokamakGTK",
      "module_type" : "SwiftTarget",
      "name" : "TokamakGTK",
      "path" : "Sources/TokamakGTK",
      "product_dependencies" : [
        "OpenCombineShim"
      ],
      "product_memberships" : [
        "TokamakDemo",
        "TokamakGTK",
        "TokamakGTKDemo",
        "TokamakShim"
      ],
      "sources" : [
        "App/App.swift",
        "Core.swift",
        "GSignal.swift",
        "GTKRenderer.swift",
        "GtkContainer+forEach.swift",
        "Modifiers/LayoutModifiers.swift",
        "Modifiers/WidgetModifier.swift",
        "Scenes/SceneContainerView.swift",
        "Scenes/WindowGroup.swift",
        "Shapes/Shape.swift",
        "Tokens/BuiltinColors.swift",
        "Views/Button.swift",
        "Views/Image.swift",
        "Views/List.swift",
        "Views/NavigationView.swift",
        "Views/Picker.swift",
        "Views/ScrollView.swift",
        "Views/Stack.swift",
        "Views/Text.swift",
        "Views/TextField.swift",
        "Widget.swift"
      ],
      "target_dependencies" : [
        "TokamakCore",
        "CGTK",
        "CGDK",
        "TokamakGTKCHelpers"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TokamakDemo",
      "module_type" : "SwiftTarget",
      "name" : "TokamakDemo",
      "path" : "Sources/TokamakDemo",
      "product_dependencies" : [
        "JavaScriptKit"
      ],
      "product_memberships" : [
        "TokamakDemo"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/TokamakDemo/logo-header.png",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Buttons/ButtonStyleDemo.swift",
        "Buttons/Counter.swift",
        "Containers/ForEachDemo.swift",
        "Containers/ListDemo.swift",
        "Containers/OutlineGroupDemo.swift",
        "Containers/SidebarDemo.swift",
        "DOM/DOMRefDemo.swift",
        "DOM/URLHashDemo.swift",
        "Drawing/CanvasDemo.swift",
        "Drawing/ColorDemo.swift",
        "Drawing/PathDemo.swift",
        "Drawing/ShapeStyleDemo.swift",
        "Layout/GeometryReaderDemo.swift",
        "Layout/GridDemo.swift",
        "Layout/SpacerDemo.swift",
        "Layout/StackDemo.swift",
        "Misc/AnimationDemo.swift",
        "Misc/AppStorageDemo.swift",
        "Misc/EnvironmentDemo.swift",
        "Misc/PreferenceKeyDemo.swift",
        "Misc/ProgressViewDemo.swift",
        "Misc/RedactDemo.swift",
        "Misc/TransitionDemo.swift",
        "Modifiers/ShadowDemo.swift",
        "Modifiers/TaskDemo.swift",
        "Selectors/DatePickerDemo.swift",
        "Selectors/PickerDemo.swift",
        "Selectors/SliderDemo.swift",
        "Selectors/ToggleDemo.swift",
        "Text/TextDemo.swift",
        "Text/TextEditorDemo.swift",
        "Text/TextFieldDemo.swift",
        "TokamakDemo.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "TokamakShim"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "TokamakDOM",
      "module_type" : "SwiftTarget",
      "name" : "TokamakDOM",
      "path" : "Sources/TokamakDOM",
      "product_dependencies" : [
        "OpenCombineShim",
        "JavaScriptKit",
        "JavaScriptEventLoop",
        "OpenCombineJS"
      ],
      "product_memberships" : [
        "TokamakDemo",
        "TokamakDOM",
        "TokamakShim"
      ],
      "sources" : [
        "App/App.swift",
        "App/ColorSchemeObserver.swift",
        "App/ScenePhaseObserver.swift",
        "Core.swift",
        "DOMFiberRenderer.swift",
        "DOMNode.swift",
        "DOMRef.swift",
        "DOMRenderer.swift",
        "Modifiers/ActionModifier.swift",
        "Modifiers/Hover.swift",
        "Modifiers/ModifiedContent.swift",
        "Modifiers/Transitions.swift",
        "Storage/LocalStorage.swift",
        "Storage/SessionStorage.swift",
        "Storage/WebStorage.swift",
        "Styles/ColorScheme.swift",
        "Styles/ToggleStyle.swift",
        "Views/Buttons/Button.swift",
        "Views/Canvas/Canvas.swift",
        "Views/Canvas/ImageOperations.swift",
        "Views/Canvas/PathOperations.swift",
        "Views/Canvas/SymbolOperations.swift",
        "Views/Canvas/TextOperations.swift",
        "Views/Canvas/TimelineView.swift",
        "Views/Containers/DisclosureGroup.swift",
        "Views/DynamicHTML.swift",
        "Views/Layout/GeometryReader.swift",
        "Views/Navigation/NavigationLink.swift",
        "Views/Selectors/DatePicker.swift",
        "Views/Selectors/Picker.swift",
        "Views/Selectors/Slider.swift",
        "Views/Text/SecureField.swift",
        "Views/Text/TextEditor.swift",
        "Views/Text/TextField.swift"
      ],
      "target_dependencies" : [
        "TokamakCore",
        "TokamakStaticHTML"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TokamakCoreBenchmark",
      "module_type" : "SwiftTarget",
      "name" : "TokamakCoreBenchmark",
      "path" : "Sources/TokamakCoreBenchmark",
      "product_dependencies" : [
        "Benchmark"
      ],
      "product_memberships" : [
        "TokamakCoreBenchmark"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "TokamakCore",
        "TokamakTestRenderer"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "TokamakCore",
      "module_type" : "SwiftTarget",
      "name" : "TokamakCore",
      "path" : "Sources/TokamakCore",
      "product_dependencies" : [
        "OpenCombineShim"
      ],
      "product_memberships" : [
        "TokamakDemo",
        "TokamakDOM",
        "TokamakStaticHTML",
        "TokamakStaticHTMLDemo",
        "TokamakGTK",
        "TokamakGTKDemo",
        "TokamakShim",
        "TokamakStaticHTMLBenchmark",
        "TokamakCoreBenchmark"
      ],
      "sources" : [
        "Animation/Animatable.swift",
        "Animation/AnimatableModifier.swift",
        "Animation/Animation.swift",
        "Animation/Transaction.swift",
        "Animation/VectorArithmetic.swift",
        "Animation/_AnimationBoxBase.swift",
        "Animation/_AnimationSolvers.swift",
        "Animation/_AnyAnimatableData.swift",
        "Animation/_VectorMath.swift",
        "App/App.swift",
        "App/AppStorage.swift",
        "App/Scenes/Scene.swift",
        "App/Scenes/SceneBuilder.swift",
        "App/Scenes/ScenePhase.swift",
        "App/Scenes/SceneStorage.swift",
        "App/Scenes/WindowGroup.swift",
        "App/Scenes/_SceneModifier.swift",
        "App/_AnyApp.swift",
        "App/_AnyScene.swift",
        "App/_StorageProvider.swift",
        "App/_TupleScene.swift",
        "DynamicProperty.swift",
        "Environment/Environment.swift",
        "Environment/EnvironmentKey.swift",
        "Environment/EnvironmentObject.swift",
        "Environment/EnvironmentValues.swift",
        "Environment/EnvironmentalModifier.swift",
        "Fiber/AlignmentID.swift",
        "Fiber/App/AppVisitor.swift",
        "Fiber/Fiber+Content.swift",
        "Fiber/Fiber+CustomDebugStringConvertible.swift",
        "Fiber/Fiber.swift",
        "Fiber/FiberElement.swift",
        "Fiber/FiberReconciler+TreeReducer.swift",
        "Fiber/FiberReconciler.swift",
        "Fiber/FiberRenderer.swift",
        "Fiber/Layout/ContainedZLayout.swift",
        "Fiber/Layout/Layout.swift",
        "Fiber/Layout/LayoutPriority.swift",
        "Fiber/Layout/LayoutProperties.swift",
        "Fiber/Layout/LayoutSubviews.swift",
        "Fiber/Layout/LayoutValueKey.swift",
        "Fiber/Layout/PaddingLayout+Layout.swift",
        "Fiber/Layout/ProposedViewSize.swift",
        "Fiber/Layout/StackLayout.swift",
        "Fiber/Layout/ViewSpacing.swift",
        "Fiber/Layout/_AspectRatioLayout+Layout.swift",
        "Fiber/Layout/_FlexFrameLayout+Layout.swift",
        "Fiber/Layout/_FrameLayout+Layout.swift",
        "Fiber/Mutation.swift",
        "Fiber/Passes/FiberReconcilerPass.swift",
        "Fiber/Passes/LayoutPass.swift",
        "Fiber/Passes/ReconcilePass.swift",
        "Fiber/Scene/SceneArguments.swift",
        "Fiber/Scene/SceneVisitor.swift",
        "Fiber/ViewArguments.swift",
        "Fiber/ViewGeometry.swift",
        "Fiber/ViewVisitor.swift",
        "Fiber/walk.swift",
        "Modifiers/AppearanceActionModifier.swift",
        "Modifiers/AspectRatioLayout.swift",
        "Modifiers/Effects/ClipEffect.swift",
        "Modifiers/Effects/GeometryEffect.swift",
        "Modifiers/Effects/OffsetEffect.swift",
        "Modifiers/Effects/OpacityEffect.swift",
        "Modifiers/Effects/RotationEffect.swift",
        "Modifiers/Effects/ScaleEffect.swift",
        "Modifiers/FlexFrameLayout.swift",
        "Modifiers/FrameLayout.swift",
        "Modifiers/HoverActionModifier.swift",
        "Modifiers/LifecycleModifier.swift",
        "Modifiers/ModifiedContent.swift",
        "Modifiers/Navigation.swift",
        "Modifiers/PaddingLayout.swift",
        "Modifiers/RedactionReasons.swift",
        "Modifiers/ShadowLayout.swift",
        "Modifiers/StyleModifiers.swift",
        "Modifiers/TaskModifier.swift",
        "Modifiers/ViewModifier.swift",
        "Modifiers/ZIndexModifier.swift",
        "MountedViews/MountedApp.swift",
        "MountedViews/MountedCompositeElement.swift",
        "MountedViews/MountedCompositeView.swift",
        "MountedViews/MountedElement.swift",
        "MountedViews/MountedEmptyView.swift",
        "MountedViews/MountedHostView.swift",
        "MountedViews/MountedScene.swift",
        "MountedViews/UnmountTask.swift",
        "Preferences/PreferenceKey.swift",
        "Preferences/_PreferenceActionModifier.swift",
        "Preferences/_PreferenceReadingView.swift",
        "Preferences/_PreferenceTransformModifier.swift",
        "Preferences/_PreferenceWritingModifier.swift",
        "PreviewProvider.swift",
        "Reflection/Layouts/ExistentialContainter.swift",
        "Reflection/Layouts/FieldDescriptor.swift",
        "Reflection/Layouts/ProtocolTypeContainer.swift",
        "Reflection/Layouts/StructMetadataLayout.swift",
        "Reflection/Layouts/StructTypeDescriptor.swift",
        "Reflection/Layouts/TargetTypeGenericContextDescriptorHeader.swift",
        "Reflection/Layouts/ValueWitnessTable.swift",
        "Reflection/Metadata/Metadata.swift",
        "Reflection/Metadata/MetadataState.swift",
        "Reflection/Metadata/StructMetadata.swift",
        "Reflection/Models/Kind.swift",
        "Reflection/Models/PropertyInfo.swift",
        "Reflection/Models/TypeInfo.swift",
        "Reflection/Pointers/MetadataOffset.swift",
        "Reflection/Pointers/Pointers.swift",
        "Reflection/Pointers/RelativeVectorPointer.swift",
        "Reflection/Utilities/GettersSetters.swift",
        "Reflection/Utilities/Pointer+Extensions.swift",
        "Reflection/typeConstructorName.swift",
        "Renderer.swift",
        "Shapes/AnyShape.swift",
        "Shapes/ContainerRelativeShape.swift",
        "Shapes/Ellipse.swift",
        "Shapes/FixedRoundedRect.swift",
        "Shapes/ModifiedShapes.swift",
        "Shapes/Path/Path.swift",
        "Shapes/Path/PathLayout.swift",
        "Shapes/Path/PathMutations.swift",
        "Shapes/Path/PathSizing.swift",
        "Shapes/Rectangle.swift",
        "Shapes/Shape.swift",
        "Shapes/ShapeModifiers.swift",
        "Shapes/ShapeStyles/BackgroundStyle.swift",
        "Shapes/ShapeStyles/ForegroundStyle.swift",
        "Shapes/ShapeStyles/Gradients/AngularGradient.swift",
        "Shapes/ShapeStyles/Gradients/EllipticalGradient.swift",
        "Shapes/ShapeStyles/Gradients/Gradient.swift",
        "Shapes/ShapeStyles/Gradients/LinearGradient.swift",
        "Shapes/ShapeStyles/Gradients/RadialGradient.swift",
        "Shapes/ShapeStyles/HierarchicalShapeStyle.swift",
        "Shapes/ShapeStyles/Material.swift",
        "Shapes/ShapeStyles/ShapeStyle.swift",
        "Shapes/StrokeStyle.swift",
        "Shapes/StrokedPath.swift",
        "Shapes/TrimmedPath.swift",
        "StackReconciler.swift",
        "State/Binding.swift",
        "State/ObservedObject.swift",
        "State/State.swift",
        "State/StateObject.swift",
        "State/TargetRef.swift",
        "Stubs/CGStubs.swift",
        "Stubs/UIColor.swift",
        "Styles/ButtonStyle.swift",
        "Styles/ControlGroupStyle.swift",
        "Styles/ListStyle.swift",
        "Styles/NavigationLinkStyle.swift",
        "Styles/OutlineGroupStyle.swift",
        "Styles/PickerStyle.swift",
        "Styles/PrimitiveButtonStyle.swift",
        "Styles/TextFieldStyle.swift",
        "Styles/ToggleStyle.swift",
        "Target.swift",
        "Tokens/Angle.swift",
        "Tokens/AnyTokenBox.swift",
        "Tokens/Axis.swift",
        "Tokens/Color/Color.swift",
        "Tokens/Color/ColorBoxes.swift",
        "Tokens/Color/ColorKeys.swift",
        "Tokens/ColorScheme.swift",
        "Tokens/Controls/ButtonRole.swift",
        "Tokens/Controls/ControlSize.swift",
        "Tokens/Controls/Prominence.swift",
        "Tokens/Edge.swift",
        "Tokens/Font/Font.swift",
        "Tokens/Font/FontBoxes.swift",
        "Tokens/Font/FontModifiers.swift",
        "Tokens/GridItem.swift",
        "Tokens/LayoutDirection.swift",
        "Tokens/LineBreakMode.swift",
        "Tokens/TextAlignment.swift",
        "Tokens/UnitPoint.swift",
        "ViewTraits/TagValueTraitKey.swift",
        "ViewTraits/Transition/Transition.swift",
        "ViewTraits/Transition/TransitionBoxes.swift",
        "ViewTraits/_ViewTraitKey.swift",
        "ViewTraits/_ViewTraitStore.swift",
        "Views/AnyView.swift",
        "Views/Canvas/Canvas.swift",
        "Views/Canvas/GraphicsContext/BlendMode.swift",
        "Views/Canvas/GraphicsContext/Filter.swift",
        "Views/Canvas/GraphicsContext/GraphicsContext.swift",
        "Views/Canvas/GraphicsContext/Resolvables.swift",
        "Views/Canvas/GraphicsContext/Shading.swift",
        "Views/Canvas/TimelineView.swift",
        "Views/Containers/DisclosureGroup.swift",
        "Views/Containers/ForEach.swift",
        "Views/Containers/Group.swift",
        "Views/Containers/List/List+Init.swift",
        "Views/Containers/List/List+SelectionValue.swift",
        "Views/Containers/List/List.swift",
        "Views/Containers/OutlineGroup.swift",
        "Views/Containers/Section.swift",
        "Views/Containers/TupleView.swift",
        "Views/Containers/VariadicView.swift",
        "Views/Controls/Button.swift",
        "Views/Controls/ControlGroup.swift",
        "Views/Controls/Link.swift",
        "Views/Controls/Selectors/DatePicker.swift",
        "Views/Controls/Selectors/Picker.swift",
        "Views/Controls/Selectors/Slider.swift",
        "Views/Controls/Selectors/Toggle.swift",
        "Views/Image.swift",
        "Views/Layout/GeometryReader.swift",
        "Views/Layout/HStack.swift",
        "Views/Layout/LazyHGrid.swift",
        "Views/Layout/LazyVGrid.swift",
        "Views/Layout/ScrollView.swift",
        "Views/Layout/VStack.swift",
        "Views/Layout/ZStack.swift",
        "Views/Navigation/NavigationBarItem.swift",
        "Views/Navigation/NavigationLink.swift",
        "Views/Navigation/NavigationView.swift",
        "Views/Navigation/Toolbar.swift",
        "Views/Navigation/ToolbarContentBuilder.swift",
        "Views/Navigation/ToolbarItem.swift",
        "Views/Progress/ProgressView.swift",
        "Views/Progress/ProgressViewStyle.swift",
        "Views/Spacers/Divider.swift",
        "Views/Spacers/Spacer.swift",
        "Views/Text/SecureField.swift",
        "Views/Text/Text.swift",
        "Views/Text/TextEditor.swift",
        "Views/Text/TextField.swift",
        "Views/View.swift",
        "Views/ViewBuilder.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CGTK",
      "module_type" : "SystemLibraryTarget",
      "name" : "CGTK",
      "path" : "Sources/CGTK",
      "product_memberships" : [
        "TokamakDemo",
        "TokamakGTK",
        "TokamakGTKDemo",
        "TokamakShim"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "CGDK",
      "module_type" : "SystemLibraryTarget",
      "name" : "CGDK",
      "path" : "Sources/CGDK",
      "product_memberships" : [
        "TokamakDemo",
        "TokamakGTK",
        "TokamakGTKDemo",
        "TokamakShim"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "5.6"
}
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/OpenCombine/OpenCombine.git
Fetching from https://github.com/swiftwasm/OpenCombineJS.git
Fetching from https://github.com/google/swift-benchmark
Fetching from https://github.com/swiftwasm/JavaScriptKit.git
Fetching from https://github.com/pointfreeco/swift-snapshot-testing.git (cached)
Fetching from https://github.com/apple/swift-argument-parser (cached)
Fetching from https://github.com/swiftlang/swift-syntax (cached)
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 ‘swift-argument-parser’
Checking out 1.5.0 of package ‘swift-argument-parser’
Creating working copy of package ‘swift-benchmark’
Checking out 0.1.2 of package ‘swift-benchmark’
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 ‘swift-custom-dump’
Checking out 1.3.3 of package ‘swift-custom-dump’
Creating working copy of package ‘xctest-dynamic-overlay’
Checking out 1.5.2 of package ‘xctest-dynamic-overlay’
Creating working copy of package ‘OpenCombine’
Checking out 0.14.0 of package ‘OpenCombine’
Creating working copy of package ‘JavaScriptKit’
Checking out 0.28.0 of package ‘JavaScriptKit’
Creating working copy of package ‘OpenCombineJS’
Checking out 0.2.0 of package ‘OpenCombineJS’
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedyou may be able to install gdk-3.0 using your system-packager:
    brew install gtk+3
you may be able to install gtk+-3.0 using your system-packager:
    brew install gtk+3
Resolve Package Graph
you may be able to install gdk-3.0 using your system-packager:
    brew install gtk+3
you may be able to install gtk+-3.0 using your system-packager:
    brew install gtk+3
Resolved source packages:
  OpenCombine: https://github.com/OpenCombine/OpenCombine.git @ 0.14.0
  swift-syntax: https://github.com/swiftlang/swift-syntax @ 600.0.1
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.5.2
  OpenCombineJS: https://github.com/swiftwasm/OpenCombineJS.git @ 0.2.0
  Tokamak: /Users/admin/builder/spi-builder-workspace
  swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.3.3
  JavaScriptKit: https://github.com/swiftwasm/JavaScriptKit.git @ 0.28.0
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
  Benchmark: https://github.com/google/swift-benchmark @ 0.1.2
  swift-snapshot-testing: https://github.com/pointfreeco/swift-snapshot-testing.git @ 1.18.3
resolved source packages: OpenCombine, swift-syntax, xctest-dynamic-overlay, OpenCombineJS, Tokamak, swift-custom-dump, JavaScriptKit, swift-argument-parser, Benchmark, swift-snapshot-testing
{
  "dependencies" : [
    {
      "identity" : "javascriptkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.15.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftwasm/JavaScriptKit.git"
    },
    {
      "identity" : "opencombine",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.12.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/OpenCombine/OpenCombine.git"
    },
    {
      "identity" : "opencombinejs",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftwasm/OpenCombineJS.git"
    },
    {
      "identity" : "swift-benchmark",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/google/swift-benchmark"
    },
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
    }
  ],
  "manifest_display_name" : "Tokamak",
  "name" : "Tokamak",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "TokamakDemo",
      "targets" : [
        "TokamakDemo"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "TokamakDOM",
      "targets" : [
        "TokamakDOM"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TokamakStaticHTML",
      "targets" : [
        "TokamakStaticHTML"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TokamakStaticHTMLDemo",
      "targets" : [
        "TokamakStaticHTMLDemo"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "TokamakGTK",
      "targets" : [
        "TokamakGTK"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TokamakGTKDemo",
      "targets" : [
        "TokamakGTKDemo"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "TokamakShim",
      "targets" : [
        "TokamakShim"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TokamakStaticHTMLBenchmark",
      "targets" : [
        "TokamakStaticHTMLBenchmark"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "TokamakCoreBenchmark",
      "targets" : [
        "TokamakCoreBenchmark"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TokamakTests",
      "module_type" : "SwiftTarget",
      "name" : "TokamakTests",
      "path" : "Tests/TokamakTests",
      "sources" : [
        "ColorTests.swift",
        "EnvironmentTests.swift",
        "GetSetStructTests.swift",
        "MetadataTests.swift",
        "ReconcilerStressTests.swift",
        "ReconcilerTests.swift",
        "ValuePointerTests.swift",
        "ValueWitnessTableTests.swift"
      ],
      "target_dependencies" : [
        "TokamakTestRenderer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TokamakTestRenderer",
      "module_type" : "SwiftTarget",
      "name" : "TokamakTestRenderer",
      "path" : "Sources/TokamakTestRenderer",
      "product_memberships" : [
        "TokamakCoreBenchmark"
      ],
      "sources" : [
        "App.swift",
        "TestFiberRenderer.swift",
        "TestRenderer.swift",
        "TestView.swift",
        "TestViewProxy.swift",
        "WindowGroup.swift"
      ],
      "target_dependencies" : [
        "TokamakCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TokamakStaticHTMLTests",
      "module_type" : "SwiftTarget",
      "name" : "TokamakStaticHTMLTests",
      "path" : "Tests/TokamakStaticHTMLTests",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "sources" : [
        "HTMLStrategy.swift",
        "HTMLTests.swift",
        "RenderingTests/LayoutTests.swift",
        "RenderingTests/ShapeTests.swift",
        "RenderingTests/Snapshotting+Image.swift",
        "RenderingTests/ViewTests.swift",
        "RenderingTests/VisualTests.swift",
        "SanitizerTests.swift"
      ],
      "target_dependencies" : [
        "TokamakStaticHTML"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TokamakStaticHTMLDemo",
      "module_type" : "SwiftTarget",
      "name" : "TokamakStaticHTMLDemo",
      "path" : "Sources/TokamakStaticHTMLDemo",
      "product_memberships" : [
        "TokamakStaticHTMLDemo"
      ],
      "sources" : [
        "ContentView.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "TokamakStaticHTML"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "TokamakStaticHTMLBenchmark",
      "module_type" : "SwiftTarget",
      "name" : "TokamakStaticHTMLBenchmark",
      "path" : "Sources/TokamakStaticHTMLBenchmark",
      "product_dependencies" : [
        "Benchmark"
      ],
      "product_memberships" : [
        "TokamakStaticHTMLBenchmark"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "TokamakStaticHTML"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "TokamakStaticHTML",
      "module_type" : "SwiftTarget",
      "name" : "TokamakStaticHTML",
      "path" : "Sources/TokamakStaticHTML",
      "product_memberships" : [
        "TokamakDemo",
        "TokamakDOM",
        "TokamakStaticHTML",
        "TokamakStaticHTMLDemo",
        "TokamakShim",
        "TokamakStaticHTMLBenchmark"
      ],
      "sources" : [
        "App.swift",
        "Core.swift",
        "Modifiers/Effects/OffsetEffect.swift",
        "Modifiers/Effects/OpacityEffect.swift",
        "Modifiers/Effects/RotationEffect.swift",
        "Modifiers/Effects/ScaleEffect.swift",
        "Modifiers/LayoutModifiers.swift",
        "Modifiers/ModifiedContent.swift",
        "Modifiers/ViewModifier.swift",
        "Modifiers/_BackgroundShapeModifier.swift",
        "Modifiers/_BackgroundStyleModifier.swift",
        "Modifiers/_DomTextSanitizer.swift",
        "Preferences/Preferences.swift",
        "Resources/TokamakStyles.swift",
        "Sanitizer.swift",
        "Scenes/WindowGroup.swift",
        "Shapes/Path.swift",
        "Shapes/Shape.swift",
        "Shapes/_ShapeView.swift",
        "StaticHTMLFiberRenderer.swift",
        "StaticHTMLRenderer.swift",
        "Tokens/BuiltinColors.swift",
        "Tokens/Tokens.swift",
        "Views/Buttons/Link.swift",
        "Views/Containers/List.swift",
        "Views/HTML.swift",
        "Views/Head/Meta.swift",
        "Views/Head/Title.swift",
        "Views/Images/Image.swift",
        "Views/Layout/HStack.swift",
        "Views/Layout/LazyHGrid.swift",
        "Views/Layout/LazyVGrid.swift",
        "Views/Layout/ScrollView.swift",
        "Views/Layout/VStack.swift",
        "Views/Layout/ZStack.swift",
        "Views/Navigation/NavigationView.swift",
        "Views/Progress/ProgressView.swift",
        "Views/Spacers/Divider.swift",
        "Views/Spacers/Spacer.swift",
        "Views/Text/Text.swift"
      ],
      "target_dependencies" : [
        "TokamakCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TokamakShim",
      "module_type" : "SwiftTarget",
      "name" : "TokamakShim",
      "path" : "Sources/TokamakShim",
      "product_memberships" : [
        "TokamakDemo",
        "TokamakShim"
      ],
      "sources" : [
        "TokamakShim.swift"
      ],
      "target_dependencies" : [
        "TokamakDOM",
        "TokamakGTK"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TokamakReconcilerTests",
      "module_type" : "SwiftTarget",
      "name" : "TokamakReconcilerTests",
      "path" : "Tests/TokamakReconcilerTests",
      "sources" : [
        "PreferenceTests.swift",
        "VisitorTests.swift"
      ],
      "target_dependencies" : [
        "TokamakCore",
        "TokamakTestRenderer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TokamakLayoutTests",
      "module_type" : "SwiftTarget",
      "name" : "TokamakLayoutTests",
      "path" : "Tests/TokamakLayoutTests",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "sources" : [
        "Alignment+allCases.swift",
        "AspectRatioTests.swift",
        "ContainedZLayoutTests.swift",
        "FrameTests.swift",
        "StackTests.swift",
        "compare.swift"
      ],
      "target_dependencies" : [
        "TokamakCore",
        "TokamakStaticHTML"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TokamakGTKDemo",
      "module_type" : "SwiftTarget",
      "name" : "TokamakGTKDemo",
      "path" : "Sources/TokamakGTKDemo",
      "product_memberships" : [
        "TokamakGTKDemo"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/TokamakGTKDemo/logo-header.png",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "TokamakGTK"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "TokamakGTKCHelpers",
      "module_type" : "ClangTarget",
      "name" : "TokamakGTKCHelpers",
      "path" : "Sources/TokamakGTKCHelpers",
      "product_memberships" : [
        "TokamakDemo",
        "TokamakGTK",
        "TokamakGTKDemo",
        "TokamakShim"
      ],
      "sources" : [
        "type_check.c"
      ],
      "target_dependencies" : [
        "CGTK"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TokamakGTK",
      "module_type" : "SwiftTarget",
      "name" : "TokamakGTK",
      "path" : "Sources/TokamakGTK",
      "product_dependencies" : [
        "OpenCombineShim"
      ],
      "product_memberships" : [
        "TokamakDemo",
        "TokamakGTK",
        "TokamakGTKDemo",
        "TokamakShim"
      ],
      "sources" : [
        "App/App.swift",
        "Core.swift",
        "GSignal.swift",
        "GTKRenderer.swift",
        "GtkContainer+forEach.swift",
        "Modifiers/LayoutModifiers.swift",
        "Modifiers/WidgetModifier.swift",
        "Scenes/SceneContainerView.swift",
        "Scenes/WindowGroup.swift",
        "Shapes/Shape.swift",
        "Tokens/BuiltinColors.swift",
        "Views/Button.swift",
        "Views/Image.swift",
        "Views/List.swift",
        "Views/NavigationView.swift",
        "Views/Picker.swift",
        "Views/ScrollView.swift",
        "Views/Stack.swift",
        "Views/Text.swift",
        "Views/TextField.swift",
        "Widget.swift"
      ],
      "target_dependencies" : [
        "TokamakCore",
        "CGTK",
        "CGDK",
        "TokamakGTKCHelpers"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TokamakDemo",
      "module_type" : "SwiftTarget",
      "name" : "TokamakDemo",
      "path" : "Sources/TokamakDemo",
      "product_dependencies" : [
        "JavaScriptKit"
      ],
      "product_memberships" : [
        "TokamakDemo"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/TokamakDemo/logo-header.png",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Buttons/ButtonStyleDemo.swift",
        "Buttons/Counter.swift",
        "Containers/ForEachDemo.swift",
        "Containers/ListDemo.swift",
        "Containers/OutlineGroupDemo.swift",
        "Containers/SidebarDemo.swift",
        "DOM/DOMRefDemo.swift",
        "DOM/URLHashDemo.swift",
        "Drawing/CanvasDemo.swift",
        "Drawing/ColorDemo.swift",
        "Drawing/PathDemo.swift",
        "Drawing/ShapeStyleDemo.swift",
        "Layout/GeometryReaderDemo.swift",
        "Layout/GridDemo.swift",
        "Layout/SpacerDemo.swift",
        "Layout/StackDemo.swift",
        "Misc/AnimationDemo.swift",
        "Misc/AppStorageDemo.swift",
        "Misc/EnvironmentDemo.swift",
        "Misc/PreferenceKeyDemo.swift",
        "Misc/ProgressViewDemo.swift",
        "Misc/RedactDemo.swift",
        "Misc/TransitionDemo.swift",
        "Modifiers/ShadowDemo.swift",
        "Modifiers/TaskDemo.swift",
        "Selectors/DatePickerDemo.swift",
        "Selectors/PickerDemo.swift",
        "Selectors/SliderDemo.swift",
        "Selectors/ToggleDemo.swift",
        "Text/TextDemo.swift",
        "Text/TextEditorDemo.swift",
        "Text/TextFieldDemo.swift",
        "TokamakDemo.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "TokamakShim"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "TokamakDOM",
      "module_type" : "SwiftTarget",
      "name" : "TokamakDOM",
      "path" : "Sources/TokamakDOM",
      "product_dependencies" : [
        "OpenCombineShim",
        "JavaScriptKit",
        "JavaScriptEventLoop",
        "OpenCombineJS"
      ],
      "product_memberships" : [
        "TokamakDemo",
        "TokamakDOM",
        "TokamakShim"
      ],
      "sources" : [
        "App/App.swift",
        "App/ColorSchemeObserver.swift",
        "App/ScenePhaseObserver.swift",
        "Core.swift",
        "DOMFiberRenderer.swift",
        "DOMNode.swift",
        "DOMRef.swift",
        "DOMRenderer.swift",
        "Modifiers/ActionModifier.swift",
        "Modifiers/Hover.swift",
        "Modifiers/ModifiedContent.swift",
        "Modifiers/Transitions.swift",
        "Storage/LocalStorage.swift",
        "Storage/SessionStorage.swift",
        "Storage/WebStorage.swift",
        "Styles/ColorScheme.swift",
        "Styles/ToggleStyle.swift",
        "Views/Buttons/Button.swift",
        "Views/Canvas/Canvas.swift",
        "Views/Canvas/ImageOperations.swift",
        "Views/Canvas/PathOperations.swift",
        "Views/Canvas/SymbolOperations.swift",
        "Views/Canvas/TextOperations.swift",
        "Views/Canvas/TimelineView.swift",
        "Views/Containers/DisclosureGroup.swift",
        "Views/DynamicHTML.swift",
        "Views/Layout/GeometryReader.swift",
        "Views/Navigation/NavigationLink.swift",
        "Views/Selectors/DatePicker.swift",
        "Views/Selectors/Picker.swift",
        "Views/Selectors/Slider.swift",
        "Views/Text/SecureField.swift",
        "Views/Text/TextEditor.swift",
        "Views/Text/TextField.swift"
      ],
      "target_dependencies" : [
        "TokamakCore",
        "TokamakStaticHTML"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TokamakCoreBenchmark",
      "module_type" : "SwiftTarget",
      "name" : "TokamakCoreBenchmark",
      "path" : "Sources/TokamakCoreBenchmark",
      "product_dependencies" : [
        "Benchmark"
      ],
      "product_memberships" : [
        "TokamakCoreBenchmark"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "TokamakCore",
        "TokamakTestRenderer"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "TokamakCore",
      "module_type" : "SwiftTarget",
      "name" : "TokamakCore",
      "path" : "Sources/TokamakCore",
      "product_dependencies" : [
        "OpenCombineShim"
      ],
      "product_memberships" : [
        "TokamakDemo",
        "TokamakDOM",
        "TokamakStaticHTML",
        "TokamakStaticHTMLDemo",
        "TokamakGTK",
        "TokamakGTKDemo",
        "TokamakShim",
        "TokamakStaticHTMLBenchmark",
        "TokamakCoreBenchmark"
      ],
      "sources" : [
        "Animation/Animatable.swift",
        "Animation/AnimatableModifier.swift",
        "Animation/Animation.swift",
        "Animation/Transaction.swift",
        "Animation/VectorArithmetic.swift",
        "Animation/_AnimationBoxBase.swift",
        "Animation/_AnimationSolvers.swift",
        "Animation/_AnyAnimatableData.swift",
        "Animation/_VectorMath.swift",
        "App/App.swift",
        "App/AppStorage.swift",
        "App/Scenes/Scene.swift",
        "App/Scenes/SceneBuilder.swift",
        "App/Scenes/ScenePhase.swift",
        "App/Scenes/SceneStorage.swift",
        "App/Scenes/WindowGroup.swift",
        "App/Scenes/_SceneModifier.swift",
        "App/_AnyApp.swift",
        "App/_AnyScene.swift",
        "App/_StorageProvider.swift",
        "App/_TupleScene.swift",
        "DynamicProperty.swift",
        "Environment/Environment.swift",
        "Environment/EnvironmentKey.swift",
        "Environment/EnvironmentObject.swift",
        "Environment/EnvironmentValues.swift",
        "Environment/EnvironmentalModifier.swift",
        "Fiber/AlignmentID.swift",
        "Fiber/App/AppVisitor.swift",
        "Fiber/Fiber+Content.swift",
        "Fiber/Fiber+CustomDebugStringConvertible.swift",
        "Fiber/Fiber.swift",
        "Fiber/FiberElement.swift",
        "Fiber/FiberReconciler+TreeReducer.swift",
        "Fiber/FiberReconciler.swift",
        "Fiber/FiberRenderer.swift",
        "Fiber/Layout/ContainedZLayout.swift",
        "Fiber/Layout/Layout.swift",
        "Fiber/Layout/LayoutPriority.swift",
        "Fiber/Layout/LayoutProperties.swift",
        "Fiber/Layout/LayoutSubviews.swift",
        "Fiber/Layout/LayoutValueKey.swift",
        "Fiber/Layout/PaddingLayout+Layout.swift",
        "Fiber/Layout/ProposedViewSize.swift",
        "Fiber/Layout/StackLayout.swift",
        "Fiber/Layout/ViewSpacing.swift",
        "Fiber/Layout/_AspectRatioLayout+Layout.swift",
        "Fiber/Layout/_FlexFrameLayout+Layout.swift",
        "Fiber/Layout/_FrameLayout+Layout.swift",
        "Fiber/Mutation.swift",
        "Fiber/Passes/FiberReconcilerPass.swift",
        "Fiber/Passes/LayoutPass.swift",
        "Fiber/Passes/ReconcilePass.swift",
        "Fiber/Scene/SceneArguments.swift",
        "Fiber/Scene/SceneVisitor.swift",
        "Fiber/ViewArguments.swift",
        "Fiber/ViewGeometry.swift",
        "Fiber/ViewVisitor.swift",
        "Fiber/walk.swift",
        "Modifiers/AppearanceActionModifier.swift",
        "Modifiers/AspectRatioLayout.swift",
        "Modifiers/Effects/ClipEffect.swift",
        "Modifiers/Effects/GeometryEffect.swift",
        "Modifiers/Effects/OffsetEffect.swift",
        "Modifiers/Effects/OpacityEffect.swift",
        "Modifiers/Effects/RotationEffect.swift",
        "Modifiers/Effects/ScaleEffect.swift",
        "Modifiers/FlexFrameLayout.swift",
        "Modifiers/FrameLayout.swift",
        "Modifiers/HoverActionModifier.swift",
        "Modifiers/LifecycleModifier.swift",
        "Modifiers/ModifiedContent.swift",
        "Modifiers/Navigation.swift",
        "Modifiers/PaddingLayout.swift",
        "Modifiers/RedactionReasons.swift",
        "Modifiers/ShadowLayout.swift",
        "Modifiers/StyleModifiers.swift",
        "Modifiers/TaskModifier.swift",
        "Modifiers/ViewModifier.swift",
        "Modifiers/ZIndexModifier.swift",
        "MountedViews/MountedApp.swift",
        "MountedViews/MountedCompositeElement.swift",
        "MountedViews/MountedCompositeView.swift",
        "MountedViews/MountedElement.swift",
        "MountedViews/MountedEmptyView.swift",
        "MountedViews/MountedHostView.swift",
        "MountedViews/MountedScene.swift",
        "MountedViews/UnmountTask.swift",
        "Preferences/PreferenceKey.swift",
        "Preferences/_PreferenceActionModifier.swift",
        "Preferences/_PreferenceReadingView.swift",
        "Preferences/_PreferenceTransformModifier.swift",
        "Preferences/_PreferenceWritingModifier.swift",
        "PreviewProvider.swift",
        "Reflection/Layouts/ExistentialContainter.swift",
        "Reflection/Layouts/FieldDescriptor.swift",
        "Reflection/Layouts/ProtocolTypeContainer.swift",
        "Reflection/Layouts/StructMetadataLayout.swift",
        "Reflection/Layouts/StructTypeDescriptor.swift",
        "Reflection/Layouts/TargetTypeGenericContextDescriptorHeader.swift",
        "Reflection/Layouts/ValueWitnessTable.swift",
        "Reflection/Metadata/Metadata.swift",
        "Reflection/Metadata/MetadataState.swift",
        "Reflection/Metadata/StructMetadata.swift",
        "Reflection/Models/Kind.swift",
        "Reflection/Models/PropertyInfo.swift",
        "Reflection/Models/TypeInfo.swift",
        "Reflection/Pointers/MetadataOffset.swift",
        "Reflection/Pointers/Pointers.swift",
        "Reflection/Pointers/RelativeVectorPointer.swift",
        "Reflection/Utilities/GettersSetters.swift",
        "Reflection/Utilities/Pointer+Extensions.swift",
        "Reflection/typeConstructorName.swift",
        "Renderer.swift",
        "Shapes/AnyShape.swift",
        "Shapes/ContainerRelativeShape.swift",
        "Shapes/Ellipse.swift",
        "Shapes/FixedRoundedRect.swift",
        "Shapes/ModifiedShapes.swift",
        "Shapes/Path/Path.swift",
        "Shapes/Path/PathLayout.swift",
        "Shapes/Path/PathMutations.swift",
        "Shapes/Path/PathSizing.swift",
        "Shapes/Rectangle.swift",
        "Shapes/Shape.swift",
        "Shapes/ShapeModifiers.swift",
        "Shapes/ShapeStyles/BackgroundStyle.swift",
        "Shapes/ShapeStyles/ForegroundStyle.swift",
        "Shapes/ShapeStyles/Gradients/AngularGradient.swift",
        "Shapes/ShapeStyles/Gradients/EllipticalGradient.swift",
        "Shapes/ShapeStyles/Gradients/Gradient.swift",
        "Shapes/ShapeStyles/Gradients/LinearGradient.swift",
        "Shapes/ShapeStyles/Gradients/RadialGradient.swift",
        "Shapes/ShapeStyles/HierarchicalShapeStyle.swift",
        "Shapes/ShapeStyles/Material.swift",
        "Shapes/ShapeStyles/ShapeStyle.swift",
        "Shapes/StrokeStyle.swift",
        "Shapes/StrokedPath.swift",
        "Shapes/TrimmedPath.swift",
        "StackReconciler.swift",
        "State/Binding.swift",
        "State/ObservedObject.swift",
        "State/State.swift",
        "State/StateObject.swift",
        "State/TargetRef.swift",
        "Stubs/CGStubs.swift",
        "Stubs/UIColor.swift",
        "Styles/ButtonStyle.swift",
        "Styles/ControlGroupStyle.swift",
        "Styles/ListStyle.swift",
        "Styles/NavigationLinkStyle.swift",
        "Styles/OutlineGroupStyle.swift",
        "Styles/PickerStyle.swift",
        "Styles/PrimitiveButtonStyle.swift",
        "Styles/TextFieldStyle.swift",
        "Styles/ToggleStyle.swift",
        "Target.swift",
        "Tokens/Angle.swift",
        "Tokens/AnyTokenBox.swift",
        "Tokens/Axis.swift",
        "Tokens/Color/Color.swift",
        "Tokens/Color/ColorBoxes.swift",
        "Tokens/Color/ColorKeys.swift",
        "Tokens/ColorScheme.swift",
        "Tokens/Controls/ButtonRole.swift",
        "Tokens/Controls/ControlSize.swift",
        "Tokens/Controls/Prominence.swift",
        "Tokens/Edge.swift",
        "Tokens/Font/Font.swift",
        "Tokens/Font/FontBoxes.swift",
        "Tokens/Font/FontModifiers.swift",
        "Tokens/GridItem.swift",
        "Tokens/LayoutDirection.swift",
        "Tokens/LineBreakMode.swift",
        "Tokens/TextAlignment.swift",
        "Tokens/UnitPoint.swift",
        "ViewTraits/TagValueTraitKey.swift",
        "ViewTraits/Transition/Transition.swift",
        "ViewTraits/Transition/TransitionBoxes.swift",
        "ViewTraits/_ViewTraitKey.swift",
        "ViewTraits/_ViewTraitStore.swift",
        "Views/AnyView.swift",
        "Views/Canvas/Canvas.swift",
        "Views/Canvas/GraphicsContext/BlendMode.swift",
        "Views/Canvas/GraphicsContext/Filter.swift",
        "Views/Canvas/GraphicsContext/GraphicsContext.swift",
        "Views/Canvas/GraphicsContext/Resolvables.swift",
        "Views/Canvas/GraphicsContext/Shading.swift",
        "Views/Canvas/TimelineView.swift",
        "Views/Containers/DisclosureGroup.swift",
        "Views/Containers/ForEach.swift",
        "Views/Containers/Group.swift",
        "Views/Containers/List/List+Init.swift",
        "Views/Containers/List/List+SelectionValue.swift",
        "Views/Containers/List/List.swift",
        "Views/Containers/OutlineGroup.swift",
        "Views/Containers/Section.swift",
        "Views/Containers/TupleView.swift",
        "Views/Containers/VariadicView.swift",
        "Views/Controls/Button.swift",
        "Views/Controls/ControlGroup.swift",
        "Views/Controls/Link.swift",
        "Views/Controls/Selectors/DatePicker.swift",
        "Views/Controls/Selectors/Picker.swift",
        "Views/Controls/Selectors/Slider.swift",
        "Views/Controls/Selectors/Toggle.swift",
        "Views/Image.swift",
        "Views/Layout/GeometryReader.swift",
        "Views/Layout/HStack.swift",
        "Views/Layout/LazyHGrid.swift",
        "Views/Layout/LazyVGrid.swift",
        "Views/Layout/ScrollView.swift",
        "Views/Layout/VStack.swift",
        "Views/Layout/ZStack.swift",
        "Views/Navigation/NavigationBarItem.swift",
        "Views/Navigation/NavigationLink.swift",
        "Views/Navigation/NavigationView.swift",
        "Views/Navigation/Toolbar.swift",
        "Views/Navigation/ToolbarContentBuilder.swift",
        "Views/Navigation/ToolbarItem.swift",
        "Views/Progress/ProgressView.swift",
        "Views/Progress/ProgressViewStyle.swift",
        "Views/Spacers/Divider.swift",
        "Views/Spacers/Spacer.swift",
        "Views/Text/SecureField.swift",
        "Views/Text/Text.swift",
        "Views/Text/TextEditor.swift",
        "Views/Text/TextField.swift",
        "Views/View.swift",
        "Views/ViewBuilder.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CGTK",
      "module_type" : "SystemLibraryTarget",
      "name" : "CGTK",
      "path" : "Sources/CGTK",
      "product_memberships" : [
        "TokamakDemo",
        "TokamakGTK",
        "TokamakGTKDemo",
        "TokamakShim"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "CGDK",
      "module_type" : "SystemLibraryTarget",
      "name" : "CGDK",
      "path" : "Sources/CGDK",
      "product_memberships" : [
        "TokamakDemo",
        "TokamakGTK",
        "TokamakGTKDemo",
        "TokamakShim"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "5.6"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Tokamak-Package",
      "TokamakCoreBenchmark",
      "TokamakDemo",
      "TokamakDOM",
      "TokamakGTK",
      "TokamakGTKDemo",
      "TokamakShim",
      "TokamakStaticHTML",
      "TokamakStaticHTMLBenchmark",
      "TokamakStaticHTMLDemo"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Tokamak-Package -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
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 Tokamak-Package -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedyou may be able to install gdk-3.0 using your system-packager:
    brew install gtk+3
you may be able to install gtk+-3.0 using your system-packager:
    brew install gtk+3
Resolve Package Graph
you may be able to install gdk-3.0 using your system-packager:
    brew install gtk+3
you may be able to install gtk+-3.0 using your system-packager:
    brew install gtk+3
Resolved source packages:
  swift-snapshot-testing: https://github.com/pointfreeco/swift-snapshot-testing.git @ 1.18.3
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.5.2
  JavaScriptKit: https://github.com/swiftwasm/JavaScriptKit.git @ 0.28.0
  OpenCombineJS: https://github.com/swiftwasm/OpenCombineJS.git @ 0.2.0
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
  swift-syntax: https://github.com/swiftlang/swift-syntax @ 600.0.1
  Tokamak: /Users/admin/builder/spi-builder-workspace
  Benchmark: https://github.com/google/swift-benchmark @ 0.1.2
  swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.3.3
  OpenCombine: https://github.com/OpenCombine/OpenCombine.git @ 0.14.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (37 targets)
    Target 'TokamakStaticHTMLDemo' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakCore' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakStaticHTML' in project 'Tokamak'
        ➜ Explicit dependency on target 'OpenCombineShim' in project 'OpenCombine'
    Target 'TokamakStaticHTMLBenchmark' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakCore' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakStaticHTML' in project 'Tokamak'
        ➜ Explicit dependency on target 'OpenCombineShim' in project 'OpenCombine'
        ➜ Explicit dependency on target 'Benchmark' in project 'Benchmark'
    Target 'TokamakGTKDemo' in project 'Tokamak'
        ➜ Explicit dependency on target 'Tokamak_TokamakGTKDemo' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakCore' in project 'Tokamak'
        ➜ Explicit dependency on target 'CGTK' in project 'Tokamak'
        ➜ Explicit dependency on target 'CGDK' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakGTKCHelpers' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakGTK' in project 'Tokamak'
        ➜ Explicit dependency on target 'OpenCombineShim' in project 'OpenCombine'
    Target 'Tokamak_TokamakGTKDemo' in project 'Tokamak' (no dependencies)
    Target 'TokamakDemo' in project 'Tokamak'
        ➜ Explicit dependency on target 'Tokamak_TokamakDemo' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakCore' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakStaticHTML' in project 'Tokamak'
        ➜ Explicit dependency on target 'CGTK' in project 'Tokamak'
        ➜ Explicit dependency on target 'CGDK' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakGTKCHelpers' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakShim' in project 'Tokamak'
        ➜ Explicit dependency on target 'OpenCombineShim' in project 'OpenCombine'
        ➜ Explicit dependency on target 'OpenCombineJS' in project 'OpenCombineJS'
    Target 'Tokamak_TokamakDemo' in project 'Tokamak' (no dependencies)
    Target 'TokamakCoreBenchmark' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakCore' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakTestRenderer' in project 'Tokamak'
        ➜ Explicit dependency on target 'OpenCombineShim' in project 'OpenCombine'
        ➜ Explicit dependency on target 'Benchmark' in project 'Benchmark'
    Target 'Benchmark' in project 'Benchmark'
        ➜ Explicit dependency on target 'Benchmark' in project 'Benchmark'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
    Target 'Benchmark' in project 'Benchmark'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParserToolInfo' in project 'swift-argument-parser' (no dependencies)
    Target 'TokamakTestRenderer' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakCore' in project 'Tokamak'
        ➜ Explicit dependency on target 'OpenCombineShim' in project 'OpenCombine'
    Target 'TokamakStaticHTML' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakStaticHTML' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakCore' in project 'Tokamak'
        ➜ Explicit dependency on target 'OpenCombineShim' in project 'OpenCombine'
    Target 'TokamakShim' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakShim' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakCore' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakStaticHTML' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakGTKCHelpers' in project 'Tokamak'
        ➜ Explicit dependency on target 'OpenCombineShim' in project 'OpenCombine'
        ➜ Explicit dependency on target 'OpenCombineJS' in project 'OpenCombineJS'
    Target 'TokamakShim' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakCore' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakStaticHTML' in project 'Tokamak'
        ➜ Explicit dependency on target 'CGTK' in project 'Tokamak'
        ➜ Explicit dependency on target 'CGDK' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakGTKCHelpers' in project 'Tokamak'
        ➜ Explicit dependency on target 'OpenCombineShim' in project 'OpenCombine'
        ➜ Explicit dependency on target 'OpenCombineJS' in project 'OpenCombineJS'
    Target 'TokamakGTK' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakGTK' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakCore' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakGTKCHelpers' in project 'Tokamak'
        ➜ Explicit dependency on target 'OpenCombineShim' in project 'OpenCombine'
    Target 'TokamakGTK' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakCore' in project 'Tokamak'
        ➜ Explicit dependency on target 'CGTK' in project 'Tokamak'
        ➜ Explicit dependency on target 'CGDK' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakGTKCHelpers' in project 'Tokamak'
        ➜ Explicit dependency on target 'OpenCombineShim' in project 'OpenCombine'
    Target 'TokamakGTKCHelpers' in project 'Tokamak'
        ➜ Explicit dependency on target 'CGTK' in project 'Tokamak'
    Target 'CGDK' in project 'Tokamak' (no dependencies)
    Target 'CGTK' in project 'Tokamak' (no dependencies)
    Target 'TokamakDOM' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakDOM' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakCore' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakStaticHTML' in project 'Tokamak'
        ➜ Explicit dependency on target 'OpenCombineShim' in project 'OpenCombine'
        ➜ Explicit dependency on target 'OpenCombineJS' in project 'OpenCombineJS'
    Target 'TokamakDOM' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakCore' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakStaticHTML' in project 'Tokamak'
        ➜ Explicit dependency on target 'OpenCombineShim' in project 'OpenCombine'
        ➜ Explicit dependency on target 'OpenCombineJS' in project 'OpenCombineJS'
    Target 'OpenCombineJS' in project 'OpenCombineJS'
        ➜ Explicit dependency on target 'OpenCombineJS' in project 'OpenCombineJS'
        ➜ Explicit dependency on target 'JavaScriptKit' in project 'JavaScriptKit'
        ➜ Explicit dependency on target 'OpenCombine' in project 'OpenCombine'
    Target 'OpenCombineJS' in project 'OpenCombineJS'
        ➜ Explicit dependency on target 'JavaScriptKit' in project 'JavaScriptKit'
        ➜ Explicit dependency on target 'OpenCombine' in project 'OpenCombine'
    Target 'OpenCombine' in project 'OpenCombine'
        ➜ Explicit dependency on target 'OpenCombine' in project 'OpenCombine'
        ➜ Explicit dependency on target 'COpenCombineHelpers' in project 'OpenCombine'
    Target 'JavaScriptKit' in project 'JavaScriptKit'
        ➜ Explicit dependency on target 'JavaScriptKit' in project 'JavaScriptKit'
        ➜ Explicit dependency on target '_CJavaScriptKit' in project 'JavaScriptKit'
    Target 'JavaScriptKit' in project 'JavaScriptKit'
        ➜ Explicit dependency on target '_CJavaScriptKit' in project 'JavaScriptKit'
    Target '_CJavaScriptKit' in project 'JavaScriptKit' (no dependencies)
    Target 'TokamakStaticHTML' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakCore' in project 'Tokamak'
        ➜ Explicit dependency on target 'OpenCombineShim' in project 'OpenCombine'
    Target 'TokamakCore' in project 'Tokamak'
        ➜ Explicit dependency on target 'OpenCombineShim' in project 'OpenCombine'
    Target 'OpenCombineShim' in project 'OpenCombine'
        ➜ Explicit dependency on target 'OpenCombineShim' in project 'OpenCombine'
        ➜ Explicit dependency on target 'COpenCombineHelpers' in project 'OpenCombine'
        ➜ Explicit dependency on target 'OpenCombine' in project 'OpenCombine'
        ➜ Explicit dependency on target 'OpenCombineDispatch' in project 'OpenCombine'
        ➜ Explicit dependency on target 'OpenCombineFoundation' in project 'OpenCombine'
    Target 'OpenCombineShim' in project 'OpenCombine'
        ➜ Explicit dependency on target 'COpenCombineHelpers' in project 'OpenCombine'
        ➜ Explicit dependency on target 'OpenCombine' in project 'OpenCombine'
        ➜ Explicit dependency on target 'OpenCombineDispatch' in project 'OpenCombine'
        ➜ Explicit dependency on target 'OpenCombineFoundation' in project 'OpenCombine'
    Target 'OpenCombineFoundation' in project 'OpenCombine'
        ➜ Explicit dependency on target 'COpenCombineHelpers' in project 'OpenCombine'
        ➜ Explicit dependency on target 'OpenCombine' in project 'OpenCombine'
    Target 'OpenCombineDispatch' in project 'OpenCombine'
        ➜ Explicit dependency on target 'COpenCombineHelpers' in project 'OpenCombine'
        ➜ Explicit dependency on target 'OpenCombine' in project 'OpenCombine'
    Target 'OpenCombine' in project 'OpenCombine'
        ➜ Explicit dependency on target 'COpenCombineHelpers' in project 'OpenCombine'
    Target 'COpenCombineHelpers' in project 'OpenCombine' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/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/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 2c0ce8e6234e57360a800e92fd227a5b
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/2c0ce8e6234e57360a800e92fd227a5b.xcbuilddata
error: The package product 'JavaScriptKit' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'OpenCombineJS' from project 'OpenCombineJS')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:f209dbada29c265b13a203ece28c606512446927, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:f209dbada29c265b13a203ece28c606512446927, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:f209dbada29c265b13a203ece28c606512446927, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:f209dbada29c265b13a203ece28c606512446927, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme Tokamak-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
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedyou may be able to install gdk-3.0 using your system-packager:
    brew install gtk+3
you may be able to install gtk+-3.0 using your system-packager:
    brew install gtk+3
Resolved source packages:
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.5.2
  swift-snapshot-testing: https://github.com/pointfreeco/swift-snapshot-testing.git @ 1.18.3
  OpenCombine: https://github.com/OpenCombine/OpenCombine.git @ 0.14.0
  swift-syntax: https://github.com/swiftlang/swift-syntax @ 600.0.1
  swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.3.3
  JavaScriptKit: https://github.com/swiftwasm/JavaScriptKit.git @ 0.28.0
  Tokamak: /Users/admin/builder/spi-builder-workspace
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
  Benchmark: https://github.com/google/swift-benchmark @ 0.1.2
  OpenCombineJS: https://github.com/swiftwasm/OpenCombineJS.git @ 0.2.0
resolved source packages: xctest-dynamic-overlay, swift-snapshot-testing, OpenCombine, swift-syntax, swift-custom-dump, JavaScriptKit, Tokamak, swift-argument-parser, Benchmark, OpenCombineJS
{
  "dependencies" : [
    {
      "identity" : "javascriptkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.15.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftwasm/JavaScriptKit.git"
    },
    {
      "identity" : "opencombine",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.12.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/OpenCombine/OpenCombine.git"
    },
    {
      "identity" : "opencombinejs",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftwasm/OpenCombineJS.git"
    },
    {
      "identity" : "swift-benchmark",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/google/swift-benchmark"
    },
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
    }
  ],
  "manifest_display_name" : "Tokamak",
  "name" : "Tokamak",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "TokamakDemo",
      "targets" : [
        "TokamakDemo"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "TokamakDOM",
      "targets" : [
        "TokamakDOM"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TokamakStaticHTML",
      "targets" : [
        "TokamakStaticHTML"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TokamakStaticHTMLDemo",
      "targets" : [
        "TokamakStaticHTMLDemo"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "TokamakGTK",
      "targets" : [
        "TokamakGTK"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TokamakGTKDemo",
      "targets" : [
        "TokamakGTKDemo"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "TokamakShim",
      "targets" : [
        "TokamakShim"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TokamakStaticHTMLBenchmark",
      "targets" : [
        "TokamakStaticHTMLBenchmark"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "TokamakCoreBenchmark",
      "targets" : [
        "TokamakCoreBenchmark"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TokamakTests",
      "module_type" : "SwiftTarget",
      "name" : "TokamakTests",
      "path" : "Tests/TokamakTests",
      "sources" : [
        "ColorTests.swift",
        "EnvironmentTests.swift",
        "GetSetStructTests.swift",
        "MetadataTests.swift",
        "ReconcilerStressTests.swift",
        "ReconcilerTests.swift",
        "ValuePointerTests.swift",
        "ValueWitnessTableTests.swift"
      ],
      "target_dependencies" : [
        "TokamakTestRenderer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TokamakTestRenderer",
      "module_type" : "SwiftTarget",
      "name" : "TokamakTestRenderer",
      "path" : "Sources/TokamakTestRenderer",
      "product_memberships" : [
        "TokamakCoreBenchmark"
      ],
      "sources" : [
        "App.swift",
        "TestFiberRenderer.swift",
        "TestRenderer.swift",
        "TestView.swift",
        "TestViewProxy.swift",
        "WindowGroup.swift"
      ],
      "target_dependencies" : [
        "TokamakCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TokamakStaticHTMLTests",
      "module_type" : "SwiftTarget",
      "name" : "TokamakStaticHTMLTests",
      "path" : "Tests/TokamakStaticHTMLTests",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "sources" : [
        "HTMLStrategy.swift",
        "HTMLTests.swift",
        "RenderingTests/LayoutTests.swift",
        "RenderingTests/ShapeTests.swift",
        "RenderingTests/Snapshotting+Image.swift",
        "RenderingTests/ViewTests.swift",
        "RenderingTests/VisualTests.swift",
        "SanitizerTests.swift"
      ],
      "target_dependencies" : [
        "TokamakStaticHTML"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TokamakStaticHTMLDemo",
      "module_type" : "SwiftTarget",
      "name" : "TokamakStaticHTMLDemo",
      "path" : "Sources/TokamakStaticHTMLDemo",
      "product_memberships" : [
        "TokamakStaticHTMLDemo"
      ],
      "sources" : [
        "ContentView.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "TokamakStaticHTML"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "TokamakStaticHTMLBenchmark",
      "module_type" : "SwiftTarget",
      "name" : "TokamakStaticHTMLBenchmark",
      "path" : "Sources/TokamakStaticHTMLBenchmark",
      "product_dependencies" : [
        "Benchmark"
      ],
      "product_memberships" : [
        "TokamakStaticHTMLBenchmark"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "TokamakStaticHTML"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "TokamakStaticHTML",
      "module_type" : "SwiftTarget",
      "name" : "TokamakStaticHTML",
      "path" : "Sources/TokamakStaticHTML",
      "product_memberships" : [
        "TokamakDemo",
        "TokamakDOM",
        "TokamakStaticHTML",
        "TokamakStaticHTMLDemo",
        "TokamakShim",
        "TokamakStaticHTMLBenchmark"
      ],
      "sources" : [
        "App.swift",
        "Core.swift",
        "Modifiers/Effects/OffsetEffect.swift",
        "Modifiers/Effects/OpacityEffect.swift",
        "Modifiers/Effects/RotationEffect.swift",
        "Modifiers/Effects/ScaleEffect.swift",
        "Modifiers/LayoutModifiers.swift",
        "Modifiers/ModifiedContent.swift",
        "Modifiers/ViewModifier.swift",
        "Modifiers/_BackgroundShapeModifier.swift",
        "Modifiers/_BackgroundStyleModifier.swift",
        "Modifiers/_DomTextSanitizer.swift",
        "Preferences/Preferences.swift",
        "Resources/TokamakStyles.swift",
        "Sanitizer.swift",
        "Scenes/WindowGroup.swift",
        "Shapes/Path.swift",
        "Shapes/Shape.swift",
        "Shapes/_ShapeView.swift",
        "StaticHTMLFiberRenderer.swift",
        "StaticHTMLRenderer.swift",
        "Tokens/BuiltinColors.swift",
        "Tokens/Tokens.swift",
        "Views/Buttons/Link.swift",
        "Views/Containers/List.swift",
        "Views/HTML.swift",
        "Views/Head/Meta.swift",
        "Views/Head/Title.swift",
        "Views/Images/Image.swift",
        "Views/Layout/HStack.swift",
        "Views/Layout/LazyHGrid.swift",
        "Views/Layout/LazyVGrid.swift",
        "Views/Layout/ScrollView.swift",
        "Views/Layout/VStack.swift",
        "Views/Layout/ZStack.swift",
        "Views/Navigation/NavigationView.swift",
        "Views/Progress/ProgressView.swift",
        "Views/Spacers/Divider.swift",
        "Views/Spacers/Spacer.swift",
        "Views/Text/Text.swift"
      ],
      "target_dependencies" : [
        "TokamakCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TokamakShim",
      "module_type" : "SwiftTarget",
      "name" : "TokamakShim",
      "path" : "Sources/TokamakShim",
      "product_memberships" : [
        "TokamakDemo",
        "TokamakShim"
      ],
      "sources" : [
        "TokamakShim.swift"
      ],
      "target_dependencies" : [
        "TokamakDOM",
        "TokamakGTK"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TokamakReconcilerTests",
      "module_type" : "SwiftTarget",
      "name" : "TokamakReconcilerTests",
      "path" : "Tests/TokamakReconcilerTests",
      "sources" : [
        "PreferenceTests.swift",
        "VisitorTests.swift"
      ],
      "target_dependencies" : [
        "TokamakCore",
        "TokamakTestRenderer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TokamakLayoutTests",
      "module_type" : "SwiftTarget",
      "name" : "TokamakLayoutTests",
      "path" : "Tests/TokamakLayoutTests",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "sources" : [
        "Alignment+allCases.swift",
        "AspectRatioTests.swift",
        "ContainedZLayoutTests.swift",
        "FrameTests.swift",
        "StackTests.swift",
        "compare.swift"
      ],
      "target_dependencies" : [
        "TokamakCore",
        "TokamakStaticHTML"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TokamakGTKDemo",
      "module_type" : "SwiftTarget",
      "name" : "TokamakGTKDemo",
      "path" : "Sources/TokamakGTKDemo",
      "product_memberships" : [
        "TokamakGTKDemo"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/TokamakGTKDemo/logo-header.png",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "TokamakGTK"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "TokamakGTKCHelpers",
      "module_type" : "ClangTarget",
      "name" : "TokamakGTKCHelpers",
      "path" : "Sources/TokamakGTKCHelpers",
      "product_memberships" : [
        "TokamakDemo",
        "TokamakGTK",
        "TokamakGTKDemo",
        "TokamakShim"
      ],
      "sources" : [
        "type_check.c"
      ],
      "target_dependencies" : [
        "CGTK"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TokamakGTK",
      "module_type" : "SwiftTarget",
      "name" : "TokamakGTK",
      "path" : "Sources/TokamakGTK",
      "product_dependencies" : [
        "OpenCombineShim"
      ],
      "product_memberships" : [
        "TokamakDemo",
        "TokamakGTK",
        "TokamakGTKDemo",
        "TokamakShim"
      ],
      "sources" : [
        "App/App.swift",
        "Core.swift",
        "GSignal.swift",
        "GTKRenderer.swift",
        "GtkContainer+forEach.swift",
        "Modifiers/LayoutModifiers.swift",
        "Modifiers/WidgetModifier.swift",
        "Scenes/SceneContainerView.swift",
        "Scenes/WindowGroup.swift",
        "Shapes/Shape.swift",
        "Tokens/BuiltinColors.swift",
        "Views/Button.swift",
        "Views/Image.swift",
        "Views/List.swift",
        "Views/NavigationView.swift",
        "Views/Picker.swift",
        "Views/ScrollView.swift",
        "Views/Stack.swift",
        "Views/Text.swift",
        "Views/TextField.swift",
        "Widget.swift"
      ],
      "target_dependencies" : [
        "TokamakCore",
        "CGTK",
        "CGDK",
        "TokamakGTKCHelpers"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TokamakDemo",
      "module_type" : "SwiftTarget",
      "name" : "TokamakDemo",
      "path" : "Sources/TokamakDemo",
      "product_dependencies" : [
        "JavaScriptKit"
      ],
      "product_memberships" : [
        "TokamakDemo"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/TokamakDemo/logo-header.png",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Buttons/ButtonStyleDemo.swift",
        "Buttons/Counter.swift",
        "Containers/ForEachDemo.swift",
        "Containers/ListDemo.swift",
        "Containers/OutlineGroupDemo.swift",
        "Containers/SidebarDemo.swift",
        "DOM/DOMRefDemo.swift",
        "DOM/URLHashDemo.swift",
        "Drawing/CanvasDemo.swift",
        "Drawing/ColorDemo.swift",
        "Drawing/PathDemo.swift",
        "Drawing/ShapeStyleDemo.swift",
        "Layout/GeometryReaderDemo.swift",
        "Layout/GridDemo.swift",
        "Layout/SpacerDemo.swift",
        "Layout/StackDemo.swift",
        "Misc/AnimationDemo.swift",
        "Misc/AppStorageDemo.swift",
        "Misc/EnvironmentDemo.swift",
        "Misc/PreferenceKeyDemo.swift",
        "Misc/ProgressViewDemo.swift",
        "Misc/RedactDemo.swift",
        "Misc/TransitionDemo.swift",
        "Modifiers/ShadowDemo.swift",
        "Modifiers/TaskDemo.swift",
        "Selectors/DatePickerDemo.swift",
        "Selectors/PickerDemo.swift",
        "Selectors/SliderDemo.swift",
        "Selectors/ToggleDemo.swift",
        "Text/TextDemo.swift",
        "Text/TextEditorDemo.swift",
        "Text/TextFieldDemo.swift",
        "TokamakDemo.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "TokamakShim"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "TokamakDOM",
      "module_type" : "SwiftTarget",
      "name" : "TokamakDOM",
      "path" : "Sources/TokamakDOM",
      "product_dependencies" : [
        "OpenCombineShim",
        "JavaScriptKit",
        "JavaScriptEventLoop",
        "OpenCombineJS"
      ],
      "product_memberships" : [
        "TokamakDemo",
        "TokamakDOM",
        "TokamakShim"
      ],
      "sources" : [
        "App/App.swift",
        "App/ColorSchemeObserver.swift",
        "App/ScenePhaseObserver.swift",
        "Core.swift",
        "DOMFiberRenderer.swift",
        "DOMNode.swift",
        "DOMRef.swift",
        "DOMRenderer.swift",
        "Modifiers/ActionModifier.swift",
        "Modifiers/Hover.swift",
        "Modifiers/ModifiedContent.swift",
        "Modifiers/Transitions.swift",
        "Storage/LocalStorage.swift",
        "Storage/SessionStorage.swift",
        "Storage/WebStorage.swift",
        "Styles/ColorScheme.swift",
        "Styles/ToggleStyle.swift",
        "Views/Buttons/Button.swift",
        "Views/Canvas/Canvas.swift",
        "Views/Canvas/ImageOperations.swift",
        "Views/Canvas/PathOperations.swift",
        "Views/Canvas/SymbolOperations.swift",
        "Views/Canvas/TextOperations.swift",
        "Views/Canvas/TimelineView.swift",
        "Views/Containers/DisclosureGroup.swift",
        "Views/DynamicHTML.swift",
        "Views/Layout/GeometryReader.swift",
        "Views/Navigation/NavigationLink.swift",
        "Views/Selectors/DatePicker.swift",
        "Views/Selectors/Picker.swift",
        "Views/Selectors/Slider.swift",
        "Views/Text/SecureField.swift",
        "Views/Text/TextEditor.swift",
        "Views/Text/TextField.swift"
      ],
      "target_dependencies" : [
        "TokamakCore",
        "TokamakStaticHTML"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TokamakCoreBenchmark",
      "module_type" : "SwiftTarget",
      "name" : "TokamakCoreBenchmark",
      "path" : "Sources/TokamakCoreBenchmark",
      "product_dependencies" : [
        "Benchmark"
      ],
      "product_memberships" : [
        "TokamakCoreBenchmark"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "TokamakCore",
        "TokamakTestRenderer"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "TokamakCore",
      "module_type" : "SwiftTarget",
      "name" : "TokamakCore",
      "path" : "Sources/TokamakCore",
      "product_dependencies" : [
        "OpenCombineShim"
      ],
      "product_memberships" : [
        "TokamakDemo",
        "TokamakDOM",
        "TokamakStaticHTML",
        "TokamakStaticHTMLDemo",
        "TokamakGTK",
        "TokamakGTKDemo",
        "TokamakShim",
        "TokamakStaticHTMLBenchmark",
        "TokamakCoreBenchmark"
      ],
      "sources" : [
        "Animation/Animatable.swift",
        "Animation/AnimatableModifier.swift",
        "Animation/Animation.swift",
        "Animation/Transaction.swift",
        "Animation/VectorArithmetic.swift",
        "Animation/_AnimationBoxBase.swift",
        "Animation/_AnimationSolvers.swift",
        "Animation/_AnyAnimatableData.swift",
        "Animation/_VectorMath.swift",
        "App/App.swift",
        "App/AppStorage.swift",
        "App/Scenes/Scene.swift",
        "App/Scenes/SceneBuilder.swift",
        "App/Scenes/ScenePhase.swift",
        "App/Scenes/SceneStorage.swift",
        "App/Scenes/WindowGroup.swift",
        "App/Scenes/_SceneModifier.swift",
        "App/_AnyApp.swift",
        "App/_AnyScene.swift",
        "App/_StorageProvider.swift",
        "App/_TupleScene.swift",
        "DynamicProperty.swift",
        "Environment/Environment.swift",
        "Environment/EnvironmentKey.swift",
        "Environment/EnvironmentObject.swift",
        "Environment/EnvironmentValues.swift",
        "Environment/EnvironmentalModifier.swift",
        "Fiber/AlignmentID.swift",
        "Fiber/App/AppVisitor.swift",
        "Fiber/Fiber+Content.swift",
        "Fiber/Fiber+CustomDebugStringConvertible.swift",
        "Fiber/Fiber.swift",
        "Fiber/FiberElement.swift",
        "Fiber/FiberReconciler+TreeReducer.swift",
        "Fiber/FiberReconciler.swift",
        "Fiber/FiberRenderer.swift",
        "Fiber/Layout/ContainedZLayout.swift",
        "Fiber/Layout/Layout.swift",
        "Fiber/Layout/LayoutPriority.swift",
        "Fiber/Layout/LayoutProperties.swift",
        "Fiber/Layout/LayoutSubviews.swift",
        "Fiber/Layout/LayoutValueKey.swift",
        "Fiber/Layout/PaddingLayout+Layout.swift",
        "Fiber/Layout/ProposedViewSize.swift",
        "Fiber/Layout/StackLayout.swift",
        "Fiber/Layout/ViewSpacing.swift",
        "Fiber/Layout/_AspectRatioLayout+Layout.swift",
        "Fiber/Layout/_FlexFrameLayout+Layout.swift",
        "Fiber/Layout/_FrameLayout+Layout.swift",
        "Fiber/Mutation.swift",
        "Fiber/Passes/FiberReconcilerPass.swift",
        "Fiber/Passes/LayoutPass.swift",
        "Fiber/Passes/ReconcilePass.swift",
        "Fiber/Scene/SceneArguments.swift",
        "Fiber/Scene/SceneVisitor.swift",
        "Fiber/ViewArguments.swift",
        "Fiber/ViewGeometry.swift",
        "Fiber/ViewVisitor.swift",
        "Fiber/walk.swift",
        "Modifiers/AppearanceActionModifier.swift",
        "Modifiers/AspectRatioLayout.swift",
        "Modifiers/Effects/ClipEffect.swift",
        "Modifiers/Effects/GeometryEffect.swift",
        "Modifiers/Effects/OffsetEffect.swift",
        "Modifiers/Effects/OpacityEffect.swift",
        "Modifiers/Effects/RotationEffect.swift",
        "Modifiers/Effects/ScaleEffect.swift",
        "Modifiers/FlexFrameLayout.swift",
        "Modifiers/FrameLayout.swift",
        "Modifiers/HoverActionModifier.swift",
        "Modifiers/LifecycleModifier.swift",
        "Modifiers/ModifiedContent.swift",
        "Modifiers/Navigation.swift",
        "Modifiers/PaddingLayout.swift",
        "Modifiers/RedactionReasons.swift",
        "Modifiers/ShadowLayout.swift",
        "Modifiers/StyleModifiers.swift",
        "Modifiers/TaskModifier.swift",
        "Modifiers/ViewModifier.swift",
        "Modifiers/ZIndexModifier.swift",
        "MountedViews/MountedApp.swift",
        "MountedViews/MountedCompositeElement.swift",
        "MountedViews/MountedCompositeView.swift",
        "MountedViews/MountedElement.swift",
        "MountedViews/MountedEmptyView.swift",
        "MountedViews/MountedHostView.swift",
        "MountedViews/MountedScene.swift",
        "MountedViews/UnmountTask.swift",
        "Preferences/PreferenceKey.swift",
        "Preferences/_PreferenceActionModifier.swift",
        "Preferences/_PreferenceReadingView.swift",
        "Preferences/_PreferenceTransformModifier.swift",
        "Preferences/_PreferenceWritingModifier.swift",
        "PreviewProvider.swift",
        "Reflection/Layouts/ExistentialContainter.swift",
        "Reflection/Layouts/FieldDescriptor.swift",
        "Reflection/Layouts/ProtocolTypeContainer.swift",
        "Reflection/Layouts/StructMetadataLayout.swift",
        "Reflection/Layouts/StructTypeDescriptor.swift",
        "Reflection/Layouts/TargetTypeGenericContextDescriptorHeader.swift",
        "Reflection/Layouts/ValueWitnessTable.swift",
        "Reflection/Metadata/Metadata.swift",
        "Reflection/Metadata/MetadataState.swift",
        "Reflection/Metadata/StructMetadata.swift",
        "Reflection/Models/Kind.swift",
        "Reflection/Models/PropertyInfo.swift",
        "Reflection/Models/TypeInfo.swift",
        "Reflection/Pointers/MetadataOffset.swift",
        "Reflection/Pointers/Pointers.swift",
        "Reflection/Pointers/RelativeVectorPointer.swift",
        "Reflection/Utilities/GettersSetters.swift",
        "Reflection/Utilities/Pointer+Extensions.swift",
        "Reflection/typeConstructorName.swift",
        "Renderer.swift",
        "Shapes/AnyShape.swift",
        "Shapes/ContainerRelativeShape.swift",
        "Shapes/Ellipse.swift",
        "Shapes/FixedRoundedRect.swift",
        "Shapes/ModifiedShapes.swift",
        "Shapes/Path/Path.swift",
        "Shapes/Path/PathLayout.swift",
        "Shapes/Path/PathMutations.swift",
        "Shapes/Path/PathSizing.swift",
        "Shapes/Rectangle.swift",
        "Shapes/Shape.swift",
        "Shapes/ShapeModifiers.swift",
        "Shapes/ShapeStyles/BackgroundStyle.swift",
        "Shapes/ShapeStyles/ForegroundStyle.swift",
        "Shapes/ShapeStyles/Gradients/AngularGradient.swift",
        "Shapes/ShapeStyles/Gradients/EllipticalGradient.swift",
        "Shapes/ShapeStyles/Gradients/Gradient.swift",
        "Shapes/ShapeStyles/Gradients/LinearGradient.swift",
        "Shapes/ShapeStyles/Gradients/RadialGradient.swift",
        "Shapes/ShapeStyles/HierarchicalShapeStyle.swift",
        "Shapes/ShapeStyles/Material.swift",
        "Shapes/ShapeStyles/ShapeStyle.swift",
        "Shapes/StrokeStyle.swift",
        "Shapes/StrokedPath.swift",
        "Shapes/TrimmedPath.swift",
        "StackReconciler.swift",
        "State/Binding.swift",
        "State/ObservedObject.swift",
        "State/State.swift",
        "State/StateObject.swift",
        "State/TargetRef.swift",
        "Stubs/CGStubs.swift",
        "Stubs/UIColor.swift",
        "Styles/ButtonStyle.swift",
        "Styles/ControlGroupStyle.swift",
        "Styles/ListStyle.swift",
        "Styles/NavigationLinkStyle.swift",
        "Styles/OutlineGroupStyle.swift",
        "Styles/PickerStyle.swift",
        "Styles/PrimitiveButtonStyle.swift",
        "Styles/TextFieldStyle.swift",
        "Styles/ToggleStyle.swift",
        "Target.swift",
        "Tokens/Angle.swift",
        "Tokens/AnyTokenBox.swift",
        "Tokens/Axis.swift",
        "Tokens/Color/Color.swift",
        "Tokens/Color/ColorBoxes.swift",
        "Tokens/Color/ColorKeys.swift",
        "Tokens/ColorScheme.swift",
        "Tokens/Controls/ButtonRole.swift",
        "Tokens/Controls/ControlSize.swift",
        "Tokens/Controls/Prominence.swift",
        "Tokens/Edge.swift",
        "Tokens/Font/Font.swift",
        "Tokens/Font/FontBoxes.swift",
        "Tokens/Font/FontModifiers.swift",
        "Tokens/GridItem.swift",
        "Tokens/LayoutDirection.swift",
        "Tokens/LineBreakMode.swift",
        "Tokens/TextAlignment.swift",
        "Tokens/UnitPoint.swift",
        "ViewTraits/TagValueTraitKey.swift",
        "ViewTraits/Transition/Transition.swift",
        "ViewTraits/Transition/TransitionBoxes.swift",
        "ViewTraits/_ViewTraitKey.swift",
        "ViewTraits/_ViewTraitStore.swift",
        "Views/AnyView.swift",
        "Views/Canvas/Canvas.swift",
        "Views/Canvas/GraphicsContext/BlendMode.swift",
        "Views/Canvas/GraphicsContext/Filter.swift",
        "Views/Canvas/GraphicsContext/GraphicsContext.swift",
        "Views/Canvas/GraphicsContext/Resolvables.swift",
        "Views/Canvas/GraphicsContext/Shading.swift",
        "Views/Canvas/TimelineView.swift",
        "Views/Containers/DisclosureGroup.swift",
        "Views/Containers/ForEach.swift",
        "Views/Containers/Group.swift",
        "Views/Containers/List/List+Init.swift",
        "Views/Containers/List/List+SelectionValue.swift",
        "Views/Containers/List/List.swift",
        "Views/Containers/OutlineGroup.swift",
        "Views/Containers/Section.swift",
        "Views/Containers/TupleView.swift",
        "Views/Containers/VariadicView.swift",
        "Views/Controls/Button.swift",
        "Views/Controls/ControlGroup.swift",
        "Views/Controls/Link.swift",
        "Views/Controls/Selectors/DatePicker.swift",
        "Views/Controls/Selectors/Picker.swift",
        "Views/Controls/Selectors/Slider.swift",
        "Views/Controls/Selectors/Toggle.swift",
        "Views/Image.swift",
        "Views/Layout/GeometryReader.swift",
        "Views/Layout/HStack.swift",
        "Views/Layout/LazyHGrid.swift",
        "Views/Layout/LazyVGrid.swift",
        "Views/Layout/ScrollView.swift",
        "Views/Layout/VStack.swift",
        "Views/Layout/ZStack.swift",
        "Views/Navigation/NavigationBarItem.swift",
        "Views/Navigation/NavigationLink.swift",
        "Views/Navigation/NavigationView.swift",
        "Views/Navigation/Toolbar.swift",
        "Views/Navigation/ToolbarContentBuilder.swift",
        "Views/Navigation/ToolbarItem.swift",
        "Views/Progress/ProgressView.swift",
        "Views/Progress/ProgressViewStyle.swift",
        "Views/Spacers/Divider.swift",
        "Views/Spacers/Spacer.swift",
        "Views/Text/SecureField.swift",
        "Views/Text/Text.swift",
        "Views/Text/TextEditor.swift",
        "Views/Text/TextField.swift",
        "Views/View.swift",
        "Views/ViewBuilder.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CGTK",
      "module_type" : "SystemLibraryTarget",
      "name" : "CGTK",
      "path" : "Sources/CGTK",
      "product_memberships" : [
        "TokamakDemo",
        "TokamakGTK",
        "TokamakGTKDemo",
        "TokamakShim"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "CGDK",
      "module_type" : "SystemLibraryTarget",
      "name" : "CGDK",
      "path" : "Sources/CGDK",
      "product_memberships" : [
        "TokamakDemo",
        "TokamakGTK",
        "TokamakGTKDemo",
        "TokamakShim"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "5.6"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Tokamak-Package",
      "TokamakCoreBenchmark",
      "TokamakDemo",
      "TokamakDOM",
      "TokamakGTK",
      "TokamakGTKDemo",
      "TokamakShim",
      "TokamakStaticHTML",
      "TokamakStaticHTMLBenchmark",
      "TokamakStaticHTMLDemo"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Tokamak-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 Tokamak-Package -destination platform=macOS,arch=arm64
Resolve Package Graph
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedyou may be able to install gdk-3.0 using your system-packager:
    brew install gtk+3
you may be able to install gtk+-3.0 using your system-packager:
    brew install gtk+3
Resolved source packages:
  JavaScriptKit: https://github.com/swiftwasm/JavaScriptKit.git @ 0.28.0
  Benchmark: https://github.com/google/swift-benchmark @ 0.1.2
  swift-syntax: https://github.com/swiftlang/swift-syntax @ 600.0.1
  OpenCombine: https://github.com/OpenCombine/OpenCombine.git @ 0.14.0
  swift-snapshot-testing: https://github.com/pointfreeco/swift-snapshot-testing.git @ 1.18.3
  swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.3.3
  OpenCombineJS: https://github.com/swiftwasm/OpenCombineJS.git @ 0.2.0
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
  Tokamak: /Users/admin/builder/spi-builder-workspace
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.5.2
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (37 targets)
    Target 'TokamakStaticHTMLDemo' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakCore' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakStaticHTML' in project 'Tokamak'
        ➜ Explicit dependency on target 'OpenCombineShim' in project 'OpenCombine'
    Target 'TokamakStaticHTMLBenchmark' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakCore' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakStaticHTML' in project 'Tokamak'
        ➜ Explicit dependency on target 'OpenCombineShim' in project 'OpenCombine'
        ➜ Explicit dependency on target 'Benchmark' in project 'Benchmark'
    Target 'TokamakGTKDemo' in project 'Tokamak'
        ➜ Explicit dependency on target 'Tokamak_TokamakGTKDemo' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakCore' in project 'Tokamak'
        ➜ Explicit dependency on target 'CGTK' in project 'Tokamak'
        ➜ Explicit dependency on target 'CGDK' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakGTKCHelpers' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakGTK' in project 'Tokamak'
        ➜ Explicit dependency on target 'OpenCombineShim' in project 'OpenCombine'
    Target 'Tokamak_TokamakGTKDemo' in project 'Tokamak' (no dependencies)
    Target 'TokamakDemo' in project 'Tokamak'
        ➜ Explicit dependency on target 'Tokamak_TokamakDemo' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakCore' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakStaticHTML' in project 'Tokamak'
        ➜ Explicit dependency on target 'CGTK' in project 'Tokamak'
        ➜ Explicit dependency on target 'CGDK' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakGTKCHelpers' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakShim' in project 'Tokamak'
        ➜ Explicit dependency on target 'OpenCombineShim' in project 'OpenCombine'
        ➜ Explicit dependency on target 'OpenCombineJS' in project 'OpenCombineJS'
    Target 'Tokamak_TokamakDemo' in project 'Tokamak' (no dependencies)
    Target 'TokamakCoreBenchmark' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakCore' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakTestRenderer' in project 'Tokamak'
        ➜ Explicit dependency on target 'OpenCombineShim' in project 'OpenCombine'
        ➜ Explicit dependency on target 'Benchmark' in project 'Benchmark'
    Target 'Benchmark' in project 'Benchmark'
        ➜ Explicit dependency on target 'Benchmark' in project 'Benchmark'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
    Target 'Benchmark' in project 'Benchmark'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParserToolInfo' in project 'swift-argument-parser' (no dependencies)
    Target 'TokamakTestRenderer' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakCore' in project 'Tokamak'
        ➜ Explicit dependency on target 'OpenCombineShim' in project 'OpenCombine'
    Target 'TokamakStaticHTML' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakStaticHTML' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakCore' in project 'Tokamak'
        ➜ Explicit dependency on target 'OpenCombineShim' in project 'OpenCombine'
    Target 'TokamakShim' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakShim' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakCore' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakStaticHTML' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakGTKCHelpers' in project 'Tokamak'
        ➜ Explicit dependency on target 'OpenCombineShim' in project 'OpenCombine'
        ➜ Explicit dependency on target 'OpenCombineJS' in project 'OpenCombineJS'
    Target 'TokamakShim' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakCore' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakStaticHTML' in project 'Tokamak'
        ➜ Explicit dependency on target 'CGTK' in project 'Tokamak'
        ➜ Explicit dependency on target 'CGDK' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakGTKCHelpers' in project 'Tokamak'
        ➜ Explicit dependency on target 'OpenCombineShim' in project 'OpenCombine'
        ➜ Explicit dependency on target 'OpenCombineJS' in project 'OpenCombineJS'
    Target 'TokamakGTK' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakGTK' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakCore' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakGTKCHelpers' in project 'Tokamak'
        ➜ Explicit dependency on target 'OpenCombineShim' in project 'OpenCombine'
    Target 'TokamakGTK' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakCore' in project 'Tokamak'
        ➜ Explicit dependency on target 'CGTK' in project 'Tokamak'
        ➜ Explicit dependency on target 'CGDK' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakGTKCHelpers' in project 'Tokamak'
        ➜ Explicit dependency on target 'OpenCombineShim' in project 'OpenCombine'
    Target 'TokamakGTKCHelpers' in project 'Tokamak'
        ➜ Explicit dependency on target 'CGTK' in project 'Tokamak'
    Target 'CGDK' in project 'Tokamak' (no dependencies)
    Target 'CGTK' in project 'Tokamak' (no dependencies)
    Target 'TokamakDOM' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakDOM' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakCore' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakStaticHTML' in project 'Tokamak'
        ➜ Explicit dependency on target 'OpenCombineShim' in project 'OpenCombine'
        ➜ Explicit dependency on target 'OpenCombineJS' in project 'OpenCombineJS'
    Target 'TokamakDOM' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakCore' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakStaticHTML' in project 'Tokamak'
        ➜ Explicit dependency on target 'OpenCombineShim' in project 'OpenCombine'
        ➜ Explicit dependency on target 'OpenCombineJS' in project 'OpenCombineJS'
    Target 'OpenCombineJS' in project 'OpenCombineJS'
        ➜ Explicit dependency on target 'OpenCombineJS' in project 'OpenCombineJS'
        ➜ Explicit dependency on target 'JavaScriptKit' in project 'JavaScriptKit'
        ➜ Explicit dependency on target 'OpenCombine' in project 'OpenCombine'
    Target 'OpenCombineJS' in project 'OpenCombineJS'
        ➜ Explicit dependency on target 'JavaScriptKit' in project 'JavaScriptKit'
        ➜ Explicit dependency on target 'OpenCombine' in project 'OpenCombine'
    Target 'OpenCombine' in project 'OpenCombine'
        ➜ Explicit dependency on target 'OpenCombine' in project 'OpenCombine'
        ➜ Explicit dependency on target 'COpenCombineHelpers' in project 'OpenCombine'
    Target 'JavaScriptKit' in project 'JavaScriptKit'
        ➜ Explicit dependency on target 'JavaScriptKit' in project 'JavaScriptKit'
        ➜ Explicit dependency on target '_CJavaScriptKit' in project 'JavaScriptKit'
    Target 'JavaScriptKit' in project 'JavaScriptKit'
        ➜ Explicit dependency on target '_CJavaScriptKit' in project 'JavaScriptKit'
    Target '_CJavaScriptKit' in project 'JavaScriptKit' (no dependencies)
    Target 'TokamakStaticHTML' in project 'Tokamak'
        ➜ Explicit dependency on target 'TokamakCore' in project 'Tokamak'
        ➜ Explicit dependency on target 'OpenCombineShim' in project 'OpenCombine'
    Target 'TokamakCore' in project 'Tokamak'
        ➜ Explicit dependency on target 'OpenCombineShim' in project 'OpenCombine'
    Target 'OpenCombineShim' in project 'OpenCombine'
        ➜ Explicit dependency on target 'OpenCombineShim' in project 'OpenCombine'
        ➜ Explicit dependency on target 'COpenCombineHelpers' in project 'OpenCombine'
        ➜ Explicit dependency on target 'OpenCombine' in project 'OpenCombine'
        ➜ Explicit dependency on target 'OpenCombineDispatch' in project 'OpenCombine'
        ➜ Explicit dependency on target 'OpenCombineFoundation' in project 'OpenCombine'
    Target 'OpenCombineShim' in project 'OpenCombine'
        ➜ Explicit dependency on target 'COpenCombineHelpers' in project 'OpenCombine'
        ➜ Explicit dependency on target 'OpenCombine' in project 'OpenCombine'
        ➜ Explicit dependency on target 'OpenCombineDispatch' in project 'OpenCombine'
        ➜ Explicit dependency on target 'OpenCombineFoundation' in project 'OpenCombine'
    Target 'OpenCombineFoundation' in project 'OpenCombine'
        ➜ Explicit dependency on target 'COpenCombineHelpers' in project 'OpenCombine'
        ➜ Explicit dependency on target 'OpenCombine' in project 'OpenCombine'
    Target 'OpenCombineDispatch' in project 'OpenCombine'
        ➜ Explicit dependency on target 'COpenCombineHelpers' in project 'OpenCombine'
        ➜ Explicit dependency on target 'OpenCombine' in project 'OpenCombine'
    Target 'OpenCombine' in project 'OpenCombine'
        ➜ Explicit dependency on target 'COpenCombineHelpers' in project 'OpenCombine'
    Target 'COpenCombineHelpers' in project 'OpenCombine' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/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/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: cb424d5f578cc0b28863125893284689
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/cb424d5f578cc0b28863125893284689.xcbuilddata
error: The package product 'JavaScriptKit' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'OpenCombineJS' from project 'OpenCombineJS')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:f209dbada29c265b13a203ece28c606512446927, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:f209dbada29c265b13a203ece28c606512446927, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:f209dbada29c265b13a203ece28c606512446927, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:f209dbada29c265b13a203ece28c606512446927, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme Tokamak-Package
(1 failure)
BUILD FAILURE 6.1 macosXcodebuild