The Swift Package Index logo.Swift Package Index

Build Information

Failed to build MMExpressionSolver, reference master (604094), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 23:51:25 UTC.

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/MarcusMiss/MMExpressionSolver.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/MarcusMiss/MMExpressionSolver
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 604094f Merge pull request #19 from MarcusMiss/release/1.3.0
Cloned https://github.com/MarcusMiss/MMExpressionSolver.git
Revision (git rev-parse @):
604094f9bf57b03c073cedc581f1eb0a98a35757
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/MarcusMiss/MMExpressionSolver.git at master
Fetching https://github.com/MarcusMiss/MMEcletic.git
[1/261] Fetching mmecletic
Fetched https://github.com/MarcusMiss/MMEcletic.git from cache (0.58s)
Creating working copy for https://github.com/MarcusMiss/MMEcletic.git
Working copy of https://github.com/MarcusMiss/MMEcletic.git resolved at 1.3.1
========================================
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": "mmexpressionsolver",
      "name": "MMExpressionSolver",
      "url": "https://github.com/MarcusMiss/MMExpressionSolver.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/MMExpressionSolver",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "mmecletic",
          "name": "MMEcletic",
          "url": "https://github.com/MarcusMiss/MMEcletic.git",
          "version": "1.3.2",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/MMEcletic",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/MarcusMiss/MMExpressionSolver.git
[1/661] Fetching mmexpressionsolver
Fetched https://github.com/MarcusMiss/MMExpressionSolver.git from cache (0.89s)
Fetching https://github.com/MarcusMiss/MMEcletic.git from cache
Fetched https://github.com/MarcusMiss/MMEcletic.git from cache (0.45s)
Computing version for https://github.com/MarcusMiss/MMEcletic.git
Computed https://github.com/MarcusMiss/MMEcletic.git at 1.3.2 (1.09s)
Creating working copy for https://github.com/MarcusMiss/MMEcletic.git
Working copy of https://github.com/MarcusMiss/MMEcletic.git resolved at 1.3.2
Creating working copy for https://github.com/MarcusMiss/MMExpressionSolver.git
Working copy of https://github.com/MarcusMiss/MMExpressionSolver.git resolved at master (604094f)
warning: '.resolve-product-dependencies': dependency 'mmexpressionsolver' is not used by any target
Found 1 product dependencies
  - MMEcletic
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/MarcusMiss/MMExpressionSolver.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/28] Emitting module MMEcletic
[5/30] Compiling MMEcletic Result+EasyAccessor.swift
[6/30] Compiling MMEcletic Date+Modifier.swift
[7/30] Compiling MMEcletic DateFormatter+Format.swift
[8/30] Compiling MMEcletic LineContentStreamReader.swift
[9/30] Compiling MMEcletic PropertyWrapperCase.swift
[10/30] Compiling MMEcletic PropertyWrapperTrimming.swift
[11/30] Compiling MMEcletic String+Padding.swift
[12/30] Compiling MMEcletic String+Subscript.swift
[13/30] Compiling MMEcletic String+ToNumber.swift
[14/30] Compiling MMEcletic String+Trim.swift
[15/30] Compiling MMEcletic Double+Converter.swift
[16/30] Compiling MMEcletic Double.swift
[17/30] Compiling MMEcletic Float+Converter.swift
[18/30] Compiling MMEcletic Float.swift
[19/30] Compiling MMEcletic Integer.swift
[20/30] Compiling MMEcletic Optional.swift
[21/30] Compiling MMEcletic String.swift
[22/30] Compiling MMEcletic Substitution.swift
[23/30] Compiling MMEcletic Bool.swift
[24/30] Compiling MMEcletic Decimal+Converter.swift
[25/30] Compiling MMEcletic Decimal.swift
[26/30] Compiling MMEcletic SubstitutionDataSource.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/MMEcletic/Sources/MMEcletic/substitution/SubstitutionError.swift:46:24: error: type 'Bundle' has no member 'module'
44 |         key,
45 |         tableName: "MMSubstitutionError",
46 |         bundle: Bundle.module,
   |                        `- error: type 'Bundle' has no member 'module'
47 |         value: "",
48 |         comment: "")
[27/30] Compiling MMEcletic SubstitutionError.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/MMEcletic/Sources/MMEcletic/substitution/SubstitutionError.swift:46:24: error: type 'Bundle' has no member 'module'
44 |         key,
45 |         tableName: "MMSubstitutionError",
46 |         bundle: Bundle.module,
   |                        `- error: type 'Bundle' has no member 'module'
47 |         value: "",
48 |         comment: "")
[28/30] Compiling MMEcletic String+Base64.swift
[29/30] Compiling MMEcletic String+Components.swift
[30/30] Compiling MMEcletic String+Hexadecimal.swift
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/MMExpressionSolver/MMExpressionErrors.xcstrings
warning: 'mmecletic': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/MMEcletic/Sources/MMEcletic/MMSubstitutionError.xcstrings
BUILD FAILURE 6.3 macosSpm