Build Information
Successful build of SwiftFormatterPlugin, reference main (53d24a
), with Swift 6.2 (beta) for Linux on 19 Jun 2025 14:51:00 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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: 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/elegantchaos/SwiftFormatterPlugin
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
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-4606859-2":/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 (35.84s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.56.4 (36.50s)
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 SpaceAroundParens.swift
[9/267] Compiling SwiftFormat SpaceInsideBraces.swift
[10/267] Compiling SwiftFormat SpaceInsideBrackets.swift
[11/267] Compiling SwiftFormat SpaceInsideComments.swift
[12/267] Compiling SwiftFormat SpaceInsideGenerics.swift
[13/267] Compiling SwiftFormat SpaceInsideParens.swift
[14/267] Compiling SwiftFormat Specifiers.swift
[15/267] Compiling SwiftFormat StrongOutlets.swift
[16/267] Compiling SwiftFormat StrongifiedSelf.swift
[17/267] Compiling SwiftFormat SwiftTestingTestCaseNames.swift
[18/267] Compiling SwiftFormat Todos.swift
[19/267] Compiling SwiftFormat TrailingClosures.swift
[20/267] Compiling SwiftFormat TrailingCommas.swift
[21/267] Compiling SwiftFormat TrailingSpace.swift
[22/267] Compiling SwiftFormat TypeSugar.swift
[23/267] Compiling SwiftFormat UnusedArguments.swift
[24/267] Compiling SwiftFormat UnusedPrivateDeclarations.swift
[25/267] Compiling SwiftFormat RedundantBackticks.swift
[26/267] Compiling SwiftFormat RedundantBreak.swift
[27/267] Compiling SwiftFormat RedundantClosure.swift
[28/267] Compiling SwiftFormat RedundantEquatable.swift
[29/267] Compiling SwiftFormat RedundantExtensionACL.swift
[30/267] Compiling SwiftFormat RedundantFileprivate.swift
[31/267] Compiling SwiftFormat RedundantGet.swift
[32/267] Compiling SwiftFormat RedundantInit.swift
[33/267] Compiling SwiftFormat RedundantInternal.swift
[34/267] Compiling SwiftFormat RedundantLet.swift
[35/267] Compiling SwiftFormat RedundantLetError.swift
[36/267] Compiling SwiftFormat RedundantNilInit.swift
[37/267] Compiling SwiftFormat RedundantObjc.swift
[38/267] Compiling SwiftFormat RedundantOptionalBinding.swift
[39/267] Compiling SwiftFormat RedundantParens.swift
[40/267] Compiling SwiftFormat RedundantPattern.swift
[41/267] Compiling SwiftFormat RedundantProperty.swift
[42/267] Compiling SwiftFormat RedundantRawValues.swift
[43/267] Compiling SwiftFormat RedundantReturn.swift
[44/267] Compiling SwiftFormat RedundantSelf.swift
[45/267] Compiling SwiftFormat RedundantStaticSelf.swift
[46/267] Compiling SwiftFormat RedundantType.swift
[47/267] Compiling SwiftFormat RedundantTypedThrows.swift
[48/267] Compiling SwiftFormat RedundantVoidReturnType.swift
[49/267] Compiling SwiftFormat Semicolons.swift
[50/267] Compiling SwiftFormat SortDeclarations.swift
[51/267] Compiling SwiftFormat SortImports.swift
[52/267] Compiling SwiftFormat SortSwitchCases.swift
[53/267] Compiling SwiftFormat SortTypealiases.swift
[54/267] Compiling SwiftFormat SortedImports.swift
[55/267] Compiling SwiftFormat SortedSwitchCases.swift
[56/267] Compiling SwiftFormat SpaceAroundBraces.swift
[57/267] Compiling SwiftFormat SpaceAroundBrackets.swift
[58/267] Compiling SwiftFormat SpaceAroundComments.swift
[59/267] Compiling SwiftFormat SpaceAroundGenerics.swift
[60/267] Compiling SwiftFormat SpaceAroundOperators.swift
[96/284] Compiling SwiftFormat ConsecutiveSpaces.swift
[97/284] Compiling SwiftFormat ConsistentSwitchCaseSpacing.swift
[98/284] Compiling SwiftFormat DocComments.swift
[99/284] Compiling SwiftFormat DocCommentsBeforeModifiers.swift
[100/284] Compiling SwiftFormat DuplicateImports.swift
[101/284] Compiling SwiftFormat ElseOnSameLine.swift
[102/284] Compiling SwiftFormat EmptyBraces.swift
[103/284] Compiling SwiftFormat EmptyExtensions.swift
[104/284] Compiling SwiftFormat EnumNamespaces.swift
[105/284] Compiling SwiftFormat EnvironmentEntry.swift
[106/284] Compiling SwiftFormat ExtensionAccessControl.swift
[107/284] Compiling SwiftFormat FileHeader.swift
[108/284] Compiling SwiftFormat SortedSwitchCases.swift
[109/284] Compiling SwiftFormat SpaceAroundBraces.swift
[110/284] Compiling SwiftFormat SpaceAroundBrackets.swift
[111/284] Compiling SwiftFormat HoistAwait.swift
[112/284] Compiling SwiftFormat HoistPatternLet.swift
[113/284] Compiling SwiftFormat HoistTry.swift
[132/301] Compiling SwiftFormat Indent.swift
[133/301] Compiling SwiftFormat InitCoderUnavailable.swift
[134/301] Compiling SwiftFormat IsEmpty.swift
[135/301] Compiling SwiftFormat LeadingDelimiters.swift
[136/301] Compiling SwiftFormat LinebreakAtEndOfFile.swift
[137/301] Compiling SwiftFormat Linebreaks.swift
[138/301] Compiling SwiftFormat MarkTypes.swift
[139/301] Compiling SwiftFormat ModifierOrder.swift
[140/301] Compiling SwiftFormat NoExplicitOwnership.swift
[141/301] Compiling SwiftFormat NumberFormatting.swift
[142/301] Compiling SwiftFormat OpaqueGenericParameters.swift
[143/301] Compiling SwiftFormat OrganizeDeclarations.swift
[144/301] Compiling SwiftFormat PreferCountWhere.swift
[145/301] Compiling SwiftFormat PreferForLoop.swift
[146/301] Compiling SwiftFormat PreferKeyPath.swift
[147/301] Compiling SwiftFormat PreferSwiftTesting.swift
[148/301] Compiling SwiftFormat PrivateStateVariables.swift
[149/301] Compiling SwiftFormat PropertyTypes.swift
[150/301] Compiling SwiftFormat Acronyms.swift
[151/301] Compiling SwiftFormat AndOperator.swift
[152/301] Compiling SwiftFormat AnyObjectProtocol.swift
[153/301] Compiling SwiftFormat ApplicationMain.swift
[154/301] Compiling SwiftFormat AssertionFailures.swift
[155/301] Compiling SwiftFormat BlankLineAfterImports.swift
[156/301] Compiling SwiftFormat BlankLineAfterSwitchCase.swift
[157/301] Compiling SwiftFormat BlankLinesAfterGuardStatements.swift
[158/301] Compiling SwiftFormat BlankLinesAroundMark.swift
[159/301] Compiling SwiftFormat BlankLinesAtEndOfScope.swift
[160/301] Compiling SwiftFormat BlankLinesAtStartOfScope.swift
[161/301] Compiling SwiftFormat BlankLinesBetweenChainedFunctions.swift
[162/301] Compiling SwiftFormat BlankLinesBetweenImports.swift
[163/301] Compiling SwiftFormat BlankLinesBetweenScopes.swift
[164/301] Compiling SwiftFormat BlockComments.swift
[165/301] Compiling SwiftFormat Braces.swift
[166/301] Compiling SwiftFormat ConditionalAssignment.swift
[167/301] Compiling SwiftFormat ConsecutiveBlankLines.swift
[222/301] Compiling SwiftFormat Void.swift
[223/301] Compiling SwiftFormat Wrap.swift
[224/301] Compiling SwiftFormat WrapArguments.swift
[225/301] Compiling SwiftFormat WrapAttributes.swift
[226/301] Compiling SwiftFormat WrapConditionalBodies.swift
[227/301] Compiling SwiftFormat WrapEnumCases.swift
[228/301] Compiling SwiftFormat WrapLoopBodies.swift
[229/301] Compiling SwiftFormat WrapMultilineConditionalAssignment.swift
[230/301] Compiling SwiftFormat WrapMultilineFunctionChains.swift
[231/301] Compiling SwiftFormat WrapMultilineStatementBraces.swift
[232/301] Compiling SwiftFormat WrapSingleLineComments.swift
[233/301] Compiling SwiftFormat WrapSwitchCases.swift
[234/301] Compiling SwiftFormat YodaConditions.swift
[235/301] Compiling SwiftFormat Singularize.swift
[236/301] Compiling SwiftFormat SwiftFormat.swift
[237/301] Compiling SwiftFormat Tokenizer.swift
[238/301] Compiling SwiftFormat XMLReporter.swift
[256/301] Compiling SwiftFormat Arguments.swift
[257/301] Compiling SwiftFormat CommandLine.swift
[258/301] Compiling SwiftFormat Declaration.swift
[259/301] Compiling SwiftFormat DeclarationType.swift
[260/301] Compiling SwiftFormat EnumAssociable.swift
[261/301] Compiling SwiftFormat FormatRule.swift
[262/301] Compiling SwiftFormat Formatter.swift
[263/301] Compiling SwiftFormat FormattingHelpers.swift
[264/301] Compiling SwiftFormat GitFileInfo.swift
[265/301] Compiling SwiftFormat GithubActionsLogReporter.swift
[266/301] Compiling SwiftFormat Globs.swift
[267/301] Compiling SwiftFormat Inference.swift
[268/301] Compiling SwiftFormat JSONReporter.swift
[269/301] Compiling SwiftFormat OptionDescriptor.swift
[270/301] Compiling SwiftFormat Options.swift
[271/301] Compiling SwiftFormat ParsingHelpers.swift
[272/301] Compiling SwiftFormat Reporter.swift
[273/301] Compiling SwiftFormat RuleRegistry.generated.swift
[274/301] Emitting module SwiftFormat
[295/303] Wrapping AST for SwiftFormat for debugging
[298/307] Compiling CommandLineTool main.swift
[299/307] Emitting module CommandLineTool
[300/308] Wrapping AST for CommandLineTool for debugging
[301/308] Write Objects.LinkFileList
[303/308] Emitting module CommandLineTool
[304/308] Compiling CommandLineTool main.swift
[305/309] Wrapping AST for CommandLineTool for debugging
[306/309] Write Objects.LinkFileList
[307/309] Linking swiftformat-tool
[308/309] Linking swiftformat
Build complete! (183.36s)
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.