Build Information
Successful build of Castor, reference main (99f171
), with Swift 6.1 for iOS using Xcode 16.3 on 13 Sep 2025 02:26:28 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Castor -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.67.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 99f1715 Add metadata article (#187)
Cloned https://github.com/SRGSSR/castor.git
Revision (git rev-parse @):
99f1715ee8d69a50322def4f8e36647d0d1df485
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/SRGSSR/castor.git at main
========================================
Build
========================================
Selected platform: iOS
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"
}
],
"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"
],
"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.swift",
"Cast/CastConfiguration.swift",
"Cast/CastDelegate.swift",
"Cast/CastDevice.swift",
"Cast/Castable.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/GCKSessionTraits.swift",
"Extensions/Image.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+Navigation.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/DevicesRecipe.swift",
"Recipes/ItemsRecipe.swift",
"Recipes/MediaStatusRecipe.swift",
"Recipes/MutableReceiverStateRecipe.swift",
"Recipes/MutedRecipe.swift",
"Recipes/PlaybackSpeedRecipe.swift",
"Recipes/ReceiverStateRecipe.swift",
"Recipes/RepeatModeRecipe.swift",
"Recipes/ShouldPlayRecipe.swift",
"Recipes/TargetSeekTimeRecipe.swift",
"Recipes/VolumeRecipe.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/CastDevicesView.swift",
"UserInterface/CastIcon.swift",
"UserInterface/CastMiniPlayerView.swift",
"UserInterface/CastMuteButton.swift",
"UserInterface/CastPlayerView.swift",
"UserInterface/CastProgressTracker.swift",
"UserInterface/CastVolumeIcon.swift",
"UserInterface/EmptyDevicesView.swift",
"UserInterface/Player/ControlsView.swift",
"UserInterface/Player/ItemCell.swift",
"UserInterface/Player/LiveLabel.swift",
"UserInterface/Player/PlaybackButton.swift",
"UserInterface/Player/PlaybackButtons.swift",
"UserInterface/Player/PlaybackButtonsLayout.swift",
"UserInterface/Player/PlaylistView.swift",
"UserInterface/Player/SettingsButtons.swift",
"UserInterface/Player/SettingsMenu.swift",
"UserInterface/Player/SliderView.swift",
"UserInterface/UnavailableView.swift"
],
"target_dependencies" : [
"CastorPackageInfoPlugin"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/SRGSSR/google-cast-sdk.git
Creating working copy of package ‘google-cast-sdk’
Checking out 4.8.3 of package ‘google-cast-sdk’
Resolve Package Graph
Resolved source packages:
Castor: /Users/admin/builder/spi-builder-workspace
GoogleCast: https://github.com/SRGSSR/google-cast-sdk.git @ 4.8.3
resolved source packages: Castor, GoogleCast
{
"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"
}
],
"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"
],
"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.swift",
"Cast/CastConfiguration.swift",
"Cast/CastDelegate.swift",
"Cast/CastDevice.swift",
"Cast/Castable.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/GCKSessionTraits.swift",
"Extensions/Image.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+Navigation.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/DevicesRecipe.swift",
"Recipes/ItemsRecipe.swift",
"Recipes/MediaStatusRecipe.swift",
"Recipes/MutableReceiverStateRecipe.swift",
"Recipes/MutedRecipe.swift",
"Recipes/PlaybackSpeedRecipe.swift",
"Recipes/ReceiverStateRecipe.swift",
"Recipes/RepeatModeRecipe.swift",
"Recipes/ShouldPlayRecipe.swift",
"Recipes/TargetSeekTimeRecipe.swift",
"Recipes/VolumeRecipe.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/CastDevicesView.swift",
"UserInterface/CastIcon.swift",
"UserInterface/CastMiniPlayerView.swift",
"UserInterface/CastMuteButton.swift",
"UserInterface/CastPlayerView.swift",
"UserInterface/CastProgressTracker.swift",
"UserInterface/CastVolumeIcon.swift",
"UserInterface/EmptyDevicesView.swift",
"UserInterface/Player/ControlsView.swift",
"UserInterface/Player/ItemCell.swift",
"UserInterface/Player/LiveLabel.swift",
"UserInterface/Player/PlaybackButton.swift",
"UserInterface/Player/PlaybackButtons.swift",
"UserInterface/Player/PlaybackButtonsLayout.swift",
"UserInterface/Player/PlaylistView.swift",
"UserInterface/Player/SettingsButtons.swift",
"UserInterface/Player/SettingsMenu.swift",
"UserInterface/Player/SliderView.swift",
"UserInterface/UnavailableView.swift"
],
"target_dependencies" : [
"CastorPackageInfoPlugin"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Castor"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Castor -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Castor -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
Castor: /Users/admin/builder/spi-builder-workspace
GoogleCast: https://github.com/SRGSSR/google-cast-sdk.git @ 4.8.3
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-16.3.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: 2d26371f85b0373aa62a53c6326f1e5dd8ab185f636f6a4133ddb7aa1fa5693c
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 file-write*
(subpath \"/private/tmp\")
(subpath \"/private/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T\")
)
(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/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/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:0x137637fa0 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 (5 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'
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'
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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/actool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.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-iphoneos/Castor_Castor.build /Users/admin/builder/spi-builder-workspace/Sources/Castor/Resources/Localizable.xcstrings
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: a0df8e6b21712353f45d967046b63584
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/a0df8e6b21712353f45d967046b63584.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor_Castor.bundle (in target 'Castor_Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor_Castor.bundle
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug/CastorPackageInfoPlugin.build/CastorPackageInfoPlugin.DependencyStaticMetadataFileList (in target 'CastorPackageInfoPlugin' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug/CastorPackageInfoPlugin.build/CastorPackageInfoPlugin.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug/CastorPackageInfoPlugin.build/CastorPackageInfoPlugin.DependencyMetadataFileList (in target 'CastorPackageInfoPlugin' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug/CastorPackageInfoPlugin.build/CastorPackageInfoPlugin.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/Castor_Castor.DependencyStaticMetadataFileList (in target 'Castor_Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/Castor_Castor.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/empty-Castor_Castor.plist (in target 'Castor_Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/empty-Castor_Castor.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/Castor_Castor.DependencyMetadataFileList (in target 'Castor_Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/Castor_Castor.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/assetcatalog_output/thinned (in target 'Castor_Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/assetcatalog_output/thinned
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/assetcatalog_output/unthinned (in target 'Castor_Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/assetcatalog_output/unthinned
CompileAssetCatalogVariant thinned /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor_Castor.bundle /Users/admin/builder/spi-builder-workspace/Sources/Castor/Resources/Assets.xcassets (in target 'Castor_Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/actool /Users/admin/builder/spi-builder-workspace/Sources/Castor/Resources/Assets.xcassets --compile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/assetcatalog_output/thinned --output-format human-readable-text --notices --warnings --export-dependency-info /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/assetcatalog_dependencies_thinned --output-partial-info-plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/assetcatalog_generated_info.plist_thinned --compress-pngs --enable-on-demand-resources NO --development-region en --target-device iphone --target-device ipad --minimum-deployment-target 16.0 --platform iphoneos
/* com.apple.actool.compilation-results */
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/assetcatalog_generated_info.plist_thinned
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/assetcatalog_output/thinned/Assets.car
CompileXCStrings /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/ /Users/admin/builder/spi-builder-workspace/Sources/Castor/Resources/Localizable.xcstrings (in target 'Castor_Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcstringstool compile --output-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build /Users/admin/builder/spi-builder-workspace/Sources/Castor/Resources/Localizable.xcstrings
ProcessXCFramework /Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/google-cast-sdk/GoogleCast/GoogleCast.xcframework /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GoogleCast.framework ios
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-process-xcframework --xcframework /Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/google-cast-sdk/GoogleCast/GoogleCast.xcframework --platform ios --target-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CopyStringsFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor_Castor.bundle/it.lproj/Localizable.strings /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/it.lproj/Localizable.strings (in target 'Castor_Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace
builtin-copyStrings --validate --outputencoding binary --outfilename Localizable.strings --outdir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor_Castor.bundle/it.lproj -- /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/it.lproj/Localizable.strings
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/it.lproj/Localizable.strings:1:1: note: detected encoding of input file as Unicode (UTF-8) (in target 'Castor_Castor' from project 'Castor')
CopyStringsFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor_Castor.bundle/fr.lproj/Localizable.strings /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/fr.lproj/Localizable.strings (in target 'Castor_Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace
builtin-copyStrings --validate --outputencoding binary --outfilename Localizable.strings --outdir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor_Castor.bundle/fr.lproj -- /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/fr.lproj/Localizable.strings
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/fr.lproj/Localizable.strings:1:1: note: detected encoding of input file as Unicode (UTF-8) (in target 'Castor_Castor' from project 'Castor')
CopyStringsFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor_Castor.bundle/rm.lproj/Localizable.strings /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/rm.lproj/Localizable.strings (in target 'Castor_Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace
builtin-copyStrings --validate --outputencoding binary --outfilename Localizable.strings --outdir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor_Castor.bundle/rm.lproj -- /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/rm.lproj/Localizable.strings
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/rm.lproj/Localizable.strings:1:1: note: detected encoding of input file as Unicode (UTF-8) (in target 'Castor_Castor' from project 'Castor')
CopyStringsFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor_Castor.bundle/de.lproj/Localizable.strings /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/de.lproj/Localizable.strings (in target 'Castor_Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace
builtin-copyStrings --validate --outputencoding binary --outfilename Localizable.strings --outdir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor_Castor.bundle/de.lproj -- /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/de.lproj/Localizable.strings
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/de.lproj/Localizable.strings:1:1: note: detected encoding of input file as Unicode (UTF-8) (in target 'Castor_Castor' from project 'Castor')
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Castor.modulemap (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Castor.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/DerivedSources/resource_bundle_accessor.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/DerivedSources/resource_bundle_accessor.swift
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Castor.DependencyStaticMetadataFileList (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Castor.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor-OutputFileMap.json (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor_const_extract_protocols.json (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor.SwiftFileList (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor.LinkFileList (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor.SwiftConstValuesFileList (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Castor.DependencyMetadataFileList (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Castor.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Castor.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Castor.modulemap (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Castor.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
GenerateAssetSymbols /Users/admin/builder/spi-builder-workspace/Sources/Castor/Resources/Assets.xcassets (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/actool /Users/admin/builder/spi-builder-workspace/Sources/Castor/Resources/Assets.xcassets --compile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos --output-format human-readable-text --notices --warnings --export-dependency-info /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/assetcatalog_dependencies --output-partial-info-plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/assetcatalog_generated_info.plist --compress-pngs --enable-on-demand-resources NO --development-region en --target-device iphone --target-device ipad --minimum-deployment-target 16.0 --platform iphoneos --bundle-identifier spi-builder-workspace.Castor --generate-swift-asset-symbol-extensions NO --generate-swift-asset-symbols /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/DerivedSources/GeneratedAssetSymbols.swift --generate-objc-asset-symbols /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/DerivedSources/GeneratedAssetSymbols.h --generate-asset-symbol-index /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/DerivedSources/GeneratedAssetSymbols-Index.plist
/* com.apple.actool.compilation-results */
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/DerivedSources/GeneratedAssetSymbols-Index.plist
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/DerivedSources/GeneratedAssetSymbols.h
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/DerivedSources/GeneratedAssetSymbols.swift
SwiftDriver Castor normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Castor -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios16.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ Cast.swift,\ CastConfiguration.swift,\ CastDelegate.swift,\ CastDevice.swift,\ Castable.swift,\ Binding.swift,\ CMTimeRange.swift,\ Collection.swift,\ Comparable.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/CastConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/CastDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/CastDevice.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Castable.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/Binding.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/CMTimeRange.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/Collection.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/Comparable.swift (in target 'Castor' from project 'Castor')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/DerivedSources/resource_bundle_accessor.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/CastConfiguration.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/CastDelegate.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/CastDevice.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Castable.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/Binding.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/CMTimeRange.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/Collection.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/Comparable.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ MutableReceiverState.swift,\ ReceiverState.swift,\ ActiveTracksRecipe.swift,\ CurrentItemIdRecipe.swift,\ DevicesRecipe.swift,\ ItemsRecipe.swift,\ MediaStatusRecipe.swift,\ MutableReceiverStateRecipe.swift,\ MutedRecipe.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/PropertyWrappers/MutableReceiverState.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/PropertyWrappers/ReceiverState.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/ActiveTracksRecipe.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/CurrentItemIdRecipe.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/DevicesRecipe.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/ItemsRecipe.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/MediaStatusRecipe.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/MutableReceiverStateRecipe.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/MutedRecipe.swift (in target 'Castor' from project 'Castor')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/PropertyWrappers/MutableReceiverState.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/PropertyWrappers/ReceiverState.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/ActiveTracksRecipe.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/CurrentItemIdRecipe.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/DevicesRecipe.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/ItemsRecipe.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/MediaStatusRecipe.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/MutableReceiverStateRecipe.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/MutedRecipe.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ PlaybackSpeedRecipe.swift,\ ReceiverStateRecipe.swift,\ RepeatModeRecipe.swift,\ ShouldPlayRecipe.swift,\ TargetSeekTimeRecipe.swift,\ VolumeRecipe.swift,\ CastAssetURLConfiguration.swift,\ CastCustomData.swift,\ CastImage.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/PlaybackSpeedRecipe.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/ReceiverStateRecipe.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/RepeatModeRecipe.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/ShouldPlayRecipe.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/TargetSeekTimeRecipe.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/VolumeRecipe.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastAssetURLConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastCustomData.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastImage.swift (in target 'Castor' from project 'Castor')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/PlaybackSpeedRecipe.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/ReceiverStateRecipe.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/RepeatModeRecipe.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/ShouldPlayRecipe.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/TargetSeekTimeRecipe.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/VolumeRecipe.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastAssetURLConfiguration.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastCustomData.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastImage.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ GCKCastSession.swift,\ GCKMediaQueue.swift,\ GCKMediaStatus.swift,\ GCKMediaTrackType.swift,\ GCKRemoteMediaClient.swift,\ GCKSessionTraits.swift,\ Image.swift,\ Publishers.swift,\ RangeReplaceableCollection.swift,\ Slider.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/GCKCastSession.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/GCKMediaQueue.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/GCKMediaStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/GCKMediaTrackType.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/GCKRemoteMediaClient.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/GCKSessionTraits.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/Image.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/Publishers.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/RangeReplaceableCollection.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/Slider.swift (in target 'Castor' from project 'Castor')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/GCKCastSession.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/GCKMediaQueue.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/GCKMediaStatus.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/GCKMediaTrackType.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/GCKRemoteMediaClient.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/GCKSessionTraits.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/Image.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/Publishers.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/RangeReplaceableCollection.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/Slider.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CastPlayer+Seek.swift,\ CastPlayer+SettingsMenu.swift,\ CastPlayer+Skip.swift,\ CastPlayer+SkipToDefault.swift,\ CastPlayer+Time.swift,\ CastPlayer+TimePublisher.swift,\ CastPlayer.swift,\ CastPlayerItem.swift,\ CurrentDevicePropertyWrapper.swift,\ LazyItemPropertyWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+Seek.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+SettingsMenu.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+Skip.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+SkipToDefault.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+Time.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+TimePublisher.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayerItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/PropertyWrappers/CurrentDevicePropertyWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/PropertyWrappers/LazyItemPropertyWrapper.swift (in target 'Castor' from project 'Castor')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+Seek.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+SettingsMenu.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+Skip.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+SkipToDefault.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+Time.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+TimePublisher.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayerItem.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/PropertyWrappers/CurrentDevicePropertyWrapper.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/PropertyWrappers/LazyItemPropertyWrapper.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ String.swift,\ View.swift,\ CastAsset.swift,\ CastPlayer+ItemNavigation.swift,\ CastPlayer+Items.swift,\ CastPlayer+MediaSelection.swift,\ CastPlayer+Navigation.swift,\ CastPlayer+Playback.swift,\ CastPlayer+PlaybackSpeed.swift,\ CastPlayer+Properties.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/String.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/View.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastAsset.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+ItemNavigation.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+Items.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+MediaSelection.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+Navigation.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+Playback.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+PlaybackSpeed.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+Properties.swift (in target 'Castor' from project 'Castor')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/String.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/View.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastAsset.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+ItemNavigation.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+Items.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+MediaSelection.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+Navigation.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+Playback.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+PlaybackSpeed.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+Properties.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CastImageHints.swift,\ CastLoadOptions.swift,\ CastMediaSelectionOption.swift,\ CastMediaSelectionPreference.swift,\ CastMediaTrack.swift,\ CastMetadata.swift,\ CastNavigationMode.swift,\ CastRepeatMode.swift,\ CastResumeItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastImageHints.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastLoadOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastMediaSelectionOption.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastMediaSelectionPreference.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastMediaTrack.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastNavigationMode.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastRepeatMode.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastResumeItem.swift (in target 'Castor' from project 'Castor')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastImageHints.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastLoadOptions.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastMediaSelectionOption.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastMediaSelectionPreference.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastMediaTrack.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastMetadata.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastNavigationMode.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastRepeatMode.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastResumeItem.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ Castor (in target 'Castor' from project 'Castor')
EmitSwiftModule normal arm64 (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CastMuteButton.swift,\ CastPlayerView.swift,\ CastProgressTracker.swift,\ CastVolumeIcon.swift,\ EmptyDevicesView.swift,\ ControlsView.swift,\ ItemCell.swift,\ LiveLabel.swift,\ PlaybackButton.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/CastMuteButton.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/CastPlayerView.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/CastProgressTracker.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/CastVolumeIcon.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/EmptyDevicesView.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/Player/ControlsView.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/Player/ItemCell.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/Player/LiveLabel.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/Player/PlaybackButton.swift (in target 'Castor' from project 'Castor')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/CastMuteButton.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/CastPlayerView.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/CastProgressTracker.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/CastVolumeIcon.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/EmptyDevicesView.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/Player/ControlsView.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/Player/ItemCell.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/Player/LiveLabel.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/Player/PlaybackButton.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ PlaybackButtons.swift,\ PlaybackButtonsLayout.swift,\ PlaylistView.swift,\ SettingsButtons.swift,\ SettingsMenu.swift,\ SliderView.swift,\ UnavailableView.swift,\ PackageInfo.swift,\ GeneratedAssetSymbols.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/Player/PlaybackButtons.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/Player/PlaybackButtonsLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/Player/PlaylistView.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/Player/SettingsButtons.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/Player/SettingsMenu.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/Player/SliderView.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/UnavailableView.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/Castor/CastorPackageInfoPlugin/PackageInfo.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/DerivedSources/GeneratedAssetSymbols.swift (in target 'Castor' from project 'Castor')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/Player/PlaybackButtons.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/Player/PlaybackButtonsLayout.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/Player/PlaylistView.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/Player/SettingsButtons.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/Player/SettingsMenu.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/Player/SliderView.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/UnavailableView.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/Castor/CastorPackageInfoPlugin/PackageInfo.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/DerivedSources/GeneratedAssetSymbols.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
LinkAssetCatalog /Users/admin/builder/spi-builder-workspace/Sources/Castor/Resources/Assets.xcassets (in target 'Castor_Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace
builtin-linkAssetCatalog --thinned /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/assetcatalog_output/thinned --thinned-dependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/assetcatalog_dependencies_thinned --thinned-info-plist-content /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/assetcatalog_generated_info.plist_thinned --unthinned /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/assetcatalog_output/unthinned --unthinned-dependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/assetcatalog_dependencies_unthinned --unthinned-info-plist-content /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/assetcatalog_generated_info.plist_unthinned --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor_Castor.bundle --plist-output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/assetcatalog_generated_info.plist
note: Emplaced /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor_Castor.bundle/Assets.car (in target 'Castor_Castor' from project 'Castor')
SwiftDriverJobDiscovery normal arm64 Emitting module for Castor (in target 'Castor' from project 'Castor')
SwiftDriver\ Compilation\ Requirements Castor normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Castor -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios16.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor_Castor.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/empty-Castor_Castor.plist (in target 'Castor_Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/empty-Castor_Castor.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform iphoneos -additionalcontentfile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/assetcatalog_generated_info.plist -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor_Castor.bundle/Info.plist
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Castor-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor-Swift.h (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Castor-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor.swiftmodule (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor.swiftdoc (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor.abi.json (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor.swiftsourceinfo (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ CastResumeState.swift,\ CastSettingsUpdate.swift,\ CastSkip.swift,\ TimeProperties.swift,\ ArtworkImage.swift,\ CastButton.swift,\ CastDevicesView.swift,\ CastIcon.swift,\ CastMiniPlayerView.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastResumeState.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastSettingsUpdate.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastSkip.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/TimeProperties.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/ArtworkImage.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/CastButton.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/CastDevicesView.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/CastIcon.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/CastMiniPlayerView.swift (in target 'Castor' from project 'Castor')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastResumeState.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastSettingsUpdate.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastSkip.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/TimeProperties.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/ArtworkImage.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/CastButton.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/CastDevicesView.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/CastIcon.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/CastMiniPlayerView.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling CastImageHints.swift, CastLoadOptions.swift, CastMediaSelectionOption.swift, CastMediaSelectionPreference.swift, CastMediaTrack.swift, CastMetadata.swift, CastNavigationMode.swift, CastRepeatMode.swift, CastResumeItem.swift (in target 'Castor' from project 'Castor')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor_Castor.bundle (in target 'Castor_Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor_Castor.bundle
SwiftDriverJobDiscovery normal arm64 Compiling PlaybackSpeedRecipe.swift, ReceiverStateRecipe.swift, RepeatModeRecipe.swift, ShouldPlayRecipe.swift, TargetSeekTimeRecipe.swift, VolumeRecipe.swift, CastAssetURLConfiguration.swift, CastCustomData.swift, CastImage.swift (in target 'Castor' from project 'Castor')
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor_Castor.bundle (in target 'Castor_Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor_Castor.bundle
SwiftDriverJobDiscovery normal arm64 Compiling MutableReceiverState.swift, ReceiverState.swift, ActiveTracksRecipe.swift, CurrentItemIdRecipe.swift, DevicesRecipe.swift, ItemsRecipe.swift, MediaStatusRecipe.swift, MutableReceiverStateRecipe.swift, MutedRecipe.swift (in target 'Castor' from project 'Castor')
SwiftDriverJobDiscovery normal arm64 Compiling CastMuteButton.swift, CastPlayerView.swift, CastProgressTracker.swift, CastVolumeIcon.swift, EmptyDevicesView.swift, ControlsView.swift, ItemCell.swift, LiveLabel.swift, PlaybackButton.swift (in target 'Castor' from project 'Castor')
SwiftDriverJobDiscovery normal arm64 Compiling PlaybackButtons.swift, PlaybackButtonsLayout.swift, PlaylistView.swift, SettingsButtons.swift, SettingsMenu.swift, SliderView.swift, UnavailableView.swift, PackageInfo.swift, GeneratedAssetSymbols.swift (in target 'Castor' from project 'Castor')
SwiftDriverJobDiscovery normal arm64 Compiling CastResumeState.swift, CastSettingsUpdate.swift, CastSkip.swift, TimeProperties.swift, ArtworkImage.swift, CastButton.swift, CastDevicesView.swift, CastIcon.swift, CastMiniPlayerView.swift (in target 'Castor' from project 'Castor')
SwiftDriverJobDiscovery normal arm64 Compiling String.swift, View.swift, CastAsset.swift, CastPlayer+ItemNavigation.swift, CastPlayer+Items.swift, CastPlayer+MediaSelection.swift, CastPlayer+Navigation.swift, CastPlayer+Playback.swift, CastPlayer+PlaybackSpeed.swift, CastPlayer+Properties.swift (in target 'Castor' from project 'Castor')
SwiftDriverJobDiscovery normal arm64 Compiling CastPlayer+Seek.swift, CastPlayer+SettingsMenu.swift, CastPlayer+Skip.swift, CastPlayer+SkipToDefault.swift, CastPlayer+Time.swift, CastPlayer+TimePublisher.swift, CastPlayer.swift, CastPlayerItem.swift, CurrentDevicePropertyWrapper.swift, LazyItemPropertyWrapper.swift (in target 'Castor' from project 'Castor')
SwiftDriverJobDiscovery normal arm64 Compiling GCKCastSession.swift, GCKMediaQueue.swift, GCKMediaStatus.swift, GCKMediaTrackType.swift, GCKRemoteMediaClient.swift, GCKSessionTraits.swift, Image.swift, Publishers.swift, RangeReplaceableCollection.swift, Slider.swift (in target 'Castor' from project 'Castor')
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, Cast.swift, CastConfiguration.swift, CastDelegate.swift, CastDevice.swift, Castable.swift, Binding.swift, CMTimeRange.swift, Collection.swift, Comparable.swift (in target 'Castor' from project 'Castor')
SwiftDriver\ Compilation Castor normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Castor -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios16.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor.o normal (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios16.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor.o
ExtractAppIntentsMetadata (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Castor --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 16.0 --bundle-identifier spi-builder-workspace.Castor --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor.appintents --target-triple arm64-apple-ios16.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Castor.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Castor.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-09-12 19:26:27.617 appintentsmetadataprocessor[820:4840] Starting appintentsmetadataprocessor export
2025-09-12 19:26:27.661 appintentsmetadataprocessor[820:4840] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor.o (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor.o
** BUILD SUCCEEDED **
Build complete.
{
"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"
}
],
"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"
],
"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.swift",
"Cast/CastConfiguration.swift",
"Cast/CastDelegate.swift",
"Cast/CastDevice.swift",
"Cast/Castable.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/GCKSessionTraits.swift",
"Extensions/Image.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+Navigation.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/DevicesRecipe.swift",
"Recipes/ItemsRecipe.swift",
"Recipes/MediaStatusRecipe.swift",
"Recipes/MutableReceiverStateRecipe.swift",
"Recipes/MutedRecipe.swift",
"Recipes/PlaybackSpeedRecipe.swift",
"Recipes/ReceiverStateRecipe.swift",
"Recipes/RepeatModeRecipe.swift",
"Recipes/ShouldPlayRecipe.swift",
"Recipes/TargetSeekTimeRecipe.swift",
"Recipes/VolumeRecipe.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/CastDevicesView.swift",
"UserInterface/CastIcon.swift",
"UserInterface/CastMiniPlayerView.swift",
"UserInterface/CastMuteButton.swift",
"UserInterface/CastPlayerView.swift",
"UserInterface/CastProgressTracker.swift",
"UserInterface/CastVolumeIcon.swift",
"UserInterface/EmptyDevicesView.swift",
"UserInterface/Player/ControlsView.swift",
"UserInterface/Player/ItemCell.swift",
"UserInterface/Player/LiveLabel.swift",
"UserInterface/Player/PlaybackButton.swift",
"UserInterface/Player/PlaybackButtons.swift",
"UserInterface/Player/PlaybackButtonsLayout.swift",
"UserInterface/Player/PlaylistView.swift",
"UserInterface/Player/SettingsButtons.swift",
"UserInterface/Player/SettingsMenu.swift",
"UserInterface/Player/SliderView.swift",
"UserInterface/UnavailableView.swift"
],
"target_dependencies" : [
"CastorPackageInfoPlugin"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/srgssr/castor/main
Repository: SRGSSR/castor
Swift version used: 6.1
Target: Castor
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
* branch 4633b45fc732d8c55568be09dd852f9dc1582c25 -> FETCH_HEAD
HEAD is now at 4633b45 Update the artifact
Cloned https://github.com/swiftlang/swift-docc-render-artifact
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData docbuild "OTHER_DOCC_FLAGS=--emit-digest --source-service github --source-service-base-url https://github.com/SRGSSR/castor/blob/main --checkout-path /Users/admin/builder/spi-builder-workspace" -scheme Castor -destination generic/platform=iOS
Build settings from command line:
OTHER_DOCC_FLAGS = --emit-digest --source-service github --source-service-base-url https://github.com/SRGSSR/castor/blob/main --checkout-path /Users/admin/builder/spi-builder-workspace
Resolve Package Graph
Fetching from https://github.com/swiftlang/swift-docc-plugin (cached)
Updating from https://github.com/SRGSSR/google-cast-sdk.git
Fetching from https://github.com/swiftlang/swift-docc-symbolkit (cached)
Creating working copy of package ‘swift-docc-symbolkit’
Checking out 1.0.0 of package ‘swift-docc-symbolkit’
Creating working copy of package ‘swift-docc-plugin’
Checking out 1.4.5 of package ‘swift-docc-plugin’
Resolve Package Graph
Resolved source packages:
SwiftDocCPlugin: https://github.com/swiftlang/swift-docc-plugin @ 1.4.5
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
GoogleCast: https://github.com/SRGSSR/google-cast-sdk.git @ 4.8.3
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-16.3.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: 2d26371f85b0373aa62a53c6326f1e5dd8ab185f636f6a4133ddb7aa1fa5693c
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 file-write*
(subpath \"/private/tmp\")
(subpath \"/private/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T\")
)
(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/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/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:0x12c6321d0 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 (5 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'
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'
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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/actool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-16.3.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-iphoneos/Castor_Castor.build /Users/admin/builder/spi-builder-workspace/Sources/Castor/Resources/Localizable.xcstrings
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 1107c52890ce8dc0ee0cbee9a503f88d
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/1107c52890ce8dc0ee0cbee9a503f88d.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/symbol-graph/swift/arm64-apple-ios (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/symbol-graph/swift/arm64-apple-ios
CompileXCStrings /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/ /Users/admin/builder/spi-builder-workspace/Sources/Castor/Resources/Localizable.xcstrings (in target 'Castor_Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcstringstool compile --output-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build /Users/admin/builder/spi-builder-workspace/Sources/Castor/Resources/Localizable.xcstrings
SwiftDriver Castor normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Castor -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios16.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor.swiftmodule -emit-symbol-graph -emit-symbol-graph-dir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/symbol-graph/swift/arm64-apple-ios -emit-extension-block-symbols -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor_Castor.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/empty-Castor_Castor.plist (in target 'Castor_Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/empty-Castor_Castor.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform iphoneos -additionalcontentfile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/assetcatalog_generated_info.plist -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor_Castor.bundle/Info.plist
CopyStringsFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor_Castor.bundle/rm.lproj/Localizable.strings /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/rm.lproj/Localizable.strings (in target 'Castor_Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace
builtin-copyStrings --validate --outputencoding binary --outfilename Localizable.strings --outdir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor_Castor.bundle/rm.lproj -- /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/rm.lproj/Localizable.strings
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/rm.lproj/Localizable.strings:1:1: note: detected encoding of input file as Unicode (UTF-8) (in target 'Castor_Castor' from project 'Castor')
CopyStringsFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor_Castor.bundle/it.lproj/Localizable.strings /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/it.lproj/Localizable.strings (in target 'Castor_Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace
builtin-copyStrings --validate --outputencoding binary --outfilename Localizable.strings --outdir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor_Castor.bundle/it.lproj -- /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/it.lproj/Localizable.strings
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/it.lproj/Localizable.strings:1:1: note: detected encoding of input file as Unicode (UTF-8) (in target 'Castor_Castor' from project 'Castor')
CopyStringsFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor_Castor.bundle/fr.lproj/Localizable.strings /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/fr.lproj/Localizable.strings (in target 'Castor_Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace
builtin-copyStrings --validate --outputencoding binary --outfilename Localizable.strings --outdir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor_Castor.bundle/fr.lproj -- /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/fr.lproj/Localizable.strings
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/fr.lproj/Localizable.strings:1:1: note: detected encoding of input file as Unicode (UTF-8) (in target 'Castor_Castor' from project 'Castor')
CopyStringsFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor_Castor.bundle/de.lproj/Localizable.strings /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/de.lproj/Localizable.strings (in target 'Castor_Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace
builtin-copyStrings --validate --outputencoding binary --outfilename Localizable.strings --outdir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor_Castor.bundle/de.lproj -- /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/de.lproj/Localizable.strings
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor_Castor.build/de.lproj/Localizable.strings:1:1: note: detected encoding of input file as Unicode (UTF-8) (in target 'Castor_Castor' from project 'Castor')
SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ Cast.swift,\ CastConfiguration.swift,\ CastDelegate.swift,\ CastDevice.swift,\ Castable.swift,\ Binding.swift,\ CMTimeRange.swift,\ Collection.swift,\ Comparable.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/CastConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/CastDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/CastDevice.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Castable.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/Binding.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/CMTimeRange.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/Collection.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/Comparable.swift (in target 'Castor' from project 'Castor')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/DerivedSources/resource_bundle_accessor.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Cast.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/CastConfiguration.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/CastDelegate.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/CastDevice.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Cast/Castable.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/Binding.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/CMTimeRange.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/Collection.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/Comparable.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CastPlayer+Seek.swift,\ CastPlayer+SettingsMenu.swift,\ CastPlayer+Skip.swift,\ CastPlayer+SkipToDefault.swift,\ CastPlayer+Time.swift,\ CastPlayer+TimePublisher.swift,\ CastPlayer.swift,\ CastPlayerItem.swift,\ CurrentDevicePropertyWrapper.swift,\ LazyItemPropertyWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+Seek.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+SettingsMenu.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+Skip.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+SkipToDefault.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+Time.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+TimePublisher.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayerItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/PropertyWrappers/CurrentDevicePropertyWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/PropertyWrappers/LazyItemPropertyWrapper.swift (in target 'Castor' from project 'Castor')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+Seek.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+SettingsMenu.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+Skip.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+SkipToDefault.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+Time.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+TimePublisher.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayerItem.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/PropertyWrappers/CurrentDevicePropertyWrapper.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/PropertyWrappers/LazyItemPropertyWrapper.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ MutableReceiverState.swift,\ ReceiverState.swift,\ ActiveTracksRecipe.swift,\ CurrentItemIdRecipe.swift,\ DevicesRecipe.swift,\ ItemsRecipe.swift,\ MediaStatusRecipe.swift,\ MutableReceiverStateRecipe.swift,\ MutedRecipe.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/PropertyWrappers/MutableReceiverState.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/PropertyWrappers/ReceiverState.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/ActiveTracksRecipe.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/CurrentItemIdRecipe.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/DevicesRecipe.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/ItemsRecipe.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/MediaStatusRecipe.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/MutableReceiverStateRecipe.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/MutedRecipe.swift (in target 'Castor' from project 'Castor')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/PropertyWrappers/MutableReceiverState.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/PropertyWrappers/ReceiverState.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/ActiveTracksRecipe.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/CurrentItemIdRecipe.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/DevicesRecipe.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/ItemsRecipe.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/MediaStatusRecipe.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/MutableReceiverStateRecipe.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/MutedRecipe.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ String.swift,\ View.swift,\ CastAsset.swift,\ CastPlayer+ItemNavigation.swift,\ CastPlayer+Items.swift,\ CastPlayer+MediaSelection.swift,\ CastPlayer+Navigation.swift,\ CastPlayer+Playback.swift,\ CastPlayer+PlaybackSpeed.swift,\ CastPlayer+Properties.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/String.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/View.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastAsset.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+ItemNavigation.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+Items.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+MediaSelection.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+Navigation.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+Playback.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+PlaybackSpeed.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+Properties.swift (in target 'Castor' from project 'Castor')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/String.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/View.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastAsset.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+ItemNavigation.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+Items.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+MediaSelection.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+Navigation.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+Playback.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+PlaybackSpeed.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Player/CastPlayer+Properties.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ PlaybackSpeedRecipe.swift,\ ReceiverStateRecipe.swift,\ RepeatModeRecipe.swift,\ ShouldPlayRecipe.swift,\ TargetSeekTimeRecipe.swift,\ VolumeRecipe.swift,\ CastAssetURLConfiguration.swift,\ CastCustomData.swift,\ CastImage.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/PlaybackSpeedRecipe.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/ReceiverStateRecipe.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/RepeatModeRecipe.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/ShouldPlayRecipe.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/TargetSeekTimeRecipe.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/VolumeRecipe.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastAssetURLConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastCustomData.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastImage.swift (in target 'Castor' from project 'Castor')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/PlaybackSpeedRecipe.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/ReceiverStateRecipe.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/RepeatModeRecipe.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/ShouldPlayRecipe.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/TargetSeekTimeRecipe.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Recipes/VolumeRecipe.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastAssetURLConfiguration.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastCustomData.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastImage.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CastResumeState.swift,\ CastSettingsUpdate.swift,\ CastSkip.swift,\ TimeProperties.swift,\ ArtworkImage.swift,\ CastButton.swift,\ CastDevicesView.swift,\ CastIcon.swift,\ CastMiniPlayerView.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastResumeState.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastSettingsUpdate.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastSkip.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/TimeProperties.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/ArtworkImage.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/CastButton.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/CastDevicesView.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/CastIcon.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/CastMiniPlayerView.swift (in target 'Castor' from project 'Castor')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastResumeState.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastSettingsUpdate.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastSkip.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/TimeProperties.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/ArtworkImage.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/CastButton.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/CastDevicesView.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/CastIcon.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/CastMiniPlayerView.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CastImageHints.swift,\ CastLoadOptions.swift,\ CastMediaSelectionOption.swift,\ CastMediaSelectionPreference.swift,\ CastMediaTrack.swift,\ CastMetadata.swift,\ CastNavigationMode.swift,\ CastRepeatMode.swift,\ CastResumeItem.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastImageHints.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastLoadOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastMediaSelectionOption.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastMediaSelectionPreference.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastMediaTrack.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastNavigationMode.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastRepeatMode.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastResumeItem.swift (in target 'Castor' from project 'Castor')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastImageHints.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastLoadOptions.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastMediaSelectionOption.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastMediaSelectionPreference.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastMediaTrack.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastMetadata.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastNavigationMode.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastRepeatMode.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Types/CastResumeItem.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CastMuteButton.swift,\ CastPlayerView.swift,\ CastProgressTracker.swift,\ CastVolumeIcon.swift,\ EmptyDevicesView.swift,\ ControlsView.swift,\ ItemCell.swift,\ LiveLabel.swift,\ PlaybackButton.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/CastMuteButton.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/CastPlayerView.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/CastProgressTracker.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/CastVolumeIcon.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/EmptyDevicesView.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/Player/ControlsView.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/Player/ItemCell.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/Player/LiveLabel.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/Player/PlaybackButton.swift (in target 'Castor' from project 'Castor')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/CastMuteButton.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/CastPlayerView.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/CastProgressTracker.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/CastVolumeIcon.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/EmptyDevicesView.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/Player/ControlsView.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/Player/ItemCell.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/Player/LiveLabel.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/Player/PlaybackButton.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ GCKCastSession.swift,\ GCKMediaQueue.swift,\ GCKMediaStatus.swift,\ GCKMediaTrackType.swift,\ GCKRemoteMediaClient.swift,\ GCKSessionTraits.swift,\ Image.swift,\ Publishers.swift,\ RangeReplaceableCollection.swift,\ Slider.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/GCKCastSession.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/GCKMediaQueue.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/GCKMediaStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/GCKMediaTrackType.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/GCKRemoteMediaClient.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/GCKSessionTraits.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/Image.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/Publishers.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/RangeReplaceableCollection.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/Slider.swift (in target 'Castor' from project 'Castor')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/GCKCastSession.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/GCKMediaQueue.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/GCKMediaStatus.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/GCKMediaTrackType.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/GCKRemoteMediaClient.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/GCKSessionTraits.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/Image.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/Publishers.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/RangeReplaceableCollection.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/Extensions/Slider.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ Castor (in target 'Castor' from project 'Castor')
EmitSwiftModule normal arm64 (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ PlaybackButtons.swift,\ PlaybackButtonsLayout.swift,\ PlaylistView.swift,\ SettingsButtons.swift,\ SettingsMenu.swift,\ SliderView.swift,\ UnavailableView.swift,\ PackageInfo.swift,\ GeneratedAssetSymbols.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/Player/PlaybackButtons.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/Player/PlaybackButtonsLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/Player/PlaylistView.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/Player/SettingsButtons.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/Player/SettingsMenu.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/Player/SliderView.swift /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/UnavailableView.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/Castor/CastorPackageInfoPlugin/PackageInfo.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/DerivedSources/GeneratedAssetSymbols.swift (in target 'Castor' from project 'Castor')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/Player/PlaybackButtons.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/Player/PlaybackButtonsLayout.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/Player/PlaylistView.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/Player/SettingsButtons.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/Player/SettingsMenu.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/Player/SliderView.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Castor/UserInterface/UnavailableView.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/Castor/CastorPackageInfoPlugin/PackageInfo.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/DerivedSources/GeneratedAssetSymbols.swift (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling CastImageHints.swift, CastLoadOptions.swift, CastMediaSelectionOption.swift, CastMediaSelectionPreference.swift, CastMediaTrack.swift, CastMetadata.swift, CastNavigationMode.swift, CastRepeatMode.swift, CastResumeItem.swift (in target 'Castor' from project 'Castor')
SwiftDriverJobDiscovery normal arm64 Compiling GCKCastSession.swift, GCKMediaQueue.swift, GCKMediaStatus.swift, GCKMediaTrackType.swift, GCKRemoteMediaClient.swift, GCKSessionTraits.swift, Image.swift, Publishers.swift, RangeReplaceableCollection.swift, Slider.swift (in target 'Castor' from project 'Castor')
SwiftDriverJobDiscovery normal arm64 Compiling PlaybackSpeedRecipe.swift, ReceiverStateRecipe.swift, RepeatModeRecipe.swift, ShouldPlayRecipe.swift, TargetSeekTimeRecipe.swift, VolumeRecipe.swift, CastAssetURLConfiguration.swift, CastCustomData.swift, CastImage.swift (in target 'Castor' from project 'Castor')
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, Cast.swift, CastConfiguration.swift, CastDelegate.swift, CastDevice.swift, Castable.swift, Binding.swift, CMTimeRange.swift, Collection.swift, Comparable.swift (in target 'Castor' from project 'Castor')
SwiftDriverJobDiscovery normal arm64 Compiling MutableReceiverState.swift, ReceiverState.swift, ActiveTracksRecipe.swift, CurrentItemIdRecipe.swift, DevicesRecipe.swift, ItemsRecipe.swift, MediaStatusRecipe.swift, MutableReceiverStateRecipe.swift, MutedRecipe.swift (in target 'Castor' from project 'Castor')
SwiftDriverJobDiscovery normal arm64 Compiling String.swift, View.swift, CastAsset.swift, CastPlayer+ItemNavigation.swift, CastPlayer+Items.swift, CastPlayer+MediaSelection.swift, CastPlayer+Navigation.swift, CastPlayer+Playback.swift, CastPlayer+PlaybackSpeed.swift, CastPlayer+Properties.swift (in target 'Castor' from project 'Castor')
SwiftDriverJobDiscovery normal arm64 Compiling CastPlayer+Seek.swift, CastPlayer+SettingsMenu.swift, CastPlayer+Skip.swift, CastPlayer+SkipToDefault.swift, CastPlayer+Time.swift, CastPlayer+TimePublisher.swift, CastPlayer.swift, CastPlayerItem.swift, CurrentDevicePropertyWrapper.swift, LazyItemPropertyWrapper.swift (in target 'Castor' from project 'Castor')
SwiftDriverJobDiscovery normal arm64 Compiling CastResumeState.swift, CastSettingsUpdate.swift, CastSkip.swift, TimeProperties.swift, ArtworkImage.swift, CastButton.swift, CastDevicesView.swift, CastIcon.swift, CastMiniPlayerView.swift (in target 'Castor' from project 'Castor')
SwiftDriverJobDiscovery normal arm64 Emitting module for Castor (in target 'Castor' from project 'Castor')
SwiftDriver\ Compilation\ Requirements Castor normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Castor -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios16.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor.swiftmodule -emit-symbol-graph -emit-symbol-graph-dir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/symbol-graph/swift/arm64-apple-ios -emit-extension-block-symbols -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
CompileDocumentation /Users/admin/builder/spi-builder-workspace/Sources/Castor/Castor.docc (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/docc convert --emit-lmdb-index --fallback-display-name Castor --fallback-bundle-identifier spi-builder-workspace.Castor --output-dir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor.doccarchive --ide-console-output --diagnostics-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Castor-diagnostics.json --emit-digest --source-service github --source-service-base-url https://github.com/SRGSSR/castor/blob/main --checkout-path /Users/admin/builder/spi-builder-workspace /Users/admin/builder/spi-builder-workspace/Sources/Castor/Castor.docc --additional-symbol-graph-dir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/symbol-graph
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor.abi.json (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor.swiftsourceinfo (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling CastMuteButton.swift, CastPlayerView.swift, CastProgressTracker.swift, CastVolumeIcon.swift, EmptyDevicesView.swift, ControlsView.swift, ItemCell.swift, LiveLabel.swift, PlaybackButton.swift (in target 'Castor' from project 'Castor')
SwiftDriverJobDiscovery normal arm64 Compiling PlaybackButtons.swift, PlaybackButtonsLayout.swift, PlaylistView.swift, SettingsButtons.swift, SettingsMenu.swift, SliderView.swift, UnavailableView.swift, PackageInfo.swift, GeneratedAssetSymbols.swift (in target 'Castor' from project 'Castor')
SwiftDriver\ Compilation Castor normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Castor -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios16.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor.swiftmodule -emit-symbol-graph -emit-symbol-graph-dir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/symbol-graph/swift/arm64-apple-ios -emit-extension-block-symbols -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
ExtractAppIntentsMetadata (in target 'Castor' from project 'Castor')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Castor --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 16.0 --bundle-identifier spi-builder-workspace.Castor --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor.appintents --target-triple arm64-apple-ios16.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Castor.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Castor.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Castor.build/Debug-iphoneos/Castor.build/Objects-normal/arm64/Castor.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-09-12 19:27:01.926 appintentsmetadataprocessor[1210:6810] Starting appintentsmetadataprocessor export
2025-09-12 19:27:01.964 appintentsmetadataprocessor[1210:6810] Extracted no relevant App Intents symbols, skipping writing output
** BUILD DOCUMENTATION SUCCEEDED **
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Castor.doccarchive
8604
62 /Users/admin/builder/spi-builder-workspace/.docs/srgssr/castor/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/srgssr/castor/main
File count: 8604
Doc size: 62.0MB
Preparing doc bundle ...
Uploading prod-srgssr-castor-main-ca020d14.zip to s3://spi-docs-inbox/prod-srgssr-castor-main-ca020d14.zip
Copying... [10%]
Copying... [20%]
Copying... [30%]
Copying... [40%]
Copying... [50%]
Copying... [60%]
Copying... [70%]
Copying... [80%]
Copying... [90%]
Copying... [100%]
Done.