The Swift Package Index logo.Swift Package Index

Build Information

Successful build of xcsift, reference v1.2.0 (978a96), with Swift 6.1 for macOS (SPM) on 22 Mar 2026 12:42:20 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ldomaradzki/xcsift.git
Reference: v1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ldomaradzki/xcsift
 * tag               v1.2.0     -> FETCH_HEAD
HEAD is now at 978a965 feat: Add --xcbeautify flag for parsing xcbeautify/Tuist-formatted input (#63)
Cloned https://github.com/ldomaradzki/xcsift.git
Revision (git rev-parse @):
978a96562ddc5d145a40960f4c95205fd988e437
SUCCESS checkout https://github.com/ldomaradzki/xcsift.git at v1.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ldomaradzki/xcsift.git
https://github.com/ldomaradzki/xcsift.git
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "toon-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/toon-format/toon-swift.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.5",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    },
    {
      "identity" : "swift-toml",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattt/swift-toml"
    }
  ],
  "manifest_display_name" : "xcsift",
  "name" : "xcsift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "xcsift",
      "targets" : [
        "xcsift"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "xcsiftTests",
      "module_type" : "SwiftTarget",
      "name" : "xcsiftTests",
      "path" : "Tests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/Fixtures/build.txt",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/Fixtures/linker-error-output.txt",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/Fixtures/swift-testing-output.txt",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "BuildPhasesTest.swift",
        "BuildPhasesTimingTests.swift",
        "ConfigurationTests.swift",
        "CoverageTests.swift",
        "EncodingTests.swift",
        "GitHubActionsFormatTests.swift",
        "InstallTests.swift",
        "LinkerErrorTests.swift",
        "Mocks/MockFileSystem.swift",
        "ParsingTests.swift",
        "TOONFormatTests.swift",
        "XcbeautifyTests.swift"
      ],
      "target_dependencies" : [
        "xcsift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "xcsift",
      "module_type" : "SwiftTarget",
      "name" : "xcsift",
      "path" : "Sources",
      "product_dependencies" : [
        "ArgumentParser",
        "ToonFormat",
        "TOML"
      ],
      "product_memberships" : [
        "xcsift"
      ],
      "sources" : [
        "ConfigLoader.swift",
        "ConfigMerger.swift",
        "Configuration.swift",
        "CoverageParser.swift",
        "FileSystemProtocol.swift",
        "Install/ClaudeCodeInstaller.swift",
        "Install/CodexInstaller.swift",
        "Install/CursorInstaller.swift",
        "Install/InstallCommands.swift",
        "Install/Templates/CodexTemplates.swift",
        "Install/Templates/CursorTemplates.swift",
        "Install/Templates/SharedTemplates.swift",
        "Models.swift",
        "OutputParser.swift",
        "ShellRunnerProtocol.swift",
        "XCBeautifySymbols.swift",
        "XcodebuildSymbols.swift",
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
Building for debugging...
[4/15] Write sources
[6/15] Write xcsift-entitlement.plist
[8/15] Write sources
[10/15] Write swift-version-2F0A5646E1D333AE.txt
[12/22] Compiling ArgumentParserToolInfo ToolInfo.swift
[13/22] Emitting module ArgumentParserToolInfo
[13/69] Compiling CTomlPlusPlus ctoml.cpp
[15/75] Compiling TOML Shared.swift
[16/75] Emitting module ToonFormat
[17/75] Emitting module ArgumentParser
[18/80] Compiling ToonFormat Decoder.swift
[19/80] Emitting module TOML
[20/80] Compiling TOML Decoder.swift
[21/80] Compiling ToonFormat Encoder.swift
[22/80] Compiling ToonFormat Version.swift
[23/80] Compiling ToonFormat Value.swift
[24/80] Compiling TOML LocalDateTime.swift
[25/80] Compiling TOML Encoder.swift
[26/80] Compiling TOML Value.swift
[27/80] Compiling ArgumentParser ArgumentHelp.swift
[28/80] Compiling ArgumentParser ArgumentVisibility.swift
[29/80] Compiling ArgumentParser CompletionKind.swift
[30/80] Compiling ArgumentParser Errors.swift
[31/80] Compiling ArgumentParser Flag.swift
[32/80] Compiling ArgumentParser CodingKeyValidator.swift
[33/80] Compiling ArgumentParser NonsenseFlagsValidator.swift
[34/80] Compiling ArgumentParser ParsableArgumentsValidation.swift
[35/80] Compiling ArgumentParser PositionalArgumentsValidator.swift
[36/80] Compiling ArgumentParser UniqueNamesValidator.swift
[37/80] Compiling ArgumentParser BashCompletionsGenerator.swift
[38/80] Compiling ArgumentParser CompletionsGenerator.swift
[39/80] Compiling ArgumentParser FishCompletionsGenerator.swift
[40/80] Compiling ArgumentParser ZshCompletionsGenerator.swift
[41/80] Compiling ArgumentParser Argument.swift
[42/80] Compiling ArgumentParser ArgumentDiscussion.swift
[43/80] Compiling ArgumentParser Platform.swift
[44/80] Compiling ArgumentParser SequenceExtensions.swift
[45/80] Compiling ArgumentParser StringExtensions.swift
[46/80] Compiling ArgumentParser SwiftExtensions.swift
[47/80] Compiling ArgumentParser Tree.swift
[48/80] Compiling ArgumentParser MessageInfo.swift
[49/80] Compiling ArgumentParser UsageGenerator.swift
[50/80] Compiling ArgumentParser CollectionExtensions.swift
[51/80] Compiling ArgumentParser Foundation.swift
[52/80] Compiling ArgumentParser Mutex.swift
[53/80] Compiling ArgumentParser CommandConfiguration.swift
[54/80] Compiling ArgumentParser CommandGroup.swift
[55/80] Compiling ArgumentParser EnumerableFlag.swift
[56/80] Compiling ArgumentParser ExpressibleByArgument.swift
[57/80] Compiling ArgumentParser ParsableArguments.swift
[58/80] Compiling ArgumentParser NameSpecification.swift
[59/80] Compiling ArgumentParser Option.swift
[60/80] Compiling ArgumentParser OptionGroup.swift
[61/80] Compiling ArgumentParser ParentCommand.swift
[62/80] Compiling ArgumentParser AsyncParsableCommand.swift
[63/80] Compiling ArgumentParser ParserError.swift
[64/80] Compiling ArgumentParser SplitArguments.swift
[65/80] Compiling ArgumentParser DumpHelpGenerator.swift
[66/80] Compiling ArgumentParser HelpCommand.swift
[67/80] Compiling ArgumentParser HelpGenerator.swift
[68/80] Compiling ArgumentParser ParsableCommand.swift
[69/80] Compiling ArgumentParser ArgumentDecoder.swift
[70/80] Compiling ArgumentParser ArgumentDefinition.swift
[71/80] Compiling ArgumentParser ArgumentSet.swift
[72/80] Compiling ArgumentParser CommandParser.swift
[73/80] Compiling ArgumentParser InputKey.swift
[74/80] Compiling ArgumentParser InputOrigin.swift
[75/80] Compiling ArgumentParser Name.swift
[76/80] Compiling ArgumentParser Parsed.swift
[77/80] Compiling ArgumentParser ParsedValues.swift
[78/98] Compiling xcsift CursorTemplates.swift
[79/98] Compiling xcsift SharedTemplates.swift
[80/99] Compiling xcsift ShellRunnerProtocol.swift
[81/99] Compiling xcsift XCBeautifySymbols.swift
[82/99] Emitting module xcsift
[83/99] Compiling xcsift main.swift
[84/99] Compiling xcsift Configuration.swift
[85/99] Compiling xcsift CoverageParser.swift
[86/99] Compiling xcsift CodexInstaller.swift
[87/99] Compiling xcsift CursorInstaller.swift
[88/99] Compiling xcsift ConfigLoader.swift
[89/99] Compiling xcsift ConfigMerger.swift
[90/99] Compiling xcsift FileSystemProtocol.swift
[91/99] Compiling xcsift ClaudeCodeInstaller.swift
[92/99] Compiling xcsift Models.swift
/Users/admin/builder/spi-builder-workspace/Sources/OutputParser.swift:1716:17: warning: initialization of immutable value 'beforeTest' was never used; consider replacing with assignment to '_' or removing it
1714 |         if let testStart = line.range(of: "Test ") {
1715 |             // Skip "Test run with" (summary line) and "Test Case" (XCTest format)
1716 |             let beforeTest = line[..<testStart.lowerBound]
     |                 `- warning: initialization of immutable value 'beforeTest' was never used; consider replacing with assignment to '_' or removing it
1717 |             let afterTestStr = line[testStart.upperBound...]
1718 |
[93/99] Compiling xcsift OutputParser.swift
/Users/admin/builder/spi-builder-workspace/Sources/OutputParser.swift:1716:17: warning: initialization of immutable value 'beforeTest' was never used; consider replacing with assignment to '_' or removing it
1714 |         if let testStart = line.range(of: "Test ") {
1715 |             // Skip "Test run with" (summary line) and "Test Case" (XCTest format)
1716 |             let beforeTest = line[..<testStart.lowerBound]
     |                 `- warning: initialization of immutable value 'beforeTest' was never used; consider replacing with assignment to '_' or removing it
1717 |             let afterTestStr = line[testStart.upperBound...]
1718 |
[94/99] Compiling xcsift InstallCommands.swift
[95/99] Compiling xcsift CodexTemplates.swift
[96/99] Compiling xcsift XcodebuildSymbols.swift
[96/99] Write Objects.LinkFileList
[97/99] Linking xcsift
[98/99] Applying xcsift
Build complete! (32.53s)
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetching https://github.com/mattt/swift-toml
Fetching https://github.com/toon-format/toon-swift.git
Fetching https://github.com/apple/swift-argument-parser from cache
[1/524] Fetching toon-swift
[7/831] Fetching toon-swift, swift-toml
Fetched https://github.com/mattt/swift-toml from cache (0.82s)
Fetched https://github.com/toon-format/toon-swift.git from cache (1.63s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.63s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.66s)
Computing version for https://github.com/mattt/swift-toml
Computed https://github.com/mattt/swift-toml at 2.0.0 (2.14s)
Computing version for https://github.com/toon-format/toon-swift.git
Computed https://github.com/toon-format/toon-swift.git at 0.4.0 (0.48s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (3.37s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.90s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.58s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (0.49s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/toon-format/toon-swift.git
Working copy of https://github.com/toon-format/toon-swift.git resolved at 0.4.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
Creating working copy for https://github.com/mattt/swift-toml
Working copy of https://github.com/mattt/swift-toml resolved at 2.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "toon-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/toon-format/toon-swift.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.5",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    },
    {
      "identity" : "swift-toml",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattt/swift-toml"
    }
  ],
  "manifest_display_name" : "xcsift",
  "name" : "xcsift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "xcsift",
      "targets" : [
        "xcsift"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "xcsiftTests",
      "module_type" : "SwiftTarget",
      "name" : "xcsiftTests",
      "path" : "Tests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/Fixtures/build.txt",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/Fixtures/linker-error-output.txt",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/Fixtures/swift-testing-output.txt",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "BuildPhasesTest.swift",
        "BuildPhasesTimingTests.swift",
        "ConfigurationTests.swift",
        "CoverageTests.swift",
        "EncodingTests.swift",
        "GitHubActionsFormatTests.swift",
        "InstallTests.swift",
        "LinkerErrorTests.swift",
        "Mocks/MockFileSystem.swift",
        "ParsingTests.swift",
        "TOONFormatTests.swift",
        "XcbeautifyTests.swift"
      ],
      "target_dependencies" : [
        "xcsift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "xcsift",
      "module_type" : "SwiftTarget",
      "name" : "xcsift",
      "path" : "Sources",
      "product_dependencies" : [
        "ArgumentParser",
        "ToonFormat",
        "TOML"
      ],
      "product_memberships" : [
        "xcsift"
      ],
      "sources" : [
        "ConfigLoader.swift",
        "ConfigMerger.swift",
        "Configuration.swift",
        "CoverageParser.swift",
        "FileSystemProtocol.swift",
        "Install/ClaudeCodeInstaller.swift",
        "Install/CodexInstaller.swift",
        "Install/CursorInstaller.swift",
        "Install/InstallCommands.swift",
        "Install/Templates/CodexTemplates.swift",
        "Install/Templates/CursorTemplates.swift",
        "Install/Templates/SharedTemplates.swift",
        "Models.swift",
        "OutputParser.swift",
        "ShellRunnerProtocol.swift",
        "XCBeautifySymbols.swift",
        "XcodebuildSymbols.swift",
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
Done.