Build Information
Successful build of KipplePlugins, reference main (aed2ea
), with Swift 6.1 for Linux on 28 Apr 2025 10:17:00 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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: 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/bdrelling/KipplePlugins
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at aed2eac Added .devcontainer.json for Linux development
Cloned https://github.com/bdrelling/KipplePlugins.git
Revision (git rev-parse @):
aed2eace190cdd6c719c7af9174356881c880593
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/bdrelling/KipplePlugins.git at main
========================================
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" : "kippletools",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.0",
"upper_bound" : "0.6.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/bdrelling/KippleTools"
}
],
"manifest_display_name" : "KipplePlugins",
"name" : "KipplePlugins",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"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.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/bdrelling/KippleTools
[1/720] Fetching kippletools
Fetched https://github.com/bdrelling/KippleTools from cache (0.40s)
Computing version for https://github.com/bdrelling/KippleTools
Computed https://github.com/bdrelling/KippleTools at 0.5.4 (1.47s)
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/nicklockwood/SwiftFormat
[1/14950] Fetching swift-argument-parser
[8074/61680] Fetching swift-argument-parser, swiftformat
Fetched https://github.com/apple/swift-argument-parser from cache (33.25s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (34.22s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (38.62s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.55.5 (0.71s)
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/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.55.5
Creating working copy for https://github.com/bdrelling/KippleTools
Working copy of https://github.com/bdrelling/KippleTools resolved at 0.5.4
[1/1] Compiling plugin Format
[2/2] Compiling plugin SwiftFormatPlugin
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/42] Write sources
[10/42] Copying default.swiftlint.yml
[10/42] Copying pre-commit
[10/42] Copying default.swiftformat
[10/42] Copying default.gitignore
[10/42] Copying app.gitignore
[10/42] Copying pre-commit
[10/42] Copying default.swiftlint.yml
[10/42] Copying default.swiftformat
[10/42] Copying default.gitignore
[10/42] Copying app.gitignore
[10/42] Write sources
[25/42] Write swift-version-24593BA9C3E375BF.txt
[27/278] Emitting module ArgumentParserToolInfo
[28/278] Compiling ArgumentParserToolInfo ToolInfo.swift
[30/279] Emitting module ArgumentParserToolInfo
[32/280] Wrapping AST for ArgumentParserToolInfo for debugging
[35/356] Emitting module ArgumentParser
[36/361] Compiling ArgumentParser ArgumentVisibility.swift
[37/361] Compiling ArgumentParser CompletionKind.swift
[38/361] Compiling ArgumentParser Errors.swift
[39/361] Compiling ArgumentParser Flag.swift
[40/361] Compiling ArgumentParser NameSpecification.swift
[41/361] Compiling ArgumentParser Option.swift
[42/361] Emitting module ArgumentParser
[43/366] Compiling ArgumentParser CollectionExtensions.swift
[44/366] Compiling ArgumentParser Platform.swift
[45/366] Compiling ArgumentParser SequenceExtensions.swift
[46/366] Compiling ArgumentParser StringExtensions.swift
[47/366] Compiling ArgumentParser Tree.swift
[48/366] Compiling ArgumentParser OptionGroup.swift
[49/366] Compiling ArgumentParser AsyncParsableCommand.swift
[50/366] Compiling ArgumentParser CommandConfiguration.swift
[51/366] Compiling ArgumentParser CommandGroup.swift
[52/366] Compiling ArgumentParser EnumerableFlag.swift
[59/366] Compiling SwiftFormat RedundantExtensionACL.swift
[60/366] Compiling SwiftFormat RedundantFileprivate.swift
[61/366] Compiling SwiftFormat RedundantGet.swift
[62/366] Compiling SwiftFormat RedundantInit.swift
[63/366] Compiling SwiftFormat RedundantInternal.swift
[64/366] Compiling SwiftFormat RedundantLet.swift
[65/366] Compiling SwiftFormat RedundantLetError.swift
[66/366] Compiling SwiftFormat RedundantNilInit.swift
[67/366] Compiling SwiftFormat RedundantObjc.swift
[68/366] Compiling SwiftFormat RedundantOptionalBinding.swift
[69/366] Compiling SwiftFormat RedundantParens.swift
[70/366] Compiling SwiftFormat RedundantPattern.swift
[71/366] Compiling SwiftFormat RedundantProperty.swift
[72/366] Compiling SwiftFormat RedundantRawValues.swift
[73/366] Compiling SwiftFormat RedundantReturn.swift
[74/366] Compiling SwiftFormat RedundantSelf.swift
[80/382] Compiling ArgumentParser ExpressibleByArgument.swift
[81/382] Compiling ArgumentParser ParsableArguments.swift
[82/382] Compiling ArgumentParser ParsableArgumentsValidation.swift
[83/382] Compiling ArgumentParser ParsableCommand.swift
[84/382] Compiling ArgumentParser ArgumentDecoder.swift
[85/382] Compiling ArgumentParser BashCompletionsGenerator.swift
[86/382] Compiling ArgumentParser CompletionsGenerator.swift
[87/382] Compiling ArgumentParser FishCompletionsGenerator.swift
[88/382] Compiling ArgumentParser ZshCompletionsGenerator.swift
[89/382] Compiling ArgumentParser Argument.swift
[90/382] Compiling ArgumentParser ArgumentHelp.swift
[91/382] Compiling SwiftFormat SpaceAroundParens.swift
[92/382] Compiling SwiftFormat SpaceInsideBraces.swift
[93/382] Compiling SwiftFormat SpaceInsideBrackets.swift
[94/382] Compiling SwiftFormat SpaceInsideComments.swift
[95/382] Compiling SwiftFormat SpaceInsideGenerics.swift
[96/382] Compiling SwiftFormat SpaceInsideParens.swift
[97/382] Compiling SwiftFormat Specifiers.swift
[98/382] Compiling SwiftFormat StrongOutlets.swift
[99/382] Compiling SwiftFormat StrongifiedSelf.swift
[100/382] Compiling SwiftFormat Todos.swift
[101/382] Compiling SwiftFormat TrailingClosures.swift
[102/382] Compiling SwiftFormat TrailingCommas.swift
[103/382] Compiling SwiftFormat TrailingSpace.swift
[104/382] Compiling SwiftFormat TypeSugar.swift
[105/382] Compiling SwiftFormat UnusedArguments.swift
[106/382] Compiling SwiftFormat UnusedPrivateDeclarations.swift
[107/382] Compiling ArgumentParser ArgumentDefinition.swift
[108/382] Compiling ArgumentParser ArgumentSet.swift
[109/382] Compiling ArgumentParser CommandParser.swift
[110/382] Compiling ArgumentParser InputKey.swift
[111/382] Compiling ArgumentParser InputOrigin.swift
[112/382] Compiling ArgumentParser DumpHelpGenerator.swift
[113/382] Compiling ArgumentParser HelpCommand.swift
[114/382] Compiling ArgumentParser HelpGenerator.swift
[115/382] Compiling ArgumentParser MessageInfo.swift
[116/382] Compiling ArgumentParser UsageGenerator.swift
[117/382] Compiling ArgumentParser Name.swift
[118/382] Compiling ArgumentParser Parsed.swift
[119/382] Compiling ArgumentParser ParsedValues.swift
[120/382] Compiling ArgumentParser ParserError.swift
[121/382] Compiling ArgumentParser SplitArguments.swift
[171/399] Compiling SwiftFormat RedundantStaticSelf.swift
[172/399] Compiling SwiftFormat RedundantType.swift
[173/399] Compiling SwiftFormat RedundantTypedThrows.swift
[174/399] Compiling SwiftFormat RedundantVoidReturnType.swift
[175/399] Compiling SwiftFormat Semicolons.swift
[176/399] Compiling SwiftFormat SortDeclarations.swift
[177/399] Compiling SwiftFormat SortImports.swift
[178/399] Compiling SwiftFormat SortSwitchCases.swift
[179/399] Compiling SwiftFormat SortTypealiases.swift
[180/399] Compiling SwiftFormat SortedImports.swift
[181/399] Compiling SwiftFormat SortedSwitchCases.swift
[182/399] Compiling SwiftFormat SpaceAroundBraces.swift
[183/399] Compiling SwiftFormat SpaceAroundBrackets.swift
[184/399] Compiling SwiftFormat SpaceAroundComments.swift
[185/399] Compiling SwiftFormat SpaceAroundGenerics.swift
[186/399] Compiling SwiftFormat SpaceAroundOperators.swift
[213/399] Wrapping AST for ArgumentParser for debugging
[237/408] Compiling KippleToolsCore ShellError.swift
[238/408] Compiling KippleToolsCore Shell.swift
[239/410] Compiling KippleToolsCore ShellCommand+SwiftPackageManager.swift
[240/410] Compiling KippleToolsCore ShellCommand+Git.swift
[241/410] Compiling KippleToolsCore ShellCommand+FileSystem.swift
[242/410] Compiling KippleToolsCore ShellCommand.swift
[243/410] Emitting module KippleToolsCore
[244/410] Compiling KippleToolsCore Data+ShellOutput.swift
[245/410] Compiling KippleToolsCore Process+Convenience.swift
[247/410] Compiling KippleToolsCore VerboseLogging.swift
[248/411] Wrapping AST for ArgumentParser for debugging
[249/411] Wrapping AST for KippleToolsCore for debugging
[251/420] Compiling KippleToolsCore ShellCommand+FileSystem.swift
[252/421] Compiling KippleToolsCore ShellCommand+SwiftPackageManager.swift
[253/421] Compiling KippleToolsCore ShellError.swift
[254/421] Compiling KippleToolsCore Shell.swift
[255/421] Compiling KippleToolsCore ShellCommand.swift
[256/421] Compiling KippleToolsCore ShellCommand+Git.swift
[257/421] Compiling KippleToolsCore VerboseLogging.swift
[258/421] Emitting module KippleToolsCore
[259/421] Compiling KippleToolsCore Data+ShellOutput.swift
[260/421] Compiling KippleToolsCore Process+Convenience.swift
[278/422] Compiling SwiftFormat ConsistentSwitchCaseSpacing.swift
[279/422] Compiling SwiftFormat DocComments.swift
[280/422] Compiling SwiftFormat DocCommentsBeforeModifiers.swift
[281/422] Compiling SwiftFormat DuplicateImports.swift
[282/422] Compiling SwiftFormat ElseOnSameLine.swift
[283/422] Compiling SwiftFormat EmptyBraces.swift
[284/422] Compiling SwiftFormat EnumNamespaces.swift
[285/422] Compiling SwiftFormat ExtensionAccessControl.swift
[286/422] Compiling SwiftFormat FileHeader.swift
[287/422] Compiling SwiftFormat GenericExtensions.swift
[288/422] Compiling SwiftFormat HeaderFileName.swift
[289/422] Compiling SwiftFormat HoistAwait.swift
[290/422] Compiling SwiftFormat HoistPatternLet.swift
[291/422] Compiling SwiftFormat HoistTry.swift
[292/422] Compiling SwiftFormat Indent.swift
[293/422] Compiling SwiftFormat InitCoderUnavailable.swift
[302/422] Compiling SwiftFormat OpaqueGenericParameters.swift
[303/422] Compiling SwiftFormat OrganizeDeclarations.swift
[304/422] Compiling SwiftFormat PreferForLoop.swift
[305/422] Compiling SwiftFormat PreferKeyPath.swift
[306/422] Compiling SwiftFormat PropertyTypes.swift
[307/422] Compiling SwiftFormat RedundantBackticks.swift
[308/422] Compiling SwiftFormat RedundantBreak.swift
[309/422] Compiling SwiftFormat RedundantClosure.swift
[310/422] Compiling SwiftFormat ConsecutiveSpaces.swift
[310/422] Wrapping AST for KippleToolsCore for debugging
[345/422] Emitting module SwiftFormat
[346/422] Compiling SwiftFormat Void.swift
[347/422] Compiling SwiftFormat Wrap.swift
[348/422] Compiling SwiftFormat WrapArguments.swift
[349/422] Compiling SwiftFormat WrapAttributes.swift
[350/422] Compiling SwiftFormat WrapConditionalBodies.swift
[351/422] Compiling SwiftFormat WrapEnumCases.swift
[352/422] Compiling SwiftFormat WrapLoopBodies.swift
[353/422] Compiling SwiftFormat WrapMultilineConditionalAssignment.swift
[354/422] Compiling SwiftFormat WrapMultilineStatementBraces.swift
[355/422] Compiling SwiftFormat WrapSingleLineComments.swift
[356/422] Compiling SwiftFormat WrapSwitchCases.swift
[357/422] Compiling SwiftFormat YodaConditions.swift
[358/422] Compiling SwiftFormat Singularize.swift
[359/422] Compiling SwiftFormat SwiftFormat.swift
[360/422] Compiling SwiftFormat Tokenizer.swift
[361/422] Compiling SwiftFormat XMLReporter.swift
[412/423] Emitting module SwiftFormat
[414/424] Wrapping AST for SwiftFormat for debugging
[417/452] Compiling KippleFramework SwiftBuilder.swift
[418/452] Compiling KippleFramework SwiftFormat.swift
[419/452] Compiling KippleFramework SwiftVersion.swift
[420/452] Compiling KippleFramework BuildCommand.swift
[421/452] Compiling KippleFramework BuildEnvironment.swift
[422/452] Compiling KippleFramework FileFormatter.swift
[423/453] Emitting module KippleFramework
[424/453] Compiling KippleFramework MainCommand.swift
[425/453] Compiling KippleFramework Platform.swift
[426/453] Compiling KippleFramework UninstallCommand.swift
[427/453] Compiling KippleFramework FormatCommand.swift
[428/453] Compiling KippleFramework InstallCommand.swift
[429/453] Compiling KippleFramework UninstallCommand.swift
[430/454] Compiling KippleFramework resource_bundle_accessor.swift
[431/454] Emitting module KippleFramework
[432/454] Compiling KippleFramework SetupCommand.swift
[433/454] Compiling KippleFramework TestCommand.swift
[434/455] Compiling KippleFramework resource_bundle_accessor.swift
[447/456] Wrapping AST for KippleFramework for debugging
[451/458] Emitting module kipple
[452/458] Compiling kipple main.swift
[454/461] Emitting module kipple
[455/461] Compiling kipple main.swift
[456/462] Wrapping AST for kipple for debugging
[457/462] Write Objects.LinkFileList
[458/462] Wrapping AST for kipple for debugging
[459/462] Write Objects.LinkFileList
[460/462] Linking kipple
[461/462] Linking kipple-tool
Build complete! (102.96s)
Build complete.
{
"dependencies" : [
{
"identity" : "kippletools",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.0",
"upper_bound" : "0.6.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/bdrelling/KippleTools"
}
],
"manifest_display_name" : "KipplePlugins",
"name" : "KipplePlugins",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"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.7"
}
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.