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 (2eb552), with Swift 6.2 (beta) for macOS (SPM) on 13 Sep 2025 20:31:19 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 2eb5524 Merge pull request #16 from MarcusMiss/release/1.2.0
Cloned https://github.com/MarcusMiss/MMExpressionSolver.git
Revision (git rev-parse @):
2eb55240d9a1a7afe7e82d327d5c2b3d5bf38980
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] Compiling MMEcletic String+Padding.swift
[5/28] Compiling MMEcletic String+Subscript.swift
[6/30] Emitting module MMEcletic
[7/30] Compiling MMEcletic Bool.swift
[8/30] Compiling MMEcletic Decimal+Converter.swift
[9/30] Compiling MMEcletic Decimal.swift
[10/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: "")
[11/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: "")
[12/30] Compiling MMEcletic String.swift
[13/30] Compiling MMEcletic Substitution.swift
[14/30] Compiling MMEcletic String+ToNumber.swift
[15/30] Compiling MMEcletic String+Trim.swift
[16/30] Compiling MMEcletic String+Base64.swift
[17/30] Compiling MMEcletic String+Components.swift
[18/30] Compiling MMEcletic String+Hexadecimal.swift
[19/30] Compiling MMEcletic LineContentStreamReader.swift
[20/30] Compiling MMEcletic PropertyWrapperCase.swift
[21/30] Compiling MMEcletic PropertyWrapperTrimming.swift
[22/30] Compiling MMEcletic Result+EasyAccessor.swift
[23/30] Compiling MMEcletic Date+Modifier.swift
[24/30] Compiling MMEcletic DateFormatter+Format.swift
[25/30] Compiling MMEcletic Float.swift
[26/30] Compiling MMEcletic Integer.swift
[27/30] Compiling MMEcletic Optional.swift
[28/30] Compiling MMEcletic Double+Converter.swift
[29/30] Compiling MMEcletic Double.swift
[30/30] Compiling MMEcletic Float+Converter.swift
Fetching https://github.com/MarcusMiss/MMEcletic.git
[1/261] Fetching mmecletic
Fetched https://github.com/MarcusMiss/MMEcletic.git from cache (0.68s)
Computing version for https://github.com/MarcusMiss/MMEcletic.git
Computed https://github.com/MarcusMiss/MMEcletic.git at 1.3.2 (1.18s)
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