The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-sh, reference main (65ddd4), with Swift 6.1 for macOS (SPM) on 21 Jan 2026 13:40:19 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/xcode-actions/swift-sh.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/xcode-actions/swift-sh
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 65ddd46 Add description of non-implemented commands from original project
Cloned https://github.com/xcode-actions/swift-sh.git
Revision (git rev-parse @):
65ddd46d77625be893306ad13adf0ec8c61ff490
SUCCESS checkout https://github.com/xcode-actions/swift-sh.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/xcode-actions/swift-sh.git
https://github.com/xcode-actions/swift-sh.git
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system.git"
    },
    {
      "identity" : "inlineobjectconfig",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Frizlab/InlineObjectConfig.git"
    },
    {
      "identity" : "swift-xdg",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Frizlab/swift-xdg.git"
    },
    {
      "identity" : "unwraporthrow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Frizlab/UnwrapOrThrow.git"
    },
    {
      "identity" : "legibleerror",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mxcl/LegibleError.git"
    },
    {
      "identity" : "version",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mxcl/Version.git"
    },
    {
      "identity" : "clt-logger",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/xcode-actions/clt-logger.git"
    },
    {
      "identity" : "stream-reader",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.5.2",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/xcode-actions/stream-reader.git"
    },
    {
      "identity" : "swift-process-invocation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0-beta.5",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/xcode-actions/swift-process-invocation.git"
    }
  ],
  "manifest_display_name" : "swift-sh",
  "name" : "swift-sh",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "swift-sh",
      "targets" : [
        "swift-sh"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SwiftSH_Helpers",
      "targets" : [
        "SwiftSH_Helpers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swift_sh",
      "module_type" : "SwiftTarget",
      "name" : "swift-sh",
      "path" : "Sources/swift-sh",
      "product_dependencies" : [
        "ArgumentParser",
        "CLTLogger",
        "Crypto",
        "LegibleError",
        "Logging",
        "ProcessInvocation",
        "StreamReader",
        "SystemPackage",
        "UnwrapOrThrow",
        "Version",
        "XDG"
      ],
      "product_memberships" : [
        "swift-sh"
      ],
      "sources" : [
        "Helpers/DepsPackage.swift",
        "Helpers/FilePath+ArgumentParser.swift",
        "Helpers/FilePath+Utils.swift",
        "Helpers/ImportSpecification+CustomStringConvertible.swift",
        "Helpers/ImportSpecification+Parsing.swift",
        "Helpers/ImportSpecification+Serialization.swift",
        "Helpers/ImportSpecification.swift",
        "Helpers/ScriptSource.swift",
        "Helpers/String+Utils.swift",
        "OptionGroups/BuildAndRunOptions.swift",
        "OptionGroups/GlobalOptions.swift",
        "OptionGroups/ScriptOptions.swift",
        "swift-sh.swift",
        "swift-sh⊳build.swift",
        "swift-sh⊳eject.swift",
        "swift-sh⊳run.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftSH_Helpers",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSH_Helpers",
      "path" : "Sources/SwiftSH_Helpers",
      "product_dependencies" : [
        "ArgumentParser",
        "CLTLogger",
        "InlineObjectConfig",
        "Logging",
        "ProcessInvocation",
        "StreamReader",
        "SystemPackage",
        "UnwrapOrThrow",
        "XDG"
      ],
      "product_memberships" : [
        "SwiftSH_Helpers"
      ],
      "sources" : [
        "ExportedImports.swift",
        "FilePath+ArgumentParser.swift",
        "MessageError.swift",
        "UsefulGlobals.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftSHTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSHTests",
      "path" : "Tests",
      "product_dependencies" : [
        "Logging",
        "SystemPackage"
      ],
      "sources" : [
        "HelpersTests.swift",
        "ImportSpecificationUnitTests.swift",
        "Utils/Version+Utils.swift"
      ],
      "target_dependencies" : [
        "swift-sh",
        "SwiftSH_Helpers"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "6.0"
}
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
Fetching https://github.com/mxcl/Version.git
Fetching https://github.com/xcode-actions/stream-reader.git
Fetching https://github.com/Frizlab/UnwrapOrThrow.git
Fetching https://github.com/mxcl/LegibleError.git
Fetching https://github.com/Frizlab/swift-xdg.git
Fetching https://github.com/xcode-actions/clt-logger.git
Fetching https://github.com/xcode-actions/swift-process-invocation.git
[1/178] Fetching legibleerror
[51/471] Fetching legibleerror, version
[212/1340] Fetching legibleerror, version, clt-logger
[369/1926] Fetching legibleerror, version, clt-logger, swift-process-invocation
[487/2158] Fetching legibleerror, version, clt-logger, swift-process-invocation, swift-xdg
[1658/2207] Fetching legibleerror, version, clt-logger, swift-process-invocation, swift-xdg, unwraporthrow
warning: 'stream-reader': skipping cache due to an error: Failed to clone repository https://github.com/xcode-actions/stream-reader.git:
    Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/stream-reader-b4dacb16'...
    fatal: could not read Username for 'https://github.com': terminal prompts disabled
Fetched https://github.com/mxcl/Version.git from cache (0.97s)
Fetched https://github.com/Frizlab/UnwrapOrThrow.git from cache (0.97s)
[1528/1865] Fetching legibleerror, clt-logger, swift-process-invocation, swift-xdg
Fetching https://github.com/Frizlab/InlineObjectConfig.git
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/Frizlab/swift-xdg.git from cache (1.28s)
Fetched https://github.com/mxcl/LegibleError.git from cache (1.28s)
Fetched https://github.com/xcode-actions/swift-process-invocation.git from cache (1.28s)
Fetched https://github.com/xcode-actions/clt-logger.git from cache (1.28s)
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/apple/swift-argument-parser.git from cache
Fetching https://github.com/apple/swift-crypto.git from cache
Fetching https://github.com/xcode-actions/stream-reader.git
[1/7] Fetching inlineobjectconfig
Fetched https://github.com/Frizlab/InlineObjectConfig.git from cache (0.55s)
warning: 'stream-reader': skipping cache due to an error: Failed to clone repository https://github.com/xcode-actions/stream-reader.git:
    Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/stream-reader-b4dacb16'...
    fatal: could not read Username for 'https://github.com': terminal prompts disabled
Fetched https://github.com/apple/swift-system.git from cache (1.10s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.60s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.60s)
Fetched https://github.com/apple/swift-log.git from cache (2.00s)
error: Failed to clone repository https://github.com/xcode-actions/stream-reader.git:
    Cloning into bare repository '/Users/admin/builder/spi-builder-workspace/.build/repositories/stream-reader-b4dacb16'...
    fatal: could not read Username for 'https://github.com': terminal prompts disabled
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Fetching https://github.com/xcode-actions/stream-reader.git
Updating https://github.com/xcode-actions/swift-process-invocation.git
Updating https://github.com/mxcl/Version.git
Updating https://github.com/xcode-actions/clt-logger.git
Updating https://github.com/Frizlab/swift-xdg.git
Updating https://github.com/mxcl/LegibleError.git
Updating https://github.com/Frizlab/UnwrapOrThrow.git
warning: 'stream-reader': skipping cache due to an error: Failed to clone repository https://github.com/xcode-actions/stream-reader.git:
    Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/stream-reader-b4dacb16'...
    fatal: could not read Username for 'https://github.com': terminal prompts disabled
Updated https://github.com/xcode-actions/swift-process-invocation.git (0.44s)
Updating https://github.com/Frizlab/InlineObjectConfig.git
Updated https://github.com/mxcl/Version.git (0.85s)
Updated https://github.com/Frizlab/swift-xdg.git (0.85s)
Updated https://github.com/xcode-actions/clt-logger.git (0.85s)
Updating https://github.com/apple/swift-crypto.git
Updating https://github.com/apple/swift-log.git
Updating https://github.com/apple/swift-system.git
Updated https://github.com/Frizlab/InlineObjectConfig.git (0.47s)
Updating https://github.com/apple/swift-argument-parser.git
Updated https://github.com/mxcl/LegibleError.git (0.59s)
Updated https://github.com/Frizlab/UnwrapOrThrow.git (0.59s)
Fetching https://github.com/xcode-actions/stream-reader.git
warning: 'stream-reader': skipping cache due to an error: Failed to clone repository https://github.com/xcode-actions/stream-reader.git:
    Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/stream-reader-b4dacb16'...
    fatal: could not read Username for 'https://github.com': terminal prompts disabled
Updated https://github.com/apple/swift-argument-parser.git (0.59s)
Updated https://github.com/apple/swift-crypto.git (0.81s)
Updated https://github.com/apple/swift-system.git (0.81s)
Updated https://github.com/apple/swift-log.git (0.81s)
error: Failed to clone repository https://github.com/xcode-actions/stream-reader.git:
    Cloning into bare repository '/Users/admin/builder/spi-builder-workspace/.build/repositories/stream-reader-b4dacb16'...
    fatal: could not read Username for 'https://github.com': terminal prompts disabled
BUILD FAILURE 6.1 macosSpm