Build Information
Successful build of DGCharts, reference 5.1.0 (dd9c72), with Swift 6.3 for macOS (Xcode) using Xcode 26.4 on 21 Apr 2026 15:45:53 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DGCharts-Package -destination platform=macOS,arch=arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChartsOrg/Charts.git
Reference: 5.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChartsOrg/Charts
* tag 5.1.0 -> FETCH_HEAD
HEAD is now at dd9c72e Merge pull request #5149 from danielgindi/release/5.1.0
Cloned https://github.com/ChartsOrg/Charts.git
Revision (git rev-parse @):
dd9c72e3d7e751e769971092a6bd72d39198ae63
SUCCESS checkout https://github.com/ChartsOrg/Charts.git at 5.1.0
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 6.3
Building package at path: $PWD
https://github.com/ChartsOrg/Charts.git
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/pointfreeco/swift-snapshot-testing
Fetching from https://github.com/swiftlang/swift-syntax
Fetching from https://github.com/pointfreeco/swift-custom-dump
Fetching from https://github.com/pointfreeco/xctest-dynamic-overlay
Creating working copy of package ‘swift-custom-dump’
Checking out 1.5.0 of package ‘swift-custom-dump’
Creating working copy of package ‘swift-syntax’
Checking out 603.0.0 of package ‘swift-syntax’
Creating working copy of package ‘xctest-dynamic-overlay’
Checking out 1.9.0 of package ‘xctest-dynamic-overlay’
Creating working copy of package ‘swift-snapshot-testing’
Checking out 1.19.2 of package ‘swift-snapshot-testing’
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/603.0.0/swiftlang-6.3.0.123.5-macosx26.4-MacroSupport.zip
Resolved source packages:
xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.5.0
swift-snapshot-testing: https://github.com/pointfreeco/swift-snapshot-testing @ 1.19.2
swift-syntax: https://github.com/swiftlang/swift-syntax @ 603.0.0
resolved source packages: xctest-dynamic-overlay, swift-custom-dump, swift-snapshot-testing, swift-syntax
{
"dependencies" : [
],
"manifest_display_name" : "DGCharts",
"name" : "DGCharts",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "macos",
"version" : "10.12"
}
],
"products" : [
{
"name" : "DGCharts",
"targets" : [
"DGCharts"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DGChartsDynamic",
"targets" : [
"DGCharts"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "DGCharts",
"module_type" : "SwiftTarget",
"name" : "DGCharts",
"path" : "Source/Charts",
"product_memberships" : [
"DGCharts",
"DGChartsDynamic"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Source/Charts/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Animation/Animator.swift",
"Animation/ChartAnimationEasing.swift",
"Charts/BarChartView.swift",
"Charts/BarLineChartViewBase.swift",
"Charts/BubbleChartView.swift",
"Charts/CandleStickChartView.swift",
"Charts/ChartViewBase.swift",
"Charts/CombinedChartView.swift",
"Charts/HorizontalBarChartView.swift",
"Charts/LineChartView.swift",
"Charts/PieChartView.swift",
"Charts/PieRadarChartViewBase.swift",
"Charts/RadarChartView.swift",
"Charts/ScatterChartView.swift",
"Components/AxisBase.swift",
"Components/ChartLimitLine.swift",
"Components/ComponentBase.swift",
"Components/Description.swift",
"Components/Legend.swift",
"Components/LegendEntry.swift",
"Components/Marker.swift",
"Components/MarkerImage.swift",
"Components/MarkerView.swift",
"Components/XAxis.swift",
"Components/YAxis.swift",
"Data/Implementations/ChartBaseDataSet.swift",
"Data/Implementations/Standard/BarChartData.swift",
"Data/Implementations/Standard/BarChartDataEntry.swift",
"Data/Implementations/Standard/BarChartDataSet.swift",
"Data/Implementations/Standard/BarLineScatterCandleBubbleChartData.swift",
"Data/Implementations/Standard/BarLineScatterCandleBubbleChartDataSet.swift",
"Data/Implementations/Standard/BubbleChartData.swift",
"Data/Implementations/Standard/BubbleChartDataEntry.swift",
"Data/Implementations/Standard/BubbleChartDataSet.swift",
"Data/Implementations/Standard/CandleChartData.swift",
"Data/Implementations/Standard/CandleChartDataEntry.swift",
"Data/Implementations/Standard/CandleChartDataSet.swift",
"Data/Implementations/Standard/ChartData.swift",
"Data/Implementations/Standard/ChartDataEntry.swift",
"Data/Implementations/Standard/ChartDataEntryBase.swift",
"Data/Implementations/Standard/ChartDataSet.swift",
"Data/Implementations/Standard/CombinedChartData.swift",
"Data/Implementations/Standard/LineChartData.swift",
"Data/Implementations/Standard/LineChartDataSet.swift",
"Data/Implementations/Standard/LineRadarChartDataSet.swift",
"Data/Implementations/Standard/LineScatterCandleRadarChartDataSet.swift",
"Data/Implementations/Standard/PieChartData.swift",
"Data/Implementations/Standard/PieChartDataEntry.swift",
"Data/Implementations/Standard/PieChartDataSet.swift",
"Data/Implementations/Standard/RadarChartData.swift",
"Data/Implementations/Standard/RadarChartDataEntry.swift",
"Data/Implementations/Standard/RadarChartDataSet.swift",
"Data/Implementations/Standard/ScatterChartData.swift",
"Data/Implementations/Standard/ScatterChartDataSet.swift",
"Data/Interfaces/BarChartDataSetProtocol.swift",
"Data/Interfaces/BarLineScatterCandleBubbleChartDataSetProtocol.swift",
"Data/Interfaces/BubbleChartDataSetProtocol.swift",
"Data/Interfaces/CandleChartDataSetProtocol.swift",
"Data/Interfaces/ChartDataSetProtocol.swift",
"Data/Interfaces/LineChartDataSetProtocol.swift",
"Data/Interfaces/LineRadarChartDataSetProtocol.swift",
"Data/Interfaces/LineScatterCandleRadarChartDataSetProtocol.swift",
"Data/Interfaces/PieChartDataSetProtocol.swift",
"Data/Interfaces/RadarChartDataSetProtocol.swift",
"Data/Interfaces/ScatterChartDataSetProtocol.swift",
"Filters/DataApproximator+N.swift",
"Filters/DataApproximator.swift",
"Formatters/AxisValueFormatter.swift",
"Formatters/DefaultAxisValueFormatter.swift",
"Formatters/DefaultFillFormatter.swift",
"Formatters/DefaultValueFormatter.swift",
"Formatters/FillFormatter.swift",
"Formatters/IndexAxisValueFormatter.swift",
"Formatters/ValueFormatter.swift",
"Highlight/BarHighlighter.swift",
"Highlight/ChartHighlighter.swift",
"Highlight/CombinedHighlighter.swift",
"Highlight/Highlight.swift",
"Highlight/Highlighter.swift",
"Highlight/HorizontalBarHighlighter.swift",
"Highlight/PieHighlighter.swift",
"Highlight/PieRadarHighlighter.swift",
"Highlight/RadarHighlighter.swift",
"Highlight/Range.swift",
"Interfaces/BarChartDataProvider.swift",
"Interfaces/BarLineScatterCandleBubbleChartDataProvider.swift",
"Interfaces/BubbleChartDataProvider.swift",
"Interfaces/CandleChartDataProvider.swift",
"Interfaces/ChartDataProvider.swift",
"Interfaces/CombinedChartDataProvider.swift",
"Interfaces/LineChartDataProvider.swift",
"Interfaces/ScatterChartDataProvider.swift",
"Jobs/AnimatedMoveViewJob.swift",
"Jobs/AnimatedViewPortJob.swift",
"Jobs/AnimatedZoomViewJob.swift",
"Jobs/MoveViewJob.swift",
"Jobs/ViewPortJob.swift",
"Jobs/ZoomViewJob.swift",
"Renderers/AxisRenderer.swift",
"Renderers/BarChartRenderer.swift",
"Renderers/BarLineScatterCandleBubbleRenderer.swift",
"Renderers/BubbleChartRenderer.swift",
"Renderers/CandleStickChartRenderer.swift",
"Renderers/CombinedChartRenderer.swift",
"Renderers/DataRenderer.swift",
"Renderers/HorizontalBarChartRenderer.swift",
"Renderers/LegendRenderer.swift",
"Renderers/LineChartRenderer.swift",
"Renderers/LineRadarRenderer.swift",
"Renderers/LineScatterCandleRadarRenderer.swift",
"Renderers/PieChartRenderer.swift",
"Renderers/RadarChartRenderer.swift",
"Renderers/Renderer.swift",
"Renderers/Scatter/ChevronDownShapeRenderer.swift",
"Renderers/Scatter/ChevronUpShapeRenderer.swift",
"Renderers/Scatter/CircleShapeRenderer.swift",
"Renderers/Scatter/CrossShapeRenderer.swift",
"Renderers/Scatter/ShapeRenderer.swift",
"Renderers/Scatter/SquareShapeRenderer.swift",
"Renderers/Scatter/TriangleShapeRenderer.swift",
"Renderers/Scatter/XShapeRenderer.swift",
"Renderers/ScatterChartRenderer.swift",
"Renderers/XAxisRenderer.swift",
"Renderers/XAxisRendererHorizontalBarChart.swift",
"Renderers/XAxisRendererRadarChart.swift",
"Renderers/YAxisRenderer.swift",
"Renderers/YAxisRendererHorizontalBarChart.swift",
"Renderers/YAxisRendererRadarChart.swift",
"Utils/ChartColorTemplates.swift",
"Utils/ChartUtils.swift",
"Utils/Fill.swift",
"Utils/Indexed.swift",
"Utils/Partition.swift",
"Utils/Platform+Accessibility.swift",
"Utils/Platform+Color.swift",
"Utils/Platform+Gestures.swift",
"Utils/Platform+Graphics.swift",
"Utils/Platform+Touch Handling.swift",
"Utils/Platform.swift",
"Utils/Sequence+KeyPath.swift",
"Utils/Transformer.swift",
"Utils/TransformerHorizontalBarChart.swift",
"Utils/ViewPortHandler.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "Charts",
"schemes" : [
"DGCharts",
"DGChartsTests"
],
"targets" : [
"DGCharts",
"DGChartsTests"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"DGCharts",
"DGCharts-Package",
"DGChartsDynamic"
]
}
}
2026-04-21 11:45:34.986 xcodebuild[857:4999] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DGCharts-Package -destination platform=macOS,arch=arm64
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme DGCharts-Package -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
DGCharts: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
Target 'DGChartsDynamic' in project 'DGCharts'
➜ Explicit dependency on target 'DGCharts' in project 'DGCharts'
➜ Explicit dependency on target 'DGCharts_DGCharts' in project 'DGCharts'
Target 'DGCharts' in project 'DGCharts'
➜ Explicit dependency on target 'DGCharts' in project 'DGCharts'
➜ Explicit dependency on target 'DGCharts_DGCharts' in project 'DGCharts'
Target 'DGCharts' in project 'DGCharts'
➜ Explicit dependency on target 'DGCharts_DGCharts' in project 'DGCharts'
Target 'DGCharts_DGCharts' in project 'DGCharts' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
Build description signature: b8cb79fc7c1d6afc3e0e368908172178
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/b8cb79fc7c1d6afc3e0e368908172178.xcbuilddata
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.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/Intermediates.noindex/SwiftExplicitPrecompiledModules
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
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/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/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/DGCharts_DGCharts.bundle (in target 'DGCharts_DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DGCharts_DGCharts.bundle
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DGCharts_DGCharts.bundle/Contents (in target 'DGCharts_DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DGCharts_DGCharts.bundle/Contents
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DGCharts_DGCharts.bundle/Contents/Resources (in target 'DGCharts_DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DGCharts_DGCharts.bundle/Contents/Resources
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGChartsDynamic\ product.build/empty-DGChartsDynamic.plist (in target 'DGChartsDynamic' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGChartsDynamic\ product.build/empty-DGChartsDynamic.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts_DGCharts.build/DGCharts_DGCharts.DependencyStaticMetadataFileList (in target 'DGCharts_DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts_DGCharts.build/DGCharts_DGCharts.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts_DGCharts.build/empty-DGCharts_DGCharts.plist (in target 'DGCharts_DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts_DGCharts.build/empty-DGCharts_DGCharts.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts_DGCharts.build/DGCharts_DGCharts.DependencyMetadataFileList (in target 'DGCharts_DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts_DGCharts.build/DGCharts_DGCharts.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGChartsDynamic\ product.build/Objects-normal/arm64/DGChartsDynamic.LinkFileList (in target 'DGChartsDynamic' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGChartsDynamic\ product.build/Objects-normal/arm64/DGChartsDynamic.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGChartsDynamic\ product.build/DGChartsDynamic.DependencyStaticMetadataFileList (in target 'DGChartsDynamic' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGChartsDynamic\ product.build/DGChartsDynamic.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGChartsDynamic\ product.build/DGChartsDynamic.DependencyMetadataFileList (in target 'DGChartsDynamic' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGChartsDynamic\ product.build/DGChartsDynamic.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/Objects-normal/arm64/DGCharts_const_extract_protocols.json (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/Objects-normal/arm64/DGCharts_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/Objects-normal/arm64/DGCharts.SwiftFileList (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/Objects-normal/arm64/DGCharts.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/Objects-normal/arm64/DGCharts.SwiftConstValuesFileList (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/Objects-normal/arm64/DGCharts.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/Objects-normal/arm64/DGCharts.LinkFileList (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/Objects-normal/arm64/DGCharts.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/Objects-normal/arm64/DGCharts-OutputFileMap.json (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/Objects-normal/arm64/DGCharts-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/DGCharts.modulemap (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/DGCharts.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/DGCharts.DependencyStaticMetadataFileList (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/DGCharts.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/DerivedSources/resource_bundle_accessor.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/DerivedSources/resource_bundle_accessor.swift
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/DGCharts.DependencyMetadataFileList (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/DGCharts.DependencyMetadataFileList
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/DGChartsDynamic.framework/Versions/Current A (in target 'DGChartsDynamic' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh A /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/DGChartsDynamic.framework/Versions/Current
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/DGChartsDynamic.framework/Resources Versions/Current/Resources (in target 'DGChartsDynamic' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/Resources /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/DGChartsDynamic.framework/Resources
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/DGChartsDynamic.framework/DGChartsDynamic Versions/Current/DGChartsDynamic (in target 'DGChartsDynamic' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/DGChartsDynamic /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/DGChartsDynamic.framework/DGChartsDynamic
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/DGChartsDynamic.framework/Versions/A/Resources (in target 'DGChartsDynamic' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/DGChartsDynamic.framework/Versions/A/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/DGChartsDynamic.framework/Versions/A (in target 'DGChartsDynamic' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/DGChartsDynamic.framework/Versions/A
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/DGChartsDynamic.framework/Versions (in target 'DGChartsDynamic' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/DGChartsDynamic.framework/Versions
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/DGCharts.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/DGCharts.modulemap (in target 'DGCharts' from project 'DGCharts')
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/DGCharts.build/Debug/DGCharts.build/DGCharts.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/DGChartsDynamic.framework (in target 'DGChartsDynamic' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/DGChartsDynamic.framework
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DGCharts_DGCharts.bundle/Contents/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts_DGCharts.build/empty-DGCharts_DGCharts.plist (in target 'DGCharts_DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts_DGCharts.build/empty-DGCharts_DGCharts.plist -producttype com.apple.product-type.bundle -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DGCharts_DGCharts.bundle/Contents/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DGCharts_DGCharts.bundle/Contents/Resources/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/Source/Charts/PrivacyInfo.xcprivacy (in target 'DGCharts_DGCharts' from project 'DGCharts')
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/Source/Charts/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DGCharts_DGCharts.bundle/Contents/Resources
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DGCharts_DGCharts.bundle (in target 'DGCharts_DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DGCharts_DGCharts.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DGCharts_DGCharts.bundle (in target 'DGCharts_DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DGCharts_DGCharts.bundle
SwiftDriver DGCharts normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DGCharts -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/Objects-normal/arm64/DGCharts.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/Objects-normal/arm64/DGCharts-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/Objects-normal/arm64/DGCharts.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/Objects-normal/arm64/DGCharts_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.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/DGCharts.build/Debug/DGCharts.build/Objects-normal/arm64/DGCharts-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-BCLCOFDJ45OMTZGSK1C16CGHW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-AAQ399SBBP2BDCMG81VRYRUPH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-ADGO289DDFG5Q27QQ112PKPEZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-5X5O5I1K4D43GH7GT4CGHWXLB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DeveloperToolsSupport-3BTENLFB5IBRQT6EVQEKGMDTG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-1WXIS9B8VZ4ADZ061QHYRWR5D.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-E0NVGU93S9O2QVCG64NNOZE2S.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-32R3Z9RQY92YALH0OD4ICAILO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-3I2AYATAZOB5SX5PV3FFLUN3C.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-6A9L0EIEOJ6YCVBSISW78RWKS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-GSSKQPJJW7SA1MLS4HASRW3M.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-491K6A0QLGG5JHYG15DXNJX2E.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-X5HZSTF4XF14KD1VQVVZ7DB8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_tgmath-36H6QUYZ4IC5Y9V5MRDN8LJ4S.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-6AB3YXIQ4BDSRRE3TRNTF0OMM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-B8IE8I8WDCT8XY9KJOINFAYTG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OpenGL-2586URYNECPZYDH4FQZH6T8YO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/libDER-3PT2HVP45SXV8N8LCNR5SYA65.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-DMGWQDFUW313ZACCZI4XLDLQ1.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_intrinsics-4GICTUP4C9A6Z799JF0ESFD1V.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-KS1FMXPZU97HOY4MALET99UE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-BBBF5RT536Y4I87NLI3MWUZS6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-3F91P5BX2TKCGL6BR17N6GQDC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/simd-6XIBISLB6PEO7NVF6SQJAPRXC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/libkern-RVY6HDIC3JFUPOK9RR52HYIA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/launch-AFSCPX9157218S9492O0JL1YP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CUPS-83UWBFGJ7KH19JA48OM4PVM4Q.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-BDEU6LGPQ76RC84QS7KXQQ3QL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-6TCYF66X09PKWGHX4JCJOWK1K.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Spatial-3RXTQKFKSBRGVSUILR6M7V0F.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-DT91J1DL43SMC5KJP0KLXIA3Z.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-8FRTL4121JBMOHW50XB1IB9V3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-B0DV6M8EG5BIP5321UHN4BRJU.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-ANQ3A25QNSYX7B50BP32T807.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-2J5ES7IQGYS2L7L69WUL6MTBR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-AR3SJJLBV6Y7LCDQ9JZGLXN3I.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/IOKit-E1TTD7GPKU23O8MO53HNIJ123.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-CV0NM9C2Z4JA5YDDLMIYM5KY9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-9O034QAFSU7BBHM8I0WT8OZ01.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ColorSync-DLTFQNG40PFLH6TQWD17YQ606.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreGraphics-3E3HC7QGL775MDQYGP6TCE7BH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DiskArbitration-VO6U70ZP61URI2H1J70SQCQZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreServices-9VY6U63TWM3XIX70OZQU6WOIQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreText-4QWBVX2EXLF5G1VO33KIPJBR7.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ImageIO-AAD4F8TB4I7II4S5AZJD265YU.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-4ST2G3OL1U694TZLAJEK24H48.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreData-26HLSY04W4APMJJ4D9SZFJ4WC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ApplicationServices-D2R7QX6VLX8N6S5Q6QPYKB4JT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Symbols-5220F55SZD612FXJ26F19DC7O.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreTransferable-CS8WCBGWSMMVJJTW1EM47NOJC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/IOSurface-4UQBSIJ21PAWLXEH1L7QMAORW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UniformTypeIdentifiers-2JNDOF16STDFUWD11NF2LVJ6L.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DataDetection-4B1ERPV28H2Q956AUXC566WB8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Accessibility-4LUB3Z7J25FSCU1SNIQ5K7EME.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OSLog-C6CEOJRMO6PZ6Y2SS9A9C35EL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Metal-BURTFP2IDH8G7BV5PS3EHARF6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/QuickLook-5J0LBU7MM3J7CG6UHGY0CS8I9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreVideo-171H00U9NZ3ESDSHE6PSMBSAF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreImage-A8OMCLPRDRYLWGDSO8UQ41LBK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/QuartzCore-E7VB9GJ2DWI3C6IPLDZ4QXY6O.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUICore-98IUO6EAQV7IPKZAQUXZESBEY.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AppKit-19HD88BK9LFV6SQJ5H2X1I85T.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Cocoa-1Y06108ALMGUFXQCG9HSIXPH3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ImageCaptureCore-BKDHICGSU7WZ0ZTIDRMBFAASB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/PDFKit-AFUC7F3Z1KE12AJLRC9J2J4EU.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/QuickLookUI-ACQPUHLA18UVSTG9QAVL3OPAD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Quartz-9AIX7PJF7WHESS6TTT38YCFYH.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ DGCharts (in target 'DGCharts' from project 'DGCharts')
EmitSwiftModule normal arm64 (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ChartUtils.swift,\ Fill.swift,\ Indexed.swift,\ Partition.swift,\ Platform+Accessibility.swift,\ Platform+Color.swift,\ Platform+Gestures.swift,\ Platform+Graphics.swift,\ Platform+Touch\ Handling.swift,\ Platform.swift,\ Sequence+KeyPath.swift,\ Transformer.swift,\ TransformerHorizontalBarChart.swift,\ ViewPortHandler.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Utils/ChartUtils.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Utils/Fill.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Utils/Indexed.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Utils/Partition.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Utils/Platform+Accessibility.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Utils/Platform+Color.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Utils/Platform+Gestures.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Utils/Platform+Graphics.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Utils/Platform+Touch\ Handling.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Utils/Platform.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Utils/Sequence+KeyPath.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Utils/Transformer.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Utils/TransformerHorizontalBarChart.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Utils/ViewPortHandler.swift (in target 'DGCharts' from project 'DGCharts')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Utils/ChartUtils.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Utils/Fill.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Utils/Indexed.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Utils/Partition.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Utils/Platform+Accessibility.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Utils/Platform+Color.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Utils/Platform+Gestures.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Utils/Platform+Graphics.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Utils/Platform+Touch\ Handling.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Utils/Platform.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Utils/Sequence+KeyPath.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Utils/Transformer.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Utils/TransformerHorizontalBarChart.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Utils/ViewPortHandler.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CircleShapeRenderer.swift,\ CrossShapeRenderer.swift,\ ShapeRenderer.swift,\ SquareShapeRenderer.swift,\ TriangleShapeRenderer.swift,\ XShapeRenderer.swift,\ ScatterChartRenderer.swift,\ XAxisRenderer.swift,\ XAxisRendererHorizontalBarChart.swift,\ XAxisRendererRadarChart.swift,\ YAxisRenderer.swift,\ YAxisRendererHorizontalBarChart.swift,\ YAxisRendererRadarChart.swift,\ ChartColorTemplates.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/Scatter/CircleShapeRenderer.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/Scatter/CrossShapeRenderer.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/Scatter/ShapeRenderer.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/Scatter/SquareShapeRenderer.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/Scatter/TriangleShapeRenderer.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/Scatter/XShapeRenderer.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/ScatterChartRenderer.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/XAxisRenderer.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/XAxisRendererHorizontalBarChart.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/XAxisRendererRadarChart.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/YAxisRenderer.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/YAxisRendererHorizontalBarChart.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/YAxisRendererRadarChart.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Utils/ChartColorTemplates.swift (in target 'DGCharts' from project 'DGCharts')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/Scatter/CircleShapeRenderer.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/Scatter/CrossShapeRenderer.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/Scatter/ShapeRenderer.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/Scatter/SquareShapeRenderer.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/Scatter/TriangleShapeRenderer.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/Scatter/XShapeRenderer.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/ScatterChartRenderer.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/XAxisRenderer.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/XAxisRendererHorizontalBarChart.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/XAxisRendererRadarChart.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/YAxisRenderer.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/YAxisRendererHorizontalBarChart.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/YAxisRendererRadarChart.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Utils/ChartColorTemplates.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ BubbleChartRenderer.swift,\ CandleStickChartRenderer.swift,\ CombinedChartRenderer.swift,\ DataRenderer.swift,\ HorizontalBarChartRenderer.swift,\ LegendRenderer.swift,\ LineChartRenderer.swift,\ LineRadarRenderer.swift,\ LineScatterCandleRadarRenderer.swift,\ PieChartRenderer.swift,\ RadarChartRenderer.swift,\ Renderer.swift,\ ChevronDownShapeRenderer.swift,\ ChevronUpShapeRenderer.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/BubbleChartRenderer.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/CandleStickChartRenderer.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/CombinedChartRenderer.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/DataRenderer.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/HorizontalBarChartRenderer.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/LegendRenderer.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/LineChartRenderer.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/LineRadarRenderer.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/LineScatterCandleRadarRenderer.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/PieChartRenderer.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/RadarChartRenderer.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/Renderer.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/Scatter/ChevronDownShapeRenderer.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/Scatter/ChevronUpShapeRenderer.swift (in target 'DGCharts' from project 'DGCharts')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/BubbleChartRenderer.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/CandleStickChartRenderer.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/CombinedChartRenderer.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/DataRenderer.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/HorizontalBarChartRenderer.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/LegendRenderer.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/LineChartRenderer.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/LineRadarRenderer.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/LineScatterCandleRadarRenderer.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/PieChartRenderer.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/RadarChartRenderer.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/Renderer.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/Scatter/ChevronDownShapeRenderer.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/Scatter/ChevronUpShapeRenderer.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ValueFormatter.swift,\ BarHighlighter.swift,\ ChartHighlighter.swift,\ CombinedHighlighter.swift,\ Highlight.swift,\ Highlighter.swift,\ HorizontalBarHighlighter.swift,\ PieHighlighter.swift,\ PieRadarHighlighter.swift,\ RadarHighlighter.swift,\ Range.swift,\ BarChartDataProvider.swift,\ BarLineScatterCandleBubbleChartDataProvider.swift,\ BubbleChartDataProvider.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Formatters/ValueFormatter.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Highlight/BarHighlighter.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Highlight/ChartHighlighter.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Highlight/CombinedHighlighter.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Highlight/Highlight.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Highlight/Highlighter.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Highlight/HorizontalBarHighlighter.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Highlight/PieHighlighter.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Highlight/PieRadarHighlighter.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Highlight/RadarHighlighter.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Highlight/Range.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Interfaces/BarChartDataProvider.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Interfaces/BarLineScatterCandleBubbleChartDataProvider.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Interfaces/BubbleChartDataProvider.swift (in target 'DGCharts' from project 'DGCharts')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Formatters/ValueFormatter.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Highlight/BarHighlighter.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Highlight/ChartHighlighter.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Highlight/CombinedHighlighter.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Highlight/Highlight.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Highlight/Highlighter.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Highlight/HorizontalBarHighlighter.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Highlight/PieHighlighter.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Highlight/PieRadarHighlighter.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Highlight/RadarHighlighter.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Highlight/Range.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Interfaces/BarChartDataProvider.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Interfaces/BarLineScatterCandleBubbleChartDataProvider.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Interfaces/BubbleChartDataProvider.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ LineChartDataSetProtocol.swift,\ LineRadarChartDataSetProtocol.swift,\ LineScatterCandleRadarChartDataSetProtocol.swift,\ PieChartDataSetProtocol.swift,\ RadarChartDataSetProtocol.swift,\ ScatterChartDataSetProtocol.swift,\ DataApproximator+N.swift,\ DataApproximator.swift,\ AxisValueFormatter.swift,\ DefaultAxisValueFormatter.swift,\ DefaultFillFormatter.swift,\ DefaultValueFormatter.swift,\ FillFormatter.swift,\ IndexAxisValueFormatter.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Interfaces/LineChartDataSetProtocol.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Interfaces/LineRadarChartDataSetProtocol.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Interfaces/LineScatterCandleRadarChartDataSetProtocol.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Interfaces/PieChartDataSetProtocol.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Interfaces/RadarChartDataSetProtocol.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Interfaces/ScatterChartDataSetProtocol.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Filters/DataApproximator+N.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Filters/DataApproximator.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Formatters/AxisValueFormatter.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Formatters/DefaultAxisValueFormatter.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Formatters/DefaultFillFormatter.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Formatters/DefaultValueFormatter.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Formatters/FillFormatter.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Formatters/IndexAxisValueFormatter.swift (in target 'DGCharts' from project 'DGCharts')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Interfaces/LineChartDataSetProtocol.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Interfaces/LineRadarChartDataSetProtocol.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Interfaces/LineScatterCandleRadarChartDataSetProtocol.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Interfaces/PieChartDataSetProtocol.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Interfaces/RadarChartDataSetProtocol.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Interfaces/ScatterChartDataSetProtocol.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Filters/DataApproximator+N.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Filters/DataApproximator.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Formatters/AxisValueFormatter.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Formatters/DefaultAxisValueFormatter.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Formatters/DefaultFillFormatter.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Formatters/DefaultValueFormatter.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Formatters/FillFormatter.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Formatters/IndexAxisValueFormatter.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CandleChartDataProvider.swift,\ ChartDataProvider.swift,\ CombinedChartDataProvider.swift,\ LineChartDataProvider.swift,\ ScatterChartDataProvider.swift,\ AnimatedMoveViewJob.swift,\ AnimatedViewPortJob.swift,\ AnimatedZoomViewJob.swift,\ MoveViewJob.swift,\ ViewPortJob.swift,\ ZoomViewJob.swift,\ AxisRenderer.swift,\ BarChartRenderer.swift,\ BarLineScatterCandleBubbleRenderer.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Interfaces/CandleChartDataProvider.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Interfaces/ChartDataProvider.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Interfaces/CombinedChartDataProvider.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Interfaces/LineChartDataProvider.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Interfaces/ScatterChartDataProvider.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Jobs/AnimatedMoveViewJob.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Jobs/AnimatedViewPortJob.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Jobs/AnimatedZoomViewJob.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Jobs/MoveViewJob.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Jobs/ViewPortJob.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Jobs/ZoomViewJob.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/AxisRenderer.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/BarChartRenderer.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/BarLineScatterCandleBubbleRenderer.swift (in target 'DGCharts' from project 'DGCharts')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Interfaces/CandleChartDataProvider.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Interfaces/ChartDataProvider.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Interfaces/CombinedChartDataProvider.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Interfaces/LineChartDataProvider.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Interfaces/ScatterChartDataProvider.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Jobs/AnimatedMoveViewJob.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Jobs/AnimatedViewPortJob.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Jobs/AnimatedZoomViewJob.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Jobs/MoveViewJob.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Jobs/ViewPortJob.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Jobs/ZoomViewJob.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/AxisRenderer.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/BarChartRenderer.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Renderers/BarLineScatterCandleBubbleRenderer.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ BarLineScatterCandleBubbleChartData.swift,\ BarLineScatterCandleBubbleChartDataSet.swift,\ BubbleChartData.swift,\ BubbleChartDataEntry.swift,\ BubbleChartDataSet.swift,\ CandleChartData.swift,\ CandleChartDataEntry.swift,\ CandleChartDataSet.swift,\ ChartData.swift,\ ChartDataEntry.swift,\ ChartDataEntryBase.swift,\ ChartDataSet.swift,\ CombinedChartData.swift,\ LineChartData.swift,\ LineChartDataSet.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/BarLineScatterCandleBubbleChartData.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/BarLineScatterCandleBubbleChartDataSet.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/BubbleChartData.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/BubbleChartDataEntry.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/BubbleChartDataSet.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/CandleChartData.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/CandleChartDataEntry.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/CandleChartDataSet.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/ChartData.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/ChartDataEntry.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/ChartDataEntryBase.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/ChartDataSet.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/CombinedChartData.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/LineChartData.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/LineChartDataSet.swift (in target 'DGCharts' from project 'DGCharts')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/BarLineScatterCandleBubbleChartData.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/BarLineScatterCandleBubbleChartDataSet.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/BubbleChartData.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/BubbleChartDataEntry.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/BubbleChartDataSet.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/CandleChartData.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/CandleChartDataEntry.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/CandleChartDataSet.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/ChartData.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/ChartDataEntry.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/ChartDataEntryBase.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/ChartDataSet.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/CombinedChartData.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/LineChartData.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/LineChartDataSet.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ LineRadarChartDataSet.swift,\ LineScatterCandleRadarChartDataSet.swift,\ PieChartData.swift,\ PieChartDataEntry.swift,\ PieChartDataSet.swift,\ RadarChartData.swift,\ RadarChartDataEntry.swift,\ RadarChartDataSet.swift,\ ScatterChartData.swift,\ ScatterChartDataSet.swift,\ BarChartDataSetProtocol.swift,\ BarLineScatterCandleBubbleChartDataSetProtocol.swift,\ BubbleChartDataSetProtocol.swift,\ CandleChartDataSetProtocol.swift,\ ChartDataSetProtocol.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/LineRadarChartDataSet.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/LineScatterCandleRadarChartDataSet.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/PieChartData.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/PieChartDataEntry.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/PieChartDataSet.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/RadarChartData.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/RadarChartDataEntry.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/RadarChartDataSet.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/ScatterChartData.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/ScatterChartDataSet.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Interfaces/BarChartDataSetProtocol.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Interfaces/BarLineScatterCandleBubbleChartDataSetProtocol.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Interfaces/BubbleChartDataSetProtocol.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Interfaces/CandleChartDataSetProtocol.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Interfaces/ChartDataSetProtocol.swift (in target 'DGCharts' from project 'DGCharts')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/LineRadarChartDataSet.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/LineScatterCandleRadarChartDataSet.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/PieChartData.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/PieChartDataEntry.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/PieChartDataSet.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/RadarChartData.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/RadarChartDataEntry.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/RadarChartDataSet.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/ScatterChartData.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/ScatterChartDataSet.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Interfaces/BarChartDataSetProtocol.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Interfaces/BarLineScatterCandleBubbleChartDataSetProtocol.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Interfaces/BubbleChartDataSetProtocol.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Interfaces/CandleChartDataSetProtocol.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Interfaces/ChartDataSetProtocol.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ Animator.swift,\ ChartAnimationEasing.swift,\ BarChartView.swift,\ BarLineChartViewBase.swift,\ BubbleChartView.swift,\ CandleStickChartView.swift,\ ChartViewBase.swift,\ CombinedChartView.swift,\ HorizontalBarChartView.swift,\ LineChartView.swift,\ PieChartView.swift,\ PieRadarChartViewBase.swift,\ RadarChartView.swift,\ ScatterChartView.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Animation/Animator.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Animation/ChartAnimationEasing.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Charts/BarChartView.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Charts/BarLineChartViewBase.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Charts/BubbleChartView.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Charts/CandleStickChartView.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Charts/ChartViewBase.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Charts/CombinedChartView.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Charts/HorizontalBarChartView.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Charts/LineChartView.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Charts/PieChartView.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Charts/PieRadarChartViewBase.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Charts/RadarChartView.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Charts/ScatterChartView.swift (in target 'DGCharts' from project 'DGCharts')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/DerivedSources/resource_bundle_accessor.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Animation/Animator.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Animation/ChartAnimationEasing.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Charts/BarChartView.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Charts/BarLineChartViewBase.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Charts/BubbleChartView.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Charts/CandleStickChartView.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Charts/ChartViewBase.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Charts/CombinedChartView.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Charts/HorizontalBarChartView.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Charts/LineChartView.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Charts/PieChartView.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Charts/PieRadarChartViewBase.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Charts/RadarChartView.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Charts/ScatterChartView.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AxisBase.swift,\ ChartLimitLine.swift,\ ComponentBase.swift,\ Description.swift,\ Legend.swift,\ LegendEntry.swift,\ Marker.swift,\ MarkerImage.swift,\ MarkerView.swift,\ XAxis.swift,\ YAxis.swift,\ ChartBaseDataSet.swift,\ BarChartData.swift,\ BarChartDataEntry.swift,\ BarChartDataSet.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Components/AxisBase.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Components/ChartLimitLine.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Components/ComponentBase.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Components/Description.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Components/Legend.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Components/LegendEntry.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Components/Marker.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Components/MarkerImage.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Components/MarkerView.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Components/XAxis.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Components/YAxis.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/ChartBaseDataSet.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/BarChartData.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/BarChartDataEntry.swift /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/BarChartDataSet.swift (in target 'DGCharts' from project 'DGCharts')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Components/AxisBase.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Components/ChartLimitLine.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Components/ComponentBase.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Components/Description.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Components/Legend.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Components/LegendEntry.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Components/Marker.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Components/MarkerImage.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Components/MarkerView.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Components/XAxis.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Components/YAxis.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/ChartBaseDataSet.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/BarChartData.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/BarChartDataEntry.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Charts/Data/Implementations/Standard/BarChartDataSet.swift (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for DGCharts (in target 'DGCharts' from project 'DGCharts')
SwiftDriver\ Compilation\ Requirements DGCharts normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DGCharts -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/Objects-normal/arm64/DGCharts.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/Objects-normal/arm64/DGCharts-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/Objects-normal/arm64/DGCharts.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/Objects-normal/arm64/DGCharts_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.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/DGCharts.build/Debug/DGCharts.build/Objects-normal/arm64/DGCharts-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling LineChartDataSetProtocol.swift, LineRadarChartDataSetProtocol.swift, LineScatterCandleRadarChartDataSetProtocol.swift, PieChartDataSetProtocol.swift, RadarChartDataSetProtocol.swift, ScatterChartDataSetProtocol.swift, DataApproximator+N.swift, DataApproximator.swift, AxisValueFormatter.swift, DefaultAxisValueFormatter.swift, DefaultFillFormatter.swift, DefaultValueFormatter.swift, FillFormatter.swift, IndexAxisValueFormatter.swift (in target 'DGCharts' from project 'DGCharts')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/DGCharts-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/Objects-normal/arm64/DGCharts-Swift.h (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/Objects-normal/arm64/DGCharts-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/DGCharts-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DGCharts.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/Objects-normal/arm64/DGCharts.swiftmodule (in target 'DGCharts' from project 'DGCharts')
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/DGCharts.build/Debug/DGCharts.build/Objects-normal/arm64/DGCharts.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DGCharts.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DGCharts.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/Objects-normal/arm64/DGCharts.swiftdoc (in target 'DGCharts' from project 'DGCharts')
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/DGCharts.build/Debug/DGCharts.build/Objects-normal/arm64/DGCharts.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DGCharts.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DGCharts.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/Objects-normal/arm64/DGCharts.abi.json (in target 'DGCharts' from project 'DGCharts')
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/DGCharts.build/Debug/DGCharts.build/Objects-normal/arm64/DGCharts.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DGCharts.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DGCharts.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/Objects-normal/arm64/DGCharts.swiftsourceinfo (in target 'DGCharts' from project 'DGCharts')
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/DGCharts.build/Debug/DGCharts.build/Objects-normal/arm64/DGCharts.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DGCharts.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling LineRadarChartDataSet.swift, LineScatterCandleRadarChartDataSet.swift, PieChartData.swift, PieChartDataEntry.swift, PieChartDataSet.swift, RadarChartData.swift, RadarChartDataEntry.swift, RadarChartDataSet.swift, ScatterChartData.swift, ScatterChartDataSet.swift, BarChartDataSetProtocol.swift, BarLineScatterCandleBubbleChartDataSetProtocol.swift, BubbleChartDataSetProtocol.swift, CandleChartDataSetProtocol.swift, ChartDataSetProtocol.swift (in target 'DGCharts' from project 'DGCharts')
SwiftDriverJobDiscovery normal arm64 Compiling ValueFormatter.swift, BarHighlighter.swift, ChartHighlighter.swift, CombinedHighlighter.swift, Highlight.swift, Highlighter.swift, HorizontalBarHighlighter.swift, PieHighlighter.swift, PieRadarHighlighter.swift, RadarHighlighter.swift, Range.swift, BarChartDataProvider.swift, BarLineScatterCandleBubbleChartDataProvider.swift, BubbleChartDataProvider.swift (in target 'DGCharts' from project 'DGCharts')
SwiftDriverJobDiscovery normal arm64 Compiling BarLineScatterCandleBubbleChartData.swift, BarLineScatterCandleBubbleChartDataSet.swift, BubbleChartData.swift, BubbleChartDataEntry.swift, BubbleChartDataSet.swift, CandleChartData.swift, CandleChartDataEntry.swift, CandleChartDataSet.swift, ChartData.swift, ChartDataEntry.swift, ChartDataEntryBase.swift, ChartDataSet.swift, CombinedChartData.swift, LineChartData.swift, LineChartDataSet.swift (in target 'DGCharts' from project 'DGCharts')
SwiftDriverJobDiscovery normal arm64 Compiling CircleShapeRenderer.swift, CrossShapeRenderer.swift, ShapeRenderer.swift, SquareShapeRenderer.swift, TriangleShapeRenderer.swift, XShapeRenderer.swift, ScatterChartRenderer.swift, XAxisRenderer.swift, XAxisRendererHorizontalBarChart.swift, XAxisRendererRadarChart.swift, YAxisRenderer.swift, YAxisRendererHorizontalBarChart.swift, YAxisRendererRadarChart.swift, ChartColorTemplates.swift (in target 'DGCharts' from project 'DGCharts')
SwiftDriverJobDiscovery normal arm64 Compiling BubbleChartRenderer.swift, CandleStickChartRenderer.swift, CombinedChartRenderer.swift, DataRenderer.swift, HorizontalBarChartRenderer.swift, LegendRenderer.swift, LineChartRenderer.swift, LineRadarRenderer.swift, LineScatterCandleRadarRenderer.swift, PieChartRenderer.swift, RadarChartRenderer.swift, Renderer.swift, ChevronDownShapeRenderer.swift, ChevronUpShapeRenderer.swift (in target 'DGCharts' from project 'DGCharts')
SwiftDriverJobDiscovery normal arm64 Compiling CandleChartDataProvider.swift, ChartDataProvider.swift, CombinedChartDataProvider.swift, LineChartDataProvider.swift, ScatterChartDataProvider.swift, AnimatedMoveViewJob.swift, AnimatedViewPortJob.swift, AnimatedZoomViewJob.swift, MoveViewJob.swift, ViewPortJob.swift, ZoomViewJob.swift, AxisRenderer.swift, BarChartRenderer.swift, BarLineScatterCandleBubbleRenderer.swift (in target 'DGCharts' from project 'DGCharts')
SwiftDriverJobDiscovery normal arm64 Compiling AxisBase.swift, ChartLimitLine.swift, ComponentBase.swift, Description.swift, Legend.swift, LegendEntry.swift, Marker.swift, MarkerImage.swift, MarkerView.swift, XAxis.swift, YAxis.swift, ChartBaseDataSet.swift, BarChartData.swift, BarChartDataEntry.swift, BarChartDataSet.swift (in target 'DGCharts' from project 'DGCharts')
SwiftDriverJobDiscovery normal arm64 Compiling ChartUtils.swift, Fill.swift, Indexed.swift, Partition.swift, Platform+Accessibility.swift, Platform+Color.swift, Platform+Gestures.swift, Platform+Graphics.swift, Platform+Touch Handling.swift, Platform.swift, Sequence+KeyPath.swift, Transformer.swift, TransformerHorizontalBarChart.swift, ViewPortHandler.swift (in target 'DGCharts' from project 'DGCharts')
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, Animator.swift, ChartAnimationEasing.swift, BarChartView.swift, BarLineChartViewBase.swift, BubbleChartView.swift, CandleStickChartView.swift, ChartViewBase.swift, CombinedChartView.swift, HorizontalBarChartView.swift, LineChartView.swift, PieChartView.swift, PieRadarChartViewBase.swift, RadarChartView.swift, ScatterChartView.swift (in target 'DGCharts' from project 'DGCharts')
SwiftDriver\ Compilation DGCharts normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DGCharts -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/Objects-normal/arm64/DGCharts.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/Objects-normal/arm64/DGCharts-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/Objects-normal/arm64/DGCharts.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/Objects-normal/arm64/DGCharts_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.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/DGCharts.build/Debug/DGCharts.build/Objects-normal/arm64/DGCharts-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/DGCharts.o normal (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -O0 -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/Objects-normal/arm64/DGCharts.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/Objects-normal/arm64/DGCharts_lto.o -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/Objects-normal/arm64/DGCharts_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/Objects-normal/arm64/DGCharts.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/Objects-normal/arm64/DGCharts-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DGCharts.o
ExtractAppIntentsMetadata (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.5.188.0.rgsoW3/Metal.xctoolchain --module-name DGCharts --sdk-root /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk --xcode-version 17E192 --platform-family macOS --deployment-target 10.13 --bundle-identifier spi-builder-workspace.DGCharts --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DGCharts.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DGCharts.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/Objects-normal/arm64/DGCharts_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/Objects-normal/arm64/DGCharts.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/DGCharts.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/DGCharts.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/Objects-normal/arm64/DGCharts.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-21 11:45:51.703 appintentsmetadataprocessor[969:5636] Starting appintentsmetadataprocessor export
2026-04-21 11:45:51.728 appintentsmetadataprocessor[969:5636] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DGCharts.o (in target 'DGCharts' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DGCharts.o
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/DGChartsDynamic.framework/Versions/A/Resources/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGChartsDynamic\ product.build/empty-DGChartsDynamic.plist (in target 'DGChartsDynamic' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGChartsDynamic\ product.build/empty-DGChartsDynamic.plist -producttype com.apple.product-type.framework -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/DGChartsDynamic.framework/Versions/A/Resources/Info.plist
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/DGChartsDynamic.framework/Versions/A/DGChartsDynamic normal (in target 'DGChartsDynamic' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -dynamiclib -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGChartsDynamic\ product.build/Objects-normal/arm64/DGChartsDynamic.LinkFileList -install_name @rpath/DGChartsDynamic.framework/Versions/A/DGChartsDynamic -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGChartsDynamic\ product.build/Objects-normal/arm64/DGChartsDynamic_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGChartsDynamic\ product.build/Objects-normal/arm64/DGChartsDynamic_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Wl,-no_warn_duplicate_libraries -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/DGChartsDynamic.framework/Versions/A/DGChartsDynamic -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/Objects-normal/arm64/DGCharts.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DGCharts.build/Debug/DGCharts.build/Objects-normal/arm64/DGCharts-linker-args.resp
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/DGChartsDynamic.framework/Versions/A/DGChartsDynamic.tbd (in target 'DGChartsDynamic' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/DGChartsDynamic.framework/Versions/A/DGChartsDynamic -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/DGChartsDynamic.framework/Versions/A/DGChartsDynamic.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/DGChartsDynamic.framework (in target 'DGChartsDynamic' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/DGChartsDynamic.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/DGChartsDynamic.framework (in target 'DGChartsDynamic' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/DGChartsDynamic.framework
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/DGChartsDynamic.framework/DGChartsDynamic.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/DGChartsDynamic.framework/Versions/A/DGChartsDynamic.tbd (in target 'DGChartsDynamic' from project 'DGCharts')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/DGChartsDynamic.framework/Versions/A/DGChartsDynamic.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/DGChartsDynamic.framework/DGChartsDynamic.tbd
** BUILD SUCCEEDED **
2026-04-21 11:45:36.778 xcodebuild[869:5083] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:0956f091c0a1fb36fb5ba3f4da4d3df3ab4a3f50, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:0956f091c0a1fb36fb5ba3f4da4d3df3ab4a3f50, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:0956f091c0a1fb36fb5ba3f4da4d3df3ab4a3f50, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0956f091c0a1fb36fb5ba3f4da4d3df3ab4a3f50, name:My Mac }
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "DGCharts",
"name" : "DGCharts",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "macos",
"version" : "10.12"
}
],
"products" : [
{
"name" : "DGCharts",
"targets" : [
"DGCharts"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DGChartsDynamic",
"targets" : [
"DGCharts"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "DGCharts",
"module_type" : "SwiftTarget",
"name" : "DGCharts",
"path" : "Source/Charts",
"product_memberships" : [
"DGCharts",
"DGChartsDynamic"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Source/Charts/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Animation/Animator.swift",
"Animation/ChartAnimationEasing.swift",
"Charts/BarChartView.swift",
"Charts/BarLineChartViewBase.swift",
"Charts/BubbleChartView.swift",
"Charts/CandleStickChartView.swift",
"Charts/ChartViewBase.swift",
"Charts/CombinedChartView.swift",
"Charts/HorizontalBarChartView.swift",
"Charts/LineChartView.swift",
"Charts/PieChartView.swift",
"Charts/PieRadarChartViewBase.swift",
"Charts/RadarChartView.swift",
"Charts/ScatterChartView.swift",
"Components/AxisBase.swift",
"Components/ChartLimitLine.swift",
"Components/ComponentBase.swift",
"Components/Description.swift",
"Components/Legend.swift",
"Components/LegendEntry.swift",
"Components/Marker.swift",
"Components/MarkerImage.swift",
"Components/MarkerView.swift",
"Components/XAxis.swift",
"Components/YAxis.swift",
"Data/Implementations/ChartBaseDataSet.swift",
"Data/Implementations/Standard/BarChartData.swift",
"Data/Implementations/Standard/BarChartDataEntry.swift",
"Data/Implementations/Standard/BarChartDataSet.swift",
"Data/Implementations/Standard/BarLineScatterCandleBubbleChartData.swift",
"Data/Implementations/Standard/BarLineScatterCandleBubbleChartDataSet.swift",
"Data/Implementations/Standard/BubbleChartData.swift",
"Data/Implementations/Standard/BubbleChartDataEntry.swift",
"Data/Implementations/Standard/BubbleChartDataSet.swift",
"Data/Implementations/Standard/CandleChartData.swift",
"Data/Implementations/Standard/CandleChartDataEntry.swift",
"Data/Implementations/Standard/CandleChartDataSet.swift",
"Data/Implementations/Standard/ChartData.swift",
"Data/Implementations/Standard/ChartDataEntry.swift",
"Data/Implementations/Standard/ChartDataEntryBase.swift",
"Data/Implementations/Standard/ChartDataSet.swift",
"Data/Implementations/Standard/CombinedChartData.swift",
"Data/Implementations/Standard/LineChartData.swift",
"Data/Implementations/Standard/LineChartDataSet.swift",
"Data/Implementations/Standard/LineRadarChartDataSet.swift",
"Data/Implementations/Standard/LineScatterCandleRadarChartDataSet.swift",
"Data/Implementations/Standard/PieChartData.swift",
"Data/Implementations/Standard/PieChartDataEntry.swift",
"Data/Implementations/Standard/PieChartDataSet.swift",
"Data/Implementations/Standard/RadarChartData.swift",
"Data/Implementations/Standard/RadarChartDataEntry.swift",
"Data/Implementations/Standard/RadarChartDataSet.swift",
"Data/Implementations/Standard/ScatterChartData.swift",
"Data/Implementations/Standard/ScatterChartDataSet.swift",
"Data/Interfaces/BarChartDataSetProtocol.swift",
"Data/Interfaces/BarLineScatterCandleBubbleChartDataSetProtocol.swift",
"Data/Interfaces/BubbleChartDataSetProtocol.swift",
"Data/Interfaces/CandleChartDataSetProtocol.swift",
"Data/Interfaces/ChartDataSetProtocol.swift",
"Data/Interfaces/LineChartDataSetProtocol.swift",
"Data/Interfaces/LineRadarChartDataSetProtocol.swift",
"Data/Interfaces/LineScatterCandleRadarChartDataSetProtocol.swift",
"Data/Interfaces/PieChartDataSetProtocol.swift",
"Data/Interfaces/RadarChartDataSetProtocol.swift",
"Data/Interfaces/ScatterChartDataSetProtocol.swift",
"Filters/DataApproximator+N.swift",
"Filters/DataApproximator.swift",
"Formatters/AxisValueFormatter.swift",
"Formatters/DefaultAxisValueFormatter.swift",
"Formatters/DefaultFillFormatter.swift",
"Formatters/DefaultValueFormatter.swift",
"Formatters/FillFormatter.swift",
"Formatters/IndexAxisValueFormatter.swift",
"Formatters/ValueFormatter.swift",
"Highlight/BarHighlighter.swift",
"Highlight/ChartHighlighter.swift",
"Highlight/CombinedHighlighter.swift",
"Highlight/Highlight.swift",
"Highlight/Highlighter.swift",
"Highlight/HorizontalBarHighlighter.swift",
"Highlight/PieHighlighter.swift",
"Highlight/PieRadarHighlighter.swift",
"Highlight/RadarHighlighter.swift",
"Highlight/Range.swift",
"Interfaces/BarChartDataProvider.swift",
"Interfaces/BarLineScatterCandleBubbleChartDataProvider.swift",
"Interfaces/BubbleChartDataProvider.swift",
"Interfaces/CandleChartDataProvider.swift",
"Interfaces/ChartDataProvider.swift",
"Interfaces/CombinedChartDataProvider.swift",
"Interfaces/LineChartDataProvider.swift",
"Interfaces/ScatterChartDataProvider.swift",
"Jobs/AnimatedMoveViewJob.swift",
"Jobs/AnimatedViewPortJob.swift",
"Jobs/AnimatedZoomViewJob.swift",
"Jobs/MoveViewJob.swift",
"Jobs/ViewPortJob.swift",
"Jobs/ZoomViewJob.swift",
"Renderers/AxisRenderer.swift",
"Renderers/BarChartRenderer.swift",
"Renderers/BarLineScatterCandleBubbleRenderer.swift",
"Renderers/BubbleChartRenderer.swift",
"Renderers/CandleStickChartRenderer.swift",
"Renderers/CombinedChartRenderer.swift",
"Renderers/DataRenderer.swift",
"Renderers/HorizontalBarChartRenderer.swift",
"Renderers/LegendRenderer.swift",
"Renderers/LineChartRenderer.swift",
"Renderers/LineRadarRenderer.swift",
"Renderers/LineScatterCandleRadarRenderer.swift",
"Renderers/PieChartRenderer.swift",
"Renderers/RadarChartRenderer.swift",
"Renderers/Renderer.swift",
"Renderers/Scatter/ChevronDownShapeRenderer.swift",
"Renderers/Scatter/ChevronUpShapeRenderer.swift",
"Renderers/Scatter/CircleShapeRenderer.swift",
"Renderers/Scatter/CrossShapeRenderer.swift",
"Renderers/Scatter/ShapeRenderer.swift",
"Renderers/Scatter/SquareShapeRenderer.swift",
"Renderers/Scatter/TriangleShapeRenderer.swift",
"Renderers/Scatter/XShapeRenderer.swift",
"Renderers/ScatterChartRenderer.swift",
"Renderers/XAxisRenderer.swift",
"Renderers/XAxisRendererHorizontalBarChart.swift",
"Renderers/XAxisRendererRadarChart.swift",
"Renderers/YAxisRenderer.swift",
"Renderers/YAxisRendererHorizontalBarChart.swift",
"Renderers/YAxisRendererRadarChart.swift",
"Utils/ChartColorTemplates.swift",
"Utils/ChartUtils.swift",
"Utils/Fill.swift",
"Utils/Indexed.swift",
"Utils/Partition.swift",
"Utils/Platform+Accessibility.swift",
"Utils/Platform+Color.swift",
"Utils/Platform+Gestures.swift",
"Utils/Platform+Graphics.swift",
"Utils/Platform+Touch Handling.swift",
"Utils/Platform.swift",
"Utils/Sequence+KeyPath.swift",
"Utils/Transformer.swift",
"Utils/TransformerHorizontalBarChart.swift",
"Utils/ViewPortHandler.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.