Build Information
Successful build of SwiftFormatterPlugin, reference v1.0.3 (53d24a
), with Swift 6.2 (beta) for Linux on 19 Jun 2025 14:50:13 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/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.2
Building package at path: $PWD
https://github.com/elegantchaos/SwiftFormatterPlugin.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/nicklockwood/SwiftFormat
[1/48941] Fetching swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat from cache (28.27s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.56.4 (33.92s)
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.56.4
[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/267] Compiling SwiftFormat ConsecutiveSpaces.swift
[9/267] Compiling SwiftFormat ConsistentSwitchCaseSpacing.swift
[10/267] Compiling SwiftFormat DocComments.swift
[11/267] Compiling SwiftFormat DocCommentsBeforeModifiers.swift
[12/267] Compiling SwiftFormat DuplicateImports.swift
[13/267] Compiling SwiftFormat ElseOnSameLine.swift
[14/267] Compiling SwiftFormat EmptyBraces.swift
[15/267] Compiling SwiftFormat EmptyExtensions.swift
[16/267] Compiling SwiftFormat EnumNamespaces.swift
[17/267] Compiling SwiftFormat EnvironmentEntry.swift
[18/267] Compiling SwiftFormat ExtensionAccessControl.swift
[19/267] Compiling SwiftFormat FileHeader.swift
[20/267] Compiling SwiftFormat FileMacro.swift
[21/267] Compiling SwiftFormat GenericExtensions.swift
[22/267] Compiling SwiftFormat HeaderFileName.swift
[23/267] Compiling SwiftFormat HoistAwait.swift
[24/267] Compiling SwiftFormat HoistPatternLet.swift
[25/267] Compiling SwiftFormat HoistTry.swift
[26/267] Compiling SwiftFormat Acronyms.swift
[27/267] Compiling SwiftFormat AndOperator.swift
[28/267] Compiling SwiftFormat AnyObjectProtocol.swift
[29/267] Compiling SwiftFormat ApplicationMain.swift
[30/267] Compiling SwiftFormat AssertionFailures.swift
[31/267] Compiling SwiftFormat BlankLineAfterImports.swift
[32/267] Compiling SwiftFormat BlankLineAfterSwitchCase.swift
[33/267] Compiling SwiftFormat BlankLinesAfterGuardStatements.swift
[34/267] Compiling SwiftFormat BlankLinesAroundMark.swift
[35/267] Compiling SwiftFormat BlankLinesAtEndOfScope.swift
[36/267] Compiling SwiftFormat BlankLinesAtStartOfScope.swift
[37/267] Compiling SwiftFormat BlankLinesBetweenChainedFunctions.swift
[38/267] Compiling SwiftFormat BlankLinesBetweenImports.swift
[39/267] Compiling SwiftFormat BlankLinesBetweenScopes.swift
[40/267] Compiling SwiftFormat BlockComments.swift
[41/267] Compiling SwiftFormat Braces.swift
[42/267] Compiling SwiftFormat ConditionalAssignment.swift
[43/267] Compiling SwiftFormat ConsecutiveBlankLines.swift
[44/284] Compiling SwiftFormat RedundantReturn.swift
[45/284] Compiling SwiftFormat RedundantSelf.swift
[46/284] Compiling SwiftFormat RedundantStaticSelf.swift
[47/284] Compiling SwiftFormat RedundantType.swift
[48/284] Compiling SwiftFormat RedundantTypedThrows.swift
[49/284] Compiling SwiftFormat RedundantVoidReturnType.swift
[50/284] Compiling SwiftFormat Semicolons.swift
[51/284] Compiling SwiftFormat SortDeclarations.swift
[52/284] Compiling SwiftFormat SortImports.swift
[53/284] Compiling SwiftFormat SortSwitchCases.swift
[54/284] Compiling SwiftFormat SortTypealiases.swift
[55/284] Compiling SwiftFormat SortedImports.swift
[56/284] Compiling SwiftFormat SortedSwitchCases.swift
[57/284] Compiling SwiftFormat SpaceAroundBraces.swift
[58/284] Compiling SwiftFormat SpaceAroundBrackets.swift
[59/284] Compiling SwiftFormat SpaceAroundComments.swift
[60/284] Compiling SwiftFormat SpaceAroundGenerics.swift
[61/284] Compiling SwiftFormat SpaceAroundOperators.swift
[62/284] Compiling SwiftFormat SpaceAroundParens.swift
[63/284] Compiling SwiftFormat SpaceInsideBraces.swift
[64/284] Compiling SwiftFormat SpaceInsideBrackets.swift
[65/284] Compiling SwiftFormat SpaceInsideComments.swift
[66/284] Compiling SwiftFormat SpaceInsideGenerics.swift
[67/284] Compiling SwiftFormat SpaceInsideParens.swift
[68/284] Compiling SwiftFormat Specifiers.swift
[69/284] Compiling SwiftFormat StrongOutlets.swift
[70/284] Compiling SwiftFormat StrongifiedSelf.swift
[71/284] Compiling SwiftFormat SwiftTestingTestCaseNames.swift
[72/284] Compiling SwiftFormat Todos.swift
[73/284] Compiling SwiftFormat TrailingClosures.swift
[74/284] Compiling SwiftFormat TrailingCommas.swift
[75/284] Compiling SwiftFormat TrailingSpace.swift
[76/284] Compiling SwiftFormat TypeSugar.swift
[77/284] Compiling SwiftFormat UnusedArguments.swift
[78/284] Compiling SwiftFormat UnusedPrivateDeclarations.swift
[79/284] Compiling SwiftFormat RedundantBackticks.swift
[80/284] Compiling SwiftFormat RedundantBreak.swift
[81/284] Compiling SwiftFormat RedundantClosure.swift
[82/284] Compiling SwiftFormat RedundantEquatable.swift
[83/284] Compiling SwiftFormat RedundantExtensionACL.swift
[84/284] Compiling SwiftFormat RedundantFileprivate.swift
[85/284] Compiling SwiftFormat RedundantGet.swift
[86/284] Compiling SwiftFormat RedundantInit.swift
[87/284] Compiling SwiftFormat RedundantInternal.swift
[88/284] Compiling SwiftFormat RedundantLet.swift
[89/284] Compiling SwiftFormat RedundantLetError.swift
[90/284] Compiling SwiftFormat RedundantNilInit.swift
[91/284] Compiling SwiftFormat RedundantObjc.swift
[92/284] Compiling SwiftFormat RedundantOptionalBinding.swift
[93/284] Compiling SwiftFormat RedundantParens.swift
[94/284] Compiling SwiftFormat RedundantPattern.swift
[95/284] Compiling SwiftFormat RedundantProperty.swift
[96/284] Compiling SwiftFormat RedundantRawValues.swift
[115/301] Compiling SwiftFormat Indent.swift
[116/301] Compiling SwiftFormat InitCoderUnavailable.swift
[117/301] Compiling SwiftFormat IsEmpty.swift
[118/301] Compiling SwiftFormat LeadingDelimiters.swift
[119/301] Compiling SwiftFormat LinebreakAtEndOfFile.swift
[120/301] Compiling SwiftFormat Linebreaks.swift
[121/301] Compiling SwiftFormat MarkTypes.swift
[122/301] Compiling SwiftFormat ModifierOrder.swift
[123/301] Compiling SwiftFormat NoExplicitOwnership.swift
[124/301] Compiling SwiftFormat NumberFormatting.swift
[125/301] Compiling SwiftFormat OpaqueGenericParameters.swift
[126/301] Compiling SwiftFormat OrganizeDeclarations.swift
[127/301] Compiling SwiftFormat PreferCountWhere.swift
[128/301] Compiling SwiftFormat PreferForLoop.swift
[129/301] Compiling SwiftFormat PreferKeyPath.swift
[130/301] Compiling SwiftFormat PreferSwiftTesting.swift
[131/301] Compiling SwiftFormat PrivateStateVariables.swift
[132/301] Compiling SwiftFormat PropertyTypes.swift
[133/301] Emitting module SwiftFormat
[134/301] Compiling SwiftFormat Void.swift
[135/301] Compiling SwiftFormat Wrap.swift
[136/301] Compiling SwiftFormat WrapArguments.swift
[137/301] Compiling SwiftFormat WrapAttributes.swift
[138/301] Compiling SwiftFormat WrapConditionalBodies.swift
[139/301] Compiling SwiftFormat WrapEnumCases.swift
[140/301] Compiling SwiftFormat WrapLoopBodies.swift
[141/301] Compiling SwiftFormat WrapMultilineConditionalAssignment.swift
[142/301] Compiling SwiftFormat WrapMultilineFunctionChains.swift
[143/301] Compiling SwiftFormat WrapMultilineStatementBraces.swift
[144/301] Compiling SwiftFormat WrapSingleLineComments.swift
[145/301] Compiling SwiftFormat WrapSwitchCases.swift
[146/301] Compiling SwiftFormat YodaConditions.swift
[147/301] Compiling SwiftFormat Singularize.swift
[148/301] Compiling SwiftFormat SwiftFormat.swift
[149/301] Compiling SwiftFormat Tokenizer.swift
[150/301] Compiling SwiftFormat XMLReporter.swift
[168/301] Compiling SwiftFormat Arguments.swift
[169/301] Compiling SwiftFormat CommandLine.swift
[170/301] Compiling SwiftFormat Declaration.swift
[171/301] Compiling SwiftFormat DeclarationType.swift
[172/301] Compiling SwiftFormat EnumAssociable.swift
[173/301] Compiling SwiftFormat FormatRule.swift
[174/301] Compiling SwiftFormat Formatter.swift
[175/301] Compiling SwiftFormat FormattingHelpers.swift
[176/301] Compiling SwiftFormat GitFileInfo.swift
[177/301] Compiling SwiftFormat GithubActionsLogReporter.swift
[178/301] Compiling SwiftFormat Globs.swift
[179/301] Compiling SwiftFormat Inference.swift
[180/301] Compiling SwiftFormat JSONReporter.swift
[181/301] Compiling SwiftFormat OptionDescriptor.swift
[182/301] Compiling SwiftFormat Options.swift
[183/301] Compiling SwiftFormat ParsingHelpers.swift
[184/301] Compiling SwiftFormat Reporter.swift
[185/301] Compiling SwiftFormat RuleRegistry.generated.swift
[275/302] Wrapping AST for SwiftFormat for debugging
[277/304] Emitting module SwiftFormat
[297/305] Compiling CommandLineTool main.swift
[298/305] Emitting module CommandLineTool
[299/306] Wrapping AST for CommandLineTool for debugging
[300/306] Write Objects.LinkFileList
[301/306] Wrapping AST for SwiftFormat for debugging
[303/308] Emitting module CommandLineTool
[304/308] Compiling CommandLineTool main.swift
[304/309] Linking swiftformat
[306/309] Wrapping AST for CommandLineTool for debugging
[307/309] Write Objects.LinkFileList
[308/309] Linking swiftformat-tool
Build complete! (131.17s)
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.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.