The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftShell with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/taji-taji/swift-shell.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/taji-taji/swift-shell
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5e4d9c8 Merge pull request #6 from taji-taji/fix/github-actions-deprecation
Cloned https://github.com/taji-taji/swift-shell.git
Revision (git rev-parse @):
5e4d9c8e734c67d8f2f0dbd1fda57dafe6bef3a3
SUCCESS checkout https://github.com/taji-taji/swift-shell.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swift-shell",
      "name": "SwiftShell",
      "url": "https://github.com/taji-taji/swift-shell.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-shell",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/taji-taji/swift-shell.git from cache
Fetched https://github.com/taji-taji/swift-shell.git (0.16s)
Creating working copy for https://github.com/taji-taji/swift-shell.git
Working copy of https://github.com/taji-taji/swift-shell.git resolved at main
warning: '.resolve-product-dependencies': dependency 'swift-shell' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/3] Compiling SwiftShell ShellError.swift
[2/3] Compiling SwiftShell Shell.swift
[3/3] Emitting module SwiftShell
Build complete! (7.13s)
Build complete.
Done.