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 v0.3.0 (888d00), with Swift 6.1 for Wasm on 30 May 2025 10:14:15 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/rock-n-code/colibri.git
Reference: v0.3.0
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
 * tag               v0.3.0     -> FETCH_HEAD
HEAD is now at 888d00c Set executable, package, and IDE tasks in the Makefile (#10)
Cloned https://github.com/rock-n-code/colibri.git
Revision (git rev-parse @):
888d00c1e8a22a21b724b97fc11f34bc1e975ff3
SUCCESS checkout https://github.com/rock-n-code/colibri.git at v0.3.0
========================================
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/Public/Services/FileServiceTests.swift",
        "Sources/Cases/Public/Services/TemplateServiceTests.swift",
        "Sources/Cases/Public/Services/TerminalServiceTests.swift",
        "Sources/Cases/Public/Tasks/BuildProjectTaskTests.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/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/BuildProjectTask.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/Extensions/IDE+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-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 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/hummingbird-project/swift-mustache
[1/1814] Fetching swift-mustache
[1652/17200] Fetching swift-mustache, swift-argument-parser
Fetched https://github.com/hummingbird-project/swift-mustache from cache (0.89s)
[8617/15386] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.76s)
Computing version for https://github.com/hummingbird-project/swift-mustache
Computed https://github.com/hummingbird-project/swift-mustache at 2.0.0 (6.73s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (1.30s)
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
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
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/15] Write sources
[5/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] Emitting module ArgumentParser
[17/80] Compiling ArgumentParser NameSpecification.swift
[18/80] Compiling ArgumentParser Option.swift
[19/80] Compiling ArgumentParser BashCompletionsGenerator.swift
[20/80] Compiling ArgumentParser CompletionsGenerator.swift
[21/80] Compiling ArgumentParser FishCompletionsGenerator.swift
[22/80] Compiling ArgumentParser ArgumentHelp.swift
[23/80] Compiling ArgumentParser ArgumentVisibility.swift
[24/80] Compiling ArgumentParser CompletionKind.swift
[25/80] Compiling ArgumentParser Errors.swift
[26/80] Compiling ArgumentParser Flag.swift
[27/80] Compiling ArgumentParser ZshCompletionsGenerator.swift
[28/80] Compiling ArgumentParser Argument.swift
[29/80] Compiling ArgumentParser ExpressibleByArgument.swift
[30/80] Compiling ArgumentParser ParsableArguments.swift
[31/80] Compiling ArgumentParser ParsableArgumentsValidation.swift
[32/80] Compiling ArgumentParser ParsableCommand.swift
[33/81] Wrapping AST for Mustache for debugging
[35/107] Compiling ColibriLibrary File.swift
[36/107] Compiling ColibriLibrary Folder.swift
[37/107] Compiling ColibriLibrary Template.swift
[38/107] Compiling ColibriLibrary Bundle+Conformances.swift
[39/107] Compiling ColibriLibrary CleanProjectTask.swift
[40/107] Compiling ColibriLibrary CopyFilesTask.swift
[41/107] Compiling ArgumentParser CollectionExtensions.swift
[42/107] Compiling ArgumentParser Platform.swift
[43/107] Compiling ArgumentParser SequenceExtensions.swift
[44/107] Compiling ArgumentParser StringExtensions.swift
[45/107] Compiling ArgumentParser Tree.swift
[46/107] Compiling ColibriLibrary TemplateServicing.swift
[47/107] Compiling ColibriLibrary TerminalServicing.swift
[48/107] Compiling ColibriLibrary FileService.swift
[49/107] Compiling ArgumentParser MessageInfo.swift
[50/107] Compiling ArgumentParser UsageGenerator.swift
[51/107] Compiling ArgumentParser Name.swift
[52/107] Compiling ArgumentParser Parsed.swift
[53/107] Compiling ArgumentParser ParsedValues.swift
[54/107] Compiling ArgumentParser ParserError.swift
[55/107] Compiling ArgumentParser SplitArguments.swift
[56/107] Compiling ColibriLibrary URL+Extensions.swift
[57/107] Compiling ColibriLibrary Processable.swift
[58/107] Compiling ColibriLibrary CreateRootFolderTask.swift
[59/107] Compiling ColibriLibrary InitGitInFolderTask.swift
[60/107] Compiling ColibriLibrary OpenProjectTask.swift
[61/107] Compiling ColibriLibrary IDE.swift
[62/107] Compiling ColibriLibrary Project.swift
[63/107] Compiling ColibriLibrary Bundleable.swift
[64/107] Compiling ColibriLibrary FileServicing.swift
[65/107] Compiling ColibriLibrary Locationable.swift
[66/107] Compiling ArgumentParser ArgumentDefinition.swift
[67/107] Compiling ArgumentParser ArgumentSet.swift
[68/107] Compiling ArgumentParser CommandParser.swift
[69/107] Compiling ArgumentParser InputKey.swift
[70/107] Compiling ArgumentParser InputOrigin.swift
[71/107] Compiling ColibriLibrary CreateFoldersTask.swift
[72/107] Compiling ColibriLibrary TemplateService.swift
[73/107] Compiling ColibriLibrary TerminalService.swift
[74/107] Compiling ColibriLibrary BuildProjectTask.swift
[75/107] Compiling ColibriLibrary Pipe+Properties.swift
[76/107] Compiling ColibriLibrary Process+Conformances.swift
[77/108] Wrapping AST for ArgumentParser for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[79/108] 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
/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 |                 }
[105/111] Compiling ColibriLibrary RenderFilesTask.swift
[106/111] Compiling ColibriLibrary UpdateDependenciesTask.swift
[107/111] Compiling ColibriLibrary resource_bundle_accessor.swift
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 GenerateManual
Building for debugging...
[1/9] Write swift-version-24593BA9C3E375BF.txt
[3/28] Compiling Mustache String.swift
[4/28] Compiling Mustache Template+FileSystem.swift
[5/30] Emitting module Mustache
[6/30] Compiling Mustache ContentType.swift
[7/30] Compiling Mustache Context.swift
[8/30] Compiling Mustache CustomRenderable.swift
[9/30] Compiling Mustache Deprecations.swift
[10/30] Compiling Mustache Lambda.swift
[11/30] Compiling Mustache Library+FileSystem.swift
[12/30] Compiling Mustache Library.swift
[13/30] Compiling Mustache Mirror.swift
[14/30] Compiling Mustache Parent.swift
[15/30] Compiling Mustache Parser.swift
[16/30] Compiling Mustache Template.swift
[17/30] Compiling Mustache Transform.swift
[18/30] Compiling Mustache Template+Parser.swift
[19/30] Compiling Mustache Template+Render.swift
[20/30] Compiling Mustache Sequence.swift
[21/30] Compiling Mustache SequenceContext.swift
[22/30] Emitting module ArgumentParserToolInfo
[23/30] Compiling ArgumentParserToolInfo ToolInfo.swift
[26/94] Compiling ArgumentParser NameSpecification.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
[27/94] Compiling ArgumentParser Option.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
[28/94] Compiling ArgumentParser OptionGroup.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
[29/94] Compiling ArgumentParser AsyncParsableCommand.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
[30/97] Compiling ArgumentParser ArgumentDecoder.swift
[31/97] Compiling ArgumentParser ArgumentDefinition.swift
[32/97] Compiling ArgumentParser ArgumentSet.swift
[33/97] Compiling ArgumentParser CommandParser.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[34/97] 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
[35/97] Compiling ArgumentParser ArgumentVisibility.swift
[36/97] Compiling ArgumentParser CompletionKind.swift
[37/97] Compiling ArgumentParser Errors.swift
[38/97] Compiling ArgumentParser Flag.swift
[39/97] Compiling ArgumentParser BashCompletionsGenerator.swift
[40/97] Compiling ArgumentParser CompletionsGenerator.swift
[41/97] Compiling ArgumentParser FishCompletionsGenerator.swift
[42/97] Compiling ArgumentParser ZshCompletionsGenerator.swift
[43/97] Compiling ArgumentParser Argument.swift
[44/97] Compiling ArgumentParser ArgumentHelp.swift
[45/97] Compiling ArgumentParser ExpressibleByArgument.swift
[46/97] Compiling ArgumentParser ParsableArguments.swift
[47/97] Compiling ArgumentParser ParsableArgumentsValidation.swift
[48/97] Compiling ArgumentParser ParsableCommand.swift
[49/97] Compiling ArgumentParser CommandConfiguration.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 |                 }
[50/97] Compiling ArgumentParser CommandGroup.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 |                 }
[51/97] Compiling ArgumentParser EnumerableFlag.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 |                 }
[57/102] Compiling ColibriLibrary RenderFilesTask.swift
[58/102] Compiling ColibriLibrary UpdateDependenciesTask.swift
[59/102] Compiling ColibriLibrary resource_bundle_accessor.swift
BUILD FAILURE 6.1 wasm