Build Information
Failed to build KippleTools, reference main (d250ed
), with Swift 6.1 for Wasm on 29 May 2025 09:55:26 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bdrelling/KippleTools.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/bdrelling/KippleTools
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/bdrelling/KippleTools.git
https://github.com/bdrelling/KippleTools.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"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" : "/host/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" : "/host/spi-builder-workspace/Sources/KippleFramework/Resources/git-hooks/pre-commit",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/KippleFramework/Resources/gitignore/app.gitignore",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/KippleFramework/Resources/gitignore/default.gitignore",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/KippleFramework/Resources/swiftformat/default.swiftformat",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/nicklockwood/SwiftFormat
[1/15379] Fetching swift-argument-parser
[15380/63561] Fetching swift-argument-parser, swiftformat
Fetched https://github.com/apple/swift-argument-parser from cache (22.65s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (23.29s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (28.79s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.56.2 (2.26s)
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.1
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.56.2
[1/1] Compiling plugin SwiftFormatPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/22] Write sources
[7/22] Copying pre-commit
[7/22] Copying default.swiftlint.yml
[7/22] Copying default.swiftformat
[7/22] Copying default.gitignore
[7/22] Copying app.gitignore
[7/22] Write sources
[13/22] Write swift-version-24593BA9C3E375BF.txt
[15/150] Emitting module ArgumentParserToolInfo
[16/150] Compiling ArgumentParserToolInfo ToolInfo.swift
[17/151] Wrapping AST for ArgumentParserToolInfo for debugging
[19/189] Compiling ArgumentParser OptionGroup.swift
[20/189] Compiling ArgumentParser AsyncParsableCommand.swift
[21/189] Compiling ArgumentParser CommandConfiguration.swift
[22/189] Compiling ArgumentParser CommandGroup.swift
[23/189] Compiling ArgumentParser EnumerableFlag.swift
[24/194] Emitting module ArgumentParser
[25/194] Compiling ArgumentParser ArgumentVisibility.swift
[26/194] Compiling ArgumentParser CompletionKind.swift
[27/194] Compiling ArgumentParser Errors.swift
[28/194] Compiling ArgumentParser Flag.swift
[29/194] Compiling ArgumentParser NameSpecification.swift
[30/194] Compiling ArgumentParser Option.swift
[31/194] Compiling ArgumentParser CollectionExtensions.swift
[32/194] Compiling ArgumentParser Platform.swift
[33/194] Compiling ArgumentParser SequenceExtensions.swift
[34/194] Compiling ArgumentParser StringExtensions.swift
[35/194] Compiling ArgumentParser Tree.swift
[36/194] Compiling SwiftFormat SpaceAroundParens.swift
[37/194] Compiling SwiftFormat SpaceInsideBraces.swift
[38/194] Compiling SwiftFormat SpaceInsideBrackets.swift
[39/194] Compiling SwiftFormat SpaceInsideComments.swift
[40/194] Compiling SwiftFormat SpaceInsideGenerics.swift
[41/194] Compiling SwiftFormat SpaceInsideParens.swift
[42/194] Compiling SwiftFormat Specifiers.swift
[43/194] Compiling SwiftFormat StrongOutlets.swift
[44/194] Compiling SwiftFormat StrongifiedSelf.swift
[45/194] Compiling SwiftFormat SwiftTestingTestCaseNames.swift
[46/194] Compiling SwiftFormat Todos.swift
[47/194] Compiling SwiftFormat TrailingClosures.swift
[48/194] Compiling SwiftFormat TrailingCommas.swift
[49/194] Compiling SwiftFormat TrailingSpace.swift
[50/194] Compiling SwiftFormat TypeSugar.swift
[51/194] Compiling SwiftFormat UnusedArguments.swift
[52/194] Compiling SwiftFormat UnusedPrivateDeclarations.swift
[53/211] Compiling ArgumentParser Name.swift
[54/211] Compiling ArgumentParser Parsed.swift
[55/211] Compiling ArgumentParser ParsedValues.swift
[56/211] Compiling ArgumentParser ParserError.swift
[57/211] Compiling ArgumentParser SplitArguments.swift
[58/211] Compiling ArgumentParser DumpHelpGenerator.swift
[59/211] Compiling ArgumentParser HelpCommand.swift
[60/211] Compiling ArgumentParser HelpGenerator.swift
[61/211] Compiling ArgumentParser MessageInfo.swift
[62/211] Compiling ArgumentParser UsageGenerator.swift
[63/211] Compiling ArgumentParser ArgumentDefinition.swift
[64/211] Compiling ArgumentParser ArgumentSet.swift
[65/211] Compiling ArgumentParser CommandParser.swift
[66/211] Compiling ArgumentParser InputKey.swift
[67/211] Compiling ArgumentParser InputOrigin.swift
[68/211] Compiling ArgumentParser ExpressibleByArgument.swift
[69/211] Compiling ArgumentParser ParsableArguments.swift
[70/211] Compiling ArgumentParser ParsableArgumentsValidation.swift
[71/211] Compiling ArgumentParser ParsableCommand.swift
[72/211] Compiling ArgumentParser ArgumentDecoder.swift
[73/211] Compiling ArgumentParser BashCompletionsGenerator.swift
[74/211] Compiling ArgumentParser CompletionsGenerator.swift
[75/211] Compiling ArgumentParser FishCompletionsGenerator.swift
[76/211] Compiling ArgumentParser ZshCompletionsGenerator.swift
[77/211] Compiling ArgumentParser Argument.swift
[78/211] Compiling ArgumentParser ArgumentHelp.swift
[79/211] Compiling SwiftFormat RedundantBackticks.swift
[80/211] Compiling SwiftFormat RedundantBreak.swift
[81/211] Compiling SwiftFormat RedundantClosure.swift
[82/211] Compiling SwiftFormat RedundantEquatable.swift
[83/211] Compiling SwiftFormat RedundantExtensionACL.swift
[84/211] Compiling SwiftFormat RedundantFileprivate.swift
[85/211] Compiling SwiftFormat RedundantGet.swift
[86/211] Compiling SwiftFormat RedundantInit.swift
[87/211] Compiling SwiftFormat RedundantInternal.swift
[88/211] Compiling SwiftFormat RedundantLet.swift
[89/211] Compiling SwiftFormat RedundantLetError.swift
[90/211] Compiling SwiftFormat RedundantNilInit.swift
[91/211] Compiling SwiftFormat RedundantObjc.swift
[92/211] Compiling SwiftFormat RedundantOptionalBinding.swift
[93/211] Compiling SwiftFormat RedundantParens.swift
[94/211] Compiling SwiftFormat RedundantPattern.swift
[95/211] Compiling SwiftFormat RedundantProperty.swift
[96/211] Compiling SwiftFormat RedundantRawValues.swift
[97/211] Compiling SwiftFormat RedundantReturn.swift
[98/211] Compiling SwiftFormat RedundantSelf.swift
[99/211] Compiling SwiftFormat RedundantStaticSelf.swift
[100/211] Compiling SwiftFormat RedundantType.swift
[101/211] Compiling SwiftFormat RedundantTypedThrows.swift
[102/211] Compiling SwiftFormat RedundantVoidReturnType.swift
[103/211] Compiling SwiftFormat Semicolons.swift
[104/211] Compiling SwiftFormat SortDeclarations.swift
[105/211] Compiling SwiftFormat SortImports.swift
[106/211] Compiling SwiftFormat SortSwitchCases.swift
[107/211] Compiling SwiftFormat SortTypealiases.swift
[108/211] Compiling SwiftFormat SortedImports.swift
[109/211] Compiling SwiftFormat SortedSwitchCases.swift
[110/211] Compiling SwiftFormat SpaceAroundBraces.swift
[111/211] Compiling SwiftFormat SpaceAroundBrackets.swift
[112/211] Compiling SwiftFormat SpaceAroundComments.swift
[113/211] Compiling SwiftFormat SpaceAroundGenerics.swift
[114/211] Compiling SwiftFormat SpaceAroundOperators.swift
[115/212] Wrapping AST for ArgumentParser for debugging
[117/221] Compiling KippleToolsCore ShellError.swift
[118/222] Compiling KippleToolsCore Shell.swift
/host/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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
67 |
68 | static let sh: Self = .init(executablePath: "/bin/sh")
/host/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: add '@MainActor' to make static property 'sh' part of global actor 'MainActor'
| `- 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")
/host/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: add '@MainActor' to make static property 'bash' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
70 | static let zsh: Self = .init(executablePath: "/bin/zsh")
71 | }
/host/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: add '@MainActor' to make static property 'zsh' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
71 | }
72 |
/host/spi-builder-workspace/Sources/KippleToolsCore/Helpers/Shell.swift:27:23: error: cannot find 'Process' in scope
25 | errorHandle: FileHandle? = nil
26 | ) throws -> String {
27 | let process = Process(
| `- error: cannot find 'Process' in scope
28 | executablePath: self.executablePath,
29 | command: command,
[119/222] Compiling KippleToolsCore Data+ShellOutput.swift
/host/spi-builder-workspace/Sources/KippleToolsCore/Extensions/Process+Convenience.swift:5:18: error: cannot find type 'Process' in scope
3 | import Foundation
4 |
5 | public extension Process {
| `- error: cannot find type 'Process' in scope
6 | // MARK: Properties
7 |
[120/222] Compiling KippleToolsCore Process+Convenience.swift
/host/spi-builder-workspace/Sources/KippleToolsCore/Extensions/Process+Convenience.swift:5:18: error: cannot find type 'Process' in scope
3 | import Foundation
4 |
5 | public extension Process {
| `- error: cannot find type 'Process' in scope
6 | // MARK: Properties
7 |
[121/222] Compiling KippleToolsCore ShellCommand+SwiftPackageManager.swift
[122/222] Compiling KippleToolsCore ShellCommand.swift
[123/222] Compiling KippleToolsCore VerboseLogging.swift
[124/222] Compiling KippleToolsCore ShellCommand+FileSystem.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[125/222] Compiling KippleToolsCore ShellCommand+Git.swift
[126/222] Emitting module KippleToolsCore
/host/spi-builder-workspace/Sources/KippleToolsCore/Extensions/Process+Convenience.swift:5:18: error: cannot find type 'Process' in scope
3 | import Foundation
4 |
5 | public extension Process {
| `- error: cannot find type 'Process' in scope
6 | // MARK: Properties
7 |
/host/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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
67 |
68 | static let sh: Self = .init(executablePath: "/bin/sh")
/host/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: add '@MainActor' to make static property 'sh' part of global actor 'MainActor'
| `- 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")
/host/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: add '@MainActor' to make static property 'bash' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
70 | static let zsh: Self = .init(executablePath: "/bin/zsh")
71 | }
/host/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: add '@MainActor' to make static property 'zsh' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
71 | }
72 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[127/222] Emitting module SwiftFormat
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/CommandLine.swift:776:13: error: cannot find 'DispatchQueue' in scope
774 | } else if inputURLs.isEmpty {
775 | // If no input file, try stdin
776 | DispatchQueue.global(qos: .userInitiated).async {
| `- error: cannot find 'DispatchQueue' in scope
777 | processFromStdin()
778 | }
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/CommandLine.swift:776:40: error: cannot infer contextual base in reference to member 'userInitiated'
774 | } else if inputURLs.isEmpty {
775 | // If no input file, try stdin
776 | DispatchQueue.global(qos: .userInitiated).async {
| `- error: cannot infer contextual base in reference to member 'userInitiated'
777 | processFromStdin()
778 | }
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/SwiftFormat.swift:315:27: error: cannot find 'DispatchQueue' in scope
313 | /// Process configuration files in specified directory.
314 | private var configCache = [URL: [String: String]]()
315 | private let configQueue = DispatchQueue(label: "swiftformat.config", qos: .userInteractive)
| `- error: cannot find 'DispatchQueue' in scope
316 | private func processDirectory(_ inputURL: URL, with options: inout Options, logger: Logger?) throws {
317 | if let args = configQueue.sync(execute: { configCache[inputURL] }) {
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/SwiftFormat.swift:315:76: error: cannot infer contextual base in reference to member 'userInteractive'
313 | /// Process configuration files in specified directory.
314 | private var configCache = [URL: [String: String]]()
315 | private let configQueue = DispatchQueue(label: "swiftformat.config", qos: .userInteractive)
| `- error: cannot infer contextual base in reference to member 'userInteractive'
316 | private func processDirectory(_ inputURL: URL, with options: inout Options, logger: Logger?) throws {
317 | if let args = configQueue.sync(execute: { configCache[inputURL] }) {
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/SwiftFormat.swift:315:27: error: cannot find 'DispatchQueue' in scope
313 | /// Process configuration files in specified directory.
314 | private var configCache = [URL: [String: String]]()
315 | private let configQueue = DispatchQueue(label: "swiftformat.config", qos: .userInteractive)
| `- error: cannot find 'DispatchQueue' in scope
316 | private func processDirectory(_ inputURL: URL, with options: inout Options, logger: Logger?) throws {
317 | if let args = configQueue.sync(execute: { configCache[inputURL] }) {
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/SwiftFormat.swift:315:76: error: cannot infer contextual base in reference to member 'userInteractive'
313 | /// Process configuration files in specified directory.
314 | private var configCache = [URL: [String: String]]()
315 | private let configQueue = DispatchQueue(label: "swiftformat.config", qos: .userInteractive)
| `- error: cannot infer contextual base in reference to member 'userInteractive'
316 | private func processDirectory(_ inputURL: URL, with options: inout Options, logger: Logger?) throws {
317 | if let args = configQueue.sync(execute: { configCache[inputURL] }) {
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/SwiftFormat.swift:134:17: error: cannot find 'DispatchGroup' in scope
132 | ]
133 |
134 | let group = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
135 | var completionBlocks = [() throws -> Void]()
136 | let completionQueue = DispatchQueue(label: "swiftformat.enumeration")
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/SwiftFormat.swift:136:27: error: cannot find 'DispatchQueue' in scope
134 | let group = DispatchGroup()
135 | var completionBlocks = [() throws -> Void]()
136 | let completionQueue = DispatchQueue(label: "swiftformat.enumeration")
| `- error: cannot find 'DispatchQueue' in scope
137 | func onComplete(_ block: @escaping () throws -> Void) {
138 | completionQueue.async(group: group) {
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/SwiftFormat.swift:143:30: error: cannot find 'DispatchQueue' in scope
141 | }
142 |
143 | let queue = concurrent ? DispatchQueue.global(qos: .userInitiated) : completionQueue
| `- error: cannot find 'DispatchQueue' in scope
144 |
145 | func resolveInputURL(_ inputURL: URL, options: Options) -> (URL, URLResourceValues, Options)? {
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/SwiftFormat.swift:143:57: error: cannot infer contextual base in reference to member 'userInitiated'
141 | }
142 |
143 | let queue = concurrent ? DispatchQueue.global(qos: .userInitiated) : completionQueue
| `- error: cannot infer contextual base in reference to member 'userInitiated'
144 |
145 | func resolveInputURL(_ inputURL: URL, options: Options) -> (URL, URLResourceValues, Options)? {
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/SwiftFormat.swift:555:17: error: cannot find 'DispatchGroup' in scope
553 |
554 | // Recursively apply rules until no changes are detected
555 | let group = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
556 | let queue = DispatchQueue(label: "swiftformat.formatting", qos: .userInteractive)
557 | let timeout = options.timeout + TimeInterval(tokens.count) / 100
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/SwiftFormat.swift:556:17: error: cannot find 'DispatchQueue' in scope
554 | // Recursively apply rules until no changes are detected
555 | let group = DispatchGroup()
556 | let queue = DispatchQueue(label: "swiftformat.formatting", qos: .userInteractive)
| `- error: cannot find 'DispatchQueue' in scope
557 | let timeout = options.timeout + TimeInterval(tokens.count) / 100
558 | var changes = [Formatter.Change]()
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/SwiftFormat.swift:556:70: error: cannot infer contextual base in reference to member 'userInteractive'
554 | // Recursively apply rules until no changes are detected
555 | let group = DispatchGroup()
556 | let queue = DispatchQueue(label: "swiftformat.formatting", qos: .userInteractive)
| `- error: cannot infer contextual base in reference to member 'userInteractive'
557 | let timeout = options.timeout + TimeInterval(tokens.count) / 100
558 | var changes = [Formatter.Change]()
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/SwiftFormat.swift:573:40: error: cannot call value of non-function type 'Date'
571 | rule.apply(with: formatter)
572 | }
573 | guard group.wait(timeout: .now() + timeout) != .timedOut else {
| `- error: cannot call value of non-function type 'Date'
574 | throw FormatError.writing("\(rule.name) rule timed out")
575 | }
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin SwiftFormatPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/11] Write swift-version-24593BA9C3E375BF.txt
[4/74] Emitting module ArgumentParserToolInfo
[5/139] Compiling ArgumentParserToolInfo ToolInfo.swift
[7/177] Emitting module ArgumentParser
[8/182] Compiling ArgumentParser ParsableArguments.swift
[9/182] Compiling ArgumentParser ParsableArgumentsValidation.swift
[10/182] Compiling ArgumentParser ParsableCommand.swift
[11/182] Compiling ArgumentParser ArgumentDecoder.swift
[12/182] Compiling ArgumentParser ArgumentDefinition.swift
[13/182] Compiling ArgumentParser ArgumentSet.swift
[14/182] Compiling ArgumentParser CommandParser.swift
[15/182] Compiling ArgumentParser InputKey.swift
[16/182] Compiling ArgumentParser InputOrigin.swift
[17/182] Compiling ArgumentParser Name.swift
[18/182] Compiling ArgumentParser Parsed.swift
[19/182] Compiling ArgumentParser ParsedValues.swift
[20/182] Compiling ArgumentParser ParserError.swift
[21/182] Compiling ArgumentParser SplitArguments.swift
[22/182] Compiling ArgumentParser DumpHelpGenerator.swift
[23/182] Compiling ArgumentParser HelpCommand.swift
[24/182] Compiling ArgumentParser HelpGenerator.swift
[25/182] Compiling ArgumentParser MessageInfo.swift
[26/199] Compiling SwiftFormat SpaceAroundParens.swift
[27/199] Compiling SwiftFormat SpaceInsideBraces.swift
[28/199] Compiling SwiftFormat SpaceInsideBrackets.swift
[29/199] Compiling SwiftFormat SpaceInsideComments.swift
[30/199] Compiling SwiftFormat SpaceInsideGenerics.swift
[31/199] Compiling SwiftFormat SpaceInsideParens.swift
[32/199] Compiling SwiftFormat Specifiers.swift
[33/199] Compiling SwiftFormat StrongOutlets.swift
[34/199] Compiling SwiftFormat StrongifiedSelf.swift
[35/199] Compiling SwiftFormat SwiftTestingTestCaseNames.swift
[36/199] Compiling SwiftFormat Todos.swift
[37/199] Compiling SwiftFormat TrailingClosures.swift
[38/199] Compiling SwiftFormat TrailingCommas.swift
[39/199] Compiling SwiftFormat TrailingSpace.swift
[40/199] Compiling SwiftFormat TypeSugar.swift
[41/199] Compiling SwiftFormat UnusedArguments.swift
[42/199] Compiling SwiftFormat UnusedPrivateDeclarations.swift
[43/199] Compiling ArgumentParser CollectionExtensions.swift
[44/199] Compiling ArgumentParser Platform.swift
[45/199] Compiling ArgumentParser SequenceExtensions.swift
[46/199] Compiling ArgumentParser StringExtensions.swift
[47/199] Compiling ArgumentParser Tree.swift
[48/199] Compiling SwiftFormat RedundantReturn.swift
[49/199] Compiling SwiftFormat RedundantSelf.swift
[50/199] Compiling SwiftFormat RedundantStaticSelf.swift
[51/199] Compiling SwiftFormat RedundantType.swift
[52/199] Compiling SwiftFormat RedundantTypedThrows.swift
[53/199] Compiling SwiftFormat RedundantVoidReturnType.swift
[54/199] Compiling SwiftFormat Semicolons.swift
[55/199] Compiling SwiftFormat SortDeclarations.swift
[56/199] Compiling SwiftFormat SortImports.swift
[57/199] Compiling SwiftFormat SortSwitchCases.swift
[58/199] Compiling SwiftFormat SortTypealiases.swift
[59/199] Compiling SwiftFormat SortedImports.swift
[60/199] Compiling SwiftFormat SortedSwitchCases.swift
[61/199] Compiling SwiftFormat SpaceAroundBraces.swift
[62/199] Compiling SwiftFormat SpaceAroundBrackets.swift
[63/199] Compiling SwiftFormat SpaceAroundComments.swift
[64/199] Compiling SwiftFormat SpaceAroundGenerics.swift
[65/199] Compiling SwiftFormat SpaceAroundOperators.swift
[66/199] Compiling ArgumentParser OptionGroup.swift
[67/199] Compiling ArgumentParser AsyncParsableCommand.swift
[68/199] Compiling ArgumentParser CommandConfiguration.swift
[69/199] Compiling ArgumentParser CommandGroup.swift
[70/199] Compiling ArgumentParser EnumerableFlag.swift
[71/199] Compiling ArgumentParser BashCompletionsGenerator.swift
[72/199] Compiling ArgumentParser CompletionsGenerator.swift
[73/199] Compiling ArgumentParser FishCompletionsGenerator.swift
[74/199] Compiling ArgumentParser ZshCompletionsGenerator.swift
[75/199] Compiling ArgumentParser Argument.swift
[76/199] Compiling ArgumentParser ArgumentHelp.swift
[77/199] Compiling ArgumentParser ArgumentVisibility.swift
[78/199] Compiling ArgumentParser CompletionKind.swift
[79/199] Compiling ArgumentParser Errors.swift
[80/199] Compiling ArgumentParser Flag.swift
[81/199] Compiling ArgumentParser NameSpecification.swift
[82/199] Compiling ArgumentParser Option.swift
[83/199] Compiling ArgumentParser ExpressibleByArgument.swift
[88/199] Compiling SwiftFormat RedundantBackticks.swift
[89/199] Compiling SwiftFormat RedundantBreak.swift
[90/199] Compiling SwiftFormat RedundantClosure.swift
[91/199] Compiling SwiftFormat RedundantEquatable.swift
[92/199] Compiling SwiftFormat RedundantExtensionACL.swift
[93/199] Compiling SwiftFormat RedundantFileprivate.swift
[94/199] Compiling SwiftFormat RedundantGet.swift
[95/199] Compiling SwiftFormat RedundantInit.swift
[96/199] Compiling SwiftFormat RedundantInternal.swift
[97/199] Compiling SwiftFormat RedundantLet.swift
[98/199] Compiling SwiftFormat RedundantLetError.swift
[99/199] Compiling SwiftFormat RedundantNilInit.swift
[100/199] Compiling SwiftFormat RedundantObjc.swift
[101/199] Compiling SwiftFormat RedundantOptionalBinding.swift
[102/199] Compiling SwiftFormat RedundantParens.swift
[103/199] Compiling SwiftFormat RedundantPattern.swift
[104/199] Compiling SwiftFormat RedundantProperty.swift
[105/199] Compiling SwiftFormat RedundantRawValues.swift
[115/199] Compiling ArgumentParser UsageGenerator.swift
[122/208] Compiling KippleToolsCore ShellError.swift
[123/209] Compiling KippleToolsCore ShellCommand.swift
[124/209] Compiling KippleToolsCore Shell.swift
/host/spi-builder-workspace/Sources/KippleToolsCore/Helpers/Shell.swift:27:23: error: cannot find 'Process' in scope
25 | errorHandle: FileHandle? = nil
26 | ) throws -> String {
27 | let process = Process(
| `- error: cannot find 'Process' in scope
28 | executablePath: self.executablePath,
29 | command: command,
[125/209] Compiling KippleToolsCore ShellCommand+SwiftPackageManager.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[126/209] Emitting module KippleToolsCore
/host/spi-builder-workspace/Sources/KippleToolsCore/Extensions/Process+Convenience.swift:5:18: error: cannot find type 'Process' in scope
3 | import Foundation
4 |
5 | public extension Process {
| `- error: cannot find type 'Process' in scope
6 | // MARK: Properties
7 |
[127/209] Compiling KippleToolsCore ShellCommand+Git.swift
[128/209] Compiling KippleToolsCore ShellCommand+FileSystem.swift
[129/209] Compiling KippleToolsCore Data+ShellOutput.swift
/host/spi-builder-workspace/Sources/KippleToolsCore/Extensions/Process+Convenience.swift:5:18: error: cannot find type 'Process' in scope
3 | import Foundation
4 |
5 | public extension Process {
| `- error: cannot find type 'Process' in scope
6 | // MARK: Properties
7 |
[130/209] Compiling KippleToolsCore Process+Convenience.swift
/host/spi-builder-workspace/Sources/KippleToolsCore/Extensions/Process+Convenience.swift:5:18: error: cannot find type 'Process' in scope
3 | import Foundation
4 |
5 | public extension Process {
| `- error: cannot find type 'Process' in scope
6 | // MARK: Properties
7 |
[131/209] Compiling KippleToolsCore VerboseLogging.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFormat/Sources/CommandLine.swift:776:13: error: cannot find 'DispatchQueue' in scope
774 | } else if inputURLs.isEmpty {
775 | // If no input file, try stdin
776 | DispatchQueue.global(qos: .userInitiated).async {
| `- error: cannot find 'DispatchQueue' in scope
777 | processFromStdin()
778 | }
BUILD FAILURE 6.1 wasm