Build Information
Successful build of KipplePlugins, reference 0.5.1 (34b63a
), with Swift 6.1 for Linux on 28 Apr 2025 10:16:41 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bdrelling/KipplePlugins.git
Reference: 0.5.1
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/bdrelling/KipplePlugins
* tag 0.5.1 -> FETCH_HEAD
HEAD is now at 34b63a0 Removed install_git_hooks.sh
Cloned https://github.com/bdrelling/KipplePlugins.git
Revision (git rev-parse @):
34b63a0b652f40bdbb55a5789ddf6e4663270c12
SUCCESS checkout https://github.com/bdrelling/KipplePlugins.git at 0.5.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/bdrelling/KipplePlugins.git
https://github.com/bdrelling/KipplePlugins.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "tools",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-kipple/Tools"
}
],
"manifest_display_name" : "KipplePlugins",
"name" : "KipplePlugins",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "KipplePlugins",
"targets" : [
"Format"
],
"type" : {
"plugin" : null
}
}
],
"targets" : [
{
"c99name" : "Format",
"module_type" : "PluginTarget",
"name" : "Format",
"path" : "Plugins/Format",
"plugin_capability" : {
"intent" : {
"description" : "Format swift files.",
"type" : "custom",
"verb" : "format"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "Format Swift files.",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"product_dependencies" : [
"kipple"
],
"product_memberships" : [
"KipplePlugins"
],
"sources" : [
"Core/FormatPlugin.swift",
"Shared/ArgumentExtractor+Convenience.swift",
"Shared/ConfiguredProcess.swift"
],
"type" : "plugin"
}
],
"tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swift-kipple/Tools
[1/720] Fetching tools
Fetched https://github.com/swift-kipple/Tools from cache (0.94s)
Computing version for https://github.com/swift-kipple/Tools
Computed https://github.com/swift-kipple/Tools at 0.5.4 (1.84s)
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/nicklockwood/SwiftFormat
[1/14950] Fetching swift-argument-parser
[7327/61680] Fetching swift-argument-parser, swiftformat
Fetched https://github.com/apple/swift-argument-parser from cache (33.67s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (34.49s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (34.97s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.55.5 (0.48s)
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.0
Creating working copy for https://github.com/swift-kipple/Tools
Working copy of https://github.com/swift-kipple/Tools resolved at 0.5.4
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.55.5
[1/1] Compiling plugin Format
[2/2] Compiling plugin SwiftFormatPlugin
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/42] Write sources
[6/42] Copying pre-commit
[7/42] Copying default.swiftlint.yml
[8/42] Copying default.swiftformat
[9/42] Copying default.gitignore
[10/42] Copying app.gitignore
[11/42] Copying pre-commit
[12/42] Copying default.swiftlint.yml
[13/42] Write sources
[13/42] Copying default.swiftformat
[14/42] Copying default.gitignore
[16/42] Copying app.gitignore
[17/42] Write sources
[25/42] Write swift-version-24593BA9C3E375BF.txt
[27/278] Emitting module ArgumentParserToolInfo
[29/278] Compiling ArgumentParserToolInfo ToolInfo.swift
[32/280] Wrapping AST for ArgumentParserToolInfo for debugging
[35/356] Compiling ArgumentParser ArgumentVisibility.swift
[36/356] Compiling ArgumentParser CompletionKind.swift
[37/356] Compiling ArgumentParser Errors.swift
[38/356] Compiling ArgumentParser Flag.swift
[39/356] Compiling ArgumentParser NameSpecification.swift
[40/356] Compiling ArgumentParser Option.swift
[41/361] Compiling ArgumentParser BashCompletionsGenerator.swift
[42/361] Compiling ArgumentParser CompletionsGenerator.swift
[43/361] Compiling ArgumentParser FishCompletionsGenerator.swift
[44/361] Compiling ArgumentParser ZshCompletionsGenerator.swift
[45/361] Compiling ArgumentParser Argument.swift
[46/361] Compiling ArgumentParser ArgumentHelp.swift
[47/366] Compiling ArgumentParser Name.swift
[48/366] Compiling ArgumentParser Parsed.swift
[49/366] Compiling ArgumentParser ParsedValues.swift
[50/366] Compiling ArgumentParser ParserError.swift
[51/366] Compiling ArgumentParser SplitArguments.swift
[52/366] Emitting module ArgumentParser
[66/366] Compiling ArgumentParser OptionGroup.swift
[67/366] Compiling ArgumentParser AsyncParsableCommand.swift
[68/366] Compiling ArgumentParser CommandConfiguration.swift
[69/366] Compiling ArgumentParser CommandGroup.swift
[70/366] Compiling ArgumentParser EnumerableFlag.swift
[71/366] Compiling ArgumentParser ExpressibleByArgument.swift
[72/366] Compiling ArgumentParser ParsableArguments.swift
[73/366] Compiling ArgumentParser ParsableArgumentsValidation.swift
[74/366] Compiling ArgumentParser ParsableCommand.swift
[75/366] Compiling ArgumentParser ArgumentDecoder.swift
[81/366] Compiling ArgumentParser ArgumentDefinition.swift
[82/366] Compiling ArgumentParser ArgumentSet.swift
[83/366] Compiling ArgumentParser CommandParser.swift
[84/366] Compiling ArgumentParser InputKey.swift
[85/366] Compiling ArgumentParser InputOrigin.swift
[86/366] Compiling ArgumentParser CollectionExtensions.swift
[87/366] Compiling ArgumentParser Platform.swift
[88/366] Compiling ArgumentParser SequenceExtensions.swift
[89/366] Compiling ArgumentParser StringExtensions.swift
[90/366] Compiling ArgumentParser Tree.swift
[101/366] Compiling SwiftFormat RedundantStaticSelf.swift
[102/366] Compiling SwiftFormat RedundantType.swift
[103/366] Compiling SwiftFormat RedundantTypedThrows.swift
[104/366] Compiling SwiftFormat RedundantVoidReturnType.swift
[105/366] Compiling SwiftFormat Semicolons.swift
[106/366] Compiling SwiftFormat SortDeclarations.swift
[107/366] Compiling SwiftFormat SortImports.swift
[108/366] Compiling SwiftFormat SortSwitchCases.swift
[109/366] Compiling SwiftFormat SortTypealiases.swift
[110/366] Compiling SwiftFormat SortedImports.swift
[111/366] Compiling SwiftFormat SortedSwitchCases.swift
[112/366] Compiling SwiftFormat SpaceAroundBraces.swift
[113/366] Compiling SwiftFormat SpaceAroundBrackets.swift
[114/366] Compiling SwiftFormat SpaceAroundComments.swift
[115/366] Compiling SwiftFormat SpaceAroundGenerics.swift
[116/366] Compiling SwiftFormat SpaceAroundOperators.swift
[117/366] Compiling SwiftFormat SpaceAroundParens.swift
[118/366] Compiling SwiftFormat SpaceInsideBraces.swift
[119/366] Compiling SwiftFormat SpaceInsideBrackets.swift
[120/366] Compiling SwiftFormat SpaceInsideComments.swift
[121/366] Compiling SwiftFormat SpaceInsideGenerics.swift
[122/366] Compiling SwiftFormat SpaceInsideParens.swift
[123/366] Compiling SwiftFormat Specifiers.swift
[124/366] Compiling SwiftFormat StrongOutlets.swift
[125/366] Compiling SwiftFormat StrongifiedSelf.swift
[126/366] Compiling SwiftFormat Todos.swift
[127/366] Compiling SwiftFormat TrailingClosures.swift
[128/366] Compiling SwiftFormat TrailingCommas.swift
[129/366] Compiling SwiftFormat TrailingSpace.swift
[130/366] Compiling SwiftFormat TypeSugar.swift
[131/366] Compiling SwiftFormat UnusedArguments.swift
[132/366] Compiling SwiftFormat UnusedPrivateDeclarations.swift
[175/398] Compiling ArgumentParser DumpHelpGenerator.swift
[176/398] Compiling ArgumentParser HelpCommand.swift
[177/398] Compiling ArgumentParser HelpGenerator.swift
[178/398] Compiling ArgumentParser MessageInfo.swift
[179/398] Compiling ArgumentParser UsageGenerator.swift
[180/398] Compiling SwiftFormat RedundantExtensionACL.swift
[181/398] Compiling SwiftFormat RedundantFileprivate.swift
[182/398] Compiling SwiftFormat RedundantGet.swift
[183/398] Compiling SwiftFormat RedundantInit.swift
[184/398] Compiling SwiftFormat RedundantInternal.swift
[185/398] Compiling SwiftFormat RedundantLet.swift
[186/398] Compiling SwiftFormat RedundantLetError.swift
[187/398] Compiling SwiftFormat RedundantNilInit.swift
[188/398] Compiling SwiftFormat RedundantObjc.swift
[189/398] Compiling SwiftFormat RedundantOptionalBinding.swift
[190/398] Compiling SwiftFormat RedundantParens.swift
[191/398] Compiling SwiftFormat RedundantPattern.swift
[192/398] Compiling SwiftFormat RedundantProperty.swift
[193/398] Compiling SwiftFormat RedundantRawValues.swift
[194/398] Compiling SwiftFormat RedundantReturn.swift
[195/398] Compiling SwiftFormat RedundantSelf.swift
[196/398] Compiling SwiftFormat ConsistentSwitchCaseSpacing.swift
[197/398] Compiling SwiftFormat DocComments.swift
[198/398] Compiling SwiftFormat DocCommentsBeforeModifiers.swift
[199/398] Compiling SwiftFormat DuplicateImports.swift
[200/398] Compiling SwiftFormat ElseOnSameLine.swift
[201/398] Compiling SwiftFormat EmptyBraces.swift
[202/398] Compiling SwiftFormat EnumNamespaces.swift
[203/398] Compiling SwiftFormat ExtensionAccessControl.swift
[204/398] Compiling SwiftFormat FileHeader.swift
[205/398] Compiling SwiftFormat GenericExtensions.swift
[206/398] Compiling SwiftFormat HeaderFileName.swift
[207/398] Compiling SwiftFormat HoistAwait.swift
[208/398] Compiling SwiftFormat HoistPatternLet.swift
[209/398] Compiling SwiftFormat HoistTry.swift
[210/398] Compiling SwiftFormat Indent.swift
[211/398] Compiling SwiftFormat InitCoderUnavailable.swift
[218/401] Wrapping AST for ArgumentParser for debugging
[237/409] Compiling KippleToolsCore ShellCommand+FileSystem.swift
[246/410] Compiling SwiftFormat OpaqueGenericParameters.swift
[247/410] Compiling SwiftFormat OrganizeDeclarations.swift
[248/410] Compiling SwiftFormat PreferForLoop.swift
[249/410] Compiling SwiftFormat PreferKeyPath.swift
[250/410] Compiling SwiftFormat PropertyTypes.swift
[251/410] Compiling SwiftFormat RedundantBackticks.swift
[252/410] Compiling SwiftFormat RedundantBreak.swift
[253/410] Compiling SwiftFormat RedundantClosure.swift
[254/410] Compiling KippleToolsCore ShellError.swift
[255/410] Compiling KippleToolsCore Shell.swift
[256/410] Compiling KippleToolsCore ShellCommand.swift
[257/411] Compiling KippleToolsCore ShellCommand+SwiftPackageManager.swift
[258/419] Compiling KippleToolsCore ShellCommand+Git.swift
[259/419] Compiling KippleToolsCore VerboseLogging.swift
[260/419] Emitting module KippleToolsCore
[261/419] Compiling KippleToolsCore Data+ShellOutput.swift
[262/419] Compiling KippleToolsCore Process+Convenience.swift
[263/420] Compiling KippleToolsCore ShellError.swift
[264/421] Compiling KippleToolsCore ShellCommand.swift
[265/421] Compiling KippleToolsCore Shell.swift
[266/421] Compiling KippleToolsCore ShellCommand+Git.swift
[267/421] Compiling KippleToolsCore ShellCommand+SwiftPackageManager.swift
[268/421] Compiling KippleToolsCore ShellCommand+FileSystem.swift
[269/421] Emitting module KippleToolsCore
[273/421] Compiling KippleToolsCore VerboseLogging.swift
[273/422] Wrapping AST for KippleToolsCore for debugging
[276/422] Compiling SwiftFormat ConsecutiveSpaces.swift
[292/422] Wrapping AST for KippleToolsCore for debugging
[328/422] Emitting module SwiftFormat
[329/422] Compiling SwiftFormat Void.swift
[330/422] Compiling SwiftFormat Wrap.swift
[331/422] Compiling SwiftFormat WrapArguments.swift
[332/422] Compiling SwiftFormat WrapAttributes.swift
[333/422] Compiling SwiftFormat WrapConditionalBodies.swift
[334/422] Compiling SwiftFormat WrapEnumCases.swift
[335/422] Compiling SwiftFormat WrapLoopBodies.swift
[336/422] Compiling SwiftFormat WrapMultilineConditionalAssignment.swift
[337/422] Compiling SwiftFormat WrapMultilineStatementBraces.swift
[338/422] Compiling SwiftFormat WrapSingleLineComments.swift
[339/422] Compiling SwiftFormat WrapSwitchCases.swift
[340/422] Compiling SwiftFormat YodaConditions.swift
[341/422] Compiling SwiftFormat Singularize.swift
[342/422] Compiling SwiftFormat SwiftFormat.swift
[343/422] Compiling SwiftFormat Tokenizer.swift
[344/422] Compiling SwiftFormat XMLReporter.swift
[395/423] Wrapping AST for SwiftFormat for debugging
[397/437] Compiling KippleFramework UninstallCommand.swift
[398/438] Compiling KippleFramework SwiftVersion.swift
[399/438] Compiling KippleFramework BuildCommand.swift
[400/438] Compiling KippleFramework MainCommand.swift
[401/438] Compiling KippleFramework Platform.swift
[402/438] Emitting module KippleFramework
[403/438] Compiling KippleFramework BuildEnvironment.swift
[404/438] Compiling KippleFramework FileFormatter.swift
[405/438] Compiling KippleFramework SwiftBuilder.swift
[406/438] Compiling KippleFramework SwiftFormat.swift
[407/438] Compiling KippleFramework resource_bundle_accessor.swift
[408/438] Emitting module SwiftFormat
[426/438] Compiling KippleFramework SetupCommand.swift
[427/438] Compiling KippleFramework TestCommand.swift
[428/438] Compiling KippleFramework FormatCommand.swift
[429/438] Compiling KippleFramework InstallCommand.swift
[431/440] Wrapping AST for KippleFramework for debugging
[432/442] Wrapping AST for SwiftFormat for debugging
[434/456] Emitting module kipple
[435/456] Compiling kipple main.swift
[436/457] Wrapping AST for kipple for debugging
[437/457] Write Objects.LinkFileList
[439/457] Compiling KippleFramework UninstallCommand.swift
[440/458] Compiling KippleFramework MainCommand.swift
[441/458] Compiling KippleFramework Platform.swift
[442/458] Compiling KippleFramework SwiftBuilder.swift
[443/458] Compiling KippleFramework SwiftFormat.swift
[444/458] Compiling KippleFramework BuildEnvironment.swift
[445/458] Compiling KippleFramework FileFormatter.swift
[446/458] Emitting module KippleFramework
[447/458] Compiling KippleFramework SetupCommand.swift
[448/458] Compiling KippleFramework TestCommand.swift
[449/458] Compiling KippleFramework FormatCommand.swift
[450/458] Compiling KippleFramework InstallCommand.swift
[451/458] Compiling KippleFramework SwiftVersion.swift
[452/458] Compiling KippleFramework BuildCommand.swift
[453/458] Compiling KippleFramework resource_bundle_accessor.swift
[454/459] Wrapping AST for KippleFramework for debugging
[455/461] Linking kipple
[457/461] Emitting module kipple
[458/461] Compiling kipple main.swift
[459/462] Wrapping AST for kipple for debugging
[460/462] Write Objects.LinkFileList
[461/462] Linking kipple-tool
Build complete! (100.34s)
Build complete.
{
"dependencies" : [
{
"identity" : "tools",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-kipple/Tools"
}
],
"manifest_display_name" : "KipplePlugins",
"name" : "KipplePlugins",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "KipplePlugins",
"targets" : [
"Format"
],
"type" : {
"plugin" : null
}
}
],
"targets" : [
{
"c99name" : "Format",
"module_type" : "PluginTarget",
"name" : "Format",
"path" : "Plugins/Format",
"plugin_capability" : {
"intent" : {
"description" : "Format swift files.",
"type" : "custom",
"verb" : "format"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "Format Swift files.",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"product_dependencies" : [
"kipple"
],
"product_memberships" : [
"KipplePlugins"
],
"sources" : [
"Core/FormatPlugin.swift",
"Shared/ArgumentExtractor+Convenience.swift",
"Shared/ConfiguredProcess.swift"
],
"type" : "plugin"
}
],
"tools_version" : "5.6"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.