Build Information
Successful build of SwiftFormatterPlugin, reference v1.0.3 (53d24a
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 14:48:31 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
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 /Users/admin/builder/spi-builder-workspace/.git/
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: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/elegantchaos/SwiftFormatterPlugin.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin SwiftFormatterPlugin
[2/2] Compiling plugin SwiftFormatPlugin
Building for debugging...
[2/15] Write sources
[6/15] Write swiftformat-tool-entitlement.plist
[6/15] Write swiftformat-entitlement.plist
[8/15] Write swift-version-1EA4D86E10B52AF.txt
[10/273] Compiling SwiftFormat EnumNamespaces.swift
[11/273] Compiling SwiftFormat EnvironmentEntry.swift
[12/273] Compiling SwiftFormat ExtensionAccessControl.swift
[13/273] Compiling SwiftFormat FileHeader.swift
[14/273] Compiling SwiftFormat FileMacro.swift
[15/273] Compiling SwiftFormat GenericExtensions.swift
[16/273] Compiling SwiftFormat HeaderFileName.swift
[17/273] Compiling SwiftFormat HoistAwait.swift
[18/273] Compiling SwiftFormat HoistPatternLet.swift
[19/273] Compiling SwiftFormat HoistTry.swift
[20/273] Compiling SwiftFormat Indent.swift
[21/273] Compiling SwiftFormat InitCoderUnavailable.swift
[22/273] Compiling SwiftFormat IsEmpty.swift
[23/273] Compiling SwiftFormat LeadingDelimiters.swift
[24/287] Compiling SwiftFormat BlankLinesBetweenImports.swift
[25/287] Compiling SwiftFormat BlankLinesBetweenScopes.swift
[26/287] Compiling SwiftFormat BlockComments.swift
[27/287] Compiling SwiftFormat Braces.swift
[28/287] Compiling SwiftFormat ConditionalAssignment.swift
[29/287] Compiling SwiftFormat ConsecutiveBlankLines.swift
[30/287] Compiling SwiftFormat ConsecutiveSpaces.swift
[31/287] Compiling SwiftFormat ConsistentSwitchCaseSpacing.swift
[32/287] Compiling SwiftFormat DocComments.swift
[33/287] Compiling SwiftFormat DocCommentsBeforeModifiers.swift
[34/287] Compiling SwiftFormat DuplicateImports.swift
[35/287] Compiling SwiftFormat ElseOnSameLine.swift
[36/287] Compiling SwiftFormat EmptyBraces.swift
[37/287] Compiling SwiftFormat EmptyExtensions.swift
[38/287] Compiling SwiftFormat Specifiers.swift
[39/287] Compiling SwiftFormat StrongOutlets.swift
[40/287] Compiling SwiftFormat StrongifiedSelf.swift
[41/287] Compiling SwiftFormat SwiftTestingTestCaseNames.swift
[42/287] Compiling SwiftFormat Todos.swift
[43/287] Compiling SwiftFormat TrailingClosures.swift
[44/287] Compiling SwiftFormat TrailingCommas.swift
[45/287] Compiling SwiftFormat TrailingSpace.swift
[46/287] Compiling SwiftFormat TypeSugar.swift
[47/287] Compiling SwiftFormat UnusedArguments.swift
[48/287] Compiling SwiftFormat UnusedPrivateDeclarations.swift
[49/287] Compiling SwiftFormat Void.swift
[50/287] Compiling SwiftFormat Wrap.swift
[51/287] Compiling SwiftFormat WrapArguments.swift
[52/287] Compiling SwiftFormat LinebreakAtEndOfFile.swift
[53/287] Compiling SwiftFormat Linebreaks.swift
[54/287] Compiling SwiftFormat MarkTypes.swift
[55/287] Compiling SwiftFormat ModifierOrder.swift
[56/287] Compiling SwiftFormat NoExplicitOwnership.swift
[57/287] Compiling SwiftFormat NumberFormatting.swift
[58/287] Compiling SwiftFormat OpaqueGenericParameters.swift
[59/287] Compiling SwiftFormat OrganizeDeclarations.swift
[60/287] Compiling SwiftFormat PreferCountWhere.swift
[61/287] Compiling SwiftFormat PreferForLoop.swift
[62/287] Compiling SwiftFormat PreferKeyPath.swift
[63/287] Compiling SwiftFormat PreferSwiftTesting.swift
[64/287] Compiling SwiftFormat PrivateStateVariables.swift
[65/287] Compiling SwiftFormat PropertyTypes.swift
[94/301] Emitting module SwiftFormat
[96/301] Compiling SwiftFormat ParsingHelpers.swift
[97/301] Compiling SwiftFormat Reporter.swift
[98/301] Compiling SwiftFormat RuleRegistry.generated.swift
[99/301] Compiling SwiftFormat Acronyms.swift
[100/301] Compiling SwiftFormat AndOperator.swift
[101/301] Compiling SwiftFormat AnyObjectProtocol.swift
[102/301] Compiling SwiftFormat ApplicationMain.swift
[103/301] Compiling SwiftFormat AssertionFailures.swift
[104/301] Compiling SwiftFormat BlankLineAfterImports.swift
[105/301] Compiling SwiftFormat BlankLineAfterSwitchCase.swift
[106/301] Compiling SwiftFormat BlankLinesAfterGuardStatements.swift
[107/301] Compiling SwiftFormat BlankLinesAroundMark.swift
[108/301] Compiling SwiftFormat BlankLinesAtEndOfScope.swift
[109/301] Compiling SwiftFormat BlankLinesAtStartOfScope.swift
[110/301] Compiling SwiftFormat BlankLinesBetweenChainedFunctions.swift
[111/301] Compiling SwiftFormat SortTypealiases.swift
[112/301] Compiling SwiftFormat SortedImports.swift
[113/301] Compiling SwiftFormat SortedSwitchCases.swift
[114/301] Compiling SwiftFormat SpaceAroundBraces.swift
[115/301] Compiling SwiftFormat SpaceAroundBrackets.swift
[116/301] Compiling SwiftFormat SpaceAroundComments.swift
[117/301] Compiling SwiftFormat SpaceAroundGenerics.swift
[118/301] Compiling SwiftFormat SpaceAroundOperators.swift
[119/301] Compiling SwiftFormat SpaceAroundParens.swift
[120/301] Compiling SwiftFormat SpaceInsideBraces.swift
[121/301] Compiling SwiftFormat SpaceInsideBrackets.swift
[122/301] Compiling SwiftFormat SpaceInsideComments.swift
[123/301] Compiling SwiftFormat SpaceInsideGenerics.swift
[124/301] Compiling SwiftFormat SpaceInsideParens.swift
[125/301] Compiling SwiftFormat Arguments.swift
[126/301] Compiling SwiftFormat Reporter.swift
[127/301] Compiling SwiftFormat RuleRegistry.generated.swift
[128/301] Compiling SwiftFormat Acronyms.swift
[129/301] Compiling SwiftFormat AndOperator.swift
[130/301] Compiling SwiftFormat AnyObjectProtocol.swift
[131/301] Compiling SwiftFormat ApplicationMain.swift
[132/301] Compiling SwiftFormat AssertionFailures.swift
[133/301] Compiling SwiftFormat BlankLineAfterImports.swift
[134/301] Compiling SwiftFormat GithubActionsLogReporter.swift
[135/301] Compiling SwiftFormat Globs.swift
[136/301] Compiling SwiftFormat Inference.swift
[137/301] Compiling SwiftFormat JSONReporter.swift
[138/301] Compiling SwiftFormat OptionDescriptor.swift
[139/301] Compiling SwiftFormat Options.swift
[140/301] Compiling SwiftFormat RedundantParens.swift
[141/301] Compiling SwiftFormat RedundantPattern.swift
[142/301] Compiling SwiftFormat RedundantProperty.swift
[143/301] Compiling SwiftFormat RedundantRawValues.swift
[144/301] Compiling SwiftFormat NoExplicitOwnership.swift
[145/301] Compiling SwiftFormat NumberFormatting.swift
[146/301] Compiling SwiftFormat OpaqueGenericParameters.swift
[147/301] Compiling SwiftFormat OrganizeDeclarations.swift
[148/301] Compiling SwiftFormat PreferCountWhere.swift
[149/301] Compiling SwiftFormat PreferForLoop.swift
[150/301] Compiling SwiftFormat PreferKeyPath.swift
[151/301] Compiling SwiftFormat PreferSwiftTesting.swift
[152/301] Compiling SwiftFormat SortImports.swift
[153/301] Compiling SwiftFormat SortSwitchCases.swift
[168/301] Compiling SwiftFormat RedundantBackticks.swift
[169/301] Compiling SwiftFormat RedundantBreak.swift
[170/301] Compiling SwiftFormat RedundantProperty.swift
[171/301] Compiling SwiftFormat RedundantRawValues.swift
[172/301] Compiling SwiftFormat RedundantExtensionACL.swift
[173/301] Compiling SwiftFormat RedundantFileprivate.swift
[174/301] Compiling SwiftFormat RedundantStaticSelf.swift
[175/301] Compiling SwiftFormat RedundantType.swift
[176/301] Compiling SwiftFormat RedundantTypedThrows.swift
[177/301] Compiling SwiftFormat RedundantVoidReturnType.swift
[178/301] Compiling SwiftFormat RedundantLetError.swift
[179/301] Compiling SwiftFormat SortDeclarations.swift
[180/301] Compiling SwiftFormat RedundantObjc.swift
[181/301] Compiling SwiftFormat SortSwitchCases.swift
[268/301] Compiling SwiftFormat WrapAttributes.swift
[269/301] Compiling SwiftFormat WrapConditionalBodies.swift
[270/301] Compiling SwiftFormat WrapEnumCases.swift
[271/301] Compiling SwiftFormat WrapLoopBodies.swift
[272/301] Compiling SwiftFormat WrapMultilineConditionalAssignment.swift
[273/301] Compiling SwiftFormat WrapMultilineFunctionChains.swift
[274/301] Compiling SwiftFormat WrapMultilineStatementBraces.swift
[275/301] Compiling SwiftFormat WrapSingleLineComments.swift
[276/301] Compiling SwiftFormat WrapSwitchCases.swift
[277/301] Compiling SwiftFormat YodaConditions.swift
[278/301] Compiling SwiftFormat Singularize.swift
[279/301] Compiling SwiftFormat SwiftFormat.swift
[280/301] Compiling SwiftFormat Tokenizer.swift
[281/301] Compiling SwiftFormat XMLReporter.swift
[296/305] Emitting module CommandLineTool
[297/305] Compiling CommandLineTool main.swift
[297/305] Write Objects.LinkFileList
[299/305] Emitting module CommandLineTool
[300/305] Compiling CommandLineTool main.swift
[300/305] Write Objects.LinkFileList
[301/305] Linking swiftformat-tool
[302/305] Applying swiftformat-tool
[303/305] Linking swiftformat
[304/305] Applying swiftformat
Build complete! (102.27s)
Fetching https://github.com/nicklockwood/SwiftFormat
[1/48941] Fetching swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat from cache (86.30s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.56.4 (87.07s)
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.56.4
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" : "/Users/admin/builder/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"
}
Done.