The Swift Package Index logo.Swift Package Index

Build Information

Failed to build FerrostarCore, reference 0.49.0 (e67727), with Swift 6.0 for watchOS using Xcode 16.2 on 24 Mar 2026 10:36:50 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme FerrostarCore-Package -destination generic/platform=watchOS

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/stadiamaps/ferrostar.git
Reference: 0.49.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/stadiamaps/ferrostar
 * tag               0.49.0     -> FETCH_HEAD
HEAD is now at e677276 Apply automatic changes
Cloned https://github.com/stadiamaps/ferrostar.git
Revision (git rev-parse @):
e6772768d7ff180e1f7ce6e59f8e03518067f14e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/stadiamaps/ferrostar.git at 0.49.0
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.0
Building package at path:  $PWD
https://github.com/stadiamaps/ferrostar.git
Command line invocation:
    /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/pointfreeco/swift-snapshot-testing
Fetching from https://github.com/maplibre/swiftui-dsl
Fetching from https://github.com/swiftlang/swift-syntax.git
Fetching from https://github.com/maplibre/maplibre-gl-native-distribution.git
Fetching from https://github.com/pointfreeco/swift-custom-dump
Fetching from https://github.com/pointfreeco/xctest-dynamic-overlay
Creating working copy of package ‘swiftui-dsl’
Checking out 0.24.0 of package ‘swiftui-dsl’
Creating working copy of package ‘swift-snapshot-testing’
Checking out 1.19.1 of package ‘swift-snapshot-testing’
Creating working copy of package ‘maplibre-gl-native-distribution’
Checking out 6.24.0 of package ‘maplibre-gl-native-distribution’
Creating working copy of package ‘swift-custom-dump’
Checking out 1.5.0 of package ‘swift-custom-dump’
Creating working copy of package ‘swift-syntax’
Checking out 602.0.0 of package ‘swift-syntax’
Creating working copy of package ‘xctest-dynamic-overlay’
Checking out 1.9.0 of package ‘xctest-dynamic-overlay’
Resolve Package Graph
Resolved source packages:
  MapLibre Native: https://github.com/maplibre/maplibre-gl-native-distribution.git @ 6.24.0
  swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.5.0
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 602.0.0
  MapLibreSwiftUI: https://github.com/maplibre/swiftui-dsl @ 0.24.0
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
  FerrostarCore: /Users/admin/builder/spi-builder-workspace
  swift-snapshot-testing: https://github.com/pointfreeco/swift-snapshot-testing @ 1.19.1
resolved source packages: MapLibre Native, swift-custom-dump, swift-syntax, MapLibreSwiftUI, xctest-dynamic-overlay, FerrostarCore, swift-snapshot-testing
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "swiftui-dsl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.23.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/maplibre/swiftui-dsl"
    },
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.18.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing"
    }
  ],
  "manifest_display_name" : "FerrostarCore",
  "name" : "FerrostarCore",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "FerrostarCore",
      "targets" : [
        "FerrostarCore",
        "FerrostarCoreFFI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FerrostarMapLibreUI",
      "targets" : [
        "FerrostarMapLibreUI",
        "FerrostarSwiftUI",
        "FerrostarCarPlayUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FerrostarSwiftUI",
      "targets" : [
        "FerrostarSwiftUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FerrostarCarPlayUI",
      "targets" : [
        "FerrostarCarPlayUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TestSupport",
      "module_type" : "SwiftTarget",
      "name" : "TestSupport",
      "path" : "apple/Tests/TestSupport",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "sources" : [
        "AssertSnapshot.swift",
        "Formatters.swift",
        "TestingFormatterCollection.swift",
        "TestingTheme.swift"
      ],
      "target_dependencies" : [
        "FerrostarCore",
        "FerrostarSwiftUI"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FerrostarSwiftUITests",
      "module_type" : "SwiftTarget",
      "name" : "FerrostarSwiftUITests",
      "path" : "apple/Tests/FerrostarSwiftUITests",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "sources" : [
        "Extensions/ManeuverModifierStringTests.swift",
        "Extensions/ManeuverTypeStringTests.swift",
        "Views/CurrentRoadViewTests.swift",
        "Views/DefaultManeuverInstructionViewTests.swift",
        "Views/DynamicIslandViewTests.swift",
        "Views/InnerGridViewTests.swift",
        "Views/InstructionsViewTests.swift",
        "Views/ManeuverImageTests.swift",
        "Views/ManeuverInstructionViewTests.swift",
        "Views/MuteButtonTests.swift",
        "Views/NavigatingInnerGridViewTests.swift",
        "Views/NavigationUIBannerViewTests.swift",
        "Views/NavigationUIButtonTests.swift",
        "Views/NavigationUIZoomButtonTests.swift",
        "Views/OffRouteBannerViewTests.swift",
        "Views/SpeedLimitViewTests.swift",
        "Views/TripProgressViewTests.swift",
        "Views/TripProgressViewWithButtonTests.swift"
      ],
      "target_dependencies" : [
        "FerrostarCore",
        "FerrostarSwiftUI",
        "TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FerrostarSwiftUI",
      "module_type" : "SwiftTarget",
      "name" : "FerrostarSwiftUI",
      "path" : "apple/Sources/FerrostarSwiftUI",
      "product_memberships" : [
        "FerrostarMapLibreUI",
        "FerrostarSwiftUI",
        "FerrostarCarPlayUI"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/apple/Sources/FerrostarSwiftUI/Resources/Directions.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/apple/Sources/FerrostarSwiftUI/Resources/Localizable.xcstrings",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "DynamicIsland/FerrostarWidget.swift",
        "DynamicIsland/FerrostarWidgetProvider.swift",
        "DynamicIsland/Models/TripActivityAttributes.swift",
        "DynamicIsland/Views/LiveActivityManeuverImage.swift",
        "DynamicIsland/Views/LiveActivityMinimalView.swift",
        "DynamicIsland/Views/LiveActivityView.swift",
        "Extensions/InterfaceOrientation.swift",
        "Extensions/ManeuverImageKeys.swift",
        "Formatting/FormatterCollection.swift",
        "Library/DefaultFormatters.swift",
        "Library/SpeedLimitStyleProvider.swift",
        "Models/CameraControlState.swift",
        "Models/ManeuverImageName.swift",
        "TestFixtureFactory.swift",
        "Theme/InstructionRowTheme.swift",
        "Theme/NavigationUITheme.swift",
        "Theme/RoadNameViewTheme.swift",
        "Theme/TripProgressViewTheme.swift",
        "UIKit/ManeuverUIImage.swift",
        "ViewModifiers/CustomizableNavigatingInnerGridView.swift",
        "ViewModifiers/FormatterCollectionViewModifier.swift",
        "ViewModifiers/NavigationUIThemeViewModifier.swift",
        "ViewModifiers/NavigationViewComponentsViewModifier.swift",
        "ViewModifiers/SpeedLimitViewModifier.swift",
        "Views/Controls/NavigationUIBanner.swift",
        "Views/Controls/NavigationUIButton.swift",
        "Views/Controls/NavigationUICameraButton.swift",
        "Views/Controls/NavigationUIMuteButton.swift",
        "Views/Controls/NavigationUIZoomButton.swift",
        "Views/CurrentRoadNameView.swift",
        "Views/GridViews/InnerGridView.swift",
        "Views/GridViews/NavigatingInnerGridView.swift",
        "Views/Instructions/InstructionsView.swift",
        "Views/Instructions/InstructionsViewWrapper.swift",
        "Views/Instructions/OffRouteBannerView.swift",
        "Views/Maneuver/DefaultIconographyManeuverInstructionView.swift",
        "Views/Maneuver/ManeuverImage.swift",
        "Views/Maneuver/ManeuverInstructionView.swift",
        "Views/SpeedLimit/ROWSpeedLimit.swift",
        "Views/SpeedLimit/SpeedLimitView.swift",
        "Views/SpeedLimit/USSpeedLimitView.swift",
        "Views/TopDrawerView.swift",
        "Views/TripProgressView.swift"
      ],
      "target_dependencies" : [
        "FerrostarCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FerrostarMapLibreUITests",
      "module_type" : "SwiftTarget",
      "name" : "FerrostarMapLibreUITests",
      "path" : "apple/Tests/FerrostarMapLibreUITests",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "sources" : [
        "Extensions/MapViewCameraActivityTests.swift",
        "Views/DynamicallyOrientingNavigationViewTests.swift",
        "Views/LandscapeNavigationViewTests.swift",
        "Views/PortraitNavigationViewTests.swift"
      ],
      "target_dependencies" : [
        "FerrostarCore",
        "FerrostarSwiftUI",
        "FerrostarMapLibreUI",
        "TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FerrostarMapLibreUI",
      "module_type" : "SwiftTarget",
      "name" : "FerrostarMapLibreUI",
      "path" : "apple/Sources/FerrostarMapLibreUI",
      "product_dependencies" : [
        "MapLibreSwiftDSL",
        "MapLibreSwiftUI"
      ],
      "product_memberships" : [
        "FerrostarMapLibreUI",
        "FerrostarCarPlayUI"
      ],
      "sources" : [
        "Extensions/MapLibre Extensions.swift",
        "Extensions/MapViewCamera.swift",
        "Extensions/NavigationState.swift",
        "Extensions/ViewComplementingSafeAreaView.swift",
        "Layers/RouteStyleLayer.swift",
        "Models/NavigationMapViewContentInsetMode.swift",
        "ViewModifiers/NavigationMapViewContentInsetViewModifier.swift",
        "ViewModifiers/NavigationMapViewRouteOverlayViewModifier.swift",
        "Views/DynamicallyOrientingNavigationView.swift",
        "Views/LandscapeNavigationView.swift",
        "Views/NavigationMapView.swift",
        "Views/Overylays/LandscapeNavigationOverlayView.swift",
        "Views/Overylays/PortraitNavigationOverlayView.swift",
        "Views/PortraitNavigationView.swift"
      ],
      "target_dependencies" : [
        "FerrostarCore",
        "FerrostarSwiftUI"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FerrostarCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "FerrostarCoreTests",
      "path" : "apple/Tests/FerrostarCoreTests",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "sources" : [
        "Annotations/AnnotationPublisherTests.swift",
        "Annotations/ValhallaExtendedOSRMAnnotationTests.swift",
        "FerrostarCoreTests.swift",
        "Fixtures.swift",
        "MockURLSessionTests.swift",
        "Models/CoreLocationModelTests.swift",
        "SimulatedLocationManagerTests.swift",
        "Speech/SpokenObserverTests.swift",
        "ValhallaCoreTests.swift"
      ],
      "target_dependencies" : [
        "FerrostarCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FerrostarCoreRS",
      "module_type" : "BinaryTarget",
      "name" : "FerrostarCoreRS",
      "path" : "remote/archive/libferrostar-rs.xcframework.zip",
      "product_memberships" : [
        "FerrostarCore",
        "FerrostarMapLibreUI",
        "FerrostarSwiftUI",
        "FerrostarCarPlayUI"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "FerrostarCoreFFI",
      "module_type" : "SwiftTarget",
      "name" : "FerrostarCoreFFI",
      "path" : "apple/Sources/UniFFI",
      "product_memberships" : [
        "FerrostarCore",
        "FerrostarMapLibreUI",
        "FerrostarSwiftUI",
        "FerrostarCarPlayUI"
      ],
      "sources" : [
        "ferrostar.swift"
      ],
      "target_dependencies" : [
        "FerrostarCoreRS"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FerrostarCore",
      "module_type" : "SwiftTarget",
      "name" : "FerrostarCore",
      "path" : "apple/Sources/FerrostarCore",
      "product_memberships" : [
        "FerrostarCore",
        "FerrostarMapLibreUI",
        "FerrostarSwiftUI",
        "FerrostarCarPlayUI"
      ],
      "sources" : [
        "Annotations/AnnotationPublisher.swift",
        "Annotations/Models/ValhallaOSRMAnnotation.swift",
        "Descriptions.swift",
        "Extensions/CoreLocationExtensions.swift",
        "Extensions/RouteExtensions.swift",
        "Extensions/RouteRequestExtensions.swift",
        "Extensions/TripProgressExtensions.swift",
        "FFIWrappers/NavigationControllerWrapper.swift",
        "FFIWrappers/RouteDeviationWrapper.swift",
        "FerrostarCore.swift",
        "FerrostarSessionBuilder.swift",
        "Location.swift",
        "Logger.swift",
        "Mock/MockNavigationState.swift",
        "Models/MaxSpeed.swift",
        "NavigationState.swift",
        "Observers/UserDefaultsNavigationCache.swift",
        "RouteProvider.swift",
        "Speech/AudioSessionManager.swift",
        "Speech/SpeechSynthesizer.swift",
        "Speech/SpokenInstructionObserver.swift",
        "URLRequestLoading.swift",
        "WidgetProviding.swift"
      ],
      "target_dependencies" : [
        "FerrostarCoreFFI"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FerrostarCarPlayUITests",
      "module_type" : "SwiftTarget",
      "name" : "FerrostarCarPlayUITests",
      "path" : "apple/Tests/FerrostarCarPlayUITests",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "sources" : [
        "CarPlaysModels/CPManeuverTests.swift",
        "CarPlaysModels/CPTravelEstimateTests.swift",
        "CarPlaysModels/CPTripTests.swift",
        "Measurement/TestCarPlayMeasurementLength.swift",
        "Measurement/TestMKDistanceFormatterUnits.swift"
      ],
      "target_dependencies" : [
        "FerrostarCore",
        "FerrostarSwiftUI",
        "FerrostarCarPlayUI",
        "TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FerrostarCarPlayUI",
      "module_type" : "SwiftTarget",
      "name" : "FerrostarCarPlayUI",
      "path" : "apple/Sources/FerrostarCarPlayUI",
      "product_dependencies" : [
        "MapLibreSwiftDSL",
        "MapLibreSwiftUI"
      ],
      "product_memberships" : [
        "FerrostarMapLibreUI",
        "FerrostarCarPlayUI"
      ],
      "sources" : [
        "CarPlayModels/CPManeuver.swift",
        "CarPlayModels/CPNavigationSession+Estimates.swift",
        "CarPlayModels/CPTravelEstimate.swift",
        "CarPlayModels/CPTrip.swift",
        "CarPlayModels/NavigationState+CarPlay.swift",
        "CarPlayModels/TripProgress+Estimates.swift",
        "CarPlayTemplate/CarPlayMapButtons.swift",
        "FerrostarCarPlayError.swift",
        "Measurement/CarPlayMeasurementLength.swift",
        "Measurement/MKDistanceFormatterUnits.swift",
        "UI/UIHostingControllerInit.swift",
        "Views/CarPlayNavigationView.swift",
        "Views/Overlays/CarPlayNavigationOverlayView.swift"
      ],
      "target_dependencies" : [
        "FerrostarCore",
        "FerrostarSwiftUI",
        "FerrostarMapLibreUI"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "FerrostarCarPlayUI",
      "FerrostarCore",
      "FerrostarCore-Package",
      "FerrostarMapLibreUI",
      "FerrostarSwiftUI",
      "MapLibreSwiftDSL",
      "MapLibreSwiftUI",
      "MapLibreSwiftUI-Package"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme FerrostarCore-Package -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme FerrostarCore-Package -destination generic/platform=watchOS
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  MapLibreSwiftUI: https://github.com/maplibre/swiftui-dsl @ 0.24.0
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 602.0.0
  FerrostarCore: /Users/admin/builder/spi-builder-workspace
  swift-snapshot-testing: https://github.com/pointfreeco/swift-snapshot-testing @ 1.19.1
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
  MapLibre Native: https://github.com/maplibre/maplibre-gl-native-distribution.git @ 6.24.0
  swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.5.0
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (37 targets)
    Target 'FerrostarSwiftUI' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarSwiftUI' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarCore_FerrostarSwiftUI' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarCoreFFI' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarCore' in project 'FerrostarCore'
    Target 'FerrostarMapLibreUI' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarMapLibreUI' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarSwiftUI' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarCarPlayUI' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarCore_FerrostarSwiftUI' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarCoreFFI' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarCore' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'MapLibreSwiftDSL' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'MapLibreSwiftUI' in project 'MapLibreSwiftUI'
    Target 'FerrostarCore' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarCore' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarCoreFFI' in project 'FerrostarCore'
    Target 'FerrostarCarPlayUI' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarCarPlayUI' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarCoreFFI' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarCore' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarSwiftUI' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarMapLibreUI' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'MapLibreSwiftDSL' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'MapLibreSwiftUI' in project 'MapLibreSwiftUI'
    Target 'FerrostarCarPlayUI' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarCoreFFI' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarCore' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarSwiftUI' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarMapLibreUI' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'MapLibreSwiftDSL' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'MapLibreSwiftUI' in project 'MapLibreSwiftUI'
    Target 'FerrostarMapLibreUI' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarCoreFFI' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarCore' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarSwiftUI' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'MapLibreSwiftDSL' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'MapLibreSwiftUI' in project 'MapLibreSwiftUI'
    Target 'MapLibreSwiftUI' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'MapLibreSwiftUI' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'InternalUtils' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'MapLibreSwiftMacrosImpl' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'MapLibreSwiftMacros' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'MapLibreSwiftDSL' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'MapLibre' in project 'MapLibre Native'
    Target 'MapLibreSwiftUI' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'InternalUtils' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'MapLibreSwiftMacrosImpl' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'MapLibreSwiftMacros' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'MapLibreSwiftDSL' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'MapLibre' in project 'MapLibre Native'
    Target 'MapLibreSwiftDSL' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'MapLibreSwiftDSL' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'InternalUtils' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'MapLibreSwiftMacrosImpl' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'MapLibreSwiftMacros' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'MapLibre' in project 'MapLibre Native'
    Target 'MapLibreSwiftDSL' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'InternalUtils' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'MapLibreSwiftMacrosImpl' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'MapLibreSwiftMacros' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'MapLibre' in project 'MapLibre Native'
    Target 'MapLibreSwiftMacros' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'MapLibreSwiftMacrosImpl' in project 'MapLibreSwiftUI'
    Target 'MapLibreSwiftMacrosImpl' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftCompilerPlugin' in project 'swift-syntax'
    Target 'SwiftCompilerPlugin' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftCompilerPlugin' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftOperators' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxMacroExpansion' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftCompilerPluginMessageHandling' in project 'swift-syntax'
    Target 'SwiftCompilerPlugin' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftOperators' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxMacroExpansion' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftCompilerPluginMessageHandling' in project 'swift-syntax'
    Target 'SwiftCompilerPluginMessageHandling' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftOperators' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxMacroExpansion' in project 'swift-syntax'
    Target 'SwiftSyntaxMacroExpansion' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftOperators' in project 'swift-syntax'
    Target 'SwiftOperators' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
    Target 'SwiftSyntaxMacros' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
    Target 'SwiftSyntaxMacros' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
    Target 'SwiftSyntaxBuilder' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
    Target 'SwiftParserDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
    Target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
    Target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
    Target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
    Target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
    Target 'SwiftSyntax602' in project 'swift-syntax' (no dependencies)
    Target 'SwiftSyntax601' in project 'swift-syntax' (no dependencies)
    Target 'SwiftSyntax600' in project 'swift-syntax' (no dependencies)
    Target 'SwiftSyntax510' in project 'swift-syntax' (no dependencies)
    Target 'SwiftSyntax509' in project 'swift-syntax' (no dependencies)
    Target '_SwiftSyntaxCShims' in project 'swift-syntax' (no dependencies)
    Target 'InternalUtils' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'MapLibre' in project 'MapLibre Native'
    Target 'MapLibre' in project 'MapLibre Native' (no dependencies)
    Target 'FerrostarSwiftUI' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarCore_FerrostarSwiftUI' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarCoreFFI' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarCore' in project 'FerrostarCore'
    Target 'FerrostarCore_FerrostarSwiftUI' in project 'FerrostarCore' (no dependencies)
    Target 'FerrostarCore' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarCoreFFI' in project 'FerrostarCore'
    Target 'FerrostarCoreFFI' in project 'FerrostarCore' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/actool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcstringstool compile --dry-run --output-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FerrostarCore.build/Debug-watchos/FerrostarCore_FerrostarSwiftUI.build /Users/admin/builder/spi-builder-workspace/apple/Sources/FerrostarSwiftUI/Resources/Localizable.xcstrings
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch x86_64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 586c43914e1554f1517da226e571f9e9
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/586c43914e1554f1517da226e571f9e9.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework'. (in target 'MapLibreSwiftDSL' from project 'MapLibreSwiftUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/FerrostarCoreRS/libferrostar-rs.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/FerrostarCoreRS/libferrostar-rs.xcframework'. (in target 'FerrostarCarPlayUI' from project 'FerrostarCore')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework'. (in target 'FerrostarCarPlayUI' from project 'FerrostarCore')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework'. (in target 'FerrostarCarPlayUI' from project 'FerrostarCore')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework'. (in target 'FerrostarCarPlayUI' from project 'FerrostarCore')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/FerrostarCoreRS/libferrostar-rs.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/FerrostarCoreRS/libferrostar-rs.xcframework'. (in target 'FerrostarCarPlayUI' from project 'FerrostarCore')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/FerrostarCoreRS/libferrostar-rs.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/FerrostarCoreRS/libferrostar-rs.xcframework'. (in target 'FerrostarSwiftUI' from project 'FerrostarCore')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/FerrostarCoreRS/libferrostar-rs.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/FerrostarCoreRS/libferrostar-rs.xcframework'. (in target 'FerrostarCoreFFI' from project 'FerrostarCore')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/FerrostarCoreRS/libferrostar-rs.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/FerrostarCoreRS/libferrostar-rs.xcframework'. (in target 'FerrostarCore' from project 'FerrostarCore')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework'. (in target 'MapLibreSwiftUI' from project 'MapLibreSwiftUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework'. (in target 'InternalUtils' from project 'MapLibreSwiftUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework'. (in target 'MapLibre' from project 'MapLibre Native')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/FerrostarCoreRS/libferrostar-rs.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/FerrostarCoreRS/libferrostar-rs.xcframework'. (in target 'FerrostarMapLibreUI' from project 'FerrostarCore')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/FerrostarCoreRS/libferrostar-rs.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/FerrostarCoreRS/libferrostar-rs.xcframework'. (in target 'FerrostarSwiftUI' from project 'FerrostarCore')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework'. (in target 'MapLibreSwiftDSL' from project 'MapLibreSwiftUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework'. (in target 'MapLibreSwiftDSL' from project 'MapLibreSwiftUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/FerrostarCoreRS/libferrostar-rs.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/FerrostarCoreRS/libferrostar-rs.xcframework'. (in target 'FerrostarCore' from project 'FerrostarCore')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/FerrostarCoreRS/libferrostar-rs.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/FerrostarCoreRS/libferrostar-rs.xcframework'. (in target 'FerrostarMapLibreUI' from project 'FerrostarCore')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework'. (in target 'FerrostarMapLibreUI' from project 'FerrostarCore')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework'. (in target 'FerrostarMapLibreUI' from project 'FerrostarCore')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework'. (in target 'FerrostarMapLibreUI' from project 'FerrostarCore')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework'. (in target 'MapLibreSwiftUI' from project 'MapLibreSwiftUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework'. (in target 'MapLibreSwiftUI' from project 'MapLibreSwiftUI')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme FerrostarCore-Package
(1 failure)
Command line invocation:
    /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  MapLibre Native: https://github.com/maplibre/maplibre-gl-native-distribution.git @ 6.24.0
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 602.0.0
  MapLibreSwiftUI: https://github.com/maplibre/swiftui-dsl @ 0.24.0
  FerrostarCore: /Users/admin/builder/spi-builder-workspace
  swift-snapshot-testing: https://github.com/pointfreeco/swift-snapshot-testing @ 1.19.1
  swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.5.0
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
resolved source packages: MapLibre Native, swift-syntax, MapLibreSwiftUI, FerrostarCore, swift-snapshot-testing, swift-custom-dump, xctest-dynamic-overlay
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "swiftui-dsl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.23.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/maplibre/swiftui-dsl"
    },
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.18.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing"
    }
  ],
  "manifest_display_name" : "FerrostarCore",
  "name" : "FerrostarCore",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "FerrostarCore",
      "targets" : [
        "FerrostarCore",
        "FerrostarCoreFFI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FerrostarMapLibreUI",
      "targets" : [
        "FerrostarMapLibreUI",
        "FerrostarSwiftUI",
        "FerrostarCarPlayUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FerrostarSwiftUI",
      "targets" : [
        "FerrostarSwiftUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FerrostarCarPlayUI",
      "targets" : [
        "FerrostarCarPlayUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TestSupport",
      "module_type" : "SwiftTarget",
      "name" : "TestSupport",
      "path" : "apple/Tests/TestSupport",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "sources" : [
        "AssertSnapshot.swift",
        "Formatters.swift",
        "TestingFormatterCollection.swift",
        "TestingTheme.swift"
      ],
      "target_dependencies" : [
        "FerrostarCore",
        "FerrostarSwiftUI"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FerrostarSwiftUITests",
      "module_type" : "SwiftTarget",
      "name" : "FerrostarSwiftUITests",
      "path" : "apple/Tests/FerrostarSwiftUITests",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "sources" : [
        "Extensions/ManeuverModifierStringTests.swift",
        "Extensions/ManeuverTypeStringTests.swift",
        "Views/CurrentRoadViewTests.swift",
        "Views/DefaultManeuverInstructionViewTests.swift",
        "Views/DynamicIslandViewTests.swift",
        "Views/InnerGridViewTests.swift",
        "Views/InstructionsViewTests.swift",
        "Views/ManeuverImageTests.swift",
        "Views/ManeuverInstructionViewTests.swift",
        "Views/MuteButtonTests.swift",
        "Views/NavigatingInnerGridViewTests.swift",
        "Views/NavigationUIBannerViewTests.swift",
        "Views/NavigationUIButtonTests.swift",
        "Views/NavigationUIZoomButtonTests.swift",
        "Views/OffRouteBannerViewTests.swift",
        "Views/SpeedLimitViewTests.swift",
        "Views/TripProgressViewTests.swift",
        "Views/TripProgressViewWithButtonTests.swift"
      ],
      "target_dependencies" : [
        "FerrostarCore",
        "FerrostarSwiftUI",
        "TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FerrostarSwiftUI",
      "module_type" : "SwiftTarget",
      "name" : "FerrostarSwiftUI",
      "path" : "apple/Sources/FerrostarSwiftUI",
      "product_memberships" : [
        "FerrostarMapLibreUI",
        "FerrostarSwiftUI",
        "FerrostarCarPlayUI"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/apple/Sources/FerrostarSwiftUI/Resources/Directions.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/apple/Sources/FerrostarSwiftUI/Resources/Localizable.xcstrings",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "DynamicIsland/FerrostarWidget.swift",
        "DynamicIsland/FerrostarWidgetProvider.swift",
        "DynamicIsland/Models/TripActivityAttributes.swift",
        "DynamicIsland/Views/LiveActivityManeuverImage.swift",
        "DynamicIsland/Views/LiveActivityMinimalView.swift",
        "DynamicIsland/Views/LiveActivityView.swift",
        "Extensions/InterfaceOrientation.swift",
        "Extensions/ManeuverImageKeys.swift",
        "Formatting/FormatterCollection.swift",
        "Library/DefaultFormatters.swift",
        "Library/SpeedLimitStyleProvider.swift",
        "Models/CameraControlState.swift",
        "Models/ManeuverImageName.swift",
        "TestFixtureFactory.swift",
        "Theme/InstructionRowTheme.swift",
        "Theme/NavigationUITheme.swift",
        "Theme/RoadNameViewTheme.swift",
        "Theme/TripProgressViewTheme.swift",
        "UIKit/ManeuverUIImage.swift",
        "ViewModifiers/CustomizableNavigatingInnerGridView.swift",
        "ViewModifiers/FormatterCollectionViewModifier.swift",
        "ViewModifiers/NavigationUIThemeViewModifier.swift",
        "ViewModifiers/NavigationViewComponentsViewModifier.swift",
        "ViewModifiers/SpeedLimitViewModifier.swift",
        "Views/Controls/NavigationUIBanner.swift",
        "Views/Controls/NavigationUIButton.swift",
        "Views/Controls/NavigationUICameraButton.swift",
        "Views/Controls/NavigationUIMuteButton.swift",
        "Views/Controls/NavigationUIZoomButton.swift",
        "Views/CurrentRoadNameView.swift",
        "Views/GridViews/InnerGridView.swift",
        "Views/GridViews/NavigatingInnerGridView.swift",
        "Views/Instructions/InstructionsView.swift",
        "Views/Instructions/InstructionsViewWrapper.swift",
        "Views/Instructions/OffRouteBannerView.swift",
        "Views/Maneuver/DefaultIconographyManeuverInstructionView.swift",
        "Views/Maneuver/ManeuverImage.swift",
        "Views/Maneuver/ManeuverInstructionView.swift",
        "Views/SpeedLimit/ROWSpeedLimit.swift",
        "Views/SpeedLimit/SpeedLimitView.swift",
        "Views/SpeedLimit/USSpeedLimitView.swift",
        "Views/TopDrawerView.swift",
        "Views/TripProgressView.swift"
      ],
      "target_dependencies" : [
        "FerrostarCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FerrostarMapLibreUITests",
      "module_type" : "SwiftTarget",
      "name" : "FerrostarMapLibreUITests",
      "path" : "apple/Tests/FerrostarMapLibreUITests",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "sources" : [
        "Extensions/MapViewCameraActivityTests.swift",
        "Views/DynamicallyOrientingNavigationViewTests.swift",
        "Views/LandscapeNavigationViewTests.swift",
        "Views/PortraitNavigationViewTests.swift"
      ],
      "target_dependencies" : [
        "FerrostarCore",
        "FerrostarSwiftUI",
        "FerrostarMapLibreUI",
        "TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FerrostarMapLibreUI",
      "module_type" : "SwiftTarget",
      "name" : "FerrostarMapLibreUI",
      "path" : "apple/Sources/FerrostarMapLibreUI",
      "product_dependencies" : [
        "MapLibreSwiftDSL",
        "MapLibreSwiftUI"
      ],
      "product_memberships" : [
        "FerrostarMapLibreUI",
        "FerrostarCarPlayUI"
      ],
      "sources" : [
        "Extensions/MapLibre Extensions.swift",
        "Extensions/MapViewCamera.swift",
        "Extensions/NavigationState.swift",
        "Extensions/ViewComplementingSafeAreaView.swift",
        "Layers/RouteStyleLayer.swift",
        "Models/NavigationMapViewContentInsetMode.swift",
        "ViewModifiers/NavigationMapViewContentInsetViewModifier.swift",
        "ViewModifiers/NavigationMapViewRouteOverlayViewModifier.swift",
        "Views/DynamicallyOrientingNavigationView.swift",
        "Views/LandscapeNavigationView.swift",
        "Views/NavigationMapView.swift",
        "Views/Overylays/LandscapeNavigationOverlayView.swift",
        "Views/Overylays/PortraitNavigationOverlayView.swift",
        "Views/PortraitNavigationView.swift"
      ],
      "target_dependencies" : [
        "FerrostarCore",
        "FerrostarSwiftUI"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FerrostarCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "FerrostarCoreTests",
      "path" : "apple/Tests/FerrostarCoreTests",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "sources" : [
        "Annotations/AnnotationPublisherTests.swift",
        "Annotations/ValhallaExtendedOSRMAnnotationTests.swift",
        "FerrostarCoreTests.swift",
        "Fixtures.swift",
        "MockURLSessionTests.swift",
        "Models/CoreLocationModelTests.swift",
        "SimulatedLocationManagerTests.swift",
        "Speech/SpokenObserverTests.swift",
        "ValhallaCoreTests.swift"
      ],
      "target_dependencies" : [
        "FerrostarCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FerrostarCoreRS",
      "module_type" : "BinaryTarget",
      "name" : "FerrostarCoreRS",
      "path" : "remote/archive/libferrostar-rs.xcframework.zip",
      "product_memberships" : [
        "FerrostarCore",
        "FerrostarMapLibreUI",
        "FerrostarSwiftUI",
        "FerrostarCarPlayUI"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "FerrostarCoreFFI",
      "module_type" : "SwiftTarget",
      "name" : "FerrostarCoreFFI",
      "path" : "apple/Sources/UniFFI",
      "product_memberships" : [
        "FerrostarCore",
        "FerrostarMapLibreUI",
        "FerrostarSwiftUI",
        "FerrostarCarPlayUI"
      ],
      "sources" : [
        "ferrostar.swift"
      ],
      "target_dependencies" : [
        "FerrostarCoreRS"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FerrostarCore",
      "module_type" : "SwiftTarget",
      "name" : "FerrostarCore",
      "path" : "apple/Sources/FerrostarCore",
      "product_memberships" : [
        "FerrostarCore",
        "FerrostarMapLibreUI",
        "FerrostarSwiftUI",
        "FerrostarCarPlayUI"
      ],
      "sources" : [
        "Annotations/AnnotationPublisher.swift",
        "Annotations/Models/ValhallaOSRMAnnotation.swift",
        "Descriptions.swift",
        "Extensions/CoreLocationExtensions.swift",
        "Extensions/RouteExtensions.swift",
        "Extensions/RouteRequestExtensions.swift",
        "Extensions/TripProgressExtensions.swift",
        "FFIWrappers/NavigationControllerWrapper.swift",
        "FFIWrappers/RouteDeviationWrapper.swift",
        "FerrostarCore.swift",
        "FerrostarSessionBuilder.swift",
        "Location.swift",
        "Logger.swift",
        "Mock/MockNavigationState.swift",
        "Models/MaxSpeed.swift",
        "NavigationState.swift",
        "Observers/UserDefaultsNavigationCache.swift",
        "RouteProvider.swift",
        "Speech/AudioSessionManager.swift",
        "Speech/SpeechSynthesizer.swift",
        "Speech/SpokenInstructionObserver.swift",
        "URLRequestLoading.swift",
        "WidgetProviding.swift"
      ],
      "target_dependencies" : [
        "FerrostarCoreFFI"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FerrostarCarPlayUITests",
      "module_type" : "SwiftTarget",
      "name" : "FerrostarCarPlayUITests",
      "path" : "apple/Tests/FerrostarCarPlayUITests",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "sources" : [
        "CarPlaysModels/CPManeuverTests.swift",
        "CarPlaysModels/CPTravelEstimateTests.swift",
        "CarPlaysModels/CPTripTests.swift",
        "Measurement/TestCarPlayMeasurementLength.swift",
        "Measurement/TestMKDistanceFormatterUnits.swift"
      ],
      "target_dependencies" : [
        "FerrostarCore",
        "FerrostarSwiftUI",
        "FerrostarCarPlayUI",
        "TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FerrostarCarPlayUI",
      "module_type" : "SwiftTarget",
      "name" : "FerrostarCarPlayUI",
      "path" : "apple/Sources/FerrostarCarPlayUI",
      "product_dependencies" : [
        "MapLibreSwiftDSL",
        "MapLibreSwiftUI"
      ],
      "product_memberships" : [
        "FerrostarMapLibreUI",
        "FerrostarCarPlayUI"
      ],
      "sources" : [
        "CarPlayModels/CPManeuver.swift",
        "CarPlayModels/CPNavigationSession+Estimates.swift",
        "CarPlayModels/CPTravelEstimate.swift",
        "CarPlayModels/CPTrip.swift",
        "CarPlayModels/NavigationState+CarPlay.swift",
        "CarPlayModels/TripProgress+Estimates.swift",
        "CarPlayTemplate/CarPlayMapButtons.swift",
        "FerrostarCarPlayError.swift",
        "Measurement/CarPlayMeasurementLength.swift",
        "Measurement/MKDistanceFormatterUnits.swift",
        "UI/UIHostingControllerInit.swift",
        "Views/CarPlayNavigationView.swift",
        "Views/Overlays/CarPlayNavigationOverlayView.swift"
      ],
      "target_dependencies" : [
        "FerrostarCore",
        "FerrostarSwiftUI",
        "FerrostarMapLibreUI"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "FerrostarCarPlayUI",
      "FerrostarCore",
      "FerrostarCore-Package",
      "FerrostarMapLibreUI",
      "FerrostarSwiftUI",
      "MapLibreSwiftDSL",
      "MapLibreSwiftUI",
      "MapLibreSwiftUI-Package"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme FerrostarCore-Package -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme FerrostarCore-Package -destination generic/platform=watchOS
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 602.0.0
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
  MapLibreSwiftUI: https://github.com/maplibre/swiftui-dsl @ 0.24.0
  swift-snapshot-testing: https://github.com/pointfreeco/swift-snapshot-testing @ 1.19.1
  FerrostarCore: /Users/admin/builder/spi-builder-workspace
  MapLibre Native: https://github.com/maplibre/maplibre-gl-native-distribution.git @ 6.24.0
  swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.5.0
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (37 targets)
    Target 'FerrostarSwiftUI' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarSwiftUI' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarCore_FerrostarSwiftUI' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarCoreFFI' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarCore' in project 'FerrostarCore'
    Target 'FerrostarMapLibreUI' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarMapLibreUI' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarSwiftUI' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarCarPlayUI' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarCore_FerrostarSwiftUI' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarCoreFFI' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarCore' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'MapLibreSwiftDSL' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'MapLibreSwiftUI' in project 'MapLibreSwiftUI'
    Target 'FerrostarCore' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarCore' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarCoreFFI' in project 'FerrostarCore'
    Target 'FerrostarCarPlayUI' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarCarPlayUI' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarCoreFFI' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarCore' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarSwiftUI' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarMapLibreUI' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'MapLibreSwiftDSL' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'MapLibreSwiftUI' in project 'MapLibreSwiftUI'
    Target 'FerrostarCarPlayUI' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarCoreFFI' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarCore' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarSwiftUI' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarMapLibreUI' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'MapLibreSwiftDSL' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'MapLibreSwiftUI' in project 'MapLibreSwiftUI'
    Target 'FerrostarMapLibreUI' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarCoreFFI' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarCore' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarSwiftUI' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'MapLibreSwiftDSL' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'MapLibreSwiftUI' in project 'MapLibreSwiftUI'
    Target 'MapLibreSwiftUI' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'MapLibreSwiftUI' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'InternalUtils' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'MapLibreSwiftMacrosImpl' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'MapLibreSwiftMacros' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'MapLibreSwiftDSL' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'MapLibre' in project 'MapLibre Native'
    Target 'MapLibreSwiftUI' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'InternalUtils' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'MapLibreSwiftMacrosImpl' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'MapLibreSwiftMacros' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'MapLibreSwiftDSL' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'MapLibre' in project 'MapLibre Native'
    Target 'MapLibreSwiftDSL' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'MapLibreSwiftDSL' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'InternalUtils' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'MapLibreSwiftMacrosImpl' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'MapLibreSwiftMacros' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'MapLibre' in project 'MapLibre Native'
    Target 'MapLibreSwiftDSL' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'InternalUtils' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'MapLibreSwiftMacrosImpl' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'MapLibreSwiftMacros' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'MapLibre' in project 'MapLibre Native'
    Target 'MapLibreSwiftMacros' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'MapLibreSwiftMacrosImpl' in project 'MapLibreSwiftUI'
    Target 'MapLibreSwiftMacrosImpl' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftCompilerPlugin' in project 'swift-syntax'
    Target 'SwiftCompilerPlugin' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftCompilerPlugin' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftOperators' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxMacroExpansion' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftCompilerPluginMessageHandling' in project 'swift-syntax'
    Target 'SwiftCompilerPlugin' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftOperators' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxMacroExpansion' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftCompilerPluginMessageHandling' in project 'swift-syntax'
    Target 'SwiftCompilerPluginMessageHandling' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftOperators' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxMacroExpansion' in project 'swift-syntax'
    Target 'SwiftSyntaxMacroExpansion' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftOperators' in project 'swift-syntax'
    Target 'SwiftOperators' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
    Target 'SwiftSyntaxMacros' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxMacros' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
    Target 'SwiftSyntaxMacros' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntaxBuilder' in project 'swift-syntax'
    Target 'SwiftSyntaxBuilder' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParserDiagnostics' in project 'swift-syntax'
    Target 'SwiftParserDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
    Target 'SwiftBasicFormat' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
    Target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
    Target 'SwiftDiagnostics' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
    Target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax602' in project 'swift-syntax'
    Target 'SwiftSyntax602' in project 'swift-syntax' (no dependencies)
    Target 'SwiftSyntax601' in project 'swift-syntax' (no dependencies)
    Target 'SwiftSyntax600' in project 'swift-syntax' (no dependencies)
    Target 'SwiftSyntax510' in project 'swift-syntax' (no dependencies)
    Target 'SwiftSyntax509' in project 'swift-syntax' (no dependencies)
    Target '_SwiftSyntaxCShims' in project 'swift-syntax' (no dependencies)
    Target 'InternalUtils' in project 'MapLibreSwiftUI'
        ➜ Explicit dependency on target 'MapLibre' in project 'MapLibre Native'
    Target 'MapLibre' in project 'MapLibre Native' (no dependencies)
    Target 'FerrostarSwiftUI' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarCore_FerrostarSwiftUI' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarCoreFFI' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarCore' in project 'FerrostarCore'
    Target 'FerrostarCore_FerrostarSwiftUI' in project 'FerrostarCore' (no dependencies)
    Target 'FerrostarCore' in project 'FerrostarCore'
        ➜ Explicit dependency on target 'FerrostarCoreFFI' in project 'FerrostarCore'
    Target 'FerrostarCoreFFI' in project 'FerrostarCore' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/actool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcstringstool compile --dry-run --output-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FerrostarCore.build/Debug-watchos/FerrostarCore_FerrostarSwiftUI.build /Users/admin/builder/spi-builder-workspace/apple/Sources/FerrostarSwiftUI/Resources/Localizable.xcstrings
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch x86_64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 586c43914e1554f1517da226e571f9e9
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/586c43914e1554f1517da226e571f9e9.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/FerrostarCoreRS/libferrostar-rs.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/FerrostarCoreRS/libferrostar-rs.xcframework'. (in target 'FerrostarMapLibreUI' from project 'FerrostarCore')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework'. (in target 'FerrostarMapLibreUI' from project 'FerrostarCore')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework'. (in target 'FerrostarMapLibreUI' from project 'FerrostarCore')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework'. (in target 'FerrostarMapLibreUI' from project 'FerrostarCore')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/FerrostarCoreRS/libferrostar-rs.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/FerrostarCoreRS/libferrostar-rs.xcframework'. (in target 'FerrostarSwiftUI' from project 'FerrostarCore')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework'. (in target 'MapLibreSwiftUI' from project 'MapLibreSwiftUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework'. (in target 'MapLibre' from project 'MapLibre Native')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/FerrostarCoreRS/libferrostar-rs.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/FerrostarCoreRS/libferrostar-rs.xcframework'. (in target 'FerrostarCarPlayUI' from project 'FerrostarCore')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/FerrostarCoreRS/libferrostar-rs.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/FerrostarCoreRS/libferrostar-rs.xcframework'. (in target 'FerrostarCore' from project 'FerrostarCore')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework'. (in target 'MapLibreSwiftDSL' from project 'MapLibreSwiftUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework'. (in target 'MapLibreSwiftDSL' from project 'MapLibreSwiftUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework'. (in target 'InternalUtils' from project 'MapLibreSwiftUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/FerrostarCoreRS/libferrostar-rs.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/FerrostarCoreRS/libferrostar-rs.xcframework'. (in target 'FerrostarCore' from project 'FerrostarCore')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/FerrostarCoreRS/libferrostar-rs.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/FerrostarCoreRS/libferrostar-rs.xcframework'. (in target 'FerrostarCoreFFI' from project 'FerrostarCore')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/FerrostarCoreRS/libferrostar-rs.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/FerrostarCoreRS/libferrostar-rs.xcframework'. (in target 'FerrostarMapLibreUI' from project 'FerrostarCore')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/FerrostarCoreRS/libferrostar-rs.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/FerrostarCoreRS/libferrostar-rs.xcframework'. (in target 'FerrostarSwiftUI' from project 'FerrostarCore')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/FerrostarCoreRS/libferrostar-rs.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/FerrostarCoreRS/libferrostar-rs.xcframework'. (in target 'FerrostarCarPlayUI' from project 'FerrostarCore')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework'. (in target 'FerrostarCarPlayUI' from project 'FerrostarCore')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework'. (in target 'FerrostarCarPlayUI' from project 'FerrostarCore')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework'. (in target 'FerrostarCarPlayUI' from project 'FerrostarCore')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework'. (in target 'MapLibreSwiftDSL' from project 'MapLibreSwiftUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework'. (in target 'MapLibreSwiftUI' from project 'MapLibreSwiftUI')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework:1:1: error: While building for watchOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/maplibre-gl-native-distribution/MapLibre/MapLibre.xcframework'. (in target 'MapLibreSwiftUI' from project 'MapLibreSwiftUI')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme FerrostarCore-Package
(1 failure)
BUILD FAILURE 6.0 watchOS