The Swift Package Index logo.Swift Package Index

Build Information

Successful build of MathCanvas, reference main (608465), with Swift 6.2 for macOS (SPM) on 12 Mar 2026 20:43:40 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jonacruz/MathCanvas.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jonacruz/MathCanvas
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 608465b [FEATURE]: Add equation description
Cloned https://github.com/jonacruz/MathCanvas.git
Revision (git rev-parse @):
608465ba64b1dd1456bab003f1c4e65e4f9e794e
SUCCESS checkout https://github.com/jonacruz/MathCanvas.git at main
========================================
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",
  "dependencies": [
    {
      "identity": "mathcanvas",
      "name": "MathCanvas",
      "url": "https://github.com/jonacruz/MathCanvas.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/MathCanvas",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/jonacruz/MathCanvas.git
[1/83] Fetching mathcanvas
Fetched https://github.com/jonacruz/MathCanvas.git from cache (0.76s)
Creating working copy for https://github.com/jonacruz/MathCanvas.git
Working copy of https://github.com/jonacruz/MathCanvas.git resolved at main (608465b)
warning: '.resolve-product-dependencies': dependency 'mathcanvas' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/jonacruz/MathCanvas.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/12] Compiling MathCanvas Parser.swift
[4/12] Compiling MathCanvas MathLayout.swift
[5/12] Compiling MathCanvas ParserError.swift
[6/13] Compiling MathCanvas ASTNode.swift
[7/13] Compiling MathCanvas MathCanvas.swift
[8/13] Compiling MathCanvas Token.swift
[9/13] Compiling MathCanvas Lexer.swift
[10/13] Compiling MathCanvas LexerError.swift
[11/13] Compiling MathCanvas MathCanvasGroup.swift
[12/13] Emitting module MathCanvas
[13/13] Compiling MathCanvas MathRenderer.swift
Build complete! (9.29s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "MathCanvas",
  "name" : "MathCanvas",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "MathCanvas",
      "targets" : [
        "MathCanvas"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MathCanvasTests",
      "module_type" : "SwiftTarget",
      "name" : "MathCanvasTests",
      "path" : "Tests/MathCanvasTests",
      "sources" : [
        "LexerTests.swift",
        "MathCanvasTests.swift",
        "ParserTests.swift"
      ],
      "target_dependencies" : [
        "MathCanvas"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MathCanvas",
      "module_type" : "SwiftTarget",
      "name" : "MathCanvas",
      "path" : "Sources/MathCanvas",
      "product_memberships" : [
        "MathCanvas"
      ],
      "sources" : [
        "Lexer/Lexer.swift",
        "Lexer/LexerError.swift",
        "Lexer/Token.swift",
        "MathCanvas.swift",
        "MathCanvasGroup.swift",
        "Parser/ASTNode.swift",
        "Parser/Parser.swift",
        "Parser/ParserError.swift",
        "Renderer/MathLayout.swift",
        "Renderer/MathRenderer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Done.