The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Castor, reference main (653ddb), with Swift 6.3 for macOS (Xcode) using Xcode 26.4 on 30 Apr 2026 19:59:54 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SRGSSR/castor.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SRGSSR/castor
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 653ddb8 Update Xcode version to 26.4.1 (#272)
Cloned https://github.com/SRGSSR/castor.git
Revision (git rev-parse @):
653ddb8cc94da8698570817c463cb2bb0a0ead7b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/SRGSSR/castor.git at main
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.3
Building package at path:  $PWD
https://github.com/SRGSSR/castor.git
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/SRGSSR/google-cast-sdk.git
Fetching from https://github.com/apple/swift-collections.git
Creating working copy of package ‘swift-collections’
Checking out 1.4.1 of package ‘swift-collections’
Creating working copy of package ‘google-cast-sdk’
Checking out 4.8.4 of package ‘google-cast-sdk’
Resolve Package Graph
Resolved source packages:
  swift-collections: https://github.com/apple/swift-collections.git @ 1.4.1
  Castor: /Users/admin/builder/spi-builder-workspace
  GoogleCast: https://github.com/SRGSSR/google-cast-sdk.git @ 4.8.4
resolved source packages: swift-collections, Castor, GoogleCast
2026-04-30 15:59:05.139 xcodebuild[536:3143] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-30 15:59:05.238 xcodebuild[536:3143] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-30 15:59:05.647 xcodebuild[536:3143] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "google-cast-sdk",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.8.3",
            "upper_bound" : "4.9.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SRGSSR/google-cast-sdk.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    }
  ],
  "manifest_display_name" : "Castor",
  "name" : "Castor",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "Castor",
      "targets" : [
        "Castor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CastorTests",
      "module_type" : "SwiftTarget",
      "name" : "CastorTests",
      "path" : "Tests/CastorTests",
      "sources" : [
        "CastResumeStateTests.swift",
        "CollectionTests.swift",
        "ComparableTests.swift",
        "RangeReplaceableTests.swift"
      ],
      "target_dependencies" : [
        "Castor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CastorPackageInfoPlugin",
      "module_type" : "PluginTarget",
      "name" : "CastorPackageInfoPlugin",
      "path" : "Plugins",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "Castor"
      ],
      "sources" : [
        "PackageInfoPlugin/plugin.swift"
      ],
      "target_dependencies" : [
        "CastorPackageInfo"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "CastorPackageInfo",
      "module_type" : "BinaryTarget",
      "name" : "CastorPackageInfo",
      "path" : "Artifacts/PackageInfo.artifactbundle",
      "product_memberships" : [
        "Castor"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "Castor",
      "module_type" : "SwiftTarget",
      "name" : "Castor",
      "path" : "Sources/Castor",
      "product_dependencies" : [
        "GoogleCast",
        "OrderedCollections"
      ],
      "product_memberships" : [
        "Castor"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Castor/Resources/Assets.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Castor/Resources/Localizable.xcstrings",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Cast/Cast+SettingsMenu.swift",
        "Cast/Cast.swift",
        "Cast/CastConfiguration.swift",
        "Cast/CastDelegate.swift",
        "Cast/Castable.swift",
        "Devices/CastDevice.swift",
        "Devices/CastDeviceManager.swift",
        "Devices/CastMultizoneDevice.swift",
        "Devices/MultizoneDeviceService.swift",
        "Extensions/Binding.swift",
        "Extensions/CMTimeRange.swift",
        "Extensions/Collection.swift",
        "Extensions/Comparable.swift",
        "Extensions/GCKMediaQueue.swift",
        "Extensions/GCKMediaStatus.swift",
        "Extensions/GCKMediaTrackType.swift",
        "Extensions/GCKRemoteMediaClient.swift",
        "Extensions/GCKSessionTraits.swift",
        "Extensions/Image.swift",
        "Extensions/ProcessInfo.swift",
        "Extensions/Publishers.swift",
        "Extensions/RangeReplaceableCollection.swift",
        "Extensions/Slider.swift",
        "Extensions/String.swift",
        "Extensions/View.swift",
        "Player/CastAsset.swift",
        "Player/CastPlayer+ItemNavigation.swift",
        "Player/CastPlayer+Items.swift",
        "Player/CastPlayer+MediaSelection.swift",
        "Player/CastPlayer+Playback.swift",
        "Player/CastPlayer+PlaybackSpeed.swift",
        "Player/CastPlayer+Properties.swift",
        "Player/CastPlayer+Seek.swift",
        "Player/CastPlayer+SettingsMenu.swift",
        "Player/CastPlayer+Skip.swift",
        "Player/CastPlayer+SkipToDefault.swift",
        "Player/CastPlayer+Time.swift",
        "Player/CastPlayer+TimePublisher.swift",
        "Player/CastPlayer.swift",
        "Player/CastPlayerItem.swift",
        "PropertyWrappers/CurrentDevicePropertyWrapper.swift",
        "PropertyWrappers/LazyItemPropertyWrapper.swift",
        "PropertyWrappers/MutableReceiverState.swift",
        "PropertyWrappers/ReceiverState.swift",
        "Recipes/ActiveTracksRecipe.swift",
        "Recipes/CurrentItemIdRecipe.swift",
        "Recipes/CurrentSessionRecipe.swift",
        "Recipes/DevicesRecipe.swift",
        "Recipes/ItemsRecipe.swift",
        "Recipes/MainMutedRecipe.swift",
        "Recipes/MainVolumeRecipe.swift",
        "Recipes/MediaStatusRecipe.swift",
        "Recipes/MultizoneDevicesRecipe.swift",
        "Recipes/MultizoneMutedRecipe.swift",
        "Recipes/MultizoneVolumeRecipe.swift",
        "Recipes/MutableReceiverStateRecipe.swift",
        "Recipes/PlaybackSpeedRecipe.swift",
        "Recipes/ReceiverStateRecipe.swift",
        "Recipes/RepeatModeRecipe.swift",
        "Recipes/ShouldPlayRecipe.swift",
        "Recipes/TargetSeekTimeRecipe.swift",
        "Types/CastAssetURLConfiguration.swift",
        "Types/CastCustomData.swift",
        "Types/CastImage.swift",
        "Types/CastImageHints.swift",
        "Types/CastLoadOptions.swift",
        "Types/CastMediaSelectionOption.swift",
        "Types/CastMediaSelectionPreference.swift",
        "Types/CastMediaTrack.swift",
        "Types/CastMetadata.swift",
        "Types/CastNavigationMode.swift",
        "Types/CastRepeatMode.swift",
        "Types/CastResumeItem.swift",
        "Types/CastResumeState.swift",
        "Types/CastSettingsUpdate.swift",
        "Types/CastSkip.swift",
        "Types/TimeProperties.swift",
        "UserInterface/ArtworkImage.swift",
        "UserInterface/CastButton.swift",
        "UserInterface/CastIcon.swift",
        "UserInterface/CastMiniPlayerView.swift",
        "UserInterface/CastMuteButton.swift",
        "UserInterface/CastPlayerView.swift",
        "UserInterface/CastProgressTracker.swift",
        "UserInterface/CastVolumeIcon.swift",
        "UserInterface/Devices/CastDeviceCell.swift",
        "UserInterface/Devices/CastDevicesView.swift",
        "UserInterface/Devices/CastVolumeSlider.swift",
        "UserInterface/Devices/CurrentCastDeviceCell.swift",
        "UserInterface/Devices/MultizoneDeviceCell.swift",
        "UserInterface/EmptyDevicesView.swift",
        "UserInterface/Player/ButtonStyle.swift",
        "UserInterface/Player/ControlsView.swift",
        "UserInterface/Player/FormattedTime.swift",
        "UserInterface/Player/ItemCell.swift",
        "UserInterface/Player/LiveLabel.swift",
        "UserInterface/Player/NextItemButton.swift",
        "UserInterface/Player/PlaybackButton.swift",
        "UserInterface/Player/PlaybackButtons.swift",
        "UserInterface/Player/PlaybackButtonsLayout.swift",
        "UserInterface/Player/PlaylistButton.swift",
        "UserInterface/Player/PlaylistToolbar.swift",
        "UserInterface/Player/PlaylistView.swift",
        "UserInterface/Player/PreviousItemButton.swift",
        "UserInterface/Player/RepeatModeButton.swift",
        "UserInterface/Player/SettingsButtons.swift",
        "UserInterface/Player/SettingsMenu.swift",
        "UserInterface/Player/ShuffleButton.swift",
        "UserInterface/Player/SkipBackwardButton.swift",
        "UserInterface/Player/SkipForwardButton.swift",
        "UserInterface/Player/SliderView.swift",
        "UserInterface/Player/TrashButton.swift",
        "UserInterface/UnavailableView.swift"
      ],
      "target_dependencies" : [
        "CastorPackageInfoPlugin"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Castor"
    ]
  }
}
2026-04-30 15:59:34.912 xcodebuild[730:4355] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-30 15:59:35.014 xcodebuild[730:4355] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Castor -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.4.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 Castor -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  GoogleCast: https://github.com/SRGSSR/google-cast-sdk.git @ 4.8.4
  swift-collections: https://github.com/apple/swift-collections.git @ 1.4.1
  Castor: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
Compile plug-in “CastorPackageInfoPlugin” in package “spi-builder-workspace”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/CastorPackageInfoPlugin
[debug]: Using compiler /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables'
[debug]: Computed hash of plugin compilation inputs: be9d2a9561a2d0fe1b9286056e341e32200a7b0928053c2b47a4bd3b8372ba85
Apply build tool plug-in “CastorPackageInfoPlugin” to target “Castor” in package “spi-builder-workspace”
/usr/bin/sandbox-exec -p "(version 1)
(deny default)
(import \"system.sb\")
(allow file-read*)
(allow process*)
(allow mach-lookup (global-name \"com.apple.lsd.mapdb\"))
(allow mach-lookup (global-name \"com.apple.mobileassetd.v2\"))
(allow file-write*
    (subpath \"/private/tmp\")
    (subpath \"/private/var/tmp\")
    (subpath \"/private/var/folders/xq/y_g06wb113726d38xsyx71_h0000gn/T\")
    (subpath \"/private/var/folders/xq/y_g06wb113726d38xsyx71_h0000gn/C\")
)
(deny file-write*
    (subpath \"/Users/admin/builder/spi-builder-workspace\")
)
(allow file-write*
    (subpath \"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/Castor/CastorPackageInfoPlugin\")
    (subpath \"/private/var/folders/xq/y_g06wb113726d38xsyx71_h0000gn/T/TemporaryItems\")
)
" /Users/admin/builder/spi-builder-workspace/Artifacts/PackageInfo.artifactbundle/package-info.sh /Users/admin/builder/spi-builder-workspace/ /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/Castor/CastorPackageInfoPlugin/
Process build tool plug-in results
package: <IDESwiftPackageCore.IDESwiftPackage:0x8c9fe9800 path:'/Users/admin/builder/spi-builder-workspace'>
    target: Castor
        prebuildCommandOutputPaths: [SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/Castor/CastorPackageInfoPlugin/PackageInfo.swift">)]
        buildCommands: []
        allDerivedOutputPaths: [SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/Castor/CastorPackageInfoPlugin/PackageInfo.swift">)]
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (8 targets)
    Target 'Castor' in project 'Castor'
        ➜ Explicit dependency on target 'Castor' in project 'Castor'
        ➜ Explicit dependency on target 'Castor_Castor' in project 'Castor'
        ➜ Explicit dependency on target 'CastorPackageInfoPlugin' in project 'Castor'
        ➜ Explicit dependency on target 'GoogleCast' in project 'GoogleCast'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'Castor' in project 'Castor'
        ➜ Explicit dependency on target 'Castor_Castor' in project 'Castor'
        ➜ Explicit dependency on target 'CastorPackageInfoPlugin' in project 'Castor'
        ➜ Explicit dependency on target 'GoogleCast' in project 'GoogleCast'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
    Target 'GoogleCast' in project 'GoogleCast' (no dependencies)
    Target 'Castor_Castor' in project 'Castor'
        ➜ Explicit dependency on target 'CastorPackageInfoPlugin' in project 'Castor'
    Target 'CastorPackageInfoPlugin' in project 'Castor' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/actool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcstringstool compile --dry-run --output-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug/Castor_Castor.build /Users/admin/builder/spi-builder-workspace/Sources/Castor/Resources/Localizable.xcstrings
Build description signature: fc3ce88bbff82ea2a4fa28945e8859a5
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/fc3ce88bbff82ea2a4fa28945e8859a5.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/google-cast-sdk/GoogleCast/GoogleCast.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/google-cast-sdk/GoogleCast/GoogleCast.xcframework'. (in target 'Castor' from project 'Castor')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/google-cast-sdk/GoogleCast/GoogleCast.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/google-cast-sdk/GoogleCast/GoogleCast.xcframework'. (in target 'Castor' from project 'Castor')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/google-cast-sdk/GoogleCast/GoogleCast.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/google-cast-sdk/GoogleCast/GoogleCast.xcframework'. (in target 'Castor' from project 'Castor')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/google-cast-sdk/GoogleCast/GoogleCast.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/google-cast-sdk/GoogleCast/GoogleCast.xcframework'. (in target 'GoogleCast' from project 'GoogleCast')
2026-04-30 15:59:37.267 xcodebuild[742:4438] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-30 15:59:37.367 xcodebuild[742:4438] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:693a2f9bb70c37ea39ee9992f1ce2760a938fa03, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:693a2f9bb70c37ea39ee9992f1ce2760a938fa03, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:693a2f9bb70c37ea39ee9992f1ce2760a938fa03, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:693a2f9bb70c37ea39ee9992f1ce2760a938fa03, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme Castor
(1 failure)
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  swift-collections: https://github.com/apple/swift-collections.git @ 1.4.1
  Castor: /Users/admin/builder/spi-builder-workspace
  GoogleCast: https://github.com/SRGSSR/google-cast-sdk.git @ 4.8.4
resolved source packages: swift-collections, Castor, GoogleCast
2026-04-30 15:59:50.052 xcodebuild[852:5164] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-30 15:59:50.154 xcodebuild[852:5164] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "google-cast-sdk",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.8.3",
            "upper_bound" : "4.9.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SRGSSR/google-cast-sdk.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    }
  ],
  "manifest_display_name" : "Castor",
  "name" : "Castor",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "Castor",
      "targets" : [
        "Castor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CastorTests",
      "module_type" : "SwiftTarget",
      "name" : "CastorTests",
      "path" : "Tests/CastorTests",
      "sources" : [
        "CastResumeStateTests.swift",
        "CollectionTests.swift",
        "ComparableTests.swift",
        "RangeReplaceableTests.swift"
      ],
      "target_dependencies" : [
        "Castor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CastorPackageInfoPlugin",
      "module_type" : "PluginTarget",
      "name" : "CastorPackageInfoPlugin",
      "path" : "Plugins",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "Castor"
      ],
      "sources" : [
        "PackageInfoPlugin/plugin.swift"
      ],
      "target_dependencies" : [
        "CastorPackageInfo"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "CastorPackageInfo",
      "module_type" : "BinaryTarget",
      "name" : "CastorPackageInfo",
      "path" : "Artifacts/PackageInfo.artifactbundle",
      "product_memberships" : [
        "Castor"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "Castor",
      "module_type" : "SwiftTarget",
      "name" : "Castor",
      "path" : "Sources/Castor",
      "product_dependencies" : [
        "GoogleCast",
        "OrderedCollections"
      ],
      "product_memberships" : [
        "Castor"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Castor/Resources/Assets.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Castor/Resources/Localizable.xcstrings",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Cast/Cast+SettingsMenu.swift",
        "Cast/Cast.swift",
        "Cast/CastConfiguration.swift",
        "Cast/CastDelegate.swift",
        "Cast/Castable.swift",
        "Devices/CastDevice.swift",
        "Devices/CastDeviceManager.swift",
        "Devices/CastMultizoneDevice.swift",
        "Devices/MultizoneDeviceService.swift",
        "Extensions/Binding.swift",
        "Extensions/CMTimeRange.swift",
        "Extensions/Collection.swift",
        "Extensions/Comparable.swift",
        "Extensions/GCKMediaQueue.swift",
        "Extensions/GCKMediaStatus.swift",
        "Extensions/GCKMediaTrackType.swift",
        "Extensions/GCKRemoteMediaClient.swift",
        "Extensions/GCKSessionTraits.swift",
        "Extensions/Image.swift",
        "Extensions/ProcessInfo.swift",
        "Extensions/Publishers.swift",
        "Extensions/RangeReplaceableCollection.swift",
        "Extensions/Slider.swift",
        "Extensions/String.swift",
        "Extensions/View.swift",
        "Player/CastAsset.swift",
        "Player/CastPlayer+ItemNavigation.swift",
        "Player/CastPlayer+Items.swift",
        "Player/CastPlayer+MediaSelection.swift",
        "Player/CastPlayer+Playback.swift",
        "Player/CastPlayer+PlaybackSpeed.swift",
        "Player/CastPlayer+Properties.swift",
        "Player/CastPlayer+Seek.swift",
        "Player/CastPlayer+SettingsMenu.swift",
        "Player/CastPlayer+Skip.swift",
        "Player/CastPlayer+SkipToDefault.swift",
        "Player/CastPlayer+Time.swift",
        "Player/CastPlayer+TimePublisher.swift",
        "Player/CastPlayer.swift",
        "Player/CastPlayerItem.swift",
        "PropertyWrappers/CurrentDevicePropertyWrapper.swift",
        "PropertyWrappers/LazyItemPropertyWrapper.swift",
        "PropertyWrappers/MutableReceiverState.swift",
        "PropertyWrappers/ReceiverState.swift",
        "Recipes/ActiveTracksRecipe.swift",
        "Recipes/CurrentItemIdRecipe.swift",
        "Recipes/CurrentSessionRecipe.swift",
        "Recipes/DevicesRecipe.swift",
        "Recipes/ItemsRecipe.swift",
        "Recipes/MainMutedRecipe.swift",
        "Recipes/MainVolumeRecipe.swift",
        "Recipes/MediaStatusRecipe.swift",
        "Recipes/MultizoneDevicesRecipe.swift",
        "Recipes/MultizoneMutedRecipe.swift",
        "Recipes/MultizoneVolumeRecipe.swift",
        "Recipes/MutableReceiverStateRecipe.swift",
        "Recipes/PlaybackSpeedRecipe.swift",
        "Recipes/ReceiverStateRecipe.swift",
        "Recipes/RepeatModeRecipe.swift",
        "Recipes/ShouldPlayRecipe.swift",
        "Recipes/TargetSeekTimeRecipe.swift",
        "Types/CastAssetURLConfiguration.swift",
        "Types/CastCustomData.swift",
        "Types/CastImage.swift",
        "Types/CastImageHints.swift",
        "Types/CastLoadOptions.swift",
        "Types/CastMediaSelectionOption.swift",
        "Types/CastMediaSelectionPreference.swift",
        "Types/CastMediaTrack.swift",
        "Types/CastMetadata.swift",
        "Types/CastNavigationMode.swift",
        "Types/CastRepeatMode.swift",
        "Types/CastResumeItem.swift",
        "Types/CastResumeState.swift",
        "Types/CastSettingsUpdate.swift",
        "Types/CastSkip.swift",
        "Types/TimeProperties.swift",
        "UserInterface/ArtworkImage.swift",
        "UserInterface/CastButton.swift",
        "UserInterface/CastIcon.swift",
        "UserInterface/CastMiniPlayerView.swift",
        "UserInterface/CastMuteButton.swift",
        "UserInterface/CastPlayerView.swift",
        "UserInterface/CastProgressTracker.swift",
        "UserInterface/CastVolumeIcon.swift",
        "UserInterface/Devices/CastDeviceCell.swift",
        "UserInterface/Devices/CastDevicesView.swift",
        "UserInterface/Devices/CastVolumeSlider.swift",
        "UserInterface/Devices/CurrentCastDeviceCell.swift",
        "UserInterface/Devices/MultizoneDeviceCell.swift",
        "UserInterface/EmptyDevicesView.swift",
        "UserInterface/Player/ButtonStyle.swift",
        "UserInterface/Player/ControlsView.swift",
        "UserInterface/Player/FormattedTime.swift",
        "UserInterface/Player/ItemCell.swift",
        "UserInterface/Player/LiveLabel.swift",
        "UserInterface/Player/NextItemButton.swift",
        "UserInterface/Player/PlaybackButton.swift",
        "UserInterface/Player/PlaybackButtons.swift",
        "UserInterface/Player/PlaybackButtonsLayout.swift",
        "UserInterface/Player/PlaylistButton.swift",
        "UserInterface/Player/PlaylistToolbar.swift",
        "UserInterface/Player/PlaylistView.swift",
        "UserInterface/Player/PreviousItemButton.swift",
        "UserInterface/Player/RepeatModeButton.swift",
        "UserInterface/Player/SettingsButtons.swift",
        "UserInterface/Player/SettingsMenu.swift",
        "UserInterface/Player/ShuffleButton.swift",
        "UserInterface/Player/SkipBackwardButton.swift",
        "UserInterface/Player/SkipForwardButton.swift",
        "UserInterface/Player/SliderView.swift",
        "UserInterface/Player/TrashButton.swift",
        "UserInterface/UnavailableView.swift"
      ],
      "target_dependencies" : [
        "CastorPackageInfoPlugin"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Castor"
    ]
  }
}
2026-04-30 15:59:51.992 xcodebuild[868:5253] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-30 15:59:52.091 xcodebuild[868:5253] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Castor -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.4.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 Castor -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  Castor: /Users/admin/builder/spi-builder-workspace
  GoogleCast: https://github.com/SRGSSR/google-cast-sdk.git @ 4.8.4
  swift-collections: https://github.com/apple/swift-collections.git @ 1.4.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
Compile plug-in “CastorPackageInfoPlugin” in package “spi-builder-workspace”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/CastorPackageInfoPlugin
[debug]: Using compiler /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables'
[debug]: Computed hash of plugin compilation inputs: be9d2a9561a2d0fe1b9286056e341e32200a7b0928053c2b47a4bd3b8372ba85
Apply build tool plug-in “CastorPackageInfoPlugin” to target “Castor” in package “spi-builder-workspace”
/usr/bin/sandbox-exec -p "(version 1)
(deny default)
(import \"system.sb\")
(allow file-read*)
(allow process*)
(allow mach-lookup (global-name \"com.apple.lsd.mapdb\"))
(allow mach-lookup (global-name \"com.apple.mobileassetd.v2\"))
(allow file-write*
    (subpath \"/private/tmp\")
    (subpath \"/private/var/tmp\")
    (subpath \"/private/var/folders/xq/y_g06wb113726d38xsyx71_h0000gn/T\")
    (subpath \"/private/var/folders/xq/y_g06wb113726d38xsyx71_h0000gn/C\")
)
(deny file-write*
    (subpath \"/Users/admin/builder/spi-builder-workspace\")
)
(allow file-write*
    (subpath \"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/Castor/CastorPackageInfoPlugin\")
    (subpath \"/private/var/folders/xq/y_g06wb113726d38xsyx71_h0000gn/T/TemporaryItems\")
)
" /Users/admin/builder/spi-builder-workspace/Artifacts/PackageInfo.artifactbundle/package-info.sh /Users/admin/builder/spi-builder-workspace/ /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/Castor/CastorPackageInfoPlugin/
Process build tool plug-in results
package: <IDESwiftPackageCore.IDESwiftPackage:0xb6c1bcf00 path:'/Users/admin/builder/spi-builder-workspace'>
    target: Castor
        prebuildCommandOutputPaths: [SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/Castor/CastorPackageInfoPlugin/PackageInfo.swift">)]
        buildCommands: []
        allDerivedOutputPaths: [SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/Castor/CastorPackageInfoPlugin/PackageInfo.swift">)]
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (8 targets)
    Target 'Castor' in project 'Castor'
        ➜ Explicit dependency on target 'Castor' in project 'Castor'
        ➜ Explicit dependency on target 'Castor_Castor' in project 'Castor'
        ➜ Explicit dependency on target 'CastorPackageInfoPlugin' in project 'Castor'
        ➜ Explicit dependency on target 'GoogleCast' in project 'GoogleCast'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'Castor' in project 'Castor'
        ➜ Explicit dependency on target 'Castor_Castor' in project 'Castor'
        ➜ Explicit dependency on target 'CastorPackageInfoPlugin' in project 'Castor'
        ➜ Explicit dependency on target 'GoogleCast' in project 'GoogleCast'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
    Target 'GoogleCast' in project 'GoogleCast' (no dependencies)
    Target 'Castor_Castor' in project 'Castor'
        ➜ Explicit dependency on target 'CastorPackageInfoPlugin' in project 'Castor'
    Target 'CastorPackageInfoPlugin' in project 'Castor' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/actool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcstringstool compile --dry-run --output-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug/Castor_Castor.build /Users/admin/builder/spi-builder-workspace/Sources/Castor/Resources/Localizable.xcstrings
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: fc3ce88bbff82ea2a4fa28945e8859a5
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/fc3ce88bbff82ea2a4fa28945e8859a5.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/google-cast-sdk/GoogleCast/GoogleCast.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/google-cast-sdk/GoogleCast/GoogleCast.xcframework'. (in target 'Castor' from project 'Castor')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/google-cast-sdk/GoogleCast/GoogleCast.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/google-cast-sdk/GoogleCast/GoogleCast.xcframework'. (in target 'GoogleCast' from project 'GoogleCast')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/google-cast-sdk/GoogleCast/GoogleCast.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/google-cast-sdk/GoogleCast/GoogleCast.xcframework'. (in target 'Castor' from project 'Castor')
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/google-cast-sdk/GoogleCast/GoogleCast.xcframework:1:1: error: While building for macOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/google-cast-sdk/GoogleCast/GoogleCast.xcframework'. (in target 'Castor' from project 'Castor')
2026-04-30 15:59:53.294 xcodebuild[880:5331] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-30 15:59:53.397 xcodebuild[880:5331] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:693a2f9bb70c37ea39ee9992f1ce2760a938fa03, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:693a2f9bb70c37ea39ee9992f1ce2760a938fa03, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:693a2f9bb70c37ea39ee9992f1ce2760a938fa03, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:693a2f9bb70c37ea39ee9992f1ce2760a938fa03, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme Castor
(1 failure)
BUILD FAILURE 6.3 macosXcodebuild