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 XCResource, reference main (a044a3), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 02:51:02 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/faberNovel/xcresource-cli.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/faberNovel/xcresource-cli
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a044a32 Update changelog
Cloned https://github.com/faberNovel/xcresource-cli.git
Revision (git rev-parse @):
a044a3247f7fa07d8cef9ab0509505c59b166b1d
SUCCESS checkout https://github.com/faberNovel/xcresource-cli.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/faberNovel/xcresource-cli.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/9] Write sources
[1/9] Write xcresource-entitlement.plist
[2/9] Write sources
[5/9] Write swift-version-1EA4D86E10B52AF.txt
[7/43] Compiling ArgumentParserToolInfo ToolInfo.swift
[8/43] Emitting module ArgumentParserToolInfo
[9/78] Emitting module XCResource
[10/81] Emitting module ArgumentParser
[11/84] Compiling ArgumentParser BashCompletionsGenerator.swift
[12/84] Compiling ArgumentParser CompletionsGenerator.swift
[13/84] Compiling ArgumentParser FishCompletionsGenerator.swift
[14/84] Compiling ArgumentParser ZshCompletionsGenerator.swift
[15/84] Compiling ArgumentParser Argument.swift
[16/84] Compiling ArgumentParser ArgumentHelp.swift
[17/84] Compiling ArgumentParser CompletionKind.swift
[18/84] Compiling ArgumentParser Errors.swift
[19/84] Compiling ArgumentParser Parsed.swift
[20/84] Compiling ArgumentParser ParsedValues.swift
[21/84] Compiling ArgumentParser ParserError.swift
[22/84] Compiling ArgumentParser SplitArguments.swift
[23/84] Compiling ArgumentParser SequenceExtensions.swift
[24/84] Compiling ArgumentParser StringExtensions.swift
[25/84] Compiling ArgumentParser Tree.swift
[26/84] Compiling ArgumentParser ParsableArgumentsValidation.swift
[27/84] Compiling XCResource XCTemplateNamespaceFolderURLProviding.swift
[28/84] Compiling XCResource XCTemplateSource.swift
[29/84] Compiling XCResource XCTemplatesDownloader.swift
[45/84] Compiling ArgumentParser OptionGroup.swift
[46/84] Compiling ArgumentParser ArgumentSet.swift
[47/84] Compiling ArgumentParser CommandParser.swift
[48/84] Compiling ArgumentParser InputOrigin.swift
[49/84] Compiling ArgumentParser Flag.swift
[50/84] Compiling ArgumentParser NameSpecification.swift
[51/84] Compiling ArgumentParser Option.swift
[52/84] Compiling ArgumentParser Name.swift
[53/84] Compiling ArgumentParser MessageInfo.swift
[54/84] Compiling ArgumentParser UsageGenerator.swift
[55/84] Compiling ArgumentParser ExpressibleByArgument.swift
[56/84] Compiling ArgumentParser ParsableArguments.swift
[57/84] Compiling ArgumentParser DumpHelpGenerator.swift
[58/84] Compiling ArgumentParser CollectionExtensions.swift
[59/84] Compiling ArgumentParser CommandConfiguration.swift
[60/84] Compiling ArgumentParser EnumerableFlag.swift
[61/84] Compiling ArgumentParser HelpCommand.swift
[62/84] Compiling ArgumentParser HelpGenerator.swift
[82/96] Compiling CLI XCTemplateCommand.swift
[83/96] Compiling CLI OpenTemplatesCommand.swift
[84/97] Compiling CLI RemoveTemplatesCommand.swift
[85/97] Compiling CLI XCSnippetCommand.swift
[86/97] Compiling CLI ListTemplatesCommand.swift
[87/97] Compiling CLI ListSnippetsCommand.swift
[88/97] Compiling CLI OpenSnippetsCommand.swift
[89/97] Compiling CLI RemoveSnippetsCommand.swift
[90/97] Compiling CLI InstallTemplatesCommand.swift
[91/97] Emitting module CLI
[92/97] Compiling CLI XCResourceCommand.swift
[93/97] Compiling CLI InstallSnippetsCommand.swift
[94/97] Compiling CLI main.swift
[94/97] Write Objects.LinkFileList
[95/97] Linking xcresource
[96/97] Applying xcresource
Build complete! (8.88s)
Fetching https://github.com/apple/swift-argument-parser
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.51s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.5.0 (2.05s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.5.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "XCResource",
  "name" : "XCResource",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "xcresource",
      "targets" : [
        "CLI"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "XCResource",
      "targets" : [
        "XCResource"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XCResourceTests",
      "module_type" : "SwiftTarget",
      "name" : "XCResourceTests",
      "path" : "Tests/XCResourceTests",
      "sources" : [
        "URLInputParserTests.swift",
        "Utils/DynamicXCSnippetFolder.swift",
        "Utils/DynamicXCTemplateFolder.swift",
        "Utils/FileManager+Temporary.swift",
        "Utils/GitRepository.swift",
        "Utils/TestXCTemplateFolderURLProvider.swift",
        "XCSnippetDownloaderTests.swift",
        "XCSnippetFileManagerTests.swift",
        "XCSnippetFileSummaryTaggerTests.swift",
        "XCTemplateDownloaderTests.swift",
        "XCTemplateFileManagerTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "XCResource"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XCResource",
      "module_type" : "SwiftTarget",
      "name" : "XCResource",
      "path" : "Sources/XCResource",
      "product_memberships" : [
        "xcresource",
        "XCResource"
      ],
      "sources" : [
        "Shared/Extension/FileManager+Temporary.swift",
        "Shared/Extension/URL+Convenience.swift",
        "Shared/Shell.swift",
        "XCSnippet/File/SnippetFileToSnippetMapper.swift",
        "XCSnippet/File/XCSnippetCoder.swift",
        "XCSnippet/File/XCSnippetFile.swift",
        "XCSnippet/File/XCSnippetFileManager.swift",
        "XCSnippet/File/XCSnippetFileParser.swift",
        "XCSnippet/File/XCSnippetFileSummaryTagger.swift",
        "XCSnippet/XCSnippet.swift",
        "XCSnippet/XCSnippetCLI.swift",
        "XCSnippet/XCSnippetDownloadingStrategy.swift",
        "XCSnippet/XCSnippetFolderURLProviding.swift",
        "XCSnippet/XCSnippetLibrary.swift",
        "XCSnippet/XCSnippetList.swift",
        "XCSnippet/XCSnippetNamespace.swift",
        "XCSnippet/XCSnippetNamespaceMapper.swift",
        "XCSnippet/XCSnippetSource.swift",
        "XCSnippet/XCSnippetsDownloader.swift",
        "XCTemplate/File/XCTemplateFile.swift",
        "XCTemplate/File/XCTemplateFileManager.swift",
        "XCTemplate/File/XCTemplateFolderFile.swift",
        "XCTemplate/File/XCTemplateFolderMapper.swift",
        "XCTemplate/URLInputParser.swift",
        "XCTemplate/XCTemplate.swift",
        "XCTemplate/XCTemplateCLI.swift",
        "XCTemplate/XCTemplateFolder.swift",
        "XCTemplate/XCTemplateFolderDownloadingStrategy.swift",
        "XCTemplate/XCTemplateFolderDownloadingStrategyFactory.swift",
        "XCTemplate/XCTemplateLibrary.swift",
        "XCTemplate/XCTemplateNamespace.swift",
        "XCTemplate/XCTemplateNamespaceFolderURLProviding.swift",
        "XCTemplate/XCTemplateSource.swift",
        "XCTemplate/XCTemplatesDownloader.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CLI",
      "module_type" : "SwiftTarget",
      "name" : "CLI",
      "path" : "Sources/CLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "xcresource"
      ],
      "sources" : [
        "XCResourceCommand.swift",
        "XCSnippet/InstallSnippetsCommand.swift",
        "XCSnippet/ListSnippetsCommand.swift",
        "XCSnippet/OpenSnippetsCommand.swift",
        "XCSnippet/RemoveSnippetsCommand.swift",
        "XCSnippet/XCSnippetCommand.swift",
        "XCTemplate/InstallTemplatesCommand.swift",
        "XCTemplate/ListTemplatesCommand.swift",
        "XCTemplate/OpenTemplatesCommand.swift",
        "XCTemplate/RemoveTemplatesCommand.swift",
        "XCTemplate/XCTemplateCommand.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "XCResource"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.2"
}
Done.