The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of xcman, reference 0.0.2 (f8414d), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 20:03:24 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/josefdolezal/xcman.git
Reference: 0.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/josefdolezal/xcman
 * tag               0.0.2      -> FETCH_HEAD
HEAD is now at f8414dd Create remove command for templates
Cloned https://github.com/josefdolezal/xcman.git
Revision (git rev-parse @):
f8414dd0c1f3a39545d1efebbc44677c3d160206
SUCCESS checkout https://github.com/josefdolezal/xcman.git at 0.0.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/josefdolezal/xcman.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[1/8] Write xcman-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-1EA4D86E10B52AF.txt
[6/25] Compiling Commander Group.swift
[7/25] Compiling Commander ArgumentConvertible.swift
[8/25] Emitting module Commander
[9/25] Compiling Commander ArgumentDescription.swift
[10/25] Compiling Commander CommandType.swift
[11/25] Compiling Commander Command.swift
[12/25] Compiling Commander ArgumentParser.swift
[13/25] Compiling Commander CommandRunner.swift
[14/25] Compiling Commander Error.swift
[15/25] Compiling Commander Commands.swift
[16/25] Compiling XCManLib SnippetsManager.swift
[17/25] Compiling XCManLib Process+Commands.swift
[18/25] Compiling XCManLib UserDataManager.swift
[19/25] Compiling XCManLib XCManConfiguration.swift
[20/25] Emitting module XCManLib
[21/25] Compiling XCManLib TemplatesManager.swift
[22/25] Compiling XCManLib GitRepository.swift
[23/29] Emitting module xcman
/Users/admin/builder/spi-builder-workspace/Sources/xcman/XCManTemplatesTool.swift:41:9: warning: 'VariadicArgument' is deprecated: use array as an ArgumentConvertible [#DeprecatedDeclaration]
39 |
40 |     $0.command("remove",
41 |         VariadicArgument<String>("name", description: "Name of the templates set to be deleted"),
   |         `- warning: 'VariadicArgument' is deprecated: use array as an ArgumentConvertible [#DeprecatedDeclaration]
42 |         description: "Removes installed templates from Xcode"
43 |     ) { names in
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[24/29] Compiling xcman XCManSnippetsTool.swift
[25/29] Compiling xcman main.swift
/Users/admin/builder/spi-builder-workspace/Sources/xcman/XCManTemplatesTool.swift:41:9: warning: 'VariadicArgument' is deprecated: use array as an ArgumentConvertible [#DeprecatedDeclaration]
39 |
40 |     $0.command("remove",
41 |         VariadicArgument<String>("name", description: "Name of the templates set to be deleted"),
   |         `- warning: 'VariadicArgument' is deprecated: use array as an ArgumentConvertible [#DeprecatedDeclaration]
42 |         description: "Removes installed templates from Xcode"
43 |     ) { names in
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[26/29] Compiling xcman XCManTemplatesTool.swift
/Users/admin/builder/spi-builder-workspace/Sources/xcman/XCManTemplatesTool.swift:41:9: warning: 'VariadicArgument' is deprecated: use array as an ArgumentConvertible [#DeprecatedDeclaration]
39 |
40 |     $0.command("remove",
41 |         VariadicArgument<String>("name", description: "Name of the templates set to be deleted"),
   |         `- warning: 'VariadicArgument' is deprecated: use array as an ArgumentConvertible [#DeprecatedDeclaration]
42 |         description: "Removes installed templates from Xcode"
43 |     ) { names in
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[26/29] Write Objects.LinkFileList
[27/29] Linking xcman
[28/29] Applying xcman
Build complete! (10.23s)
Fetching https://github.com/kylef/Commander.git
[1/1588] Fetching commander
Fetched https://github.com/kylef/Commander.git from cache (0.80s)
Computing version for https://github.com/kylef/Commander.git
Computed https://github.com/kylef/Commander.git at 0.9.2 (1.31s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.92s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (2.90s)
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.git
Working copy of https://github.com/kylef/Commander.git resolved at 0.9.2
warning: 'spi-builder-workspace': the target name XCManLib has different case on the filesystem and the Package.swift manifest file
Build complete.
{
  "dependencies" : [
    {
      "identity" : "commander",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.8.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylef/Commander.git"
    }
  ],
  "manifest_display_name" : "xcman",
  "name" : "xcman",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "xcman",
      "targets" : [
        "xcman"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "XCManLib",
      "targets" : [
        "XCManLib"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "xcman",
      "module_type" : "SwiftTarget",
      "name" : "xcman",
      "path" : "Sources/xcman",
      "product_dependencies" : [
        "Commander"
      ],
      "product_memberships" : [
        "xcman"
      ],
      "sources" : [
        "XCManSnippetsTool.swift",
        "XCManTemplatesTool.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "XCManLib"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "XCManLib",
      "module_type" : "SwiftTarget",
      "name" : "XCManLib",
      "path" : "Sources/XCManLib",
      "product_memberships" : [
        "xcman",
        "XCManLib"
      ],
      "sources" : [
        "Extensions/Process+Commands.swift",
        "GitRepository.swift",
        "SnippetsManager.swift",
        "TemplatesManager.swift",
        "UserDataManager.swift",
        "XCManConfiguration.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
warning: 'spi-builder-workspace': the target name XCManLib has different case on the filesystem and the Package.swift manifest file
Done.