The Swift Package Index logo.Swift Package Index

Build Information

Successful build of MathExpression, reference master (24d31e), with Swift 6.1 for macOS (SPM) on 21 Nov 2025 17:49:17 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/peredaniel/MathExpression.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/peredaniel/MathExpression
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 24d31eb Merge pull request #37 from peredaniel/dependabot/bundler/nokogiri-1.14.3
Cloned https://github.com/peredaniel/MathExpression.git
Revision (git rev-parse @):
24d31eba0dafc7e9628563da75b53bd3b84bea28
SUCCESS checkout https://github.com/peredaniel/MathExpression.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/peredaniel/MathExpression.git
https://github.com/peredaniel/MathExpression.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "MathExpression",
  "name" : "MathExpression",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "MathExpression",
      "targets" : [
        "MathExpression"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MathExpression",
      "module_type" : "SwiftTarget",
      "name" : "MathExpression",
      "path" : "MathExpression/Source",
      "product_memberships" : [
        "MathExpression"
      ],
      "sources" : [
        "Extensions/FloatingPoint+Extensions.swift",
        "Extensions/Formatter+Extensions.swift",
        "Models/MathBrackets.swift",
        "Models/MathOperator.swift",
        "Parser/MathExpression.swift",
        "Parser/MathFormula.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/9] Compiling MathExpression MathFormula.swift
[4/9] Compiling MathExpression MathExpression.swift
[5/9] Compiling MathExpression MathBrackets.swift
[6/9] Compiling MathExpression Formatter+Extensions.swift
[7/9] Compiling MathExpression FloatingPoint+Extensions.swift
[8/9] Emitting module MathExpression
[9/9] Compiling MathExpression MathOperator.swift
Build complete! (4.52s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "MathExpression",
  "name" : "MathExpression",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "MathExpression",
      "targets" : [
        "MathExpression"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MathExpression",
      "module_type" : "SwiftTarget",
      "name" : "MathExpression",
      "path" : "MathExpression/Source",
      "product_memberships" : [
        "MathExpression"
      ],
      "sources" : [
        "Extensions/FloatingPoint+Extensions.swift",
        "Extensions/Formatter+Extensions.swift",
        "Models/MathBrackets.swift",
        "Models/MathOperator.swift",
        "Parser/MathExpression.swift",
        "Parser/MathFormula.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.