The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftMiscUtility, reference main (1a68b8), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 21:10:43 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/erica/Swift-Misc-Utility.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/erica/Swift-Misc-Utility
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1a68b87 Initial commit
Cloned https://github.com/erica/Swift-Misc-Utility.git
Revision (git rev-parse @):
1a68b879157e933d07c9fb80bafa0af8f71db274
SUCCESS checkout https://github.com/erica/Swift-Misc-Utility.git at main
Fetching https://github.com/erica/Swift-General-Utility
[1/101] Fetching swift-general-utility
Fetched https://github.com/erica/Swift-General-Utility from cache (0.62s)
Computing version for https://github.com/erica/Swift-General-Utility
Computed https://github.com/erica/Swift-General-Utility at 0.0.8 (1.35s)
Creating working copy for https://github.com/erica/Swift-General-Utility
Working copy of https://github.com/erica/Swift-General-Utility resolved at 0.0.8
========================================
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": "swift-misc-utility",
      "name": "SwiftMiscUtility",
      "url": "https://github.com/erica/Swift-Misc-Utility.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Swift-Misc-Utility",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "swift-general-utility",
          "name": "Swift-General-Utility",
          "url": "https://github.com/erica/Swift-General-Utility",
          "version": "0.0.8",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Swift-General-Utility",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/erica/Swift-Misc-Utility.git
[1/38] Fetching swift-misc-utility
Fetched https://github.com/erica/Swift-Misc-Utility.git from cache (0.79s)
Fetching https://github.com/erica/Swift-General-Utility from cache
Fetched https://github.com/erica/Swift-General-Utility from cache (0.41s)
Computing version for https://github.com/erica/Swift-General-Utility
Computed https://github.com/erica/Swift-General-Utility at 0.0.8 (0.47s)
Creating working copy for https://github.com/erica/Swift-Misc-Utility.git
Working copy of https://github.com/erica/Swift-Misc-Utility.git resolved at main (1a68b87)
Creating working copy for https://github.com/erica/Swift-General-Utility
Working copy of https://github.com/erica/Swift-General-Utility resolved at 0.0.8
warning: '.resolve-product-dependencies': dependency 'swift-misc-utility' is not used by any target
Found 1 product dependencies
  - Swift-General-Utility
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/erica/Swift-Misc-Utility.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/5] Compiling GeneralUtility Utility.swift
[5/5] Emitting module GeneralUtility
[6/15] Compiling SwiftMiscUtility Utility+SideEffect.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftMiscUtility/Utility+SideEffect.swift:13:11: error: cannot find type 'Utility' in scope
11 | }
12 |
13 | extension Utility {
   |           `- error: cannot find type 'Utility' in scope
14 |     /// Applies the closure, and returns true so the closure can be executed in a cascading condition.
15 |     /// - Parameter closure: a side effect to apply to the current instance.
[7/15] Compiling SwiftMiscUtility SynchronousData.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftMiscUtility/SynchronousData.swift:5:11: error: cannot find type 'Utility' in scope
 3 | import Foundation
 4 |
 5 | extension Utility {
   |           `- error: cannot find type 'Utility' in scope
 6 |     /// Creates and executes a non-blocking URLSession data task.
 7 |     /// - Parameter request: the `URLRequest` for the session.
[8/15] Compiling SwiftMiscUtility String+Utility.swift
[9/15] Compiling SwiftMiscUtility RuntimeError.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/15] Compiling SwiftMiscUtility Exponentiation.swift
[11/15] Compiling SwiftMiscUtility Collection+Utility.swift
[12/15] Compiling SwiftMiscUtility Rounding.swift
[13/15] Compiling SwiftMiscUtility Applicative.swift
[14/15] Compiling SwiftMiscUtility Result+Utility.swift
[15/15] Emitting module SwiftMiscUtility
/Users/admin/builder/spi-builder-workspace/Sources/SwiftMiscUtility/SynchronousData.swift:5:11: error: cannot find type 'Utility' in scope
 3 | import Foundation
 4 |
 5 | extension Utility {
   |           `- error: cannot find type 'Utility' in scope
 6 |     /// Creates and executes a non-blocking URLSession data task.
 7 |     /// - Parameter request: the `URLRequest` for the session.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftMiscUtility/Utility+SideEffect.swift:13:11: error: cannot find type 'Utility' in scope
11 | }
12 |
13 | extension Utility {
   |           `- error: cannot find type 'Utility' in scope
14 |     /// Applies the closure, and returns true so the closure can be executed in a cascading condition.
15 |     /// - Parameter closure: a side effect to apply to the current instance.
BUILD FAILURE 6.3 macosSpm