The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Colibri, reference main (f8a14e), with Swift 6.1 for Wasm on 30 May 2025 10:14:22 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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/rock-n-code/colibri.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/rock-n-code/colibri
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f8a14e4 Improved the Build subcommand to support the building of Docker images (#11)
Cloned https://github.com/rock-n-code/colibri.git
Revision (git rev-parse @):
f8a14e46ed87414971e2429d11df2cc2ed5cbdd0
SUCCESS checkout https://github.com/rock-n-code/colibri.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/rock-n-code/colibri.git
https://github.com/rock-n-code/colibri.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-mustache",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/swift-mustache"
    }
  ],
  "manifest_display_name" : "Colibri",
  "name" : "Colibri",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "colibri",
      "targets" : [
        "Colibri"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "ColibriLibrary",
      "targets" : [
        "ColibriLibrary"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ColibriTests",
      "module_type" : "SwiftTarget",
      "name" : "ColibriTests",
      "path" : "Test",
      "sources" : [
        "Sources/Cases/Internal/Enumerations/FileTests.swift",
        "Sources/Cases/Internal/Enumerations/FolderTests.swift",
        "Sources/Cases/Internal/Enumerations/TemplateTests.swift",
        "Sources/Cases/Internal/Extensions/URL+ExtensionsTests.swift",
        "Sources/Cases/Internal/Protocols/RandomableTests.swift",
        "Sources/Cases/Public/Services/FileServiceTests.swift",
        "Sources/Cases/Public/Services/TemplateServiceTests.swift",
        "Sources/Cases/Public/Services/TerminalServiceTests.swift",
        "Sources/Cases/Public/Tasks/BuildArtifactTaskTests.swift",
        "Sources/Cases/Public/Tasks/CleanProjectTaskTests.swift",
        "Sources/Cases/Public/Tasks/CopyFilesTaskTests.swift",
        "Sources/Cases/Public/Tasks/CreateFoldersTaskTests.swift",
        "Sources/Cases/Public/Tasks/CreateRootFolderTaskTests.swift",
        "Sources/Cases/Public/Tasks/InitGitInFolderTaskTests.swift",
        "Sources/Cases/Public/Tasks/OpenProjectTaskTests.swift",
        "Sources/Cases/Public/Tasks/RenderFilesTaskTests.swift",
        "Sources/Cases/Public/Tasks/UpdateDependenciesTaskTests.swift",
        "Sources/Helpers/Extensions/URL+Samples.swift",
        "Sources/Helpers/Mocks/FileServiceMock.swift",
        "Sources/Helpers/Mocks/TemplateServiceMock.swift",
        "Sources/Helpers/Mocks/TerminalServiceMock.swift",
        "Sources/Helpers/Spies/FileServiceSpy.swift",
        "Sources/Helpers/Spies/TemplateServiceSpy.swift",
        "Sources/Helpers/Spies/TerminalServiceSpy.swift"
      ],
      "target_dependencies" : [
        "ColibriLibrary"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ColibriLibrary",
      "module_type" : "SwiftTarget",
      "name" : "ColibriLibrary",
      "path" : "Library",
      "product_dependencies" : [
        "Mustache"
      ],
      "product_memberships" : [
        "colibri",
        "ColibriLibrary"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Library/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Sources/Internal/Enumerations/File.swift",
        "Sources/Internal/Enumerations/Folder.swift",
        "Sources/Internal/Enumerations/Template.swift",
        "Sources/Internal/Extensions/Bundle+Conformances.swift",
        "Sources/Internal/Extensions/Pipe+Properties.swift",
        "Sources/Internal/Extensions/Process+Conformances.swift",
        "Sources/Internal/Extensions/URL+Extensions.swift",
        "Sources/Internal/Protocols/Processable.swift",
        "Sources/Internal/Protocols/Randomable.swift",
        "Sources/Public/Enumerations/Artifact.swift",
        "Sources/Public/Enumerations/IDE.swift",
        "Sources/Public/Models/Project.swift",
        "Sources/Public/Protocols/Bundleable.swift",
        "Sources/Public/Protocols/FileServicing.swift",
        "Sources/Public/Protocols/Locationable.swift",
        "Sources/Public/Protocols/TemplateServicing.swift",
        "Sources/Public/Protocols/TerminalServicing.swift",
        "Sources/Public/Services/FileService.swift",
        "Sources/Public/Services/TemplateService.swift",
        "Sources/Public/Services/TerminalService.swift",
        "Sources/Public/Tasks/BuildArtifactTask.swift",
        "Sources/Public/Tasks/CleanProjectTask.swift",
        "Sources/Public/Tasks/CopyFilesTask.swift",
        "Sources/Public/Tasks/CreateFoldersTask.swift",
        "Sources/Public/Tasks/CreateRootFolderTask.swift",
        "Sources/Public/Tasks/InitGitInFolderTask.swift",
        "Sources/Public/Tasks/OpenProjectTask.swift",
        "Sources/Public/Tasks/RenderFilesTask.swift",
        "Sources/Public/Tasks/UpdateDependenciesTask.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Colibri",
      "module_type" : "SwiftTarget",
      "name" : "Colibri",
      "path" : "Executable",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "colibri"
      ],
      "sources" : [
        "Sources/Colibri.swift",
        "Sources/Commands/BuildCommand.swift",
        "Sources/Commands/CleanCommand.swift",
        "Sources/Commands/CreateCommand.swift",
        "Sources/Commands/OpenCommand.swift",
        "Sources/Commands/OutdatedCommand.swift",
        "Sources/Commands/UpdateCommand.swift",
        "Sources/Definitions/Conformances.swift",
        "Sources/Options/BuildOptions.swift",
        "Sources/Options/CleanOptions.swift",
        "Sources/Options/CreateOptions.swift",
        "Sources/Options/OpenOptions.swift",
        "Sources/Options/OutdatedOptions.swift",
        "Sources/Options/UpdateOptions.swift"
      ],
      "target_dependencies" : [
        "ColibriLibrary"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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 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/hummingbird-project/swift-mustache
Fetching https://github.com/apple/swift-argument-parser
[1/1814] Fetching swift-mustache
[1815/17200] Fetching swift-mustache, swift-argument-parser
Fetched https://github.com/hummingbird-project/swift-mustache from cache (1.58s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.59s)
Computing version for https://github.com/hummingbird-project/swift-mustache
Computed https://github.com/hummingbird-project/swift-mustache at 2.0.0 (4.31s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.55s)
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/hummingbird-project/swift-mustache
Working copy of https://github.com/hummingbird-project/swift-mustache resolved at 2.0.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/15] Write sources
[6/15] Copying Resources
[7/15] Write swift-version-24593BA9C3E375BF.txt
[9/34] Emitting module Mustache
[10/36] Emitting module ArgumentParserToolInfo
[11/36] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/37] Compiling Mustache Template.swift
[13/37] Compiling Mustache Transform.swift
[14/37] Wrapping AST for ArgumentParserToolInfo for debugging
[16/75] Compiling ArgumentParser ParserError.swift
[17/75] Compiling ArgumentParser SplitArguments.swift
[18/75] Compiling ArgumentParser ArgumentHelp.swift
[19/75] Compiling ArgumentParser OptionGroup.swift
[20/75] Compiling ArgumentParser ZshCompletionsGenerator.swift
[21/75] Compiling ArgumentParser Argument.swift
[22/75] Compiling ArgumentParser Parsed.swift
[23/75] Compiling ArgumentParser ParsedValues.swift
[24/75] Compiling ArgumentParser CommandGroup.swift
[25/75] Compiling ArgumentParser EnumerableFlag.swift
[26/75] Compiling ArgumentParser Name.swift
[27/75] Compiling ArgumentParser BashCompletionsGenerator.swift
[28/75] Compiling ArgumentParser CompletionsGenerator.swift
[29/75] Compiling ArgumentParser FishCompletionsGenerator.swift
[30/75] Compiling ArgumentParser AsyncParsableCommand.swift
[31/75] Compiling ArgumentParser CommandConfiguration.swift
[32/76] Wrapping AST for Mustache for debugging
[34/104] Compiling ColibriLibrary File.swift
[35/104] Compiling ColibriLibrary Folder.swift
[36/104] Compiling ColibriLibrary Template.swift
[37/104] Compiling ColibriLibrary Bundle+Conformances.swift
[38/104] Compiling ColibriLibrary Pipe+Properties.swift
[39/104] Compiling ColibriLibrary Process+Conformances.swift
[40/109] Emitting module ArgumentParser
[41/109] Compiling ColibriLibrary URL+Extensions.swift
[42/109] Compiling ColibriLibrary Processable.swift
[43/109] Compiling ColibriLibrary Randomable.swift
[44/109] Compiling ColibriLibrary Artifact.swift
[45/109] Compiling ColibriLibrary IDE.swift
[46/109] Compiling ColibriLibrary Project.swift
[47/109] Compiling ColibriLibrary Bundleable.swift
[48/109] Compiling ColibriLibrary FileServicing.swift
[49/109] Compiling ColibriLibrary Locationable.swift
[50/109] Compiling ColibriLibrary TemplateServicing.swift
[51/109] Compiling ArgumentParser DumpHelpGenerator.swift
[52/109] Compiling ArgumentParser HelpCommand.swift
[53/109] Compiling ArgumentParser HelpGenerator.swift
[54/109] Compiling ArgumentParser MessageInfo.swift
[55/109] Compiling ArgumentParser UsageGenerator.swift
[56/109] Compiling ColibriLibrary InitGitInFolderTask.swift
[57/109] Compiling ColibriLibrary OpenProjectTask.swift
[58/109] Compiling ColibriLibrary TerminalServicing.swift
[59/109] Compiling ColibriLibrary FileService.swift
[60/109] Compiling ColibriLibrary TemplateService.swift
[61/109] Compiling ColibriLibrary TerminalService.swift
[62/109] Compiling ArgumentParser CompletionKind.swift
[63/109] Compiling ArgumentParser Errors.swift
[64/109] Compiling ArgumentParser Flag.swift
[65/109] Compiling ArgumentParser NameSpecification.swift
[66/109] Compiling ArgumentParser Option.swift
[67/109] Compiling ColibriLibrary BuildArtifactTask.swift
[68/109] Compiling ColibriLibrary CleanProjectTask.swift
[69/109] Compiling ColibriLibrary CopyFilesTask.swift
[70/109] Compiling ColibriLibrary CreateFoldersTask.swift
[71/109] Compiling ColibriLibrary CreateRootFolderTask.swift
[72/109] Compiling ArgumentParser CollectionExtensions.swift
[73/109] Compiling ArgumentParser Platform.swift
[74/109] Compiling ArgumentParser SequenceExtensions.swift
[75/109] Compiling ArgumentParser StringExtensions.swift
[76/109] Compiling ArgumentParser Tree.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[78/110] Emitting module ColibriLibrary
/host/spi-builder-workspace/Library/Sources/Internal/Extensions/Process+Conformances.swift:5:11: error: cannot find type 'Process' in scope
3 | // MARK: - Processable
4 |
5 | extension Process: Processable {}
  |           `- error: cannot find type 'Process' in scope
6 |
/host/spi-builder-workspace/Library/Sources/Internal/Protocols/Processable.swift:11:41: error: cannot find type 'Process' in scope
 9 |     var standardError: Any? { get set }
10 |     var standardOutput: Any? { get set }
11 |     var terminationHandler: (@Sendable (Process) -> Void)? { get set }
   |                                         `- error: cannot find type 'Process' in scope
12 |
13 |     // MARK: Functions
/host/spi-builder-workspace/Library/Sources/Internal/Extensions/Pipe+Properties.swift:54:39: error: value of type 'FileHandle' has no member 'readabilityHandler'
52 |     func makeAsyncIterator() -> AsyncIterator {
53 |         AsyncStream { continuation in
54 |             pipe.fileHandleForReading.readabilityHandler = { @Sendable handler in
   |                                       `- error: value of type 'FileHandle' has no member 'readabilityHandler'
55 |                 let data = handler.availableData
56 |
/host/spi-builder-workspace/Library/Sources/Internal/Extensions/Pipe+Properties.swift:54:72: error: cannot infer type of closure parameter 'handler' without a type annotation
52 |     func makeAsyncIterator() -> AsyncIterator {
53 |         AsyncStream { continuation in
54 |             pipe.fileHandleForReading.readabilityHandler = { @Sendable handler in
   |                                                                        `- error: cannot infer type of closure parameter 'handler' without a type annotation
55 |                 let data = handler.availableData
56 |
/host/spi-builder-workspace/Library/Sources/Internal/Extensions/Process+Conformances.swift:5:11: error: cannot find type 'Process' in scope
3 | // MARK: - Processable
4 |
5 | extension Process: Processable {}
  |           `- error: cannot find type 'Process' in scope
6 |
/host/spi-builder-workspace/Library/Sources/Internal/Protocols/Processable.swift:11:41: error: cannot find type 'Process' in scope
 9 |     var standardError: Any? { get set }
10 |     var standardOutput: Any? { get set }
11 |     var terminationHandler: (@Sendable (Process) -> Void)? { get set }
   |                                         `- error: cannot find type 'Process' in scope
12 |
13 |     // MARK: Functions
/host/spi-builder-workspace/Library/Sources/Internal/Extensions/Pipe+Properties.swift:54:39: error: value of type 'FileHandle' has no member 'readabilityHandler'
52 |     func makeAsyncIterator() -> AsyncIterator {
53 |         AsyncStream { continuation in
54 |             pipe.fileHandleForReading.readabilityHandler = { @Sendable handler in
   |                                       `- error: value of type 'FileHandle' has no member 'readabilityHandler'
55 |                 let data = handler.availableData
56 |
/host/spi-builder-workspace/Library/Sources/Internal/Extensions/Pipe+Properties.swift:54:72: error: cannot infer type of closure parameter 'handler' without a type annotation
52 |     func makeAsyncIterator() -> AsyncIterator {
53 |         AsyncStream { continuation in
54 |             pipe.fileHandleForReading.readabilityHandler = { @Sendable handler in
   |                                                                        `- error: cannot infer type of closure parameter 'handler' without a type annotation
55 |                 let data = handler.availableData
56 |
/host/spi-builder-workspace/Library/Sources/Internal/Extensions/Process+Conformances.swift:5:11: error: cannot find type 'Process' in scope
3 | // MARK: - Processable
4 |
5 | extension Process: Processable {}
  |           `- error: cannot find type 'Process' in scope
6 |
/host/spi-builder-workspace/Library/Sources/Internal/Protocols/Processable.swift:11:41: error: cannot find type 'Process' in scope
 9 |     var standardError: Any? { get set }
10 |     var standardOutput: Any? { get set }
11 |     var terminationHandler: (@Sendable (Process) -> Void)? { get set }
   |                                         `- error: cannot find type 'Process' in scope
12 |
13 |     // MARK: Functions
/host/spi-builder-workspace/Library/Sources/Internal/Extensions/Pipe+Properties.swift:54:39: error: value of type 'FileHandle' has no member 'readabilityHandler'
52 |     func makeAsyncIterator() -> AsyncIterator {
53 |         AsyncStream { continuation in
54 |             pipe.fileHandleForReading.readabilityHandler = { @Sendable handler in
   |                                       `- error: value of type 'FileHandle' has no member 'readabilityHandler'
55 |                 let data = handler.availableData
56 |
/host/spi-builder-workspace/Library/Sources/Internal/Extensions/Pipe+Properties.swift:54:72: error: cannot infer type of closure parameter 'handler' without a type annotation
52 |     func makeAsyncIterator() -> AsyncIterator {
53 |         AsyncStream { continuation in
54 |             pipe.fileHandleForReading.readabilityHandler = { @Sendable handler in
   |                                                                        `- error: cannot infer type of closure parameter 'handler' without a type annotation
55 |                 let data = handler.availableData
56 |
/host/spi-builder-workspace/Library/Sources/Internal/Extensions/Process+Conformances.swift:5:11: error: cannot find type 'Process' in scope
3 | // MARK: - Processable
4 |
5 | extension Process: Processable {}
  |           `- error: cannot find type 'Process' in scope
6 |
/host/spi-builder-workspace/Library/Sources/Internal/Protocols/Processable.swift:11:41: error: cannot find type 'Process' in scope
 9 |     var standardError: Any? { get set }
10 |     var standardOutput: Any? { get set }
11 |     var terminationHandler: (@Sendable (Process) -> Void)? { get set }
   |                                         `- error: cannot find type 'Process' in scope
12 |
13 |     // MARK: Functions
/host/spi-builder-workspace/Library/Sources/Internal/Extensions/Pipe+Properties.swift:54:39: error: value of type 'FileHandle' has no member 'readabilityHandler'
52 |     func makeAsyncIterator() -> AsyncIterator {
53 |         AsyncStream { continuation in
54 |             pipe.fileHandleForReading.readabilityHandler = { @Sendable handler in
   |                                       `- error: value of type 'FileHandle' has no member 'readabilityHandler'
55 |                 let data = handler.availableData
56 |
/host/spi-builder-workspace/Library/Sources/Internal/Extensions/Pipe+Properties.swift:54:72: error: cannot infer type of closure parameter 'handler' without a type annotation
52 |     func makeAsyncIterator() -> AsyncIterator {
53 |         AsyncStream { continuation in
54 |             pipe.fileHandleForReading.readabilityHandler = { @Sendable handler in
   |                                                                        `- error: cannot infer type of closure parameter 'handler' without a type annotation
55 |                 let data = handler.availableData
56 |
/host/spi-builder-workspace/Library/Sources/Internal/Extensions/Process+Conformances.swift:5:11: error: cannot find type 'Process' in scope
3 | // MARK: - Processable
4 |
5 | extension Process: Processable {}
  |           `- error: cannot find type 'Process' in scope
6 |
/host/spi-builder-workspace/Library/Sources/Internal/Protocols/Processable.swift:11:41: error: cannot find type 'Process' in scope
 9 |     var standardError: Any? { get set }
10 |     var standardOutput: Any? { get set }
11 |     var terminationHandler: (@Sendable (Process) -> Void)? { get set }
   |                                         `- error: cannot find type 'Process' in scope
12 |
13 |     // MARK: Functions
[90/113] Wrapping AST for ArgumentParser for debugging
[96/113] Compiling ColibriLibrary RenderFilesTask.swift
[97/113] Compiling ColibriLibrary UpdateDependenciesTask.swift
[98/113] Compiling ColibriLibrary resource_bundle_accessor.swift
/host/spi-builder-workspace/Library/Sources/Public/Services/TerminalService.swift:18:23: error: cannot find 'Process' in scope
16 |
17 |     public func run(_ executableURL: URL, arguments: [String]) async throws (TerminalServiceError) -> String {
18 |         let process = Process()
   |                       `- error: cannot find 'Process' in scope
19 |         let standardError = Pipe()
20 |         let standardOutput = Pipe()
/host/spi-builder-workspace/Library/Sources/Public/Services/TerminalService.swift:49:48: error: cannot infer type of closure parameter '_' without a type annotation
47 |
48 |             return await withCheckedContinuation { continuation in
49 |                 process.terminationHandler = { _ in
   |                                                `- error: cannot infer type of closure parameter '_' without a type annotation
50 |                     continuation.resume(returning: output)
51 |                 }
/host/spi-builder-workspace/Library/Sources/Public/Services/TerminalService.swift:18:23: error: cannot find 'Process' in scope
16 |
17 |     public func run(_ executableURL: URL, arguments: [String]) async throws (TerminalServiceError) -> String {
18 |         let process = Process()
   |                       `- error: cannot find 'Process' in scope
19 |         let standardError = Pipe()
20 |         let standardOutput = Pipe()
/host/spi-builder-workspace/Library/Sources/Public/Services/TerminalService.swift:49:48: error: cannot infer type of closure parameter '_' without a type annotation
47 |
48 |             return await withCheckedContinuation { continuation in
49 |                 process.terminationHandler = { _ in
   |                                                `- error: cannot infer type of closure parameter '_' without a type annotation
50 |                     continuation.resume(returning: output)
51 |                 }
/host/spi-builder-workspace/Library/Sources/Public/Services/TerminalService.swift:18:23: error: cannot find 'Process' in scope
16 |
17 |     public func run(_ executableURL: URL, arguments: [String]) async throws (TerminalServiceError) -> String {
18 |         let process = Process()
   |                       `- error: cannot find 'Process' in scope
19 |         let standardError = Pipe()
20 |         let standardOutput = Pipe()
/host/spi-builder-workspace/Library/Sources/Public/Services/TerminalService.swift:49:48: error: cannot infer type of closure parameter '_' without a type annotation
47 |
48 |             return await withCheckedContinuation { continuation in
49 |                 process.terminationHandler = { _ in
   |                                                `- error: cannot infer type of closure parameter '_' without a type annotation
50 |                     continuation.resume(returning: output)
51 |                 }
/host/spi-builder-workspace/Library/Sources/Public/Services/TerminalService.swift:18:23: error: cannot find 'Process' in scope
16 |
17 |     public func run(_ executableURL: URL, arguments: [String]) async throws (TerminalServiceError) -> String {
18 |         let process = Process()
   |                       `- error: cannot find 'Process' in scope
19 |         let standardError = Pipe()
20 |         let standardOutput = Pipe()
/host/spi-builder-workspace/Library/Sources/Public/Services/TerminalService.swift:49:48: error: cannot infer type of closure parameter '_' without a type annotation
47 |
48 |             return await withCheckedContinuation { continuation in
49 |                 process.terminationHandler = { _ in
   |                                                `- error: cannot infer type of closure parameter '_' without a type annotation
50 |                     continuation.resume(returning: output)
51 |                 }
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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 GenerateManual
Building for debugging...
[1/9] Write swift-version-24593BA9C3E375BF.txt
[3/28] Emitting module Mustache
[4/30] Compiling Mustache Sequence.swift
[5/30] Compiling Mustache SequenceContext.swift
[6/30] Compiling Mustache ContentType.swift
[7/30] Compiling Mustache Context.swift
[8/30] Compiling Mustache CustomRenderable.swift
[9/30] Compiling Mustache String.swift
[10/30] Compiling Mustache Template+FileSystem.swift
[11/30] Compiling Mustache Library.swift
[12/30] Compiling Mustache Mirror.swift
[13/30] Compiling Mustache Deprecations.swift
[14/30] Compiling Mustache Lambda.swift
[15/30] Compiling Mustache Library+FileSystem.swift
[16/30] Compiling Mustache Parent.swift
[17/30] Compiling Mustache Parser.swift
[18/30] Compiling ArgumentParserToolInfo ToolInfo.swift
[19/30] Emitting module ArgumentParserToolInfo
[20/31] Compiling Mustache Template.swift
[21/31] Compiling Mustache Transform.swift
[23/31] Compiling Mustache Template+Parser.swift
[24/31] Compiling Mustache Template+Render.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[26/96] Emitting module ColibriLibrary
/host/spi-builder-workspace/Library/Sources/Internal/Extensions/Process+Conformances.swift:5:11: error: cannot find type 'Process' in scope
3 | // MARK: - Processable
4 |
5 | extension Process: Processable {}
  |           `- error: cannot find type 'Process' in scope
6 |
/host/spi-builder-workspace/Library/Sources/Internal/Protocols/Processable.swift:11:41: error: cannot find type 'Process' in scope
 9 |     var standardError: Any? { get set }
10 |     var standardOutput: Any? { get set }
11 |     var terminationHandler: (@Sendable (Process) -> Void)? { get set }
   |                                         `- error: cannot find type 'Process' in scope
12 |
13 |     // MARK: Functions
[27/96] Compiling ColibriLibrary TerminalServicing.swift
/host/spi-builder-workspace/Library/Sources/Public/Services/TerminalService.swift:18:23: error: cannot find 'Process' in scope
16 |
17 |     public func run(_ executableURL: URL, arguments: [String]) async throws (TerminalServiceError) -> String {
18 |         let process = Process()
   |                       `- error: cannot find 'Process' in scope
19 |         let standardError = Pipe()
20 |         let standardOutput = Pipe()
/host/spi-builder-workspace/Library/Sources/Public/Services/TerminalService.swift:49:48: error: cannot infer type of closure parameter '_' without a type annotation
47 |
48 |             return await withCheckedContinuation { continuation in
49 |                 process.terminationHandler = { _ in
   |                                                `- error: cannot infer type of closure parameter '_' without a type annotation
50 |                     continuation.resume(returning: output)
51 |                 }
[28/96] Compiling ColibriLibrary FileService.swift
/host/spi-builder-workspace/Library/Sources/Public/Services/TerminalService.swift:18:23: error: cannot find 'Process' in scope
16 |
17 |     public func run(_ executableURL: URL, arguments: [String]) async throws (TerminalServiceError) -> String {
18 |         let process = Process()
   |                       `- error: cannot find 'Process' in scope
19 |         let standardError = Pipe()
20 |         let standardOutput = Pipe()
/host/spi-builder-workspace/Library/Sources/Public/Services/TerminalService.swift:49:48: error: cannot infer type of closure parameter '_' without a type annotation
47 |
48 |             return await withCheckedContinuation { continuation in
49 |                 process.terminationHandler = { _ in
   |                                                `- error: cannot infer type of closure parameter '_' without a type annotation
50 |                     continuation.resume(returning: output)
51 |                 }
[29/96] Compiling ColibriLibrary TemplateService.swift
/host/spi-builder-workspace/Library/Sources/Public/Services/TerminalService.swift:18:23: error: cannot find 'Process' in scope
16 |
17 |     public func run(_ executableURL: URL, arguments: [String]) async throws (TerminalServiceError) -> String {
18 |         let process = Process()
   |                       `- error: cannot find 'Process' in scope
19 |         let standardError = Pipe()
20 |         let standardOutput = Pipe()
/host/spi-builder-workspace/Library/Sources/Public/Services/TerminalService.swift:49:48: error: cannot infer type of closure parameter '_' without a type annotation
47 |
48 |             return await withCheckedContinuation { continuation in
49 |                 process.terminationHandler = { _ in
   |                                                `- error: cannot infer type of closure parameter '_' without a type annotation
50 |                     continuation.resume(returning: output)
51 |                 }
[30/96] Compiling ColibriLibrary TerminalService.swift
/host/spi-builder-workspace/Library/Sources/Public/Services/TerminalService.swift:18:23: error: cannot find 'Process' in scope
16 |
17 |     public func run(_ executableURL: URL, arguments: [String]) async throws (TerminalServiceError) -> String {
18 |         let process = Process()
   |                       `- error: cannot find 'Process' in scope
19 |         let standardError = Pipe()
20 |         let standardOutput = Pipe()
/host/spi-builder-workspace/Library/Sources/Public/Services/TerminalService.swift:49:48: error: cannot infer type of closure parameter '_' without a type annotation
47 |
48 |             return await withCheckedContinuation { continuation in
49 |                 process.terminationHandler = { _ in
   |                                                `- error: cannot infer type of closure parameter '_' without a type annotation
50 |                     continuation.resume(returning: output)
51 |                 }
[31/99] Compiling ColibriLibrary Bundleable.swift
[32/99] Compiling ColibriLibrary FileServicing.swift
[33/99] Compiling ColibriLibrary Locationable.swift
[34/99] Compiling ColibriLibrary TemplateServicing.swift
[35/99] Compiling ColibriLibrary Randomable.swift
[36/99] Compiling ColibriLibrary Artifact.swift
[37/99] Compiling ColibriLibrary IDE.swift
[38/99] Compiling ColibriLibrary Project.swift
[39/99] Compiling ColibriLibrary Pipe+Properties.swift
/host/spi-builder-workspace/Library/Sources/Internal/Extensions/Pipe+Properties.swift:54:39: error: value of type 'FileHandle' has no member 'readabilityHandler'
52 |     func makeAsyncIterator() -> AsyncIterator {
53 |         AsyncStream { continuation in
54 |             pipe.fileHandleForReading.readabilityHandler = { @Sendable handler in
   |                                       `- error: value of type 'FileHandle' has no member 'readabilityHandler'
55 |                 let data = handler.availableData
56 |
/host/spi-builder-workspace/Library/Sources/Internal/Extensions/Pipe+Properties.swift:54:72: error: cannot infer type of closure parameter 'handler' without a type annotation
52 |     func makeAsyncIterator() -> AsyncIterator {
53 |         AsyncStream { continuation in
54 |             pipe.fileHandleForReading.readabilityHandler = { @Sendable handler in
   |                                                                        `- error: cannot infer type of closure parameter 'handler' without a type annotation
55 |                 let data = handler.availableData
56 |
/host/spi-builder-workspace/Library/Sources/Internal/Extensions/Process+Conformances.swift:5:11: error: cannot find type 'Process' in scope
3 | // MARK: - Processable
4 |
5 | extension Process: Processable {}
  |           `- error: cannot find type 'Process' in scope
6 |
/host/spi-builder-workspace/Library/Sources/Internal/Protocols/Processable.swift:11:41: error: cannot find type 'Process' in scope
 9 |     var standardError: Any? { get set }
10 |     var standardOutput: Any? { get set }
11 |     var terminationHandler: (@Sendable (Process) -> Void)? { get set }
   |                                         `- error: cannot find type 'Process' in scope
12 |
13 |     // MARK: Functions
[40/99] Compiling ColibriLibrary Process+Conformances.swift
/host/spi-builder-workspace/Library/Sources/Internal/Extensions/Pipe+Properties.swift:54:39: error: value of type 'FileHandle' has no member 'readabilityHandler'
52 |     func makeAsyncIterator() -> AsyncIterator {
53 |         AsyncStream { continuation in
54 |             pipe.fileHandleForReading.readabilityHandler = { @Sendable handler in
   |                                       `- error: value of type 'FileHandle' has no member 'readabilityHandler'
55 |                 let data = handler.availableData
56 |
/host/spi-builder-workspace/Library/Sources/Internal/Extensions/Pipe+Properties.swift:54:72: error: cannot infer type of closure parameter 'handler' without a type annotation
52 |     func makeAsyncIterator() -> AsyncIterator {
53 |         AsyncStream { continuation in
54 |             pipe.fileHandleForReading.readabilityHandler = { @Sendable handler in
   |                                                                        `- error: cannot infer type of closure parameter 'handler' without a type annotation
55 |                 let data = handler.availableData
56 |
/host/spi-builder-workspace/Library/Sources/Internal/Extensions/Process+Conformances.swift:5:11: error: cannot find type 'Process' in scope
3 | // MARK: - Processable
4 |
5 | extension Process: Processable {}
  |           `- error: cannot find type 'Process' in scope
6 |
/host/spi-builder-workspace/Library/Sources/Internal/Protocols/Processable.swift:11:41: error: cannot find type 'Process' in scope
 9 |     var standardError: Any? { get set }
10 |     var standardOutput: Any? { get set }
11 |     var terminationHandler: (@Sendable (Process) -> Void)? { get set }
   |                                         `- error: cannot find type 'Process' in scope
12 |
13 |     // MARK: Functions
[41/99] Compiling ColibriLibrary URL+Extensions.swift
/host/spi-builder-workspace/Library/Sources/Internal/Extensions/Pipe+Properties.swift:54:39: error: value of type 'FileHandle' has no member 'readabilityHandler'
52 |     func makeAsyncIterator() -> AsyncIterator {
53 |         AsyncStream { continuation in
54 |             pipe.fileHandleForReading.readabilityHandler = { @Sendable handler in
   |                                       `- error: value of type 'FileHandle' has no member 'readabilityHandler'
55 |                 let data = handler.availableData
56 |
/host/spi-builder-workspace/Library/Sources/Internal/Extensions/Pipe+Properties.swift:54:72: error: cannot infer type of closure parameter 'handler' without a type annotation
52 |     func makeAsyncIterator() -> AsyncIterator {
53 |         AsyncStream { continuation in
54 |             pipe.fileHandleForReading.readabilityHandler = { @Sendable handler in
   |                                                                        `- error: cannot infer type of closure parameter 'handler' without a type annotation
55 |                 let data = handler.availableData
56 |
/host/spi-builder-workspace/Library/Sources/Internal/Extensions/Process+Conformances.swift:5:11: error: cannot find type 'Process' in scope
3 | // MARK: - Processable
4 |
5 | extension Process: Processable {}
  |           `- error: cannot find type 'Process' in scope
6 |
/host/spi-builder-workspace/Library/Sources/Internal/Protocols/Processable.swift:11:41: error: cannot find type 'Process' in scope
 9 |     var standardError: Any? { get set }
10 |     var standardOutput: Any? { get set }
11 |     var terminationHandler: (@Sendable (Process) -> Void)? { get set }
   |                                         `- error: cannot find type 'Process' in scope
12 |
13 |     // MARK: Functions
[42/99] Compiling ColibriLibrary Processable.swift
/host/spi-builder-workspace/Library/Sources/Internal/Extensions/Pipe+Properties.swift:54:39: error: value of type 'FileHandle' has no member 'readabilityHandler'
52 |     func makeAsyncIterator() -> AsyncIterator {
53 |         AsyncStream { continuation in
54 |             pipe.fileHandleForReading.readabilityHandler = { @Sendable handler in
   |                                       `- error: value of type 'FileHandle' has no member 'readabilityHandler'
55 |                 let data = handler.availableData
56 |
/host/spi-builder-workspace/Library/Sources/Internal/Extensions/Pipe+Properties.swift:54:72: error: cannot infer type of closure parameter 'handler' without a type annotation
52 |     func makeAsyncIterator() -> AsyncIterator {
53 |         AsyncStream { continuation in
54 |             pipe.fileHandleForReading.readabilityHandler = { @Sendable handler in
   |                                                                        `- error: cannot infer type of closure parameter 'handler' without a type annotation
55 |                 let data = handler.availableData
56 |
/host/spi-builder-workspace/Library/Sources/Internal/Extensions/Process+Conformances.swift:5:11: error: cannot find type 'Process' in scope
3 | // MARK: - Processable
4 |
5 | extension Process: Processable {}
  |           `- error: cannot find type 'Process' in scope
6 |
/host/spi-builder-workspace/Library/Sources/Internal/Protocols/Processable.swift:11:41: error: cannot find type 'Process' in scope
 9 |     var standardError: Any? { get set }
10 |     var standardOutput: Any? { get set }
11 |     var terminationHandler: (@Sendable (Process) -> Void)? { get set }
   |                                         `- error: cannot find type 'Process' in scope
12 |
13 |     // MARK: Functions
[43/99] Compiling ColibriLibrary File.swift
[44/99] Compiling ColibriLibrary Folder.swift
[45/99] Compiling ColibriLibrary Template.swift
[46/99] Compiling ColibriLibrary Bundle+Conformances.swift
[47/99] Compiling ColibriLibrary CreateRootFolderTask.swift
[48/99] Compiling ColibriLibrary InitGitInFolderTask.swift
[49/99] Compiling ColibriLibrary OpenProjectTask.swift
[50/99] Compiling ColibriLibrary BuildArtifactTask.swift
[51/99] Compiling ColibriLibrary CleanProjectTask.swift
[52/99] Compiling ColibriLibrary CopyFilesTask.swift
[53/99] Compiling ColibriLibrary CreateFoldersTask.swift
[59/104] Compiling ColibriLibrary RenderFilesTask.swift
[60/104] Compiling ColibriLibrary UpdateDependenciesTask.swift
[61/104] Compiling ColibriLibrary resource_bundle_accessor.swift
BUILD FAILURE 6.1 wasm