Build Information
Successful build of Swiplot, reference master (b79d49), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 09:11:19 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/t-ae/swiplot.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/t-ae/swiplot
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at b79d49c Update for Swift4
Cloned https://github.com/t-ae/swiplot.git
Revision (git rev-parse @):
b79d49c76c54637a3a4cea8e7e22d26fc5cf8bd7
SUCCESS checkout https://github.com/t-ae/swiplot.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": "swiplot",
"name": "Swiplot",
"url": "https://github.com/t-ae/swiplot.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiplot",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/t-ae/swiplot.git
[1/103] Fetching swiplot
Fetched https://github.com/t-ae/swiplot.git from cache (0.65s)
Creating working copy for https://github.com/t-ae/swiplot.git
Working copy of https://github.com/t-ae/swiplot.git resolved at master (b79d49c)
warning: '.resolve-product-dependencies': dependency 'swiplot' 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/t-ae/swiplot.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/10] Compiling Swiplot Plot.swift
[4/10] Compiling Swiplot Plot3D.swift
[5/10] Compiling Swiplot LineStyle.swift
[6/10] Compiling Swiplot SingleLine.swift
[7/10] Compiling Swiplot Color.swift
[8/10] Emitting module Swiplot
[9/10] Compiling Swiplot Graph.swift
[10/10] Compiling Swiplot Graph3D.swift
Build complete! (3.58s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Swiplot",
"name" : "Swiplot",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Swiplot",
"targets" : [
"Swiplot"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiplotTests",
"module_type" : "SwiftTarget",
"name" : "SwiplotTests",
"path" : "Tests/SwiplotTests",
"sources" : [
"SwiplotTests.swift"
],
"target_dependencies" : [
"Swiplot"
],
"type" : "test"
},
{
"c99name" : "Swiplot",
"module_type" : "SwiftTarget",
"name" : "Swiplot",
"path" : "Sources",
"product_memberships" : [
"Swiplot"
],
"sources" : [
"Color.swift",
"Graph.swift",
"Graph3D.swift",
"LineStyle.swift",
"Plot.swift",
"Plot3D.swift",
"SingleLine.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.