Build Information
Failed to build Bariloche, reference master (bb2856), with Swift 6.1 for Wasm on 25 Sep 2025 07:46:28 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/subito-it/bariloche.git
Reference: master
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/subito-it/bariloche
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at bb2856b Add support for multiple arguments
Cloned https://github.com/subito-it/bariloche.git
Revision (git rev-parse @):
bb2856b0eb513b8ee7d98e4d774ee55eef62d103
SUCCESS checkout https://github.com/subito-it/bariloche.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/subito-it/bariloche.git
https://github.com/subito-it/bariloche.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "rainbow",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow"
}
],
"manifest_display_name" : "Bariloche",
"name" : "Bariloche",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Bariloche",
"targets" : [
"Bariloche"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "BarilocheExample",
"targets" : [
"BarilocheExample"
],
"type" : {
"executable" : null
}
}
],
"swift_languages_versions" : [
"4.2",
"5"
],
"targets" : [
{
"c99name" : "BarilocheTests",
"module_type" : "SwiftTarget",
"name" : "BarilocheTests",
"path" : "Tests/BarilocheTests",
"sources" : [
"CommandUtilitiesTests.swift",
"ParserTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Bariloche"
],
"type" : "test"
},
{
"c99name" : "BarilocheExample",
"module_type" : "SwiftTarget",
"name" : "BarilocheExample",
"path" : "Sources/BarilocheExample",
"product_memberships" : [
"BarilocheExample"
],
"sources" : [
"Cat-Like/CatCommand.swift",
"CocoaPods-Like/CacheCommand.swift",
"CocoaPods-Like/CocoaPodsCommand.swift",
"CocoaPods-Like/SearchCommand.swift",
"CocoaPods-Like/TestCommand.swift",
"CocoaPods-Like/TestSub1Command.swift",
"CocoaPods-Like/TestSub2Command.swift",
"main.swift"
],
"target_dependencies" : [
"Bariloche"
],
"type" : "executable"
},
{
"c99name" : "Bariloche",
"module_type" : "SwiftTarget",
"name" : "Bariloche",
"path" : "Sources/Bariloche",
"product_dependencies" : [
"Rainbow"
],
"product_memberships" : [
"Bariloche",
"BarilocheExample"
],
"sources" : [
"Argument.swift",
"Autocomplete.swift",
"Bariloche.swift",
"BaseArgument.swift",
"Command.swift",
"Flag.swift",
"Internal/AutocompleteWriter.swift",
"Internal/Command+Assertions.swift",
"Internal/Command+Mirror.swift",
"Internal/OutputStreamer.swift",
"Internal/Parser.swift",
"Internal/Process+Shell.swift",
"Internal/StringTypeConverter.swift",
"Internal/UsagePrinter.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/onevcat/Rainbow
[1/1339] Fetching rainbow
Fetched https://github.com/onevcat/Rainbow from cache (0.25s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 3.2.0 (2.55s)
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 3.2.0
Building for debugging...
[0/9] Write sources
[3/9] Write swift-version-24593BA9C3E375BF.txt
[5/20] Compiling Rainbow Style.swift
[6/21] Compiling Rainbow StringGenerator.swift
[7/21] Emitting module Rainbow
[8/21] Compiling Rainbow BackgroundColor.swift
[9/21] Compiling Rainbow CodesParser.swift
[10/21] Compiling Rainbow XcodeColorsSupport.swift
[11/21] Compiling Rainbow String+Rainbow.swift
[12/21] Compiling Rainbow Color.swift
[13/21] Compiling Rainbow ControlCode.swift
[14/21] Compiling Rainbow ModesExtractor.swift
[15/21] Compiling Rainbow OutputTarget.swift
[16/21] Compiling Rainbow Rainbow.swift
[17/22] Wrapping AST for Rainbow for debugging
[19/36] Compiling Bariloche Command.swift
/host/spi-builder-workspace/Sources/Bariloche/Flag.swift:48:16: warning: static property 'help' is not concurrency-safe because non-'Sendable' type 'Flag' may have shared mutable state; this is an error in the Swift 6 language mode
6 | //
7 |
8 | public class Flag: Equatable, CustomStringConvertible {
| `- note: class 'Flag' does not conform to the 'Sendable' protocol
9 | public let short: String?
10 | public let long: String?
:
46 |
47 | extension Flag {
48 | static let help = Flag(short: "h", long: "help", help: "Show help banner of specified command")
| |- warning: static property 'help' is not concurrency-safe because non-'Sendable' type 'Flag' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'help' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
49 | }
50 |
[20/36] Compiling Bariloche Flag.swift
/host/spi-builder-workspace/Sources/Bariloche/Flag.swift:48:16: warning: static property 'help' is not concurrency-safe because non-'Sendable' type 'Flag' may have shared mutable state; this is an error in the Swift 6 language mode
6 | //
7 |
8 | public class Flag: Equatable, CustomStringConvertible {
| `- note: class 'Flag' does not conform to the 'Sendable' protocol
9 | public let short: String?
10 | public let long: String?
:
46 |
47 | extension Flag {
48 | static let help = Flag(short: "h", long: "help", help: "Show help banner of specified command")
| |- warning: static property 'help' is not concurrency-safe because non-'Sendable' type 'Flag' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'help' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
49 | }
50 |
[21/37] Compiling Bariloche AutocompleteWriter.swift
/host/spi-builder-workspace/Sources/Bariloche/Internal/AutocompleteWriter.swift:38:37: error: cannot find 'Process' in scope
36 |
37 | private func autocompletionUrl() -> URL? {
38 | let autocompletePaths = Process().execute(command: "print -rl -- $fpath", shell: .zsh).components(separatedBy: "\n")
| `- error: cannot find 'Process' in scope
39 |
40 | let home = URL(fileURLWithPath: NSHomeDirectory()).path
/host/spi-builder-workspace/Sources/Bariloche/Internal/AutocompleteWriter.swift:38:95: error: cannot infer contextual base in reference to member 'zsh'
36 |
37 | private func autocompletionUrl() -> URL? {
38 | let autocompletePaths = Process().execute(command: "print -rl -- $fpath", shell: .zsh).components(separatedBy: "\n")
| `- error: cannot infer contextual base in reference to member 'zsh'
39 |
40 | let home = URL(fileURLWithPath: NSHomeDirectory()).path
[22/37] Compiling Bariloche Command+Assertions.swift
/host/spi-builder-workspace/Sources/Bariloche/Internal/AutocompleteWriter.swift:38:37: error: cannot find 'Process' in scope
36 |
37 | private func autocompletionUrl() -> URL? {
38 | let autocompletePaths = Process().execute(command: "print -rl -- $fpath", shell: .zsh).components(separatedBy: "\n")
| `- error: cannot find 'Process' in scope
39 |
40 | let home = URL(fileURLWithPath: NSHomeDirectory()).path
/host/spi-builder-workspace/Sources/Bariloche/Internal/AutocompleteWriter.swift:38:95: error: cannot infer contextual base in reference to member 'zsh'
36 |
37 | private func autocompletionUrl() -> URL? {
38 | let autocompletePaths = Process().execute(command: "print -rl -- $fpath", shell: .zsh).components(separatedBy: "\n")
| `- error: cannot infer contextual base in reference to member 'zsh'
39 |
40 | let home = URL(fileURLWithPath: NSHomeDirectory()).path
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/37] Emitting module Bariloche
/host/spi-builder-workspace/Sources/Bariloche/Flag.swift:48:16: warning: static property 'help' is not concurrency-safe because non-'Sendable' type 'Flag' may have shared mutable state; this is an error in the Swift 6 language mode
6 | //
7 |
8 | public class Flag: Equatable, CustomStringConvertible {
| `- note: class 'Flag' does not conform to the 'Sendable' protocol
9 | public let short: String?
10 | public let long: String?
:
46 |
47 | extension Flag {
48 | static let help = Flag(short: "h", long: "help", help: "Show help banner of specified command")
| |- warning: static property 'help' is not concurrency-safe because non-'Sendable' type 'Flag' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'help' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
49 | }
50 |
/host/spi-builder-workspace/Sources/Bariloche/Internal/Parser.swift:13:14: warning: associated value 'missingArgument' of 'Sendable'-conforming enum 'Error' has non-sendable type 'BaseArgument'; this is an error in the Swift 6 language mode
11 | enum Error: Swift.Error {
12 | case invalidArgument(String)
13 | case missingArgument([BaseArgument])
| `- warning: associated value 'missingArgument' of 'Sendable'-conforming enum 'Error' has non-sendable type 'BaseArgument'; this is an error in the Swift 6 language mode
14 | }
15 |
/host/spi-builder-workspace/Sources/Bariloche/BaseArgument.swift:8:14: note: class 'BaseArgument' does not conform to the 'Sendable' protocol
6 | //
7 |
8 | public class BaseArgument: Equatable, CustomStringConvertible {
| `- note: class 'BaseArgument' does not conform to the 'Sendable' protocol
9 | public enum Kind: Equatable {
10 | case positional
/host/spi-builder-workspace/Sources/Bariloche/Internal/Process+Shell.swift:10:11: error: cannot find type 'Process' in scope
8 | import Foundation
9 |
10 | extension Process {
| `- error: cannot find type 'Process' in scope
11 | enum Shell: String, CaseIterable {
12 | case bash = "/bin/bash"
[24/37] Compiling Bariloche Argument.swift
[25/37] Compiling Bariloche Autocomplete.swift
[26/37] Compiling Bariloche Bariloche.swift
/host/spi-builder-workspace/Sources/Bariloche/Bariloche.swift:93:39: error: cannot find 'getpass' in scope
91 | private static func readLine(strippingNewline: Bool, secure: Bool) -> String? {
92 | if secure {
93 | let pwd = String(cString: getpass(""))
| `- error: cannot find 'getpass' in scope
94 | return pwd.count > 0 ? (pwd + "\n") : nil
95 | } else {
[27/37] Compiling Bariloche BaseArgument.swift
/host/spi-builder-workspace/Sources/Bariloche/Bariloche.swift:93:39: error: cannot find 'getpass' in scope
91 | private static func readLine(strippingNewline: Bool, secure: Bool) -> String? {
92 | if secure {
93 | let pwd = String(cString: getpass(""))
| `- error: cannot find 'getpass' in scope
94 | return pwd.count > 0 ? (pwd + "\n") : nil
95 | } else {
[28/37] Compiling Bariloche Command+Mirror.swift
[29/37] Compiling Bariloche OutputStreamer.swift
[30/37] Compiling Bariloche StringTypeConverter.swift
[31/37] Compiling Bariloche Parser.swift
/host/spi-builder-workspace/Sources/Bariloche/Internal/Parser.swift:13:14: warning: associated value 'missingArgument' of 'Sendable'-conforming enum 'Error' has non-sendable type 'BaseArgument'; this is an error in the Swift 6 language mode
11 | enum Error: Swift.Error {
12 | case invalidArgument(String)
13 | case missingArgument([BaseArgument])
| `- warning: associated value 'missingArgument' of 'Sendable'-conforming enum 'Error' has non-sendable type 'BaseArgument'; this is an error in the Swift 6 language mode
14 | }
15 |
/host/spi-builder-workspace/Sources/Bariloche/BaseArgument.swift:8:14: note: class 'BaseArgument' does not conform to the 'Sendable' protocol
6 | //
7 |
8 | public class BaseArgument: Equatable, CustomStringConvertible {
| `- note: class 'BaseArgument' does not conform to the 'Sendable' protocol
9 | public enum Kind: Equatable {
10 | case positional
/host/spi-builder-workspace/Sources/Bariloche/Internal/Process+Shell.swift:10:11: error: cannot find type 'Process' in scope
8 | import Foundation
9 |
10 | extension Process {
| `- error: cannot find type 'Process' in scope
11 | enum Shell: String, CaseIterable {
12 | case bash = "/bin/bash"
/host/spi-builder-workspace/Sources/Bariloche/Internal/Process+Shell.swift:28:34: error: cannot find type 'Shell' in scope
26 | }
27 |
28 | static func current() -> Shell {
| `- error: cannot find type 'Shell' in scope
29 | let fm = FileManager.default
30 | let homeUrl = URL(fileURLWithPath: NSHomeDirectory())
/host/spi-builder-workspace/Sources/Bariloche/Internal/Process+Shell.swift:45:42: error: cannot find type 'Shell' in scope
43 |
44 | @discardableResult
45 | func execute(command: String, shell: Shell) -> String {
| `- error: cannot find type 'Shell' in scope
46 | arguments = ["-c", "\(shell.source) \(command)"]
47 |
[32/37] Compiling Bariloche Process+Shell.swift
/host/spi-builder-workspace/Sources/Bariloche/Internal/Parser.swift:13:14: warning: associated value 'missingArgument' of 'Sendable'-conforming enum 'Error' has non-sendable type 'BaseArgument'; this is an error in the Swift 6 language mode
11 | enum Error: Swift.Error {
12 | case invalidArgument(String)
13 | case missingArgument([BaseArgument])
| `- warning: associated value 'missingArgument' of 'Sendable'-conforming enum 'Error' has non-sendable type 'BaseArgument'; this is an error in the Swift 6 language mode
14 | }
15 |
/host/spi-builder-workspace/Sources/Bariloche/BaseArgument.swift:8:14: note: class 'BaseArgument' does not conform to the 'Sendable' protocol
6 | //
7 |
8 | public class BaseArgument: Equatable, CustomStringConvertible {
| `- note: class 'BaseArgument' does not conform to the 'Sendable' protocol
9 | public enum Kind: Equatable {
10 | case positional
/host/spi-builder-workspace/Sources/Bariloche/Internal/Process+Shell.swift:10:11: error: cannot find type 'Process' in scope
8 | import Foundation
9 |
10 | extension Process {
| `- error: cannot find type 'Process' in scope
11 | enum Shell: String, CaseIterable {
12 | case bash = "/bin/bash"
/host/spi-builder-workspace/Sources/Bariloche/Internal/Process+Shell.swift:28:34: error: cannot find type 'Shell' in scope
26 | }
27 |
28 | static func current() -> Shell {
| `- error: cannot find type 'Shell' in scope
29 | let fm = FileManager.default
30 | let homeUrl = URL(fileURLWithPath: NSHomeDirectory())
/host/spi-builder-workspace/Sources/Bariloche/Internal/Process+Shell.swift:45:42: error: cannot find type 'Shell' in scope
43 |
44 | @discardableResult
45 | func execute(command: String, shell: Shell) -> String {
| `- error: cannot find type 'Shell' in scope
46 | arguments = ["-c", "\(shell.source) \(command)"]
47 |
[33/37] Compiling Bariloche UsagePrinter.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/6] Write swift-version-24593BA9C3E375BF.txt
[2/17] Compiling Rainbow StringGenerator.swift
[3/18] Compiling Rainbow Style.swift
[4/18] Compiling Rainbow Rainbow.swift
[5/18] Compiling Rainbow String+Rainbow.swift
[6/18] Emitting module Rainbow
[7/18] Compiling Rainbow Color.swift
[8/18] Compiling Rainbow ControlCode.swift
[9/18] Compiling Rainbow BackgroundColor.swift
[10/18] Compiling Rainbow CodesParser.swift
[11/18] Compiling Rainbow ModesExtractor.swift
[12/18] Compiling Rainbow OutputTarget.swift
[13/18] Compiling Rainbow XcodeColorsSupport.swift
[15/32] Compiling Bariloche Command+Mirror.swift
[16/32] Compiling Bariloche OutputStreamer.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/32] Emitting module Bariloche
/host/spi-builder-workspace/Sources/Bariloche/Internal/Process+Shell.swift:10:11: error: cannot find type 'Process' in scope
8 | import Foundation
9 |
10 | extension Process {
| `- error: cannot find type 'Process' in scope
11 | enum Shell: String, CaseIterable {
12 | case bash = "/bin/bash"
[18/33] Compiling Bariloche Argument.swift
[19/33] Compiling Bariloche Autocomplete.swift
[20/33] Compiling Bariloche StringTypeConverter.swift
[21/33] Compiling Bariloche Parser.swift
/host/spi-builder-workspace/Sources/Bariloche/Internal/Process+Shell.swift:10:11: error: cannot find type 'Process' in scope
8 | import Foundation
9 |
10 | extension Process {
| `- error: cannot find type 'Process' in scope
11 | enum Shell: String, CaseIterable {
12 | case bash = "/bin/bash"
/host/spi-builder-workspace/Sources/Bariloche/Internal/Process+Shell.swift:28:34: error: cannot find type 'Shell' in scope
26 | }
27 |
28 | static func current() -> Shell {
| `- error: cannot find type 'Shell' in scope
29 | let fm = FileManager.default
30 | let homeUrl = URL(fileURLWithPath: NSHomeDirectory())
/host/spi-builder-workspace/Sources/Bariloche/Internal/Process+Shell.swift:45:42: error: cannot find type 'Shell' in scope
43 |
44 | @discardableResult
45 | func execute(command: String, shell: Shell) -> String {
| `- error: cannot find type 'Shell' in scope
46 | arguments = ["-c", "\(shell.source) \(command)"]
47 |
[22/33] Compiling Bariloche Process+Shell.swift
/host/spi-builder-workspace/Sources/Bariloche/Internal/Process+Shell.swift:10:11: error: cannot find type 'Process' in scope
8 | import Foundation
9 |
10 | extension Process {
| `- error: cannot find type 'Process' in scope
11 | enum Shell: String, CaseIterable {
12 | case bash = "/bin/bash"
/host/spi-builder-workspace/Sources/Bariloche/Internal/Process+Shell.swift:28:34: error: cannot find type 'Shell' in scope
26 | }
27 |
28 | static func current() -> Shell {
| `- error: cannot find type 'Shell' in scope
29 | let fm = FileManager.default
30 | let homeUrl = URL(fileURLWithPath: NSHomeDirectory())
/host/spi-builder-workspace/Sources/Bariloche/Internal/Process+Shell.swift:45:42: error: cannot find type 'Shell' in scope
43 |
44 | @discardableResult
45 | func execute(command: String, shell: Shell) -> String {
| `- error: cannot find type 'Shell' in scope
46 | arguments = ["-c", "\(shell.source) \(command)"]
47 |
[23/33] Compiling Bariloche Command.swift
[24/33] Compiling Bariloche Flag.swift
[25/33] Compiling Bariloche Bariloche.swift
/host/spi-builder-workspace/Sources/Bariloche/Bariloche.swift:93:39: error: cannot find 'getpass' in scope
91 | private static func readLine(strippingNewline: Bool, secure: Bool) -> String? {
92 | if secure {
93 | let pwd = String(cString: getpass(""))
| `- error: cannot find 'getpass' in scope
94 | return pwd.count > 0 ? (pwd + "\n") : nil
95 | } else {
[26/33] Compiling Bariloche BaseArgument.swift
/host/spi-builder-workspace/Sources/Bariloche/Bariloche.swift:93:39: error: cannot find 'getpass' in scope
91 | private static func readLine(strippingNewline: Bool, secure: Bool) -> String? {
92 | if secure {
93 | let pwd = String(cString: getpass(""))
| `- error: cannot find 'getpass' in scope
94 | return pwd.count > 0 ? (pwd + "\n") : nil
95 | } else {
[27/33] Compiling Bariloche AutocompleteWriter.swift
/host/spi-builder-workspace/Sources/Bariloche/Internal/AutocompleteWriter.swift:38:37: error: cannot find 'Process' in scope
36 |
37 | private func autocompletionUrl() -> URL? {
38 | let autocompletePaths = Process().execute(command: "print -rl -- $fpath", shell: .zsh).components(separatedBy: "\n")
| `- error: cannot find 'Process' in scope
39 |
40 | let home = URL(fileURLWithPath: NSHomeDirectory()).path
/host/spi-builder-workspace/Sources/Bariloche/Internal/AutocompleteWriter.swift:38:95: error: cannot infer contextual base in reference to member 'zsh'
36 |
37 | private func autocompletionUrl() -> URL? {
38 | let autocompletePaths = Process().execute(command: "print -rl -- $fpath", shell: .zsh).components(separatedBy: "\n")
| `- error: cannot infer contextual base in reference to member 'zsh'
39 |
40 | let home = URL(fileURLWithPath: NSHomeDirectory()).path
[28/33] Compiling Bariloche Command+Assertions.swift
/host/spi-builder-workspace/Sources/Bariloche/Internal/AutocompleteWriter.swift:38:37: error: cannot find 'Process' in scope
36 |
37 | private func autocompletionUrl() -> URL? {
38 | let autocompletePaths = Process().execute(command: "print -rl -- $fpath", shell: .zsh).components(separatedBy: "\n")
| `- error: cannot find 'Process' in scope
39 |
40 | let home = URL(fileURLWithPath: NSHomeDirectory()).path
/host/spi-builder-workspace/Sources/Bariloche/Internal/AutocompleteWriter.swift:38:95: error: cannot infer contextual base in reference to member 'zsh'
36 |
37 | private func autocompletionUrl() -> URL? {
38 | let autocompletePaths = Process().execute(command: "print -rl -- $fpath", shell: .zsh).components(separatedBy: "\n")
| `- error: cannot infer contextual base in reference to member 'zsh'
39 |
40 | let home = URL(fileURLWithPath: NSHomeDirectory()).path
[29/33] Compiling Bariloche UsagePrinter.swift
BUILD FAILURE 6.1 wasm