The Swift Package Index logo.Swift Package Index

Build Information

Successful build of xcman 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/josefdolezal/xcman.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/josefdolezal/xcman
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 41d705e Update readme
Cloned https://github.com/josefdolezal/xcman.git
Revision (git rev-parse @):
41d705efb2d35c73c156363a6b1b1666193b4086
SUCCESS checkout https://github.com/josefdolezal/xcman.git at master
Fetching https://github.com/kylef/Commander.git from cache
Fetching https://github.com/kylef/Spectre.git from cache
Fetched https://github.com/kylef/Spectre.git (0.16s)
Fetched https://github.com/kylef/Commander.git (0.16s)
Computing version for https://github.com/kylef/Commander.git
Computed https://github.com/kylef/Commander.git at 0.8.0 (0.63s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.8.0 (0.03s)
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.8.0
Creating working copy for https://github.com/kylef/Commander.git
Working copy of https://github.com/kylef/Commander.git resolved at 0.8.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": "xcman",
      "name": "xcman",
      "url": "https://github.com/josefdolezal/xcman.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/xcman",
      "dependencies": [
        {
          "identity": "commander",
          "name": "Commander",
          "url": "https://github.com/kylef/Commander.git",
          "version": "0.9.2",
          "path": "/Users/builder/builds/TDmZkXJm/1/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/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Spectre",
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/josefdolezal/xcman.git
[1/97] Fetching xcman
Fetched https://github.com/josefdolezal/xcman.git (0.30s)
Fetching https://github.com/kylef/Commander.git from cache
Fetched https://github.com/kylef/Commander.git (0.16s)
Computing version for https://github.com/kylef/Commander.git
Computed https://github.com/kylef/Commander.git at 0.9.2 (0.02s)
Fetching https://github.com/kylef/Spectre.git from cache
Fetched https://github.com/kylef/Spectre.git (0.15s)
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/josefdolezal/xcman.git
Working copy of https://github.com/josefdolezal/xcman.git resolved at master
Creating working copy for https://github.com/kylef/Commander.git
Working copy of https://github.com/kylef/Commander.git resolved at 0.9.2
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
warning: 'xcman': the target name XCManLib has different case on the filesystem and the Package.swift manifest file
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/17] Compiling Commander Command.swift
[2/18] Compiling Commander Group.swift
[3/18] Compiling Commander ArgumentConvertible.swift
[4/18] Compiling Commander ArgumentDescription.swift
[5/18] Compiling Commander Commands.swift
[6/18] Compiling Commander ArgumentParser.swift
[7/18] Compiling Commander Error.swift
[8/18] Compiling Commander CommandType.swift
[9/18] Compiling Commander CommandRunner.swift
[10/18] Emitting module Commander
[11/18] Compiling XCManLib SnippetsManager.swift
[12/18] Compiling XCManLib TemplatesManager.swift
[13/18] Compiling XCManLib XCManConfiguration.swift
[14/18] Compiling XCManLib GitRepository.swift
[15/18] Emitting module XCManLib
[16/18] Compiling XCManLib UserDataManager.swift
[17/18] Compiling XCManLib Process+Commands.swift
[18/22] Compiling xcman XCManSnippetsTool.swift
[19/22] Compiling xcman main.swift
[20/22] Emitting module xcman
[21/22] Compiling xcman XCManTemplatesTool.swift
[21/22] Linking xcman
Build complete! (8.76s)
warning: 'spi-builder-workspace': the target name XCManLib has different case on the filesystem and the Package.swift manifest file
Build complete.
Done.