Build Information
Successful build of LightChart, reference master (aa3d69), with Swift 6.3 for macOS (SPM) on 20 Apr 2026 19:50:14 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pichukov/LightChart.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pichukov/LightChart
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at aa3d69f Added support for macOS build
Cloned https://github.com/pichukov/LightChart.git
Revision (git rev-parse @):
aa3d69ff883d4caa535586f5ce3b565b1bf14e4f
SUCCESS checkout https://github.com/pichukov/LightChart.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "lightchart",
"name": "LightChart",
"url": "https://github.com/pichukov/LightChart.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/LightChart",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/pichukov/LightChart.git
[1/68] Fetching lightchart
Fetched https://github.com/pichukov/LightChart.git from cache (0.65s)
Creating working copy for https://github.com/pichukov/LightChart.git
Working copy of https://github.com/pichukov/LightChart.git resolved at master (aa3d69f)
warning: '.resolve-product-dependencies': dependency 'lightchart' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/pichukov/LightChart.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/9] Compiling LightChart ChartType.swift
[4/9] Compiling LightChart LightChart.swift
[5/9] Compiling LightChart Math.swift
[6/9] Compiling LightChart DataRepresentable.swift
[7/9] Compiling LightChart LineChart.swift
[8/9] Emitting module LightChart
[9/9] Compiling LightChart CurvedChart.swift
Build complete! (8.56s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "LightChart",
"name" : "LightChart",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "LightChart",
"targets" : [
"LightChart"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LightChartTests",
"module_type" : "SwiftTarget",
"name" : "LightChartTests",
"path" : "Tests/LightChartTests",
"sources" : [
"LightChartTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"LightChart"
],
"type" : "test"
},
{
"c99name" : "LightChart",
"module_type" : "SwiftTarget",
"name" : "LightChart",
"path" : "Sources/LightChart",
"product_memberships" : [
"LightChart"
],
"sources" : [
"ChartType.swift",
"Charts/CurvedChart.swift",
"Charts/LineChart.swift",
"DataRepresentable.swift",
"LightChart.swift",
"Math.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.