The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ShortcutsKit 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/LinusSkucas/ShortcutsKit.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/LinusSkucas/ShortcutsKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 38add7c Add License
Cloned https://github.com/LinusSkucas/ShortcutsKit.git
Revision (git rev-parse @):
38add7cc51c8a19ab1e7bd80e615e70df4097af7
SUCCESS checkout https://github.com/LinusSkucas/ShortcutsKit.git at main
Fetching https://github.com/QiuZhiFei/swift-commands.git from cache
Fetched https://github.com/QiuZhiFei/swift-commands.git (0.17s)
Computing version for https://github.com/QiuZhiFei/swift-commands.git
Computed https://github.com/QiuZhiFei/swift-commands.git at 0.6.0 (0.42s)
Creating working copy for https://github.com/QiuZhiFei/swift-commands.git
Working copy of https://github.com/QiuZhiFei/swift-commands.git resolved at 0.6.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "shortcutskit",
      "name": "ShortcutsKit",
      "url": "https://github.com/LinusSkucas/ShortcutsKit.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ShortcutsKit",
      "dependencies": [
        {
          "identity": "swift-commands",
          "name": "swift-commands",
          "url": "https://github.com/QiuZhiFei/swift-commands.git",
          "version": "0.6.0",
          "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-commands",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/LinusSkucas/ShortcutsKit.git from cache
Fetched https://github.com/LinusSkucas/ShortcutsKit.git (0.16s)
Fetching https://github.com/QiuZhiFei/swift-commands.git from cache
Fetched https://github.com/QiuZhiFei/swift-commands.git (0.15s)
Computing version for https://github.com/QiuZhiFei/swift-commands.git
Computed https://github.com/QiuZhiFei/swift-commands.git at 0.6.0 (0.02s)
Creating working copy for https://github.com/LinusSkucas/ShortcutsKit.git
Working copy of https://github.com/LinusSkucas/ShortcutsKit.git resolved at main
Creating working copy for https://github.com/QiuZhiFei/swift-commands.git
Working copy of https://github.com/QiuZhiFei/swift-commands.git resolved at 0.6.0
warning: '.resolve-product-dependencies': dependency 'shortcutskit' is not used by any target
Found 1 product dependencies
  - swift-commands
========================================
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/9] Compiling Commands CommandsResult.swift
[2/10] Emitting module Commands
[3/10] Compiling Commands Commands.swift
[4/10] Compiling Commands CommandsAlias.swift
[5/10] Compiling Commands CommandsArguments.swift
[6/10] Compiling Commands CommandsDashcTransformer.swift
[7/10] Compiling Commands CommandsENV.swift
[8/10] Compiling Commands CommandsResponse.swift
[9/10] Compiling Commands CommandsRequest.swift
[10/10] Compiling Commands CommandsTask.swift
[11/16] Emitting module ShortcutsKit
[12/16] Compiling ShortcutsKit ShortcutItem.swift
[13/16] Compiling ShortcutsKit Shortcut.swift
[14/16] Compiling ShortcutsKit ShortcutsKitError.swift
[15/16] Compiling ShortcutsKit ShortcutFolder.swift
[16/16] Compiling ShortcutsKit Shortcuts.swift
Build complete! (12.62s)
Build complete.
Done.