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 MMEcletic, reference 1.3.1 (08b9d8), with Swift 6.1 for macOS (SPM) on 5 Sep 2025 14:24:18 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.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/MMEcletic.git
Reference: 1.3.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/MarcusMiss/MMEcletic
 * tag               1.3.1      -> FETCH_HEAD
HEAD is now at 08b9d87 Merge pull request #6 from MarcusMiss/release/1.3.1
Cloned https://github.com/MarcusMiss/MMEcletic.git
Revision (git rev-parse @):
08b9d87766ae8763a22f33b1e35c67dcb758f9e0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/MarcusMiss/MMEcletic.git 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",
  "dependencies": [
    {
      "identity": "mmecletic",
      "name": "MMEcletic",
      "url": "https://github.com/MarcusMiss/MMEcletic.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/MMEcletic",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/MarcusMiss/MMEcletic.git
[1/251] Fetching mmecletic
Fetched https://github.com/MarcusMiss/MMEcletic.git from cache (0.70s)
Creating working copy for https://github.com/MarcusMiss/MMEcletic.git
Working copy of https://github.com/MarcusMiss/MMEcletic.git resolved at 1.3.1 (08b9d87)
warning: '.resolve-product-dependencies': dependency 'mmecletic' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/MarcusMiss/MMEcletic.git
https://github.com/MarcusMiss/MMEcletic.git
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "MMEcletic",
  "name" : "MMEcletic",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "18.0"
    },
    {
      "name" : "visionos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "MMEcletic",
      "targets" : [
        "MMEcletic"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MMEcleticTests",
      "module_type" : "SwiftTarget",
      "name" : "MMEcleticTests",
      "path" : "Tests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TestData",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "MMEcleticTests/BoolTests.swift",
        "MMEcleticTests/Decimal+ConverterTests.swift",
        "MMEcleticTests/DecimalTests.swift",
        "MMEcleticTests/Double+ConverterTests.swift",
        "MMEcleticTests/DoubleTests.swift",
        "MMEcleticTests/Float+ConverterTests.swift",
        "MMEcleticTests/FloatTests.swift",
        "MMEcleticTests/IntegerTests.swift",
        "MMEcleticTests/OptionalTests.swift",
        "MMEcleticTests/Result+EasyAccessorTests.swift",
        "MMEcleticTests/date/Date+ModifierTests.swift",
        "MMEcleticTests/date/DateFormatter+FormatTests.swift",
        "MMEcleticTests/io/LineContentStreamReaderTests.swift",
        "MMEcleticTests/propwrapper/MMPropertyWrapperCaseTests.swift",
        "MMEcleticTests/propwrapper/MMPropertyWrapperTrimmingTests.swift",
        "MMEcleticTests/string/String+Base64Tests.swift",
        "MMEcleticTests/string/String+ComponentsTests.swift",
        "MMEcleticTests/string/String+HexadecimalTests.swift",
        "MMEcleticTests/string/String+PaddingTests.swift",
        "MMEcleticTests/string/String+SubscriptTests.swift",
        "MMEcleticTests/string/String+ToNumberTests.swift",
        "MMEcleticTests/string/String+TrimTests.swift",
        "MMEcleticTests/string/StringTests.swift",
        "MMEcleticTests/substitution/SubstitutionDataSourceTests.swift",
        "MMEcleticTests/substitution/SubstitutionErrorTests.swift",
        "MMEcleticTests/substitution/SubstitutionTests.swift"
      ],
      "target_dependencies" : [
        "MMEcletic"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MMEcletic",
      "module_type" : "SwiftTarget",
      "name" : "MMEcletic",
      "path" : "Sources/MMEcletic",
      "product_memberships" : [
        "MMEcletic"
      ],
      "sources" : [
        "Bool.swift",
        "Decimal+Converter.swift",
        "Decimal.swift",
        "Double+Converter.swift",
        "Double.swift",
        "Float+Converter.swift",
        "Float.swift",
        "Integer.swift",
        "Optional.swift",
        "Result+EasyAccessor.swift",
        "date/Date+Modifier.swift",
        "date/DateFormatter+Format.swift",
        "io/LineContentStreamReader.swift",
        "propwrapper/PropertyWrapperCase.swift",
        "propwrapper/PropertyWrapperTrimming.swift",
        "string/String+Base64.swift",
        "string/String+Components.swift",
        "string/String+Hexadecimal.swift",
        "string/String+Padding.swift",
        "string/String+Subscript.swift",
        "string/String+ToNumber.swift",
        "string/String+Trim.swift",
        "string/String.swift",
        "substitution/Substitution.swift",
        "substitution/SubstitutionDataSource.swift",
        "substitution/SubstitutionError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
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/27] Emitting module MMEcletic
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[4/29] Compiling MMEcletic SubstitutionDataSource.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/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: "")
[5/29] Compiling MMEcletic SubstitutionError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/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: "")
[6/29] Compiling MMEcletic Double+Converter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[7/29] Compiling MMEcletic Double.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[8/29] Compiling MMEcletic Float+Converter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[9/29] Compiling MMEcletic String+Base64.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[10/29] Compiling MMEcletic String+Components.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[11/29] Compiling MMEcletic String+Hexadecimal.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[12/29] Compiling MMEcletic Bool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[13/29] Compiling MMEcletic Decimal+Converter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[14/29] Compiling MMEcletic Decimal.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[15/29] Compiling MMEcletic String+Padding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[16/29] Compiling MMEcletic String+Subscript.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[17/29] Compiling MMEcletic LineContentStreamReader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[18/29] Compiling MMEcletic PropertyWrapperCase.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[19/29] Compiling MMEcletic PropertyWrapperTrimming.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[20/29] Compiling MMEcletic String.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[21/29] Compiling MMEcletic Substitution.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[22/29] Compiling MMEcletic Result+EasyAccessor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[23/29] Compiling MMEcletic Date+Modifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[24/29] Compiling MMEcletic DateFormatter+Format.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[25/29] Compiling MMEcletic String+ToNumber.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[26/29] Compiling MMEcletic String+Trim.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[27/29] Compiling MMEcletic Float.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/29] Compiling MMEcletic Integer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/29] Compiling MMEcletic Optional.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
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/MMEcletic/MMSubstitutionError.xcstrings
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/26] Emitting module MMEcletic
[3/28] Compiling MMEcletic String+ToNumber.swift
[4/28] Compiling MMEcletic String+Trim.swift
[5/28] Compiling MMEcletic Float.swift
[6/28] Compiling MMEcletic Integer.swift
[7/28] Compiling MMEcletic Optional.swift
[8/28] Compiling MMEcletic String+Padding.swift
[9/28] Compiling MMEcletic String+Subscript.swift
[10/28] Compiling MMEcletic Double+Converter.swift
[11/28] Compiling MMEcletic Double.swift
[12/28] Compiling MMEcletic Float+Converter.swift
[13/28] Compiling MMEcletic LineContentStreamReader.swift
[14/28] Compiling MMEcletic PropertyWrapperCase.swift
[15/28] Compiling MMEcletic PropertyWrapperTrimming.swift
[16/28] Compiling MMEcletic Result+EasyAccessor.swift
[17/28] Compiling MMEcletic Date+Modifier.swift
[18/28] Compiling MMEcletic DateFormatter+Format.swift
[19/28] Compiling MMEcletic Bool.swift
[20/28] Compiling MMEcletic Decimal+Converter.swift
[21/28] Compiling MMEcletic Decimal.swift
[22/28] Compiling MMEcletic String.swift
[23/28] Compiling MMEcletic Substitution.swift
[24/28] Compiling MMEcletic String+Base64.swift
[25/28] Compiling MMEcletic String+Components.swift
[26/28] Compiling MMEcletic String+Hexadecimal.swift
[27/28] Compiling MMEcletic SubstitutionDataSource.swift
/Users/admin/builder/spi-builder-workspace/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/28] Compiling MMEcletic SubstitutionError.swift
/Users/admin/builder/spi-builder-workspace/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: "")
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/MMEcletic/MMSubstitutionError.xcstrings
BUILD FAILURE 6.1 macosSpm