The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build Castor, reference main (8dad32), with Swift 6.1 for macOS (SPM) on 16 Jun 2025 15:07:52 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
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 8dad32e Fix initial states (#114)
Cloned https://github.com/SRGSSR/castor.git
Revision (git rev-parse @):
8dad32e93013457da5b8c23a3f537b585c4d744a
SUCCESS checkout https://github.com/SRGSSR/castor.git at main
Fetching https://github.com/KaneCheshire/ShowTime.git
Fetching https://github.com/SRGSSR/google-cast-sdk.git
[2/7] Fetching google-cast-sdk
[4/1609] Fetching google-cast-sdk, showtime
Fetched https://github.com/KaneCheshire/ShowTime.git from cache (1.86s)
Fetched https://github.com/SRGSSR/google-cast-sdk.git from cache (1.86s)
Computing version for https://github.com/SRGSSR/google-cast-sdk.git
Computed https://github.com/SRGSSR/google-cast-sdk.git at 4.8.3 (4.73s)
Creating working copy for https://github.com/SRGSSR/google-cast-sdk.git
Working copy of https://github.com/SRGSSR/google-cast-sdk.git resolved at 4.8.3
Downloading binary artifact https://github.com/SRGSSR/google-cast-sdk/releases/download/4.8.3/GoogleCast.xcframework.zip
[31902/6520823] Downloading https://github.com/SRGSSR/google-cast-sdk/releases/download/4.8.3/GoogleCast.xcframework.zip
Downloaded https://github.com/SRGSSR/google-cast-sdk/releases/download/4.8.3/GoogleCast.xcframework.zip (1.92s)
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "castor",
      "name": "Castor",
      "url": "https://github.com/SRGSSR/castor.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/castor",
      "dependencies": [
        {
          "identity": "google-cast-sdk",
          "name": "GoogleCast",
          "url": "https://github.com/SRGSSR/google-cast-sdk.git",
          "version": "4.8.3",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/google-cast-sdk",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/SRGSSR/castor.git
[1/4552] Fetching castor
Fetched https://github.com/SRGSSR/castor.git from cache (1.33s)
Fetching https://github.com/SRGSSR/google-cast-sdk.git from cache
Fetched https://github.com/SRGSSR/google-cast-sdk.git from cache (0.46s)
Computing version for https://github.com/SRGSSR/google-cast-sdk.git
Computed https://github.com/SRGSSR/google-cast-sdk.git at 4.8.3 (0.52s)
Creating working copy for https://github.com/SRGSSR/castor.git
Working copy of https://github.com/SRGSSR/castor.git resolved at main (8dad32e)
Creating working copy for https://github.com/SRGSSR/google-cast-sdk.git
Working copy of https://github.com/SRGSSR/google-cast-sdk.git resolved at 4.8.3
Fetching binary artifact https://github.com/SRGSSR/google-cast-sdk/releases/download/4.8.3/GoogleCast.xcframework.zip from cache
Fetched https://github.com/SRGSSR/google-cast-sdk/releases/download/4.8.3/GoogleCast.xcframework.zip from cache (0.94s)
warning: '.resolve-product-dependencies': dependency 'castor' is not used by any target
Found 1 product dependencies
  - GoogleCast
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/SRGSSR/castor.git
https://github.com/SRGSSR/castor.git
{
  "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"
    }
  ],
  "manifest_display_name" : "Castor",
  "name" : "Castor",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "Castor",
      "targets" : [
        "Castor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CastorTests",
      "module_type" : "SwiftTarget",
      "name" : "CastorTests",
      "path" : "Tests/CastorTests",
      "sources" : [
        "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"
      ],
      "product_memberships" : [
        "Castor"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Castor/Resources/Localizable.xcstrings",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Cast/Cast.swift",
        "Cast/CastConfiguration.swift",
        "Cast/CastDevice.swift",
        "Extensions/Binding.swift",
        "Extensions/CMTimeRange.swift",
        "Extensions/Collection.swift",
        "Extensions/Comparable.swift",
        "Extensions/GCKCastSession.swift",
        "Extensions/GCKMediaQueue.swift",
        "Extensions/GCKMediaStatus.swift",
        "Extensions/GCKMediaTrackType.swift",
        "Extensions/GCKRemoteMediaClient.swift",
        "Extensions/Publishers.swift",
        "Extensions/RangeReplaceableCollection.swift",
        "Extensions/Slider.swift",
        "Extensions/View.swift",
        "Player/CastAsset.swift",
        "Player/CastPlaybackConfiguration.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",
        "Protocols/MutableReceiverStateRecipe.swift",
        "Protocols/ReceiverStateRecipe.swift",
        "Recipes/ActiveTracksRecipe.swift",
        "Recipes/CurrentItemIdRecipe.swift",
        "Recipes/DevicesRecipe.swift",
        "Recipes/ItemsRecipe.swift",
        "Recipes/MediaStatusRecipe.swift",
        "Recipes/MutedRecipe.swift",
        "Recipes/PlaybackSpeedRecipe.swift",
        "Recipes/RepeatModeRecipe.swift",
        "Recipes/ShouldPlayRecipe.swift",
        "Recipes/TargetSeekTimeRecipe.swift",
        "Recipes/VolumeRecipe.swift",
        "Types/CastMetadata.swift",
        "Types/CastRepeatMode.swift",
        "Types/CastSettingsUpdate.swift",
        "Types/CastSkip.swift",
        "Types/MediaSelectionOption.swift",
        "Types/TimeProperties.swift",
        "UserInterface/CastButton.swift",
        "UserInterface/CastExpandedMediaControlsView.swift",
        "UserInterface/CastMiniMediaControlsView.swift",
        "UserInterface/CastProgressTracker.swift"
      ],
      "target_dependencies" : [
        "CastorPackageInfoPlugin"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
[1/1] Compiling plugin CastorPackageInfoPlugin
Building for debugging...
[1/5] Write sources
[2/5] Copying Info.plist
[2/5] Copying Localizable.xcstrings
[4/5] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/60] Emitting module Castor
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[7/66] Compiling Castor ReceiverStateRecipe.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[8/66] Compiling Castor ActiveTracksRecipe.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[9/66] Compiling Castor CurrentItemIdRecipe.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[10/66] Compiling Castor DevicesRecipe.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[11/66] Compiling Castor ItemsRecipe.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[12/66] Compiling Castor MediaStatusRecipe.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[13/66] Compiling Castor CastPlayerItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[14/66] Compiling Castor CurrentDevicePropertyWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[15/66] Compiling Castor LazyItemPropertyWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[16/66] Compiling Castor MutableReceiverState.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[17/66] Compiling Castor ReceiverState.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[18/66] Compiling Castor MutableReceiverStateRecipe.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[19/66] Compiling Castor CastMetadata.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[20/66] Compiling Castor CastRepeatMode.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[21/66] Compiling Castor CastSettingsUpdate.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[22/66] Compiling Castor CastSkip.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[23/66] Compiling Castor MediaSelectionOption.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[24/66] Compiling Castor TimeProperties.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[25/66] Compiling Castor CastButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[26/66] Compiling Castor CastExpandedMediaControlsView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[27/66] Compiling Castor CastMiniMediaControlsView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[28/66] Compiling Castor CastProgressTracker.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[29/66] Compiling Castor resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[30/66] Compiling Castor PackageInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[31/66] Compiling Castor Cast.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[32/66] Compiling Castor CastConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[33/66] Compiling Castor CastDevice.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[34/66] Compiling Castor Binding.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[35/66] Compiling Castor CMTimeRange.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[36/66] Compiling Castor Collection.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[37/66] Compiling Castor CastPlayer+SettingsMenu.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[38/66] Compiling Castor CastPlayer+Skip.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[39/66] Compiling Castor CastPlayer+SkipToDefault.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[40/66] Compiling Castor CastPlayer+Time.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[41/66] Compiling Castor CastPlayer+TimePublisher.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[42/66] Compiling Castor CastPlayer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[43/66] Compiling Castor Comparable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[44/66] Compiling Castor GCKCastSession.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[45/66] Compiling Castor GCKMediaQueue.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[46/66] Compiling Castor GCKMediaStatus.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[47/66] Compiling Castor GCKMediaTrackType.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[48/66] Compiling Castor GCKRemoteMediaClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[49/66] Compiling Castor Publishers.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[50/66] Compiling Castor RangeReplaceableCollection.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[51/66] Compiling Castor Slider.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[52/66] Compiling Castor View.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[53/66] Compiling Castor CastAsset.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[54/66] Compiling Castor CastPlaybackConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[55/66] Compiling Castor CastPlayer+Items.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[56/66] Compiling Castor CastPlayer+MediaSelection.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[57/66] Compiling Castor CastPlayer+Playback.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[58/66] Compiling Castor CastPlayer+PlaybackSpeed.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[59/66] Compiling Castor CastPlayer+Properties.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[60/66] Compiling Castor CastPlayer+Seek.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[61/66] Compiling Castor MutedRecipe.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[62/66] Compiling Castor PlaybackSpeedRecipe.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[63/66] Compiling Castor RepeatModeRecipe.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[64/66] Compiling Castor ShouldPlayRecipe.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[65/66] Compiling Castor TargetSeekTimeRecipe.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[66/66] Compiling Castor VolumeRecipe.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
[1/1] Compiling plugin CastorPackageInfoPlugin
Building for debugging...
[1/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/58] Emitting module Castor
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[5/64] Compiling Castor CastMetadata.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[6/64] Compiling Castor CastRepeatMode.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[7/64] Compiling Castor CastSettingsUpdate.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[8/64] Compiling Castor CastSkip.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[9/64] Compiling Castor MediaSelectionOption.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[10/64] Compiling Castor TimeProperties.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[11/64] Compiling Castor Comparable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[12/64] Compiling Castor GCKCastSession.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[13/64] Compiling Castor GCKMediaQueue.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[14/64] Compiling Castor GCKMediaStatus.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[15/64] Compiling Castor GCKMediaTrackType.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[16/64] Compiling Castor GCKRemoteMediaClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[17/64] Compiling Castor Publishers.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[18/64] Compiling Castor RangeReplaceableCollection.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[19/64] Compiling Castor Slider.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[20/64] Compiling Castor View.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[21/64] Compiling Castor CastAsset.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[22/64] Compiling Castor CastPlaybackConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[23/64] Compiling Castor CastPlayerItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[24/64] Compiling Castor CurrentDevicePropertyWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[25/64] Compiling Castor LazyItemPropertyWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[26/64] Compiling Castor MutableReceiverState.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[27/64] Compiling Castor ReceiverState.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[28/64] Compiling Castor MutableReceiverStateRecipe.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[29/64] Compiling Castor ReceiverStateRecipe.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[30/64] Compiling Castor ActiveTracksRecipe.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[31/64] Compiling Castor CurrentItemIdRecipe.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[32/64] Compiling Castor DevicesRecipe.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[33/64] Compiling Castor ItemsRecipe.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[34/64] Compiling Castor MediaStatusRecipe.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[35/64] Compiling Castor MutedRecipe.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[36/64] Compiling Castor PlaybackSpeedRecipe.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[37/64] Compiling Castor RepeatModeRecipe.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[38/64] Compiling Castor ShouldPlayRecipe.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[39/64] Compiling Castor TargetSeekTimeRecipe.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[40/64] Compiling Castor VolumeRecipe.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[41/64] Compiling Castor Cast.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[42/64] Compiling Castor CastConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[43/64] Compiling Castor CastDevice.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[44/64] Compiling Castor Binding.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[45/64] Compiling Castor CMTimeRange.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[46/64] Compiling Castor Collection.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[47/64] Compiling Castor CastButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[48/64] Compiling Castor CastExpandedMediaControlsView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[49/64] Compiling Castor CastMiniMediaControlsView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[50/64] Compiling Castor CastProgressTracker.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[51/64] Compiling Castor resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[52/64] Compiling Castor PackageInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[53/64] Compiling Castor CastPlayer+Items.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[54/64] Compiling Castor CastPlayer+MediaSelection.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[55/64] Compiling Castor CastPlayer+Playback.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[56/64] Compiling Castor CastPlayer+PlaybackSpeed.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[57/64] Compiling Castor CastPlayer+Properties.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[58/64] Compiling Castor CastPlayer+Seek.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[59/64] Compiling Castor CastPlayer+SettingsMenu.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[60/64] Compiling Castor CastPlayer+Skip.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[61/64] Compiling Castor CastPlayer+SkipToDefault.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[62/64] Compiling Castor CastPlayer+Time.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[63/64] Compiling Castor CastPlayer+TimePublisher.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
[64/64] Compiling Castor CastPlayer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift:9:8: error: no such module 'GoogleCast'
  7 | import Combine
  8 | import Foundation
  9 | import GoogleCast
    |        `- error: no such module 'GoogleCast'
 10 | import SwiftUI
 11 |
BUILD FAILURE 6.1 macosSpm