The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Expressive, reference 0.4.2 (a7d9f6), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 18:26:53 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/entonio/Expressive.git
Reference: 0.4.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/entonio/Expressive
 * tag               0.4.2      -> FETCH_HEAD
HEAD is now at a7d9f67 Swift 6 - Sendable
Cloned https://github.com/entonio/Expressive.git
Revision (git rev-parse @):
a7d9f67ec38e861e768dad7a453005a3efeba48a
SUCCESS checkout https://github.com/entonio/Expressive.git at 0.4.2
Fetching https://github.com/entonio/Nuggle.git
[1/84] Fetching nuggle
Fetched https://github.com/entonio/Nuggle.git from cache (0.65s)
Computing version for https://github.com/entonio/Nuggle.git
Computed https://github.com/entonio/Nuggle.git at 0.3.9 (1.22s)
Creating working copy for https://github.com/entonio/Nuggle.git
Working copy of https://github.com/entonio/Nuggle.git resolved at 0.3.9
========================================
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": "expressive",
      "name": "Expressive",
      "url": "https://github.com/entonio/Expressive.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Expressive",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "nuggle",
          "name": "Nuggle",
          "url": "https://github.com/entonio/Nuggle.git",
          "version": "0.3.9",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Nuggle",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/entonio/Expressive.git
[1/129] Fetching expressive
Fetched https://github.com/entonio/Expressive.git from cache (0.65s)
Fetching https://github.com/entonio/Nuggle.git from cache
Fetched https://github.com/entonio/Nuggle.git from cache (0.48s)
Computing version for https://github.com/entonio/Nuggle.git
Computed https://github.com/entonio/Nuggle.git at 0.3.9 (0.56s)
Creating working copy for https://github.com/entonio/Nuggle.git
Working copy of https://github.com/entonio/Nuggle.git resolved at 0.3.9
Creating working copy for https://github.com/entonio/Expressive.git
Working copy of https://github.com/entonio/Expressive.git resolved at 0.4.2 (a7d9f67)
warning: '.resolve-product-dependencies': dependency 'expressive' is not used by any target
Found 1 product dependencies
  - Nuggle
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/entonio/Expressive.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/9] Compiling Nuggle SplitDecimal.swift
[5/9] Compiling Nuggle ExponentiationPrecedence.swift
[6/9] Compiling Nuggle GCD.swift
[7/9] Emitting module Nuggle
[8/9] Compiling Nuggle Nuggle.swift
[9/9] Compiling Nuggle Language.swift
[10/26] Compiling Expressive Syntax.swift
[11/26] Compiling Expressive Term.swift
[12/27] Compiling Expressive Variable.swift
[13/27] Compiling Expressive Simplify.swift
[14/27] Compiling Expressive Solve.swift
[15/27] Compiling Expressive Expression.swift
[16/27] Compiling Expressive Language.swift
[17/27] Compiling Expressive Normalize.swift
[18/27] Compiling Expressive Numeric.swift
[19/27] Compiling Expressive Content.swift
[20/27] Compiling Expressive Distribute.swift
[21/27] Compiling Expressive Combine.swift
[22/27] Compiling Expressive Compute.swift
[23/27] Compiling Expressive Op.swift
[24/27] Compiling Expressive Optimize.swift
[25/27] Emitting module Expressive
[26/27] Compiling Expressive Parse.swift
[27/27] Compiling Expressive Print.swift
Build complete! (6.34s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "nuggle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/entonio/Nuggle.git"
    }
  ],
  "manifest_display_name" : "Expressive",
  "name" : "Expressive",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Expressive",
      "targets" : [
        "Expressive"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ExpressiveTests",
      "module_type" : "SwiftTarget",
      "name" : "ExpressiveTests",
      "path" : "Tests/ExpressiveTests",
      "sources" : [
        "ExpressiveTests+Core.swift",
        "ExpressiveTests+Simplification.swift",
        "ExpressiveTests+String.swift",
        "ExpressiveTests+Syntax.swift",
        "ExpressiveTests+TBD.swift"
      ],
      "target_dependencies" : [
        "Expressive"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Expressive",
      "module_type" : "SwiftTarget",
      "name" : "Expressive",
      "path" : "Sources/Expressive",
      "product_dependencies" : [
        "Nuggle"
      ],
      "product_memberships" : [
        "Expressive"
      ],
      "sources" : [
        "Combine.swift",
        "Compute.swift",
        "Content.swift",
        "Distribute.swift",
        "Expression.swift",
        "Language.swift",
        "Normalize.swift",
        "Numeric.swift",
        "Op.swift",
        "Optimize.swift",
        "Parse.swift",
        "Print.swift",
        "Simplify.swift",
        "Solve.swift",
        "Syntax.swift",
        "Term.swift",
        "Variable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.