Build Information
Successful build of MathKit, reference 1.0.1 (9d7613), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 01:14:19 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: 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
========================================
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 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>
[4/19] 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>
[5/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>
[6/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>
[7/19] 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>
[8/19] 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>
[9/19] 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/19] 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/19] 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/19] 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] 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>
[14/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>
[15/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>
[16/20] Compiling MathKit Value.swift
[17/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>
[18/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>
[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.08s)
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.