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 Linux on 23 Jun 2025 02:08:59 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/swift-nest/clutch.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-atomics
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-system
[1/1797] Fetching swift-atomics
[595/6233] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-system from cache (0.46s)
Fetched https://github.com/apple/swift-atomics from cache (0.47s)
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.87s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (1.25s)
Computing version for https://github.com/apple/swift-atomics
Computed https://github.com/apple/swift-atomics at 1.3.0 (0.33s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.5.0 (0.34s)
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
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/23] Write sources
[8/23] Compiling CSystem shims.c
[8/23] Write swift-version-24593BA9C3E375BF.txt
[11/53] Compiling SystemPackage Errno.swift
[12/53] Compiling SystemPackage ErrnoWindows.swift
[13/53] Compiling SystemPackage FileDescriptor.swift
[14/53] Compiling SystemPackage FileHelpers.swift
[15/56] Compiling SystemPackage MachPort.swift
[16/56] Compiling SystemPackage PlatformString.swift
[17/56] Compiling SystemPackage SystemString.swift
[18/56] Emitting module SystemPackage
[19/56] Emitting module ArgumentParserToolInfo
[20/56] Compiling ArgumentParserToolInfo ToolInfo.swift
[22/57] Compiling SystemPackage FilePathParsing.swift
[23/57] Compiling SystemPackage FilePathString.swift
[24/57] Compiling SystemPackage FilePathSyntax.swift
[25/57] Compiling SystemPackage FilePathTemp.swift
[26/57] Compiling SystemPackage FileOperations.swift
[27/57] Compiling SystemPackage FilePath.swift
[28/57] Compiling SystemPackage FilePathComponentView.swift
[29/57] Compiling SystemPackage FilePathComponents.swift
[30/57] Compiling SystemPackage Util+StringArray.swift
[31/57] Compiling SystemPackage Util.swift
[32/57] Compiling SystemPackage UtilConsumers.swift
[33/57] Compiling SystemPackage FilePathTempPosix.swift
[34/57] Compiling SystemPackage FilePathTempWindows.swift
[35/57] Compiling SystemPackage FilePathWindows.swift
[36/57] Compiling SystemPackage FilePermissions.swift
[37/57] Compiling SystemPackage Backcompat.swift
[38/57] Compiling SystemPackage CInterop.swift
[39/57] Compiling SystemPackage Constants.swift
[40/57] Compiling SystemPackage Exports.swift
[41/57] Compiling SystemPackage Mocking.swift
[42/57] Compiling SystemPackage RawBuffer.swift
[43/57] Compiling SystemPackage Syscalls.swift
[44/57] Compiling SystemPackage WindowsSyscallAdapters.swift
[45/58] Wrapping AST for ArgumentParserToolInfo for debugging
[46/96] Wrapping AST for SystemPackage for debugging
[48/119] Compiling clutchLib Err.swift
[49/119] Compiling clutchLib StdlibHelp.swift
[50/121] Emitting module clutchLib
/host/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 {
/host/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.
[51/121] Compiling clutchLib SystemCalls.swift
[52/121] Compiling clutchLib SystemCallsHelp.swift
[53/121] Compiling clutchLib NestPathsStatus.swift
/host/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 {
/host/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.
[54/121] Compiling clutchLib UserAskKind.swift
/host/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 {
/host/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.
[55/121] Compiling clutchLib FileItem.swift
/host/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 {
/host/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.
[56/121] Compiling clutchLib ModuleName.swift
[57/121] Compiling clutchLib ModuleNameHelp.swift
[58/121] Compiling clutchLib NestPaths.swift
[59/121] Compiling clutchLib FileItemHelp.swift
[60/121] Compiling clutchLib PeerOp.swift
[61/121] Compiling clutchLib Help.swift
[62/121] Emitting module ArgumentParser
[63/126] Compiling clutchLib PeerNest.swift
[64/126] Compiling clutchLib FoundationScript.swift
[65/126] Compiling clutchLib FoundationScriptSystemCalls.swift
[72/126] Compiling ArgumentParser Name.swift
[73/126] Compiling ArgumentParser Parsed.swift
[74/126] Compiling ArgumentParser ParsedValues.swift
[75/126] Compiling ArgumentParser ParserError.swift
[76/126] Compiling ArgumentParser SplitArguments.swift
[77/126] Compiling clutchLib AskMode.swift
[78/126] Compiling clutchLib DriverConfig.swift
[79/126] Compiling clutchLib Identifier.swift
[80/126] Compiling clutchLib AskDataBuilder.swift
[81/126] Compiling clutchLib ClutchDriver.swift
[82/126] Compiling clutchLib ClutchDriverErrors.swift
[84/127] Emitting module clatch
[85/127] Compiling clatch clatch.swift
[85/127] Wrapping AST for clutchLib for debugging
[87/130] Wrapping AST for clatch for debugging
[88/130] Write Objects.LinkFileList
[106/130] Emitting module clutch
[107/130] Compiling clutch clutch.swift
[109/131] Compiling ArgumentParser CollectionExtensions.swift
[110/131] Compiling ArgumentParser Platform.swift
[111/131] Compiling ArgumentParser SequenceExtensions.swift
[112/131] Compiling ArgumentParser StringExtensions.swift
[113/131] Compiling ArgumentParser Tree.swift
[113/131] Wrapping AST for clutch for debugging
[114/131] Write Objects.LinkFileList
[115/131] Linking clatch
[117/131] Compiling ArgumentParser ArgumentDefinition.swift
[118/131] Compiling ArgumentParser ArgumentSet.swift
[119/131] Compiling ArgumentParser CommandParser.swift
[120/131] Compiling ArgumentParser InputKey.swift
[121/131] Compiling ArgumentParser InputOrigin.swift
[121/131] Linking clutch
[123/131] Compiling ArgumentParser DumpHelpGenerator.swift
[124/131] Compiling ArgumentParser HelpCommand.swift
[125/131] Compiling ArgumentParser HelpGenerator.swift
[126/131] Compiling ArgumentParser MessageInfo.swift
[127/131] Compiling ArgumentParser UsageGenerator.swift
[128/132] Wrapping AST for ArgumentParser for debugging
[130/134] Emitting module ClutchAP
/host/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 |
/host/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 |   ///
[131/134] Compiling ClutchAP ClutchMain.swift
/host/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 |
/host/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 |   ///
[132/135] Wrapping AST for ClutchAP for debugging
[133/135] Write Objects.LinkFileList
[134/135] Linking ClutchAP
Build complete! (24.56s)
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" : "/host/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"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.