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 clutch, reference 0.5.6 (9ddef6), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 01:56:20 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/swift-nest/clutch.git
Reference: 0.5.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swift-nest/clutch
 * tag               0.5.6      -> FETCH_HEAD
HEAD is now at 9ddef6d Package: swift-system 1.2.2 -> 1.4.0
Cloned https://github.com/swift-nest/clutch.git
Revision (git rev-parse @):
9ddef6dea687f1af8f3a69a1ce5ef9f92c4037d7
SUCCESS checkout https://github.com/swift-nest/clutch.git at 0.5.6
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/swift-nest/clutch.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/22] Write sources
[5/22] Write clutch-entitlement.plist
[6/22] Write clatch-entitlement.plist
[8/22] Write ClutchAP-entitlement.plist
[9/22] Write sources
[11/22] Compiling CSystem shims.c
[12/22] Write swift-version-1EA4D86E10B52AF.txt
[14/52] Emitting module ArgumentParserToolInfo
[15/52] Compiling ArgumentParserToolInfo ToolInfo.swift
[16/91] Compiling ArgumentParser ParserError.swift
[17/91] Compiling ArgumentParser SplitArguments.swift
[18/91] Compiling ArgumentParser DumpHelpGenerator.swift
[19/94] Emitting module SystemPackage
[20/94] Compiling ArgumentParser CommandGroup.swift
[21/94] Compiling ArgumentParser EnumerableFlag.swift
[22/94] Compiling ArgumentParser ExpressibleByArgument.swift
[23/94] Compiling ArgumentParser OptionGroup.swift
[24/94] Compiling ArgumentParser AsyncParsableCommand.swift
[25/94] Compiling ArgumentParser CommandConfiguration.swift
[26/94] Compiling ArgumentParser HelpCommand.swift
[27/94] Compiling ArgumentParser BashCompletionsGenerator.swift
[28/94] Compiling ArgumentParser CompletionsGenerator.swift
[29/94] Compiling ArgumentParser InputKey.swift
[30/94] Compiling ArgumentParser ParsableArguments.swift
[31/94] Compiling ArgumentParser ParsableArgumentsValidation.swift
[32/94] Compiling ArgumentParser ArgumentDefinition.swift
[33/94] Compiling ArgumentParser ArgumentSet.swift
[34/94] Compiling ArgumentParser CommandParser.swift
[35/94] Compiling ArgumentParser HelpGenerator.swift
[36/94] Compiling ArgumentParser MessageInfo.swift
[37/94] Compiling ArgumentParser UsageGenerator.swift
[38/94] Compiling ArgumentParser FishCompletionsGenerator.swift
[39/94] Compiling ArgumentParser ZshCompletionsGenerator.swift
[40/94] Compiling ArgumentParser Argument.swift
[41/94] Compiling ArgumentParser CollectionExtensions.swift
[42/94] Compiling ArgumentParser NameSpecification.swift
[43/94] Compiling ArgumentParser Option.swift
[44/94] Compiling SystemPackage Util+StringArray.swift
[45/94] Compiling SystemPackage Util.swift
[46/94] Compiling SystemPackage UtilConsumers.swift
[47/117] Compiling ArgumentParser InputOrigin.swift
[48/117] Compiling ArgumentParser Name.swift
[49/117] Compiling ArgumentParser Parsed.swift
[50/117] Compiling ArgumentParser ParsedValues.swift
[51/121] Emitting module ArgumentParser
[57/121] Compiling ArgumentParser ArgumentVisibility.swift
[58/121] Compiling ArgumentParser CompletionKind.swift
[59/121] Compiling ArgumentParser Errors.swift
[60/121] Compiling ArgumentParser Flag.swift
[61/121] Compiling clutchLib NestPathsStatus.swift
[62/121] Compiling clutchLib Help.swift
[63/121] Compiling clutchLib PeerNest.swift
[69/121] Compiling clutchLib StdlibHelp.swift
[70/121] Compiling clutchLib FoundationScript.swift
[71/121] Compiling clutchLib FoundationScriptSystemCalls.swift
[72/121] Compiling clutchLib ModuleName.swift
[73/121] Compiling clutchLib ModuleNameHelp.swift
[74/121] Compiling ArgumentParser Platform.swift
[75/121] Compiling ArgumentParser SequenceExtensions.swift
[76/121] Compiling ArgumentParser StringExtensions.swift
[77/121] Compiling ArgumentParser Tree.swift
[78/121] Compiling clutchLib AskDataBuilder.swift
[79/121] Compiling clutchLib ClutchDriver.swift
[80/121] Compiling clutchLib ClutchDriverErrors.swift
[81/121] Compiling clutchLib Err.swift
[82/121] Compiling clutchLib AskMode.swift
[83/121] Compiling clutchLib DriverConfig.swift
[84/121] Compiling clutchLib Identifier.swift
[85/121] Compiling clutchLib NestPaths.swift
[86/121] Compiling clutchLib UserAskKind.swift
[87/121] Compiling clutchLib FileItem.swift
[88/121] Compiling clutchLib FileItemHelp.swift
[89/121] Compiling clutchLib PeerOp.swift
[90/121] Emitting module clutchLib
/Users/admin/builder/spi-builder-workspace/Sources/clutch/Files/FileItem.swift:8:52: warning: conformance of 'FilePath' to protocol 'Sendable' was already stated in the type's module 'SystemPackage'
 6 |
 7 | // s6/SE-0364 permits fully-qualified-names to work for retroactive
 8 | extension SystemPackage.FilePath: @unchecked Swift.Sendable {}
   |                                                    `- warning: conformance of 'FilePath' to protocol 'Sendable' was already stated in the type's module 'SystemPackage'
 9 |
10 | public protocol FileKey: Hashable, Sendable {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/FilePath/FilePath.swift:41:15: note: 'FilePath' declares conformance to protocol 'Sendable' here
39 | /// like case insensitivity, Unicode normalization, and symbolic links.
40 | @available(/*System 0.0.1: macOS 11.0, iOS 14.0, watchOS 7.0, tvOS 14.0*/iOS 8, *)
41 | public struct FilePath: Sendable {
   |               `- note: 'FilePath' declares conformance to protocol 'Sendable' here
42 |   // TODO(docs): Section on all the new syntactic operations, lexical normalization, decomposition,
43 |   // components, etc.
/Users/admin/builder/spi-builder-workspace/Sources/clutch/Files/FileItem.swift:8:52: warning: conformance of 'FilePath' to protocol 'Sendable' was already stated in the type's module 'SystemPackage'
 6 |
 7 | // s6/SE-0364 permits fully-qualified-names to work for retroactive
 8 | extension SystemPackage.FilePath: @unchecked Swift.Sendable {}
   |                                                    `- warning: conformance of 'FilePath' to protocol 'Sendable' was already stated in the type's module 'SystemPackage'
 9 |
10 | public protocol FileKey: Hashable, Sendable {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/FilePath/FilePath.swift:41:15: note: 'FilePath' declares conformance to protocol 'Sendable' here
39 | /// like case insensitivity, Unicode normalization, and symbolic links.
40 | @available(/*System 0.0.1: macOS 11.0, iOS 14.0, watchOS 7.0, tvOS 14.0*/iOS 8, *)
41 | public struct FilePath: Sendable {
   |               `- note: 'FilePath' declares conformance to protocol 'Sendable' here
42 |   // TODO(docs): Section on all the new syntactic operations, lexical normalization, decomposition,
43 |   // components, etc.
/Users/admin/builder/spi-builder-workspace/Sources/clutch/Files/FileItem.swift:8:52: warning: conformance of 'FilePath' to protocol 'Sendable' was already stated in the type's module 'SystemPackage'
 6 |
 7 | // s6/SE-0364 permits fully-qualified-names to work for retroactive
 8 | extension SystemPackage.FilePath: @unchecked Swift.Sendable {}
   |                                                    `- warning: conformance of 'FilePath' to protocol 'Sendable' was already stated in the type's module 'SystemPackage'
 9 |
10 | public protocol FileKey: Hashable, Sendable {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/FilePath/FilePath.swift:41:15: note: 'FilePath' declares conformance to protocol 'Sendable' here
39 | /// like case insensitivity, Unicode normalization, and symbolic links.
40 | @available(/*System 0.0.1: macOS 11.0, iOS 14.0, watchOS 7.0, tvOS 14.0*/iOS 8, *)
41 | public struct FilePath: Sendable {
   |               `- note: 'FilePath' declares conformance to protocol 'Sendable' here
42 |   // TODO(docs): Section on all the new syntactic operations, lexical normalization, decomposition,
43 |   // components, etc.
[108/123] Emitting module clatch
[109/123] Compiling clatch clatch.swift
[109/123] Write Objects.LinkFileList
[111/123] Compiling clutchLib SystemCalls.swift
[112/123] Compiling clutchLib SystemCallsHelp.swift
[115/123] Linking clatch
[116/123] Applying clatch
[118/127] Compiling clutch clutch.swift
[119/127] Emitting module clutch
[119/127] Write Objects.LinkFileList
[121/127] Compiling ClutchAP ClutchMain.swift
/Users/admin/builder/spi-builder-workspace/Sources/ClutchAP/ClutchMain.swift:311:65: warning: conformance of 'CommandConfiguration' to protocol 'Sendable' was already stated in the type's module 'ArgumentParser'
309 |
310 | // s6/SE-0364 permits fully-qualified-names to work for retroactive
311 | extension ArgumentParser.CommandConfiguration: @unchecked Swift.Sendable {}
    |                                                                 `- warning: conformance of 'CommandConfiguration' to protocol 'Sendable' was already stated in the type's module 'ArgumentParser'
312 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift:13:15: note: 'CommandConfiguration' declares conformance to protocol 'Sendable' here
 11 |
 12 | /// The configuration for a command.
 13 | public struct CommandConfiguration: Sendable {
    |               `- note: 'CommandConfiguration' declares conformance to protocol 'Sendable' here
 14 |   /// The name of the command to use on the command line.
 15 |   ///
[122/127] Emitting module ClutchAP
/Users/admin/builder/spi-builder-workspace/Sources/ClutchAP/ClutchMain.swift:311:65: warning: conformance of 'CommandConfiguration' to protocol 'Sendable' was already stated in the type's module 'ArgumentParser'
309 |
310 | // s6/SE-0364 permits fully-qualified-names to work for retroactive
311 | extension ArgumentParser.CommandConfiguration: @unchecked Swift.Sendable {}
    |                                                                 `- warning: conformance of 'CommandConfiguration' to protocol 'Sendable' was already stated in the type's module 'ArgumentParser'
312 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift:13:15: note: 'CommandConfiguration' declares conformance to protocol 'Sendable' here
 11 |
 12 | /// The configuration for a command.
 13 | public struct CommandConfiguration: Sendable {
    |               `- note: 'CommandConfiguration' declares conformance to protocol 'Sendable' here
 14 |   /// The name of the command to use on the command line.
 15 |   ///
[122/127] Write Objects.LinkFileList
[123/127] Linking clutch
[124/127] Applying clutch
[125/127] Linking ClutchAP
[126/127] Applying ClutchAP
Build complete! (13.75s)
Fetching https://github.com/apple/swift-system
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-atomics
[1/1797] Fetching swift-atomics
[343/6233] Fetching swift-atomics, swift-system
[2164/21613] Fetching swift-atomics, swift-system, swift-argument-parser
Fetched https://github.com/apple/swift-system from cache (1.47s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.47s)
Fetched https://github.com/apple/swift-atomics from cache (1.47s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (1.91s)
Computing version for https://github.com/apple/swift-atomics
Computed https://github.com/apple/swift-atomics at 1.3.0 (0.39s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.5.0 (0.38s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-atomics
Working copy of https://github.com/apple/swift-atomics resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.5.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics"
    },
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "clutch",
  "name" : "clutch",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "clutch",
      "targets" : [
        "clutch"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "clatch",
      "targets" : [
        "clatch"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "ClutchAP",
      "targets" : [
        "ClutchAP"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "clutchTests",
      "module_type" : "SwiftTarget",
      "name" : "clutchTests",
      "path" : "Tests/clutchTests",
      "product_dependencies" : [
        "Atomics"
      ],
      "sources" : [
        "AskDataTests.swift",
        "ClutchMainTest.swift",
        "ClutchTests.swift",
        "DriverTests.swift",
        "Fixtures/KnownSystemCallFixtures.swift",
        "Fixtures/KnownSystemCalls.swift",
        "FoundationScriptSystemCallsTests.swift",
        "KnownSystemCallFixturesTests.swift",
        "Main/ClutchTestMain.swift",
        "NestOpTests.swift",
        "RecordSystemCallsTests.swift",
        "Scenarios/ClutchCommandScenario.swift",
        "Scenarios/ClutchErrCheck.swift",
        "Support/ActorArray.swift",
        "Support/AtomicIndex.swift",
        "Support/SrcLoc.swift",
        "Support/TestHelper.swift",
        "SystemCallsRecorder/Call.swift",
        "SystemCallsRecorder/CallRecordTypes.swift",
        "SystemCallsRecorder/RecordSystemCalls.swift"
      ],
      "target_dependencies" : [
        "clutchLib"
      ],
      "type" : "test"
    },
    {
      "c99name" : "clutchLib",
      "module_type" : "SwiftTarget",
      "name" : "clutchLib",
      "path" : "Sources/clutch",
      "product_dependencies" : [
        "SystemPackage"
      ],
      "product_memberships" : [
        "clutch",
        "ClutchAP"
      ],
      "sources" : [
        "AskDataBuilder.swift",
        "ClutchDriver.swift",
        "ClutchDriverErrors.swift",
        "DriverConfig/AskMode.swift",
        "DriverConfig/DriverConfig.swift",
        "DriverConfig/Identifier.swift",
        "DriverConfig/ModuleName.swift",
        "DriverConfig/ModuleNameHelp.swift",
        "DriverConfig/NestPaths.swift",
        "DriverConfig/NestPathsStatus.swift",
        "DriverConfig/UserAskKind.swift",
        "Files/FileItem.swift",
        "Files/FileItemHelp.swift",
        "PeerOp.swift",
        "UI/Help.swift",
        "UI/PeerNest.swift",
        "system-impl/FoundationScript.swift",
        "system-impl/FoundationScriptSystemCalls.swift",
        "system/Err.swift",
        "system/StdlibHelp.swift",
        "system/SystemCalls.swift",
        "system/SystemCallsHelp.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "clutch",
      "module_type" : "SwiftTarget",
      "name" : "clutch",
      "path" : "Sources/clutch-tool",
      "product_memberships" : [
        "clutch"
      ],
      "sources" : [
        "clutch.swift"
      ],
      "target_dependencies" : [
        "clutchLib"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "clatch",
      "module_type" : "SwiftTarget",
      "name" : "clatch",
      "path" : "Sources/clatch",
      "product_dependencies" : [
        "SystemPackage"
      ],
      "product_memberships" : [
        "clatch"
      ],
      "sources" : [
        "clatch.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ClutchAP",
      "module_type" : "SwiftTarget",
      "name" : "ClutchAP",
      "path" : "Sources/ClutchAP",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "ClutchAP"
      ],
      "sources" : [
        "ClutchMain.swift"
      ],
      "target_dependencies" : [
        "clutchLib"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
Done.