Build Information
Successful build of MathKit, reference master (af41f9), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 01:14:23 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/liam923/MathKit.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/liam923/MathKit
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at af41f9d Updated README
Cloned https://github.com/liam923/MathKit.git
Revision (git rev-parse @):
af41f9d014288a69da15e4b95e9e9642a06e3ad6
SUCCESS checkout https://github.com/liam923/MathKit.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/liam923/MathKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/19] 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>
[4/20] 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/20] 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 Value.swift
[7/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>
[8/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>
[9/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>
[10/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>
[11/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>
[12/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>
[13/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>
[14/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>
[15/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>
[16/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>
[17/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>
[18/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>
[19/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>
[20/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>
Build complete! (8.75s)
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.