The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Dkst 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/theolampert/dkst.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/theolampert/dkst
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 11673d0 Updates readme
Cloned https://github.com/theolampert/dkst.git
Revision (git rev-parse @):
11673d086cc3a3c676f036af4ac4c659a37c6ff4
SUCCESS checkout https://github.com/theolampert/dkst.git at master
Fetching https://github.com/kylef/Spectre.git from cache
Fetching https://github.com/kylef/Commander from cache
Fetched https://github.com/kylef/Spectre.git (0.23s)
Fetched https://github.com/kylef/Commander (0.23s)
Computing version for https://github.com/kylef/Commander
Computed https://github.com/kylef/Commander at 0.8.0 (0.52s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.9.0 (0.52s)
Creating working copy for https://github.com/kylef/Commander
Working copy of https://github.com/kylef/Commander resolved at 0.8.0
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.9.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "dkst",
      "name": "Dkst",
      "url": "https://github.com/theolampert/dkst.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/dkst",
      "dependencies": [
        {
          "identity": "commander",
          "name": "Commander",
          "url": "https://github.com/kylef/Commander",
          "version": "0.9.2",
          "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Commander",
          "dependencies": [
            {
              "identity": "spectre",
              "name": "Spectre",
              "url": "https://github.com/kylef/Spectre.git",
              "version": "0.10.1",
              "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Spectre",
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/theolampert/dkst.git
[1/158] Fetching dkst
Fetched https://github.com/theolampert/dkst.git (0.29s)
Fetching https://github.com/kylef/Commander from cache
Fetched https://github.com/kylef/Commander (0.18s)
Computing version for https://github.com/kylef/Commander
Computed https://github.com/kylef/Commander at 0.9.2 (0.54s)
Fetching https://github.com/kylef/Spectre.git from cache
Fetched https://github.com/kylef/Spectre.git (0.18s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.02s)
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/kylef/Commander
Working copy of https://github.com/kylef/Commander resolved at 0.9.2
Creating working copy for https://github.com/theolampert/dkst.git
Working copy of https://github.com/theolampert/dkst.git resolved at master
Found 1 product dependencies
  - Commander
========================================
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/10] Compiling Commander Commands.swift
[2/10] Compiling Commander Command.swift
[3/10] Compiling Commander CommandRunner.swift
[4/10] Compiling Commander CommandType.swift
[5/10] Compiling Commander ArgumentConvertible.swift
[6/10] Compiling Commander ArgumentDescription.swift
[7/10] Compiling Commander Error.swift
[8/10] Emitting module Commander
[9/10] Compiling Commander ArgumentParser.swift
[10/11] Compiling Commander Group.swift
[11/17] Compiling DkstLib DecksetScripting.swift
[12/17] Compiling DkstLib Utilities.swift
[13/17] Compiling DkstLib HelpText.swift
[14/17] Compiling DkstLib Deckset.swift
[15/17] Compiling DkstLib Dkst.swift
[16/17] Emitting module DkstLib
[17/19] Emitting module Dkst
[18/19] Compiling Dkst main.swift
[18/19] Linking dkst
Build complete! (12.49s)
Build complete.
Done.