Build Information
Successful build of SwiftFormatterPlugin, reference v1.0.3 (53d24a
), with Swift 6.1 for Linux on 27 Apr 2025 01:58:56 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.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/elegantchaos/SwiftFormatterPlugin.git
Reference: v1.0.3
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/elegantchaos/SwiftFormatterPlugin
* tag v1.0.3 -> FETCH_HEAD
HEAD is now at 53d24a9 Added basic docs
Cloned https://github.com/elegantchaos/SwiftFormatterPlugin.git
Revision (git rev-parse @):
53d24a9c47d53f9c67c630e7e23fb50b8b442dd2
SUCCESS checkout https://github.com/elegantchaos/SwiftFormatterPlugin.git at v1.0.3
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/elegantchaos/SwiftFormatterPlugin.git
https://github.com/elegantchaos/SwiftFormatterPlugin.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swiftformat",
"requirement" : {
"range" : [
{
"lower_bound" : "0.49.11",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/SwiftFormat"
}
],
"manifest_display_name" : "SwiftFormatterPlugin",
"name" : "SwiftFormatterPlugin",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "SwiftFormatterPlugin",
"targets" : [
"SwiftFormatterPlugin"
],
"type" : {
"plugin" : null
}
}
],
"targets" : [
{
"c99name" : "SwiftFormatterPlugin",
"module_type" : "PluginTarget",
"name" : "SwiftFormatterPlugin",
"path" : "Plugins/SwiftFormatterPlugin",
"plugin_capability" : {
"intent" : {
"type" : "sourceCodeFormatting"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "This command reformats source files.",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"product_dependencies" : [
"swiftformat"
],
"product_memberships" : [
"SwiftFormatterPlugin"
],
"sources" : [
"SwiftFormatterPlugin.swift"
],
"type" : "plugin"
}
],
"tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/nicklockwood/SwiftFormat
[1/46730] Fetching swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat from cache (20.18s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.55.5 (20.64s)
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 SwiftFormatterPlugin
[2/2] Compiling plugin SwiftFormatPlugin
Building for debugging...
[2/15] Write sources
[6/15] Write swift-version-24593BA9C3E375BF.txt
[8/247] Compiling SwiftFormat RedundantStaticSelf.swift
[9/247] Compiling SwiftFormat RedundantType.swift
[10/247] Compiling SwiftFormat RedundantTypedThrows.swift
[11/247] Compiling SwiftFormat RedundantVoidReturnType.swift
[12/247] Compiling SwiftFormat Semicolons.swift
[13/247] Compiling SwiftFormat SortDeclarations.swift
[14/247] Compiling SwiftFormat SortImports.swift
[15/247] Compiling SwiftFormat BlankLinesAroundMark.swift
[16/247] Compiling SwiftFormat BlankLinesAtEndOfScope.swift
[17/247] Compiling SwiftFormat BlankLinesAtStartOfScope.swift
[18/247] Compiling SwiftFormat BlankLinesBetweenChainedFunctions.swift
[19/247] Compiling SwiftFormat BlankLinesBetweenImports.swift
[20/247] Compiling SwiftFormat BlankLinesBetweenScopes.swift
[21/247] Compiling SwiftFormat BlockComments.swift
[22/247] Compiling SwiftFormat Braces.swift
[23/247] Compiling SwiftFormat ConditionalAssignment.swift
[24/247] Compiling SwiftFormat ConsecutiveBlankLines.swift
[25/247] Compiling SwiftFormat RedundantExtensionACL.swift
[26/247] Compiling SwiftFormat RedundantFileprivate.swift
[27/247] Compiling SwiftFormat RedundantGet.swift
[28/247] Compiling SwiftFormat RedundantInit.swift
[29/247] Compiling SwiftFormat RedundantInternal.swift
[30/247] Compiling SwiftFormat RedundantLet.swift
[31/247] Compiling SwiftFormat RedundantLetError.swift
[32/248] Compiling SwiftFormat RedundantNilInit.swift
[33/248] Compiling SwiftFormat RedundantObjc.swift
[34/248] Compiling SwiftFormat RedundantOptionalBinding.swift
[35/248] Compiling SwiftFormat RedundantParens.swift
[36/248] Compiling SwiftFormat RedundantPattern.swift
[37/248] Compiling SwiftFormat RedundantProperty.swift
[38/248] Compiling SwiftFormat RedundantRawValues.swift
[39/248] Compiling SwiftFormat RedundantReturn.swift
[40/248] Compiling SwiftFormat RedundantSelf.swift
[42/263] Compiling SwiftFormat IsEmpty.swift
[43/263] Compiling SwiftFormat LeadingDelimiters.swift
[44/263] Compiling SwiftFormat LinebreakAtEndOfFile.swift
[45/263] Compiling SwiftFormat Linebreaks.swift
[46/263] Compiling SwiftFormat MarkTypes.swift
[47/263] Compiling SwiftFormat ModifierOrder.swift
[48/263] Compiling SwiftFormat NoExplicitOwnership.swift
[49/263] Compiling SwiftFormat NumberFormatting.swift
[50/263] Compiling SwiftFormat OpaqueGenericParameters.swift
[51/263] Compiling SwiftFormat OrganizeDeclarations.swift
[52/263] Compiling SwiftFormat PreferForLoop.swift
[53/263] Compiling SwiftFormat PreferKeyPath.swift
[54/263] Compiling SwiftFormat PropertyTypes.swift
[55/263] Compiling SwiftFormat RedundantBackticks.swift
[56/263] Compiling SwiftFormat RedundantBreak.swift
[57/263] Compiling SwiftFormat RedundantClosure.swift
[58/279] Compiling SwiftFormat SpaceAroundParens.swift
[59/279] Compiling SwiftFormat SpaceInsideBraces.swift
[60/279] Compiling SwiftFormat SpaceInsideBrackets.swift
[61/279] Compiling SwiftFormat SpaceInsideComments.swift
[62/279] Compiling SwiftFormat SpaceInsideGenerics.swift
[63/279] Compiling SwiftFormat SpaceInsideParens.swift
[64/279] Compiling SwiftFormat Specifiers.swift
[65/279] Compiling SwiftFormat StrongOutlets.swift
[66/279] Compiling SwiftFormat StrongifiedSelf.swift
[67/279] Compiling SwiftFormat Globs.swift
[68/279] Compiling SwiftFormat Inference.swift
[69/279] Compiling SwiftFormat JSONReporter.swift
[70/279] Compiling SwiftFormat OptionDescriptor.swift
[71/279] Compiling SwiftFormat Options.swift
[72/279] Compiling SwiftFormat ParsingHelpers.swift
[73/279] Compiling SwiftFormat Reporter.swift
[74/279] Compiling SwiftFormat IsEmpty.swift
[75/279] Compiling SwiftFormat RedundantType.swift
[76/279] Compiling SwiftFormat LinebreakAtEndOfFile.swift
[77/279] Compiling SwiftFormat Linebreaks.swift
[78/279] Compiling SwiftFormat MarkTypes.swift
[79/279] Compiling SwiftFormat ModifierOrder.swift
[80/279] Compiling SwiftFormat NoExplicitOwnership.swift
[81/279] Compiling SwiftFormat NumberFormatting.swift
[82/279] Compiling SwiftFormat SortTypealiases.swift
[83/279] Compiling SwiftFormat SortedImports.swift
[84/279] Compiling SwiftFormat SortedSwitchCases.swift
[85/279] Compiling SwiftFormat SpaceAroundBraces.swift
[86/279] Compiling SwiftFormat SpaceAroundBrackets.swift
[87/279] Compiling SwiftFormat SpaceAroundComments.swift
[88/279] Compiling SwiftFormat SpaceAroundGenerics.swift
[89/279] Compiling SwiftFormat SpaceAroundOperators.swift
[90/279] Compiling SwiftFormat RuleRegistry.generated.swift
[91/279] Compiling SwiftFormat Acronyms.swift
[92/279] Compiling SwiftFormat AndOperator.swift
[93/279] Compiling SwiftFormat AnyObjectProtocol.swift
[94/279] Compiling SwiftFormat ApplicationMain.swift
[95/279] Compiling SwiftFormat AssertionFailures.swift
[96/279] Compiling SwiftFormat BlankLineAfterImports.swift
[97/279] Compiling SwiftFormat BlankLineAfterSwitchCase.swift
[98/279] Compiling SwiftFormat BlankLinesAroundMark.swift
[99/279] Compiling SwiftFormat BlankLinesAtEndOfScope.swift
[100/279] Compiling SwiftFormat BlankLinesAtStartOfScope.swift
[101/279] Compiling SwiftFormat BlankLinesBetweenChainedFunctions.swift
[102/279] Compiling SwiftFormat BlankLinesBetweenImports.swift
[103/279] Compiling SwiftFormat BlankLinesBetweenScopes.swift
[104/279] Compiling SwiftFormat BlockComments.swift
[105/279] Compiling SwiftFormat Braces.swift
[106/279] Compiling SwiftFormat ConditionalAssignment.swift
[123/279] Compiling SwiftFormat ConsecutiveBlankLines.swift
[124/279] Compiling SwiftFormat RedundantExtensionACL.swift
[125/279] Compiling SwiftFormat RedundantFileprivate.swift
[126/279] Compiling SwiftFormat RedundantGet.swift
[127/279] Compiling SwiftFormat RedundantInit.swift
[128/279] Compiling SwiftFormat RedundantInternal.swift
[129/279] Compiling SwiftFormat RedundantLet.swift
[130/279] Compiling SwiftFormat RedundantLetError.swift
[131/279] Compiling SwiftFormat RedundantNilInit.swift
[132/279] Compiling SwiftFormat RedundantObjc.swift
[133/279] Compiling SwiftFormat RedundantOptionalBinding.swift
[134/279] Compiling SwiftFormat RedundantParens.swift
[135/279] Compiling SwiftFormat RedundantPattern.swift
[136/279] Compiling SwiftFormat RedundantProperty.swift
[137/279] Compiling SwiftFormat RedundantRawValues.swift
[138/279] Compiling SwiftFormat RedundantReturn.swift
[139/279] Compiling SwiftFormat RedundantSelf.swift
[156/279] Emitting module SwiftFormat
[190/279] Compiling SwiftFormat Void.swift
[191/279] Compiling SwiftFormat Wrap.swift
[192/279] Compiling SwiftFormat WrapArguments.swift
[193/279] Compiling SwiftFormat WrapAttributes.swift
[194/279] Compiling SwiftFormat WrapConditionalBodies.swift
[195/279] Compiling SwiftFormat WrapEnumCases.swift
[196/279] Compiling SwiftFormat WrapLoopBodies.swift
[197/279] Compiling SwiftFormat WrapMultilineConditionalAssignment.swift
[198/279] Compiling SwiftFormat WrapMultilineStatementBraces.swift
[199/279] Compiling SwiftFormat WrapSingleLineComments.swift
[200/279] Compiling SwiftFormat WrapSwitchCases.swift
[201/279] Compiling SwiftFormat YodaConditions.swift
[202/279] Compiling SwiftFormat Singularize.swift
[203/279] Compiling SwiftFormat SwiftFormat.swift
[204/279] Compiling SwiftFormat Tokenizer.swift
[205/279] Compiling SwiftFormat XMLReporter.swift
[255/280] Wrapping AST for SwiftFormat for debugging
[257/282] Compiling CommandLineTool main.swift
[258/282] Emitting module CommandLineTool
[259/283] Wrapping AST for CommandLineTool for debugging
[260/283] Write Objects.LinkFileList
[261/283] Linking swiftformat-tool
[280/284] Wrapping AST for SwiftFormat for debugging
[282/286] Emitting module CommandLineTool
[283/286] Compiling CommandLineTool main.swift
[284/287] Wrapping AST for CommandLineTool for debugging
[285/287] Write Objects.LinkFileList
[286/287] Linking swiftformat
Build complete! (65.96s)
Build complete.
{
"dependencies" : [
{
"identity" : "swiftformat",
"requirement" : {
"range" : [
{
"lower_bound" : "0.49.11",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/SwiftFormat"
}
],
"manifest_display_name" : "SwiftFormatterPlugin",
"name" : "SwiftFormatterPlugin",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "SwiftFormatterPlugin",
"targets" : [
"SwiftFormatterPlugin"
],
"type" : {
"plugin" : null
}
}
],
"targets" : [
{
"c99name" : "SwiftFormatterPlugin",
"module_type" : "PluginTarget",
"name" : "SwiftFormatterPlugin",
"path" : "Plugins/SwiftFormatterPlugin",
"plugin_capability" : {
"intent" : {
"type" : "sourceCodeFormatting"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "This command reformats source files.",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"product_dependencies" : [
"swiftformat"
],
"product_memberships" : [
"SwiftFormatterPlugin"
],
"sources" : [
"SwiftFormatterPlugin.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.