Build Information
Successful build of clutch, reference main (8a2991), with Swift 6.1 for Linux on 29 Jan 2026 12:41:13 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-nest/clutch.git
Reference: main
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
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 8a29918 README: remove unneeded remote link; status formatting/wording
Cloned https://github.com/swift-nest/clutch.git
Revision (git rev-parse @):
8a29918a3bef89f014df5e4190b8bcdbf3c2dd2c
SUCCESS checkout https://github.com/swift-nest/clutch.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/swift-nest/clutch.git
https://github.com/swift-nest/clutch.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"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" : "13.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" : [
"6"
],
"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",
"FoundationScriptTests.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_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"
],
"target_dependencies" : [
"MinSys"
],
"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_memberships" : [
"clatch"
],
"sources" : [
"clatch.swift"
],
"target_dependencies" : [
"MinSys"
],
"type" : "executable"
},
{
"c99name" : "MinSys",
"module_type" : "SwiftTarget",
"name" : "MinSys",
"path" : "Sources/MinSys",
"product_dependencies" : [
"SystemPackage",
"SystemPackage"
],
"product_memberships" : [
"clutch",
"clatch",
"ClutchAP"
],
"sources" : [
"MinSys.swift"
],
"type" : "library"
},
{
"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.1"
}
warning: 'spi-builder-workspace': ignoring duplicate product 'SystemPackage' from package 'swift-system'
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-atomics
Fetching https://github.com/apple/swift-system
Fetching https://github.com/apple/swift-argument-parser
[1/17132] Fetching swift-argument-parser
[2/18952] Fetching swift-argument-parser, swift-atomics
[5248/24494] Fetching swift-argument-parser, swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics from cache (0.57s)
Fetched https://github.com/apple/swift-system from cache (0.85s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.86s)
Computing version for https://github.com/apple/swift-atomics
Computed https://github.com/apple/swift-atomics at 1.3.0 (1.45s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (0.58s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.4 (0.67s)
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.0
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-atomics
Working copy of https://github.com/apple/swift-atomics resolved at 1.3.0
warning: 'spi-builder-workspace': ignoring duplicate product 'SystemPackage' from package 'swift-system'
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/26] Write sources
[10/26] Write swift-version-24593BA9C3E375BF.txt
[11/26] Compiling CSystem shims.c
[13/59] Emitting module SystemPackage
[14/63] Emitting module ArgumentParserToolInfo
[15/63] Compiling ArgumentParserToolInfo ToolInfo.swift
[16/63] Compiling SystemPackage SystemString.swift
[17/63] Compiling SystemPackage Util+StringArray.swift
[18/63] Compiling SystemPackage Util.swift
[19/63] Compiling SystemPackage UtilConsumers.swift
[21/64] Compiling SystemPackage FilePath.swift
[22/64] Compiling SystemPackage FilePathComponentView.swift
[23/64] Compiling SystemPackage FilePathComponents.swift
[24/64] Compiling SystemPackage FilePathParsing.swift
[25/64] Compiling SystemPackage FilePathString.swift
[25/64] Wrapping AST for ArgumentParserToolInfo for debugging
[27/110] Compiling ArgumentParser ParsedValues.swift
[28/110] Compiling ArgumentParser ParserError.swift
[29/110] Compiling ArgumentParser SplitArguments.swift
[30/110] Compiling ArgumentParser ArgumentVisibility.swift
[31/110] Compiling ArgumentParser ParsableArguments.swift
[32/110] Compiling ArgumentParser InputOrigin.swift
[33/110] Compiling ArgumentParser Name.swift
[34/110] Compiling ArgumentParser Parsed.swift
[35/110] Compiling ArgumentParser CommandConfiguration.swift
[36/110] Compiling ArgumentParser CommandGroup.swift
[37/110] Compiling ArgumentParser EnumerableFlag.swift
[38/110] Compiling ArgumentParser ExpressibleByArgument.swift
[39/110] Compiling ArgumentParser OptionGroup.swift
[40/110] Compiling ArgumentParser ParsableCommand.swift
[41/110] Compiling ArgumentParser ArgumentDecoder.swift
[42/110] Compiling ArgumentParser ArgumentDefinition.swift
[43/110] Compiling ArgumentParser Argument.swift
[44/110] Compiling ArgumentParser ArgumentDiscussion.swift
[45/110] Compiling ArgumentParser ArgumentHelp.swift
[46/110] Compiling ArgumentParser ParentCommand.swift
[47/110] Compiling ArgumentParser AsyncParsableCommand.swift
[48/110] Compiling ArgumentParser BashCompletionsGenerator.swift
[49/110] Compiling ArgumentParser CompletionsGenerator.swift
[50/110] Compiling ArgumentParser FishCompletionsGenerator.swift
[51/110] Compiling ArgumentParser ZshCompletionsGenerator.swift
[52/111] Wrapping AST for SystemPackage for debugging
[67/119] Compiling ArgumentParser Foundation.swift
[68/119] Compiling ArgumentParser Mutex.swift
[69/119] Compiling ArgumentParser Platform.swift
[70/119] Compiling ArgumentParser SequenceExtensions.swift
[71/119] Compiling ArgumentParser StringExtensions.swift
[72/119] Compiling ArgumentParser SwiftExtensions.swift
[73/119] Compiling ArgumentParser DumpHelpGenerator.swift
[74/119] Compiling ArgumentParser HelpCommand.swift
[75/119] Compiling ArgumentParser HelpGenerator.swift
[76/119] Compiling ArgumentParser MessageInfo.swift
[77/119] Compiling ArgumentParser UsageGenerator.swift
[78/119] Compiling ArgumentParser CollectionExtensions.swift
[79/119] Compiling ArgumentParser Tree.swift
[80/119] Compiling ArgumentParser CodingKeyValidator.swift
[81/119] Compiling ArgumentParser NonsenseFlagsValidator.swift
[82/119] Compiling ArgumentParser ParsableArgumentsValidation.swift
[83/119] Compiling ArgumentParser PositionalArgumentsValidator.swift
[84/119] Compiling ArgumentParser UniqueNamesValidator.swift
[92/119] Emitting module ArgumentParser
[93/119] Emitting module MinSys
[94/119] Compiling MinSys MinSys.swift
[97/120] Compiling ArgumentParser CompletionKind.swift
[98/120] Compiling ArgumentParser Errors.swift
[99/120] Compiling ArgumentParser Flag.swift
[100/120] Compiling ArgumentParser NameSpecification.swift
[101/120] Compiling ArgumentParser Option.swift
[106/120] Compiling ArgumentParser ArgumentSet.swift
[107/120] Compiling ArgumentParser CommandParser.swift
[108/120] Compiling ArgumentParser InputKey.swift
[109/121] Wrapping AST for MinSys for debugging
[110/144] Wrapping AST for ArgumentParser for debugging
[112/144] Emitting module clutchLib
[113/146] Compiling clutchLib Err.swift
[114/146] Compiling clutchLib StdlibHelp.swift
[115/146] Compiling clutchLib ModuleName.swift
[116/146] Compiling clutchLib ModuleNameHelp.swift
[117/146] Compiling clutchLib NestPaths.swift
[118/146] Compiling clutchLib NestPathsStatus.swift
[119/146] Compiling clutchLib UserAskKind.swift
[120/146] Compiling clutchLib FileItem.swift
[121/146] Compiling clutchLib PeerNest.swift
[122/146] Compiling clutchLib FoundationScript.swift
[123/146] Compiling clutchLib FoundationScriptSystemCalls.swift
[124/146] Emitting module clatch
[125/146] Compiling clatch clatch.swift
[126/147] Compiling clutchLib SystemCalls.swift
[127/147] Compiling clutchLib SystemCallsHelp.swift
[128/147] Compiling clutchLib AskMode.swift
[129/147] Compiling clutchLib DriverConfig.swift
[130/147] Compiling clutchLib Identifier.swift
[131/147] Compiling clutchLib FileItemHelp.swift
[132/147] Compiling clutchLib PeerOp.swift
[133/147] Compiling clutchLib Help.swift
[134/147] Wrapping AST for clatch for debugging
[135/147] Write Objects.LinkFileList
[136/147] Linking clatch
[138/147] Compiling clutchLib AskDataBuilder.swift
[139/147] Compiling clutchLib ClutchDriver.swift
[140/147] Compiling clutchLib ClutchDriverErrors.swift
[141/148] Wrapping AST for clutchLib for debugging
[143/152] Compiling clutch clutch.swift
[144/152] Emitting module clutch
[145/153] Wrapping AST for clutch for debugging
[146/153] Write Objects.LinkFileList
[147/153] Linking clutch
[149/153] Emitting module ClutchAP
[150/153] Compiling ClutchAP ClutchMain.swift
[151/154] Wrapping AST for ClutchAP for debugging
[152/154] Write Objects.LinkFileList
[153/154] Linking ClutchAP
Build complete! (25.60s)
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" : "13.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" : [
"6"
],
"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",
"FoundationScriptTests.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_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"
],
"target_dependencies" : [
"MinSys"
],
"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_memberships" : [
"clatch"
],
"sources" : [
"clatch.swift"
],
"target_dependencies" : [
"MinSys"
],
"type" : "executable"
},
{
"c99name" : "MinSys",
"module_type" : "SwiftTarget",
"name" : "MinSys",
"path" : "Sources/MinSys",
"product_dependencies" : [
"SystemPackage",
"SystemPackage"
],
"product_memberships" : [
"clutch",
"clatch",
"ClutchAP"
],
"sources" : [
"MinSys.swift"
],
"type" : "library"
},
{
"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.1"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'spi-builder-workspace': ignoring duplicate product 'SystemPackage' from package 'swift-system'
Done.