Build Information
Successful build of KippleTools, reference 0.5.4 (d250ed
), with Swift 6.0 for macOS (SPM) on 1 Dec 2024 02:37:11 UTC.
Swift 6 data race errors: 6
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -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
Build Log
========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bdrelling/KippleTools.git
Reference: 0.5.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bdrelling/KippleTools
* tag 0.5.4 -> FETCH_HEAD
HEAD is now at d250ed2 Disabled the redundantBackticks rule
Cloned https://github.com/bdrelling/KippleTools.git
Revision (git rev-parse @):
d250ed2d2751c5d0b6c32db7819b35ccd3de269a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/bdrelling/KippleTools.git at 0.5.4
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/apple/swift-argument-parser
[1/12395] Fetching swift-argument-parser
[12149/58173] Fetching swift-argument-parser, swiftformat
Fetched https://github.com/apple/swift-argument-parser from cache (20.32s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (20.33s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.44s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.55.3 (0.54s)
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.55.3
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "kippletools",
"name": "KippleTools",
"url": "https://github.com/bdrelling/KippleTools.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/KippleTools",
"dependencies": [
{
"identity": "swift-argument-parser",
"name": "swift-argument-parser",
"url": "https://github.com/apple/swift-argument-parser",
"version": "1.5.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
"dependencies": [
]
},
{
"identity": "swiftformat",
"name": "SwiftFormat",
"url": "https://github.com/nicklockwood/SwiftFormat",
"version": "0.55.3",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftFormat",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/bdrelling/KippleTools.git
[8/720] Fetching kippletools
Fetched https://github.com/bdrelling/KippleTools.git from cache (0.90s)
Fetching https://github.com/nicklockwood/SwiftFormat from cache
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/nicklockwood/SwiftFormat from cache (0.57s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.57s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.03s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.55.3 (0.03s)
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.55.3
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/bdrelling/KippleTools.git
Working copy of https://github.com/bdrelling/KippleTools.git resolved at 0.5.4 (d250ed2)
Found 2 product dependencies
- swift-argument-parser
- SwiftFormat
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/bdrelling/KippleTools.git
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swiftformat",
"requirement" : {
"range" : [
{
"lower_bound" : "0.53.10",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/SwiftFormat"
}
],
"manifest_display_name" : "KippleTools",
"name" : "KippleTools",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "kipple",
"targets" : [
"kipple"
],
"type" : {
"executable" : null
}
},
{
"name" : "KippleToolsCore",
"targets" : [
"KippleToolsCore"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "kipple",
"module_type" : "SwiftTarget",
"name" : "kipple",
"path" : "Sources/kipple",
"product_memberships" : [
"kipple"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"KippleFramework"
],
"type" : "executable"
},
{
"c99name" : "KippleToolsCoreTests",
"module_type" : "SwiftTarget",
"name" : "KippleToolsCoreTests",
"path" : "Tests/KippleToolsCoreTests",
"sources" : [
"ShellCommandTests.swift",
"ShellTests.swift"
],
"target_dependencies" : [
"KippleToolsCore"
],
"type" : "test"
},
{
"c99name" : "KippleToolsCore",
"module_type" : "SwiftTarget",
"name" : "KippleToolsCore",
"path" : "Sources/KippleToolsCore",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"kipple",
"KippleToolsCore"
],
"sources" : [
"Extensions/Data+ShellOutput.swift",
"Extensions/Process+Convenience.swift",
"Extensions/ShellCommand+FileSystem.swift",
"Extensions/ShellCommand+Git.swift",
"Extensions/ShellCommand+SwiftPackageManager.swift",
"Helpers/Shell.swift",
"Models/ShellCommand.swift",
"Models/ShellError.swift",
"Protocols/VerboseLogging.swift"
],
"type" : "library"
},
{
"c99name" : "KippleFrameworkTests",
"module_type" : "SwiftTarget",
"name" : "KippleFrameworkTests",
"path" : "Tests/KippleFrameworkTests",
"sources" : [
"PrintCommandTests.swift",
"ResourceTests.swift"
],
"target_dependencies" : [
"KippleFramework"
],
"type" : "test"
},
{
"c99name" : "KippleFramework",
"module_type" : "SwiftTarget",
"name" : "KippleFramework",
"path" : "Sources/KippleFramework",
"product_dependencies" : [
"SwiftFormat"
],
"product_memberships" : [
"kipple"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/KippleFramework/Resources/git-hooks/pre-commit",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/KippleFramework/Resources/gitignore/app.gitignore",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/KippleFramework/Resources/gitignore/default.gitignore",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/KippleFramework/Resources/swiftformat/default.swiftformat",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/KippleFramework/Resources/swiftlint/default.swiftlint.yml",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Core/Helpers/BuildEnvironment.swift",
"Core/Helpers/FileFormatter.swift",
"Core/Helpers/SwiftBuilder.swift",
"Core/Helpers/SwiftFormat.swift",
"Core/MainCommand.swift",
"Core/Models/Platform.swift",
"Core/Models/SwiftVersion.swift",
"Core/Subcommands/BuildCommand.swift",
"Core/Subcommands/FormatCommand.swift",
"Core/Subcommands/InstallCommand.swift",
"Core/Subcommands/SetupCommand.swift",
"Core/Subcommands/TestCommand.swift",
"Core/Subcommands/UninstallCommand.swift"
],
"target_dependencies" : [
"KippleToolsCore"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -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
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin SwiftFormatPlugin
Building for debugging...
[2/18] Write sources
[5/18] Copying default.gitignore
[6/18] Write kipple-entitlement.plist
[6/18] Write sources
[10/18] Copying default.swiftlint.yml
[10/18] Copying default.swiftformat
[10/18] Copying pre-commit
[11/18] Copying app.gitignore
[14/18] Write swift-version--7754E27361AE5C74.txt
[16/139] Emitting module ArgumentParserToolInfo
[17/139] Compiling ArgumentParserToolInfo ToolInfo.swift
[18/178] Compiling ArgumentParser ArgumentHelp.swift
[19/178] Compiling ArgumentParser ArgumentVisibility.swift
[20/178] Compiling ArgumentParser CompletionKind.swift
[21/178] Compiling ArgumentParser Errors.swift
[22/178] Compiling ArgumentParser Flag.swift
[23/182] Compiling ArgumentParser InputOrigin.swift
[24/182] Compiling ArgumentParser Name.swift
[25/182] Compiling ArgumentParser Parsed.swift
[26/182] Compiling ArgumentParser ParsedValues.swift
[27/182] Compiling ArgumentParser CommandConfiguration.swift
[28/182] Compiling ArgumentParser CommandGroup.swift
[29/182] Compiling ArgumentParser EnumerableFlag.swift
[30/182] Compiling ArgumentParser ExpressibleByArgument.swift
[31/182] Compiling ArgumentParser BashCompletionsGenerator.swift
[32/182] Compiling ArgumentParser CompletionsGenerator.swift
[33/182] Compiling ArgumentParser FishCompletionsGenerator.swift
[34/182] Compiling ArgumentParser ZshCompletionsGenerator.swift
[35/182] Compiling ArgumentParser Argument.swift
[36/182] Compiling ArgumentParser NameSpecification.swift
[37/182] Compiling ArgumentParser Option.swift
[38/182] Compiling ArgumentParser OptionGroup.swift
[39/182] Compiling ArgumentParser AsyncParsableCommand.swift
[40/182] Compiling ArgumentParser ArgumentDefinition.swift
[41/182] Compiling ArgumentParser ArgumentSet.swift
[42/182] Compiling ArgumentParser CommandParser.swift
[43/182] Compiling ArgumentParser InputKey.swift
[44/182] Emitting module ArgumentParser
[45/182] Compiling ArgumentParser Platform.swift
[46/182] Compiling ArgumentParser SequenceExtensions.swift
[47/182] Compiling ArgumentParser StringExtensions.swift
[48/182] Compiling ArgumentParser Tree.swift
[49/182] Compiling ArgumentParser ParserError.swift
[50/182] Compiling ArgumentParser SplitArguments.swift
[51/182] Compiling ArgumentParser DumpHelpGenerator.swift
[52/182] Compiling ArgumentParser HelpCommand.swift
[53/182] Compiling ArgumentParser ParsableArguments.swift
[54/182] Compiling ArgumentParser ParsableArgumentsValidation.swift
[55/182] Compiling ArgumentParser ParsableCommand.swift
[56/182] Compiling ArgumentParser ArgumentDecoder.swift
[57/182] Compiling ArgumentParser HelpGenerator.swift
[58/182] Compiling ArgumentParser MessageInfo.swift
[59/182] Compiling ArgumentParser UsageGenerator.swift
[60/182] Compiling ArgumentParser CollectionExtensions.swift
[74/195] Compiling SwiftFormat Specifiers.swift
[75/195] Compiling SwiftFormat StrongOutlets.swift
[76/195] Compiling SwiftFormat StrongifiedSelf.swift
[77/195] Compiling SwiftFormat Todos.swift
[78/195] Compiling SwiftFormat TrailingClosures.swift
[79/195] Compiling SwiftFormat TrailingCommas.swift
[80/195] Compiling SwiftFormat TrailingSpace.swift
[81/195] Compiling SwiftFormat TypeSugar.swift
[82/195] Compiling SwiftFormat UnusedArguments.swift
[83/195] Compiling SwiftFormat UnusedPrivateDeclarations.swift
[84/195] Compiling SwiftFormat Void.swift
[85/195] Compiling SwiftFormat Wrap.swift
[86/195] Compiling SwiftFormat WrapArguments.swift
[87/195] Compiling SwiftFormat RedundantProperty.swift
[88/195] Compiling SwiftFormat RedundantRawValues.swift
[89/195] Compiling SwiftFormat RedundantReturn.swift
[90/195] Compiling SwiftFormat RedundantSelf.swift
[91/195] Compiling SwiftFormat RedundantStaticSelf.swift
[92/195] Compiling SwiftFormat RedundantType.swift
[93/195] Compiling SwiftFormat RedundantTypedThrows.swift
[94/195] Compiling SwiftFormat RedundantVoidReturnType.swift
[95/195] Compiling SwiftFormat Semicolons.swift
[96/195] Compiling SwiftFormat SortDeclarations.swift
[97/195] Compiling SwiftFormat SortImports.swift
[98/195] Compiling SwiftFormat SortSwitchCases.swift
[99/195] Compiling SwiftFormat SortTypealiases.swift
[126/205] Compiling KippleToolsCore VerboseLogging.swift
[130/205] Compiling SwiftFormat SpaceAroundBrackets.swift
[131/205] Compiling SwiftFormat SpaceAroundComments.swift
[132/205] Compiling SwiftFormat SpaceAroundGenerics.swift
[133/205] Compiling SwiftFormat SpaceAroundOperators.swift
[134/205] Compiling SwiftFormat SpaceAroundParens.swift
[135/205] Compiling SwiftFormat SpaceInsideBraces.swift
[136/205] Compiling SwiftFormat SpaceInsideBrackets.swift
[137/205] Compiling SwiftFormat SpaceInsideComments.swift
[138/205] Compiling SwiftFormat SpaceInsideGenerics.swift
[139/205] Compiling SwiftFormat SpaceInsideParens.swift
[140/205] Compiling SwiftFormat ParsingHelpers.swift
[141/205] Compiling SwiftFormat Reporter.swift
[142/205] Compiling SwiftFormat RuleRegistry.generated.swift
[143/205] Compiling SwiftFormat Acronyms.swift
[144/205] Compiling SwiftFormat AndOperator.swift
[145/205] Compiling SwiftFormat AnyObjectProtocol.swift
[146/205] Compiling SwiftFormat ApplicationMain.swift
[147/205] Compiling SwiftFormat AssertionFailures.swift
[148/205] Compiling SwiftFormat BlankLineAfterImports.swift
[149/205] Compiling SwiftFormat BlankLineAfterSwitchCase.swift
[150/205] Compiling SwiftFormat BlankLinesAroundMark.swift
[151/205] Compiling SwiftFormat BlankLinesAtEndOfScope.swift
[152/205] Compiling SwiftFormat BlankLinesAtStartOfScope.swift
[153/205] Compiling KippleToolsCore ShellError.swift
[154/205] Compiling KippleToolsCore ShellCommand+SwiftPackageManager.swift
[155/205] Compiling KippleToolsCore ShellCommand.swift
[156/205] Compiling KippleToolsCore Shell.swift
/Users/admin/builder/spi-builder-workspace/Sources/KippleToolsCore/Helpers/Shell.swift:66:16: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
3 | import Foundation
4 |
5 | public struct Shell {
| `- note: consider making struct 'Shell' conform to the 'Sendable' protocol
6 | private let executablePath: String
7 | private let outputPipe: Pipe
:
64 |
65 | public extension Shell {
66 | static let `default`: Self = .sh
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
67 |
68 | static let sh: Self = .init(executablePath: "/bin/sh")
/Users/admin/builder/spi-builder-workspace/Sources/KippleToolsCore/Helpers/Shell.swift:68:16: warning: static property 'sh' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
3 | import Foundation
4 |
5 | public struct Shell {
| `- note: consider making struct 'Shell' conform to the 'Sendable' protocol
6 | private let executablePath: String
7 | private let outputPipe: Pipe
:
66 | static let `default`: Self = .sh
67 |
68 | static let sh: Self = .init(executablePath: "/bin/sh")
| |- warning: static property 'sh' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'sh' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
69 | static let bash: Self = .init(executablePath: "/bin/bash")
70 | static let zsh: Self = .init(executablePath: "/bin/zsh")
/Users/admin/builder/spi-builder-workspace/Sources/KippleToolsCore/Helpers/Shell.swift:69:16: warning: static property 'bash' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
3 | import Foundation
4 |
5 | public struct Shell {
| `- note: consider making struct 'Shell' conform to the 'Sendable' protocol
6 | private let executablePath: String
7 | private let outputPipe: Pipe
:
67 |
68 | static let sh: Self = .init(executablePath: "/bin/sh")
69 | static let bash: Self = .init(executablePath: "/bin/bash")
| |- warning: static property 'bash' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'bash' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
70 | static let zsh: Self = .init(executablePath: "/bin/zsh")
71 | }
/Users/admin/builder/spi-builder-workspace/Sources/KippleToolsCore/Helpers/Shell.swift:70:16: warning: static property 'zsh' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
3 | import Foundation
4 |
5 | public struct Shell {
| `- note: consider making struct 'Shell' conform to the 'Sendable' protocol
6 | private let executablePath: String
7 | private let outputPipe: Pipe
:
68 | static let sh: Self = .init(executablePath: "/bin/sh")
69 | static let bash: Self = .init(executablePath: "/bin/bash")
70 | static let zsh: Self = .init(executablePath: "/bin/zsh")
| |- warning: static property 'zsh' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'zsh' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
71 | }
72 |
[157/205] Compiling KippleToolsCore ShellCommand+Git.swift
[158/205] Emitting module KippleToolsCore
/Users/admin/builder/spi-builder-workspace/Sources/KippleToolsCore/Helpers/Shell.swift:66:16: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
3 | import Foundation
4 |
5 | public struct Shell {
| `- note: consider making struct 'Shell' conform to the 'Sendable' protocol
6 | private let executablePath: String
7 | private let outputPipe: Pipe
:
64 |
65 | public extension Shell {
66 | static let `default`: Self = .sh
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
67 |
68 | static let sh: Self = .init(executablePath: "/bin/sh")
/Users/admin/builder/spi-builder-workspace/Sources/KippleToolsCore/Helpers/Shell.swift:68:16: warning: static property 'sh' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
3 | import Foundation
4 |
5 | public struct Shell {
| `- note: consider making struct 'Shell' conform to the 'Sendable' protocol
6 | private let executablePath: String
7 | private let outputPipe: Pipe
:
66 | static let `default`: Self = .sh
67 |
68 | static let sh: Self = .init(executablePath: "/bin/sh")
| |- warning: static property 'sh' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'sh' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
69 | static let bash: Self = .init(executablePath: "/bin/bash")
70 | static let zsh: Self = .init(executablePath: "/bin/zsh")
/Users/admin/builder/spi-builder-workspace/Sources/KippleToolsCore/Helpers/Shell.swift:69:16: warning: static property 'bash' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
3 | import Foundation
4 |
5 | public struct Shell {
| `- note: consider making struct 'Shell' conform to the 'Sendable' protocol
6 | private let executablePath: String
7 | private let outputPipe: Pipe
:
67 |
68 | static let sh: Self = .init(executablePath: "/bin/sh")
69 | static let bash: Self = .init(executablePath: "/bin/bash")
| |- warning: static property 'bash' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'bash' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
70 | static let zsh: Self = .init(executablePath: "/bin/zsh")
71 | }
/Users/admin/builder/spi-builder-workspace/Sources/KippleToolsCore/Helpers/Shell.swift:70:16: warning: static property 'zsh' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
3 | import Foundation
4 |
5 | public struct Shell {
| `- note: consider making struct 'Shell' conform to the 'Sendable' protocol
6 | private let executablePath: String
7 | private let outputPipe: Pipe
:
68 | static let sh: Self = .init(executablePath: "/bin/sh")
69 | static let bash: Self = .init(executablePath: "/bin/bash")
70 | static let zsh: Self = .init(executablePath: "/bin/zsh")
| |- warning: static property 'zsh' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'zsh' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
71 | }
72 |
[159/205] Compiling KippleToolsCore Process+Convenience.swift
/Users/admin/builder/spi-builder-workspace/Sources/KippleToolsCore/Extensions/Process+Convenience.swift:108:17: warning: mutation of captured var 'outputData' in concurrently-executing code; this is an error in the Swift 6 language mode
106 | let data = handler.availableData
107 | outputQueue.async {
108 | outputData.append(data)
| `- warning: mutation of captured var 'outputData' in concurrently-executing code; this is an error in the Swift 6 language mode
109 | outputHandle?.write(data)
110 | }
/Users/admin/builder/spi-builder-workspace/Sources/KippleToolsCore/Extensions/Process+Convenience.swift:116:17: warning: mutation of captured var 'errorData' in concurrently-executing code; this is an error in the Swift 6 language mode
114 | let data = handler.availableData
115 | outputQueue.async {
116 | errorData.append(data)
| `- warning: mutation of captured var 'errorData' in concurrently-executing code; this is an error in the Swift 6 language mode
117 | errorHandle?.write(data)
118 | }
[160/205] Compiling KippleToolsCore ShellCommand+FileSystem.swift
[161/205] Compiling KippleToolsCore Data+ShellOutput.swift
[162/205] Compiling SwiftFormat WrapAttributes.swift
[163/205] Compiling SwiftFormat WrapConditionalBodies.swift
[164/205] Compiling SwiftFormat WrapEnumCases.swift
[165/205] Compiling SwiftFormat WrapLoopBodies.swift
[166/205] Compiling SwiftFormat WrapMultilineConditionalAssignment.swift
[167/205] Compiling SwiftFormat WrapMultilineStatementBraces.swift
[168/205] Compiling SwiftFormat WrapSingleLineComments.swift
[169/205] Compiling SwiftFormat WrapSwitchCases.swift
[170/205] Compiling SwiftFormat YodaConditions.swift
[171/205] Compiling SwiftFormat Singularize.swift
[172/205] Compiling SwiftFormat SwiftFormat.swift
[173/205] Compiling SwiftFormat Tokenizer.swift
[174/205] Compiling SwiftFormat XMLReporter.swift
[175/205] Emitting module SwiftFormat
[176/205] Compiling SwiftFormat LinebreakAtEndOfFile.swift
[177/205] Compiling SwiftFormat Linebreaks.swift
[178/205] Compiling SwiftFormat MarkTypes.swift
[179/205] Compiling SwiftFormat ModifierOrder.swift
[180/205] Compiling SwiftFormat NoExplicitOwnership.swift
[181/205] Compiling SwiftFormat NumberFormatting.swift
[182/205] Compiling SwiftFormat OpaqueGenericParameters.swift
[183/205] Compiling SwiftFormat OrganizeDeclarations.swift
[184/205] Compiling SwiftFormat PreferForLoop.swift
[185/205] Compiling SwiftFormat PreferKeyPath.swift
[186/205] Compiling SwiftFormat PropertyTypes.swift
[187/205] Compiling SwiftFormat RedundantBackticks.swift
[188/205] Compiling SwiftFormat RedundantBreak.swift
[189/205] Compiling SwiftFormat Arguments.swift
[190/205] Compiling SwiftFormat CommandLine.swift
[191/205] Compiling SwiftFormat DeclarationHelpers.swift
[192/205] Compiling SwiftFormat EnumAssociable.swift
[193/205] Compiling SwiftFormat FormatRule.swift
[194/205] Compiling SwiftFormat Formatter.swift
[195/205] Compiling SwiftFormat FormattingHelpers.swift
[196/205] Compiling SwiftFormat GitFileInfo.swift
[197/205] Compiling SwiftFormat GithubActionsLogReporter.swift
[198/205] Compiling SwiftFormat Globs.swift
[199/205] Compiling SwiftFormat Inference.swift
[200/205] Compiling SwiftFormat JSONReporter.swift
[201/205] Compiling SwiftFormat OptionDescriptor.swift
[202/205] Compiling SwiftFormat Options.swift
[203/219] Compiling KippleFramework UninstallCommand.swift
[204/219] Compiling KippleFramework InstallCommand.swift
[205/220] Compiling KippleFramework FormatCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/KippleFramework/Core/Helpers/FileFormatter.swift:9:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'FileFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
4 | import KippleToolsCore
5 |
6 | final class FileFormatter {
| `- note: class 'FileFormatter' does not conform to the 'Sendable' protocol
7 | // MARK: Shared Instance
8 |
9 | static let shared = FileFormatter()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'FileFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |
11 | // MARK: Constants
[206/220] Compiling KippleFramework SetupCommand.swift
[207/220] Compiling KippleFramework MainCommand.swift
[208/220] Compiling KippleFramework Platform.swift
[209/220] Compiling KippleFramework TestCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/KippleFramework/Core/Helpers/SwiftBuilder.swift:8:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'SwiftBuilder' may have shared mutable state; this is an error in the Swift 6 language mode
3 | import KippleToolsCore
4 |
5 | final class SwiftBuilder {
| `- note: class 'SwiftBuilder' does not conform to the 'Sendable' protocol
6 | // MARK: Shared Instance
7 |
8 | static let shared = SwiftBuilder()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'SwiftBuilder' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
9 |
10 | // MARK: Properties
[210/220] Compiling KippleFramework SwiftVersion.swift
/Users/admin/builder/spi-builder-workspace/Sources/KippleFramework/Core/Helpers/SwiftBuilder.swift:8:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'SwiftBuilder' may have shared mutable state; this is an error in the Swift 6 language mode
3 | import KippleToolsCore
4 |
5 | final class SwiftBuilder {
| `- note: class 'SwiftBuilder' does not conform to the 'Sendable' protocol
6 | // MARK: Shared Instance
7 |
8 | static let shared = SwiftBuilder()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'SwiftBuilder' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
9 |
10 | // MARK: Properties
[211/220] Compiling KippleFramework BuildCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/KippleFramework/Core/Helpers/SwiftBuilder.swift:8:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'SwiftBuilder' may have shared mutable state; this is an error in the Swift 6 language mode
3 | import KippleToolsCore
4 |
5 | final class SwiftBuilder {
| `- note: class 'SwiftBuilder' does not conform to the 'Sendable' protocol
6 | // MARK: Shared Instance
7 |
8 | static let shared = SwiftBuilder()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'SwiftBuilder' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
9 |
10 | // MARK: Properties
[212/220] Compiling KippleFramework BuildEnvironment.swift
/Users/admin/builder/spi-builder-workspace/Sources/KippleFramework/Core/Helpers/FileFormatter.swift:9:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'FileFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
4 | import KippleToolsCore
5 |
6 | final class FileFormatter {
| `- note: class 'FileFormatter' does not conform to the 'Sendable' protocol
7 | // MARK: Shared Instance
8 |
9 | static let shared = FileFormatter()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'FileFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |
11 | // MARK: Constants
[213/220] Compiling KippleFramework FileFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/KippleFramework/Core/Helpers/FileFormatter.swift:9:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'FileFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
4 | import KippleToolsCore
5 |
6 | final class FileFormatter {
| `- note: class 'FileFormatter' does not conform to the 'Sendable' protocol
7 | // MARK: Shared Instance
8 |
9 | static let shared = FileFormatter()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'FileFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |
11 | // MARK: Constants
[214/220] Compiling KippleFramework SwiftBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/KippleFramework/Core/Helpers/SwiftBuilder.swift:8:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'SwiftBuilder' may have shared mutable state; this is an error in the Swift 6 language mode
3 | import KippleToolsCore
4 |
5 | final class SwiftBuilder {
| `- note: class 'SwiftBuilder' does not conform to the 'Sendable' protocol
6 | // MARK: Shared Instance
7 |
8 | static let shared = SwiftBuilder()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'SwiftBuilder' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
9 |
10 | // MARK: Properties
/Users/admin/builder/spi-builder-workspace/Sources/KippleFramework/Core/Helpers/SwiftFormat.swift:56:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
54 | }
55 |
56 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
57 | public func write(_ string: String) {
58 | self.write(Data(string.utf8))
/Users/admin/builder/spi-builder-workspace/Sources/KippleFramework/Core/Helpers/SwiftFormat.swift:13:13: warning: reference to static property 'print' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
11 |
12 | init() {
13 | CLI.print = self.print
| `- warning: reference to static property 'print' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
14 | }
15 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/CommandLine.swift:49:16: note: static property declared here
47 |
48 | /// Output handler - override this to intercept output from the CLI
49 | static var print: (String, OutputType) -> Void = { _, _ in
| `- note: static property declared here
50 | fatalError("No print hook set.")
51 | }
[215/220] Compiling KippleFramework SwiftFormat.swift
/Users/admin/builder/spi-builder-workspace/Sources/KippleFramework/Core/Helpers/SwiftBuilder.swift:8:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'SwiftBuilder' may have shared mutable state; this is an error in the Swift 6 language mode
3 | import KippleToolsCore
4 |
5 | final class SwiftBuilder {
| `- note: class 'SwiftBuilder' does not conform to the 'Sendable' protocol
6 | // MARK: Shared Instance
7 |
8 | static let shared = SwiftBuilder()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'SwiftBuilder' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
9 |
10 | // MARK: Properties
/Users/admin/builder/spi-builder-workspace/Sources/KippleFramework/Core/Helpers/SwiftFormat.swift:56:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
54 | }
55 |
56 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
57 | public func write(_ string: String) {
58 | self.write(Data(string.utf8))
/Users/admin/builder/spi-builder-workspace/Sources/KippleFramework/Core/Helpers/SwiftFormat.swift:13:13: warning: reference to static property 'print' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
11 |
12 | init() {
13 | CLI.print = self.print
| `- warning: reference to static property 'print' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
14 | }
15 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/CommandLine.swift:49:16: note: static property declared here
47 |
48 | /// Output handler - override this to intercept output from the CLI
49 | static var print: (String, OutputType) -> Void = { _, _ in
| `- note: static property declared here
50 | fatalError("No print hook set.")
51 | }
[216/220] Emitting module KippleFramework
/Users/admin/builder/spi-builder-workspace/Sources/KippleFramework/Core/Helpers/FileFormatter.swift:9:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'FileFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
4 | import KippleToolsCore
5 |
6 | final class FileFormatter {
| `- note: class 'FileFormatter' does not conform to the 'Sendable' protocol
7 | // MARK: Shared Instance
8 |
9 | static let shared = FileFormatter()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'FileFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |
11 | // MARK: Constants
/Users/admin/builder/spi-builder-workspace/Sources/KippleFramework/Core/Helpers/SwiftBuilder.swift:8:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'SwiftBuilder' may have shared mutable state; this is an error in the Swift 6 language mode
3 | import KippleToolsCore
4 |
5 | final class SwiftBuilder {
| `- note: class 'SwiftBuilder' does not conform to the 'Sendable' protocol
6 | // MARK: Shared Instance
7 |
8 | static let shared = SwiftBuilder()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'SwiftBuilder' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
9 |
10 | // MARK: Properties
/Users/admin/builder/spi-builder-workspace/Sources/KippleFramework/Core/Helpers/SwiftFormat.swift:56:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
54 | }
55 |
56 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
57 | public func write(_ string: String) {
58 | self.write(Data(string.utf8))
[217/220] Compiling KippleFramework resource_bundle_accessor.swift
[218/222] Compiling kipple main.swift
[219/222] Emitting module kipple
[219/222] Write Objects.LinkFileList
[220/222] Linking kipple
[221/222] Applying kipple
Build complete! (25.27s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swiftformat",
"requirement" : {
"range" : [
{
"lower_bound" : "0.53.10",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/SwiftFormat"
}
],
"manifest_display_name" : "KippleTools",
"name" : "KippleTools",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "kipple",
"targets" : [
"kipple"
],
"type" : {
"executable" : null
}
},
{
"name" : "KippleToolsCore",
"targets" : [
"KippleToolsCore"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "kipple",
"module_type" : "SwiftTarget",
"name" : "kipple",
"path" : "Sources/kipple",
"product_memberships" : [
"kipple"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"KippleFramework"
],
"type" : "executable"
},
{
"c99name" : "KippleToolsCoreTests",
"module_type" : "SwiftTarget",
"name" : "KippleToolsCoreTests",
"path" : "Tests/KippleToolsCoreTests",
"sources" : [
"ShellCommandTests.swift",
"ShellTests.swift"
],
"target_dependencies" : [
"KippleToolsCore"
],
"type" : "test"
},
{
"c99name" : "KippleToolsCore",
"module_type" : "SwiftTarget",
"name" : "KippleToolsCore",
"path" : "Sources/KippleToolsCore",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"kipple",
"KippleToolsCore"
],
"sources" : [
"Extensions/Data+ShellOutput.swift",
"Extensions/Process+Convenience.swift",
"Extensions/ShellCommand+FileSystem.swift",
"Extensions/ShellCommand+Git.swift",
"Extensions/ShellCommand+SwiftPackageManager.swift",
"Helpers/Shell.swift",
"Models/ShellCommand.swift",
"Models/ShellError.swift",
"Protocols/VerboseLogging.swift"
],
"type" : "library"
},
{
"c99name" : "KippleFrameworkTests",
"module_type" : "SwiftTarget",
"name" : "KippleFrameworkTests",
"path" : "Tests/KippleFrameworkTests",
"sources" : [
"PrintCommandTests.swift",
"ResourceTests.swift"
],
"target_dependencies" : [
"KippleFramework"
],
"type" : "test"
},
{
"c99name" : "KippleFramework",
"module_type" : "SwiftTarget",
"name" : "KippleFramework",
"path" : "Sources/KippleFramework",
"product_dependencies" : [
"SwiftFormat"
],
"product_memberships" : [
"kipple"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/KippleFramework/Resources/git-hooks/pre-commit",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/KippleFramework/Resources/gitignore/app.gitignore",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/KippleFramework/Resources/gitignore/default.gitignore",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/KippleFramework/Resources/swiftformat/default.swiftformat",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/KippleFramework/Resources/swiftlint/default.swiftlint.yml",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Core/Helpers/BuildEnvironment.swift",
"Core/Helpers/FileFormatter.swift",
"Core/Helpers/SwiftBuilder.swift",
"Core/Helpers/SwiftFormat.swift",
"Core/MainCommand.swift",
"Core/Models/Platform.swift",
"Core/Models/SwiftVersion.swift",
"Core/Subcommands/BuildCommand.swift",
"Core/Subcommands/FormatCommand.swift",
"Core/Subcommands/InstallCommand.swift",
"Core/Subcommands/SetupCommand.swift",
"Core/Subcommands/TestCommand.swift",
"Core/Subcommands/UninstallCommand.swift"
],
"target_dependencies" : [
"KippleToolsCore"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/bdrelling/kippletools/0.5.4
Repository: bdrelling/KippleTools
Swift version used: 6.0
Target: KippleFramework
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
* branch 88815688627177b9716a01ca41da19397bd30e47 -> FETCH_HEAD
HEAD is now at 8881568 Update the artifact
Extracting symbol information for 'KippleFramework'...
Finished extracting symbol information for 'KippleFramework'. (8.69s)
Building documentation for 'KippleFramework'...
Finished building documentation for 'KippleFramework' (0.11s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/bdrelling/kippletools/0.5.4
Fetching https://github.com/swiftlang/swift-docc-plugin
Updating https://github.com/apple/swift-argument-parser
Updating https://github.com/nicklockwood/SwiftFormat
Updated https://github.com/apple/swift-argument-parser (0.54s)
Updated https://github.com/nicklockwood/SwiftFormat (0.54s)
[1/2038] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.27s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.55.3 (0.56s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.45s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.56s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3188] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.24s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.58s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version--7754E27361AE5C74.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit Identifier.swift
[8/57] Compiling SymbolKit KindIdentifier.swift
[9/57] Compiling SymbolKit Location.swift
[10/57] Compiling SymbolKit Mutability.swift
[11/57] Compiling SymbolKit Mixin+Equals.swift
[12/57] Compiling SymbolKit Mixin+Hash.swift
[13/57] Compiling SymbolKit Mixin.swift
[14/57] Compiling SymbolKit LineList.swift
[15/57] Compiling SymbolKit Position.swift
[16/57] Compiling SymbolKit GenericConstraint.swift
[17/57] Compiling SymbolKit GenericParameter.swift
[18/57] Compiling SymbolKit Generics.swift
[19/57] Compiling SymbolKit Namespace.swift
[20/57] Compiling SymbolKit Names.swift
[21/57] Compiling SymbolKit SPI.swift
[22/57] Compiling SymbolKit Snippet.swift
[23/57] Compiling SymbolKit Extension.swift
[24/57] Compiling SymbolKit DeclarationFragments.swift
[25/57] Compiling SymbolKit Fragment.swift
[26/57] Compiling SymbolKit FragmentKind.swift
[27/57] Compiling SymbolKit FunctionParameter.swift
[28/57] Compiling SymbolKit FunctionSignature.swift
[29/57] Compiling SymbolKit SemanticVersion.swift
[30/57] Compiling SymbolKit AccessControl.swift
[31/57] Compiling SymbolKit Availability.swift
[32/57] Compiling SymbolKit AvailabilityItem.swift
[33/57] Compiling SymbolKit Domain.swift
[34/57] Compiling SymbolKit Relationship.swift
[35/57] Compiling SymbolKit RelationshipKind.swift
[36/57] Compiling SymbolKit SourceOrigin.swift
[37/57] Compiling SymbolKit GenericConstraints.swift
[38/57] Compiling SymbolKit Swift.swift
[39/57] Compiling SymbolKit SourceRange.swift
[40/57] Compiling SymbolKit Metadata.swift
[41/57] Compiling SymbolKit Module.swift
[42/57] Compiling SymbolKit OperatingSystem.swift
[43/57] Compiling SymbolKit Platform.swift
[44/57] Compiling SymbolKit Symbol.swift
[45/57] Compiling SymbolKit SymbolKind.swift
[46/57] Compiling SymbolKit SymbolGraph.swift
[47/57] Compiling SymbolKit GraphCollector.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets SnippetParser.swift
[53/57] Emitting module Snippets
[54/57] Compiling Snippets Snippet.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.66s)
Building for debugging...
[0/1] Write swift-version--7754E27361AE5C74.txt
[2/94] Emitting module ArgumentParserToolInfo
[3/94] Compiling ArgumentParserToolInfo ToolInfo.swift
[4/161] Compiling ArgumentParser InputOrigin.swift
[5/161] Compiling ArgumentParser Name.swift
[6/161] Compiling ArgumentParser Parsed.swift
[7/161] Compiling ArgumentParser ParsedValues.swift
[8/161] Compiling ArgumentParser ArgumentHelp.swift
[9/161] Compiling ArgumentParser ArgumentVisibility.swift
[10/161] Compiling ArgumentParser CompletionKind.swift
[11/161] Compiling ArgumentParser Errors.swift
[12/161] Compiling ArgumentParser Flag.swift
[13/165] Emitting module ArgumentParser
[14/165] Compiling ArgumentParser BashCompletionsGenerator.swift
[15/165] Compiling ArgumentParser CompletionsGenerator.swift
[16/165] Compiling ArgumentParser FishCompletionsGenerator.swift
[17/165] Compiling ArgumentParser ZshCompletionsGenerator.swift
[18/165] Compiling ArgumentParser Argument.swift
[19/165] Compiling ArgumentParser CommandConfiguration.swift
[20/165] Compiling ArgumentParser CommandGroup.swift
[21/165] Compiling ArgumentParser EnumerableFlag.swift
[22/165] Compiling ArgumentParser ExpressibleByArgument.swift
[23/165] Compiling ArgumentParser HelpGenerator.swift
[24/165] Compiling ArgumentParser MessageInfo.swift
[25/165] Compiling ArgumentParser UsageGenerator.swift
[26/165] Compiling ArgumentParser CollectionExtensions.swift
[27/165] Compiling ArgumentParser ParserError.swift
[28/165] Compiling ArgumentParser SplitArguments.swift
[29/165] Compiling ArgumentParser DumpHelpGenerator.swift
[30/165] Compiling ArgumentParser HelpCommand.swift
[31/165] Compiling ArgumentParser ParsableArguments.swift
[32/165] Compiling ArgumentParser ParsableArgumentsValidation.swift
[33/165] Compiling ArgumentParser ParsableCommand.swift
[34/165] Compiling ArgumentParser ArgumentDecoder.swift
[35/165] Compiling ArgumentParser Platform.swift
[36/165] Compiling ArgumentParser SequenceExtensions.swift
[37/165] Compiling ArgumentParser StringExtensions.swift
[38/165] Compiling ArgumentParser Tree.swift
[39/165] Compiling ArgumentParser NameSpecification.swift
[40/165] Compiling ArgumentParser Option.swift
[41/165] Compiling ArgumentParser OptionGroup.swift
[42/165] Compiling ArgumentParser AsyncParsableCommand.swift
[43/165] Compiling ArgumentParser ArgumentDefinition.swift
[44/165] Compiling ArgumentParser ArgumentSet.swift
[45/165] Compiling ArgumentParser CommandParser.swift
[46/165] Compiling ArgumentParser InputKey.swift
[47/165] Compiling SwiftFormat Specifiers.swift
[48/165] Compiling SwiftFormat StrongOutlets.swift
[49/165] Compiling SwiftFormat StrongifiedSelf.swift
[50/165] Compiling SwiftFormat Todos.swift
[51/165] Compiling SwiftFormat TrailingClosures.swift
[52/165] Compiling SwiftFormat TrailingCommas.swift
[53/165] Compiling SwiftFormat TrailingSpace.swift
[54/165] Compiling SwiftFormat TypeSugar.swift
[55/165] Compiling SwiftFormat UnusedArguments.swift
[56/165] Compiling SwiftFormat UnusedPrivateDeclarations.swift
[57/165] Compiling SwiftFormat Void.swift
[58/165] Compiling SwiftFormat Wrap.swift
[59/165] Compiling SwiftFormat WrapArguments.swift
[60/188] Compiling KippleToolsCore VerboseLogging.swift
[61/188] Compiling KippleToolsCore ShellError.swift
[62/188] Compiling KippleToolsCore Shell.swift
[63/188] Compiling KippleToolsCore ShellCommand.swift
[64/188] Compiling KippleToolsCore ShellCommand+SwiftPackageManager.swift
[65/188] Compiling KippleToolsCore ShellCommand+Git.swift
[66/188] Compiling KippleToolsCore Data+ShellOutput.swift
[67/188] Compiling KippleToolsCore Process+Convenience.swift
[68/188] Emitting module KippleToolsCore
[69/188] Compiling KippleToolsCore ShellCommand+FileSystem.swift
[70/188] Compiling SwiftFormat RedundantClosure.swift
[71/188] Compiling SwiftFormat RedundantExtensionACL.swift
[72/188] Compiling SwiftFormat RedundantFileprivate.swift
[73/188] Compiling SwiftFormat RedundantGet.swift
[74/188] Compiling SwiftFormat RedundantInit.swift
[75/188] Compiling SwiftFormat RedundantInternal.swift
[76/188] Compiling SwiftFormat RedundantLet.swift
[77/188] Compiling SwiftFormat RedundantLetError.swift
[78/188] Compiling SwiftFormat RedundantNilInit.swift
[79/188] Compiling SwiftFormat RedundantObjc.swift
[80/188] Compiling SwiftFormat RedundantOptionalBinding.swift
[81/188] Compiling SwiftFormat RedundantParens.swift
[82/188] Compiling SwiftFormat RedundantPattern.swift
[83/188] Compiling SwiftFormat RedundantProperty.swift
[84/188] Compiling SwiftFormat RedundantRawValues.swift
[85/188] Compiling SwiftFormat RedundantReturn.swift
[86/188] Compiling SwiftFormat RedundantSelf.swift
[87/188] Compiling SwiftFormat RedundantStaticSelf.swift
[88/188] Compiling SwiftFormat RedundantType.swift
[89/188] Compiling SwiftFormat RedundantTypedThrows.swift
[90/188] Compiling SwiftFormat RedundantVoidReturnType.swift
[91/188] Compiling SwiftFormat Semicolons.swift
[92/188] Compiling SwiftFormat SortDeclarations.swift
[93/188] Compiling SwiftFormat SortImports.swift
[94/188] Compiling SwiftFormat SortSwitchCases.swift
[95/188] Compiling SwiftFormat SortTypealiases.swift
[112/188] Compiling SwiftFormat ModifierOrder.swift
[113/188] Compiling SwiftFormat NoExplicitOwnership.swift
[114/188] Compiling SwiftFormat NumberFormatting.swift
[115/188] Compiling SwiftFormat OpaqueGenericParameters.swift
[116/188] Compiling SwiftFormat OrganizeDeclarations.swift
[117/188] Compiling SwiftFormat PreferForLoop.swift
[118/188] Compiling SwiftFormat PreferKeyPath.swift
[119/188] Compiling SwiftFormat PropertyTypes.swift
[120/188] Compiling SwiftFormat RedundantBackticks.swift
[121/188] Compiling SwiftFormat RedundantBreak.swift
[148/188] Emitting module SwiftFormat
[149/188] Compiling SwiftFormat Arguments.swift
[150/188] Compiling SwiftFormat CommandLine.swift
[151/188] Compiling SwiftFormat DeclarationHelpers.swift
[152/188] Compiling SwiftFormat EnumAssociable.swift
[153/188] Compiling SwiftFormat FormatRule.swift
[154/188] Compiling SwiftFormat Formatter.swift
[155/188] Compiling SwiftFormat FormattingHelpers.swift
[156/188] Compiling SwiftFormat GitFileInfo.swift
[157/188] Compiling SwiftFormat GithubActionsLogReporter.swift
[158/188] Compiling SwiftFormat Globs.swift
[159/188] Compiling SwiftFormat Inference.swift
[160/188] Compiling SwiftFormat JSONReporter.swift
[161/188] Compiling SwiftFormat OptionDescriptor.swift
[162/188] Compiling SwiftFormat Options.swift
[163/188] Compiling SwiftFormat ParsingHelpers.swift
[164/188] Compiling SwiftFormat Reporter.swift
[165/188] Compiling SwiftFormat RuleRegistry.generated.swift
[166/188] Compiling SwiftFormat Acronyms.swift
[167/188] Compiling SwiftFormat AndOperator.swift
[168/188] Compiling SwiftFormat AnyObjectProtocol.swift
[169/188] Compiling SwiftFormat ApplicationMain.swift
[170/188] Compiling SwiftFormat AssertionFailures.swift
[171/188] Compiling SwiftFormat BlankLineAfterImports.swift
[172/188] Compiling SwiftFormat BlankLineAfterSwitchCase.swift
[173/188] Compiling SwiftFormat BlankLinesAroundMark.swift
[174/188] Compiling SwiftFormat BlankLinesAtEndOfScope.swift
[175/188] Compiling SwiftFormat BlankLinesAtStartOfScope.swift
[176/188] Compiling SwiftFormat WrapAttributes.swift
[177/188] Compiling SwiftFormat WrapConditionalBodies.swift
[178/188] Compiling SwiftFormat WrapEnumCases.swift
[179/188] Compiling SwiftFormat WrapLoopBodies.swift
[180/188] Compiling SwiftFormat WrapMultilineConditionalAssignment.swift
[181/188] Compiling SwiftFormat WrapMultilineStatementBraces.swift
[182/188] Compiling SwiftFormat WrapSingleLineComments.swift
[183/188] Compiling SwiftFormat WrapSwitchCases.swift
[184/188] Compiling SwiftFormat YodaConditions.swift
[185/188] Compiling SwiftFormat Singularize.swift
[186/188] Compiling SwiftFormat SwiftFormat.swift
[187/188] Compiling SwiftFormat Tokenizer.swift
[188/188] Compiling SwiftFormat XMLReporter.swift
[189/202] Compiling KippleFramework UninstallCommand.swift
[190/203] Compiling KippleFramework TestCommand.swift
[191/203] Compiling KippleFramework SetupCommand.swift
[192/203] Compiling KippleFramework InstallCommand.swift
[193/203] Compiling KippleFramework FormatCommand.swift
[194/203] Compiling KippleFramework SwiftVersion.swift
[195/203] Compiling KippleFramework BuildCommand.swift
[196/203] Compiling KippleFramework MainCommand.swift
[197/203] Compiling KippleFramework Platform.swift
[198/203] Compiling KippleFramework SwiftBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/KippleFramework/Core/Helpers/SwiftFormat.swift:56:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
54 | }
55 |
56 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
57 | public func write(_ string: String) {
58 | self.write(Data(string.utf8))
[199/203] Compiling KippleFramework SwiftFormat.swift
/Users/admin/builder/spi-builder-workspace/Sources/KippleFramework/Core/Helpers/SwiftFormat.swift:56:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
54 | }
55 |
56 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
57 | public func write(_ string: String) {
58 | self.write(Data(string.utf8))
[200/203] Compiling KippleFramework BuildEnvironment.swift
[201/203] Compiling KippleFramework FileFormatter.swift
[202/203] Emitting module KippleFramework
/Users/admin/builder/spi-builder-workspace/Sources/KippleFramework/Core/Helpers/SwiftFormat.swift:56:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
54 | }
55 |
56 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
57 | public func write(_ string: String) {
58 | self.write(Data(string.utf8))
[203/203] Compiling KippleFramework resource_bundle_accessor.swift
Build of target: 'KippleFramework' complete! (6.73s)
Target: KippleToolsCore
Extracting symbol information for 'KippleToolsCore'...
Finished extracting symbol information for 'KippleToolsCore'. (0.40s)
Building documentation for 'KippleToolsCore'...
Finished building documentation for 'KippleToolsCore' (0.09s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/bdrelling/kippletools/0.5.4
Building for debugging...
[0/3] Write swift-version--7754E27361AE5C74.txt
Build of product 'snippet-extract' complete! (0.25s)
Building for debugging...
[0/1] Write swift-version--7754E27361AE5C74.txt
Build of target: 'KippleToolsCore' complete! (0.23s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/bdrelling/kippletools/0.5.4/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/bdrelling/kippletools/0.5.4/linkable-paths.json
292
3 /Users/admin/builder/spi-builder-workspace/.docs/bdrelling/kippletools/0.5.4
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/bdrelling/kippletools/0.5.4
File count: 292
Doc size: 3.0MB
Preparing doc bundle ...
Uploading prod-bdrelling-kippletools-0.5.4-9355ec42.zip to s3://spi-docs-inbox/prod-bdrelling-kippletools-0.5.4-9355ec42.zip
Copying... [11%]
Copying... [22%]
Copying... [33%]
Copying... [44%]
Copying... [55%]
Copying... [66%]
Copying... [77%]
Copying... [88%]
Copying... [99%]
Copying... [100%]
Done.