Build Information
Successful build of ChartKit, reference main (e6e499), with Swift 6.1 for macOS (SPM) on 2 Apr 2026 07:49:54 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ErsanQ/ChartKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ErsanQ/ChartKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e6e4995 fix: resolve invalid test paths and empty targets for SPI compatibility
Cloned https://github.com/ErsanQ/ChartKit.git
Revision (git rev-parse @):
e6e49951a45d035a06db36a11e15f2d8b186306e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ErsanQ/ChartKit.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/ErsanQ/ChartKit.git
https://github.com/ErsanQ/ChartKit.git
{
"default_localization" : "en",
"dependencies" : [
],
"manifest_display_name" : "ChartKit",
"name" : "ChartKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "ChartKit",
"targets" : [
"ChartKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ChartKitTests",
"module_type" : "SwiftTarget",
"name" : "ChartKitTests",
"path" : "Tests/ChartKitTests",
"sources" : [
"ChartKitTests.swift"
],
"target_dependencies" : [
"ChartKit"
],
"type" : "test"
},
{
"c99name" : "ChartKit",
"module_type" : "SwiftTarget",
"name" : "ChartKit",
"path" : "Sources/ChartKit",
"product_memberships" : [
"ChartKit"
],
"sources" : [
"Core/BarChart.swift",
"Core/ChartKitFallback.swift",
"Core/ChartModels.swift",
"Core/LineChart.swift",
"Core/PieChart.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/8] Compiling ChartKit LineChart.swift
[4/8] Compiling ChartKit PieChart.swift
[5/8] Compiling ChartKit ChartModels.swift
[6/8] Compiling ChartKit ChartKitFallback.swift
[7/8] Emitting module ChartKit
[8/8] Compiling ChartKit BarChart.swift
Build complete! (9.09s)
Build complete.
{
"default_localization" : "en",
"dependencies" : [
],
"manifest_display_name" : "ChartKit",
"name" : "ChartKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "ChartKit",
"targets" : [
"ChartKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ChartKitTests",
"module_type" : "SwiftTarget",
"name" : "ChartKitTests",
"path" : "Tests/ChartKitTests",
"sources" : [
"ChartKitTests.swift"
],
"target_dependencies" : [
"ChartKit"
],
"type" : "test"
},
{
"c99name" : "ChartKit",
"module_type" : "SwiftTarget",
"name" : "ChartKit",
"path" : "Sources/ChartKit",
"product_memberships" : [
"ChartKit"
],
"sources" : [
"Core/BarChart.swift",
"Core/ChartKitFallback.swift",
"Core/ChartModels.swift",
"Core/LineChart.swift",
"Core/PieChart.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.