The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build MMExpressionSolver, reference master (604094), with Swift 6.2 for macOS (SPM) on 14 Sep 2025 21:01:18 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/MarcusMiss/MMExpressionSolver.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/28] Emitting module MMEcletic
[5/30] Compiling MMEcletic Bool.swift
[6/30] Compiling MMEcletic Decimal+Converter.swift
[7/30] Compiling MMEcletic Decimal.swift
[8/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: "")
[9/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: "")
[10/30] Compiling MMEcletic Float.swift
[11/30] Compiling MMEcletic Integer.swift
[12/30] Compiling MMEcletic Optional.swift
[13/30] Compiling MMEcletic String+Base64.swift
[14/30] Compiling MMEcletic String+Components.swift
[15/30] Compiling MMEcletic String+Hexadecimal.swift
[16/30] Compiling MMEcletic String+ToNumber.swift
[17/30] Compiling MMEcletic String+Trim.swift
[18/30] Compiling MMEcletic String+Padding.swift
[19/30] Compiling MMEcletic String+Subscript.swift
[20/30] Compiling MMEcletic String.swift
[21/30] Compiling MMEcletic Substitution.swift
[22/30] Compiling MMEcletic Double+Converter.swift
[23/30] Compiling MMEcletic Double.swift
[24/30] Compiling MMEcletic Float+Converter.swift
[25/30] Compiling MMEcletic LineContentStreamReader.swift
[26/30] Compiling MMEcletic PropertyWrapperCase.swift
[27/30] Compiling MMEcletic PropertyWrapperTrimming.swift
[28/30] Compiling MMEcletic Result+EasyAccessor.swift
[29/30] Compiling MMEcletic Date+Modifier.swift
[30/30] Compiling MMEcletic DateFormatter+Format.swift
Fetching https://github.com/MarcusMiss/MMEcletic.git
[1/261] Fetching mmecletic
Fetched https://github.com/MarcusMiss/MMEcletic.git from cache (0.63s)
Computing version for https://github.com/MarcusMiss/MMEcletic.git
Computed https://github.com/MarcusMiss/MMEcletic.git at 1.3.2 (1.08s)
Creating working copy for https://github.com/MarcusMiss/MMEcletic.git
Working copy of https://github.com/MarcusMiss/MMEcletic.git resolved at 1.3.2
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.2 macosSpm