Build Information
Successful build of MathKit, reference 1.0.1 (9d7613), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 22:46:51 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/liam923/MathKit.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/liam923/MathKit
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at 9d76130 Added README.md
Cloned https://github.com/liam923/MathKit.git
Revision (git rev-parse @):
9d76130a0cc812e861b84925d7b2aeaa67d99217
SUCCESS checkout https://github.com/liam923/MathKit.git at 1.0.1
========================================
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": "mathkit",
"name": "MathKit",
"url": "https://github.com/liam923/MathKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/MathKit",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/liam923/MathKit.git
[1/67] Fetching mathkit
Fetched https://github.com/liam923/MathKit.git from cache (0.74s)
Creating working copy for https://github.com/liam923/MathKit.git
Working copy of https://github.com/liam923/MathKit.git resolved at 1.0.1 (9d76130)
warning: '.resolve-product-dependencies': dependency 'mathkit' 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/liam923/MathKit.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/19] Compiling MathKit Value.swift
[4/19] Compiling MathKit System.swift
/Users/admin/builder/spi-builder-workspace/Sources/MathKit/Math/System.swift:224:17: warning: variable 'keys' was never mutated; consider changing to 'let' constant
222 | var comb = [[A:B]]()
223 |
224 | var keys = Array(dict.keys)
| `- warning: variable 'keys' was never mutated; consider changing to 'let' constant
225 |
226 | if keys.count == 1 {
/Users/admin/builder/spi-builder-workspace/Sources/MathKit/Math/Variable.swift:63:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Variable' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
61 | // MARK: Hashable
62 |
63 | public var hashValue: Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Variable' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
64 |
65 | return (identifier % 31) * ((symbol ?? "").hashValue % 31) % 31
/Users/admin/builder/spi-builder-workspace/Sources/MathKit/Math/Number.swift:408:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Number' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
406 | // MARK: Hashable
407 |
408 | public var hashValue: Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Number' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
409 |
410 | return realNum.hashValue
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[5/19] Compiling MathKit Term.swift
/Users/admin/builder/spi-builder-workspace/Sources/MathKit/Math/System.swift:224:17: warning: variable 'keys' was never mutated; consider changing to 'let' constant
222 | var comb = [[A:B]]()
223 |
224 | var keys = Array(dict.keys)
| `- warning: variable 'keys' was never mutated; consider changing to 'let' constant
225 |
226 | if keys.count == 1 {
/Users/admin/builder/spi-builder-workspace/Sources/MathKit/Math/Variable.swift:63:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Variable' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
61 | // MARK: Hashable
62 |
63 | public var hashValue: Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Variable' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
64 |
65 | return (identifier % 31) * ((symbol ?? "").hashValue % 31) % 31
/Users/admin/builder/spi-builder-workspace/Sources/MathKit/Math/Number.swift:408:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Number' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
406 | // MARK: Hashable
407 |
408 | public var hashValue: Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Number' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
409 |
410 | return realNum.hashValue
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[6/20] Compiling MathKit Number.swift
/Users/admin/builder/spi-builder-workspace/Sources/MathKit/Math/Number.swift:408:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Number' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
406 | // MARK: Hashable
407 |
408 | public var hashValue: Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Number' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
409 |
410 | return realNum.hashValue
/Users/admin/builder/spi-builder-workspace/Sources/MathKit/Math/Variable.swift:63:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Variable' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
61 | // MARK: Hashable
62 |
63 | public var hashValue: Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Variable' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
64 |
65 | return (identifier % 31) * ((symbol ?? "").hashValue % 31) % 31
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[7/20] Compiling MathKit Object.swift
/Users/admin/builder/spi-builder-workspace/Sources/MathKit/Math/Number.swift:408:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Number' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
406 | // MARK: Hashable
407 |
408 | public var hashValue: Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Number' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
409 |
410 | return realNum.hashValue
/Users/admin/builder/spi-builder-workspace/Sources/MathKit/Math/Variable.swift:63:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Variable' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
61 | // MARK: Hashable
62 |
63 | public var hashValue: Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Variable' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
64 |
65 | return (identifier % 31) * ((symbol ?? "").hashValue % 31) % 31
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[8/20] Compiling MathKit Errors.swift
/Users/admin/builder/spi-builder-workspace/Sources/MathKit/Math/Number.swift:408:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Number' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
406 | // MARK: Hashable
407 |
408 | public var hashValue: Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Number' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
409 |
410 | return realNum.hashValue
/Users/admin/builder/spi-builder-workspace/Sources/MathKit/Math/Variable.swift:63:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Variable' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
61 | // MARK: Hashable
62 |
63 | public var hashValue: Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Variable' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
64 |
65 | return (identifier % 31) * ((symbol ?? "").hashValue % 31) % 31
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[9/20] Compiling MathKit Expression.swift
/Users/admin/builder/spi-builder-workspace/Sources/MathKit/Math/Number.swift:408:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Number' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
406 | // MARK: Hashable
407 |
408 | public var hashValue: Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Number' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
409 |
410 | return realNum.hashValue
/Users/admin/builder/spi-builder-workspace/Sources/MathKit/Math/Variable.swift:63:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Variable' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
61 | // MARK: Hashable
62 |
63 | public var hashValue: Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Variable' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
64 |
65 | return (identifier % 31) * ((symbol ?? "").hashValue % 31) % 31
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[10/20] Compiling MathKit Math.swift
/Users/admin/builder/spi-builder-workspace/Sources/MathKit/Math/Number.swift:408:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Number' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
406 | // MARK: Hashable
407 |
408 | public var hashValue: Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Number' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
409 |
410 | return realNum.hashValue
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[11/20] Compiling MathKit Mode.swift
/Users/admin/builder/spi-builder-workspace/Sources/MathKit/Math/Number.swift:408:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Number' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
406 | // MARK: Hashable
407 |
408 | public var hashValue: Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Number' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
409 |
410 | return realNum.hashValue
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[12/20] Compiling MathKit VariableValue.swift
/Users/admin/builder/spi-builder-workspace/Sources/MathKit/Math/Variable.swift:63:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Variable' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
61 | // MARK: Hashable
62 |
63 | public var hashValue: Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Variable' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
64 |
65 | return (identifier % 31) * ((symbol ?? "").hashValue % 31) % 31
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[13/20] Compiling MathKit Variable.swift
/Users/admin/builder/spi-builder-workspace/Sources/MathKit/Math/Variable.swift:63:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Variable' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
61 | // MARK: Hashable
62 |
63 | public var hashValue: Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Variable' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
64 |
65 | return (identifier % 31) * ((symbol ?? "").hashValue % 31) % 31
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[14/20] Compiling MathKit Function.swift
/Users/admin/builder/spi-builder-workspace/Sources/MathKit/Math/Number.swift:408:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Number' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
406 | // MARK: Hashable
407 |
408 | public var hashValue: Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Number' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
409 |
410 | return realNum.hashValue
/Users/admin/builder/spi-builder-workspace/Sources/MathKit/Math/Variable.swift:63:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Variable' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
61 | // MARK: Hashable
62 |
63 | public var hashValue: Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Variable' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
64 |
65 | return (identifier % 31) * ((symbol ?? "").hashValue % 31) % 31
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[15/20] Compiling MathKit FunctionValue.swift
/Users/admin/builder/spi-builder-workspace/Sources/MathKit/Math/Number.swift:408:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Number' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
406 | // MARK: Hashable
407 |
408 | public var hashValue: Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Number' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
409 |
410 | return realNum.hashValue
/Users/admin/builder/spi-builder-workspace/Sources/MathKit/Math/Variable.swift:63:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Variable' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
61 | // MARK: Hashable
62 |
63 | public var hashValue: Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Variable' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
64 |
65 | return (identifier % 31) * ((symbol ?? "").hashValue % 31) % 31
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[16/20] Compiling MathKit Window.swift
/Users/admin/builder/spi-builder-workspace/Sources/MathKit/Math/Number.swift:408:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Number' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
406 | // MARK: Hashable
407 |
408 | public var hashValue: Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Number' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
409 |
410 | return realNum.hashValue
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[17/20] Compiling MathKit Equation.swift
/Users/admin/builder/spi-builder-workspace/Sources/MathKit/Math/Number.swift:408:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Number' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
406 | // MARK: Hashable
407 |
408 | public var hashValue: Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Number' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
409 |
410 | return realNum.hashValue
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[18/20] Compiling MathKit GraphScene.swift
/Users/admin/builder/spi-builder-workspace/Sources/MathKit/Math/Number.swift:408:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Number' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
406 | // MARK: Hashable
407 |
408 | public var hashValue: Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Number' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
409 |
410 | return realNum.hashValue
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[19/20] Compiling MathKit Point.swift
/Users/admin/builder/spi-builder-workspace/Sources/MathKit/Math/Number.swift:408:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Number' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
406 | // MARK: Hashable
407 |
408 | public var hashValue: Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Number' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
409 |
410 | return realNum.hashValue
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[20/20] Emitting module MathKit
/Users/admin/builder/spi-builder-workspace/Sources/MathKit/Math/Number.swift:408:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Number' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
406 | // MARK: Hashable
407 |
408 | public var hashValue: Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Number' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
409 |
410 | return realNum.hashValue
/Users/admin/builder/spi-builder-workspace/Sources/MathKit/Math/Variable.swift:63:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Variable' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
61 | // MARK: Hashable
62 |
63 | public var hashValue: Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Variable' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
64 |
65 | return (identifier % 31) * ((symbol ?? "").hashValue % 31) % 31
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Build complete! (8.87s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "MathKit",
"name" : "MathKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "MathKit",
"targets" : [
"MathKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MathKitTests",
"module_type" : "SwiftTarget",
"name" : "MathKitTests",
"path" : "Tests/MathKitTests",
"sources" : [
"MathKitTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"MathKit"
],
"type" : "test"
},
{
"c99name" : "MathKit",
"module_type" : "SwiftTarget",
"name" : "MathKit",
"path" : "Sources/MathKit",
"product_memberships" : [
"MathKit"
],
"sources" : [
"Graph/GraphScene.swift",
"Graph/Point.swift",
"Graph/Window.swift",
"Math/Equation.swift",
"Math/Errors.swift",
"Math/Expression.swift",
"Math/Function.swift",
"Math/FunctionValue.swift",
"Math/Math.swift",
"Math/Mode.swift",
"Math/Number.swift",
"Math/Object.swift",
"Math/System.swift",
"Math/Term.swift",
"Math/Value.swift",
"Math/Variable.swift",
"Math/VariableValue.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Done.