The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-cli-version, reference 0.1.1 (1885a9), with Swift 6.1 for Wasm on 30 May 2025 03:24:47 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/m-housh/swift-bump-version.git
Reference: 0.1.1
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/m-housh/swift-bump-version
 * tag               0.1.1      -> FETCH_HEAD
HEAD is now at 1885a90 Updated dependencies.
Cloned https://github.com/m-housh/swift-bump-version.git
Revision (git rev-parse @):
1885a90f622c91ea9bf7a9b3df82831dece8eb7d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/m-housh/swift-bump-version.git at 0.1.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/m-housh/swift-bump-version.git
https://github.com/m-housh/swift-bump-version.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-shell-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/m-housh/swift-shell-client.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "swift-cli-version",
  "name" : "swift-cli-version",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "CliVersion",
      "targets" : [
        "CliVersion"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BuildWithVersionPlugin",
      "targets" : [
        "BuildWithVersionPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "GenerateVersionPlugin",
      "targets" : [
        "GenerateVersionPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "UpdateVersionPlugin",
      "targets" : [
        "UpdateVersionPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "cli-version",
      "targets" : [
        "cli-version"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "cli_version",
      "module_type" : "SwiftTarget",
      "name" : "cli-version",
      "path" : "Sources/cli-version",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "BuildWithVersionPlugin",
        "GenerateVersionPlugin",
        "UpdateVersionPlugin",
        "cli-version"
      ],
      "sources" : [
        "BuildCommand.swift",
        "CliVersionCommand.swift",
        "GenerateCommand.swift",
        "Helpers.swift",
        "UpdateCommand.swift",
        "Version.swift"
      ],
      "target_dependencies" : [
        "CliVersion"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "UpdateVersionPlugin",
      "module_type" : "PluginTarget",
      "name" : "UpdateVersionPlugin",
      "path" : "Plugins/UpdateVersionPlugin",
      "plugin_capability" : {
        "intent" : {
          "description" : "Updates a version file in the given target.",
          "type" : "custom",
          "verb" : "update-version"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "Update a version file in the target's directory.",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "UpdateVersionPlugin"
      ],
      "sources" : [
        "UpdateVersionPlugin.swift"
      ],
      "target_dependencies" : [
        "cli-version"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "GenerateVersionPlugin",
      "module_type" : "PluginTarget",
      "name" : "GenerateVersionPlugin",
      "path" : "Plugins/GenerateVersionPlugin",
      "plugin_capability" : {
        "intent" : {
          "description" : "Generates a version file in the given target.",
          "type" : "custom",
          "verb" : "generate-version"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "Generate a version file in the target's directory.",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "GenerateVersionPlugin"
      ],
      "sources" : [
        "GenerateVersionPlugin.swift"
      ],
      "target_dependencies" : [
        "cli-version"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "CliVersionTests",
      "module_type" : "SwiftTarget",
      "name" : "CliVersionTests",
      "path" : "Tests/CliVersionTests",
      "sources" : [
        "CliVersionTests.swift"
      ],
      "target_dependencies" : [
        "CliVersion"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CliVersion",
      "module_type" : "SwiftTarget",
      "name" : "CliVersion",
      "path" : "Sources/CliVersion",
      "product_dependencies" : [
        "ShellClient"
      ],
      "product_memberships" : [
        "CliVersion",
        "BuildWithVersionPlugin",
        "GenerateVersionPlugin",
        "UpdateVersionPlugin",
        "cli-version"
      ],
      "sources" : [
        "FileClient.swift",
        "GitVersionClient.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BuildWithVersionPlugin",
      "module_type" : "PluginTarget",
      "name" : "BuildWithVersionPlugin",
      "path" : "Plugins/BuildWithVersionPlugin",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "BuildWithVersionPlugin"
      ],
      "sources" : [
        "BuildWithVersionPlugin.swift"
      ],
      "target_dependencies" : [
        "cli-version"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-docc-plugin.git
Fetching https://github.com/m-housh/swift-shell-client.git
[1/15386] Fetching swift-argument-parser
[771/15669] Fetching swift-argument-parser, swift-shell-client
[2131/17718] Fetching swift-argument-parser, swift-shell-client, swift-docc-plugin
Fetched https://github.com/m-housh/swift-shell-client.git from cache (1.46s)
Fetched https://github.com/apple/swift-docc-plugin.git from cache (1.46s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.49s)
Computing version for https://github.com/m-housh/swift-shell-client.git
Computed https://github.com/m-housh/swift-shell-client.git at 0.2.2 (2.55s)
Fetching https://github.com/pointfreeco/swift-dependencies.git
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/adorkable/swift-log-format-and-pipe.git
Fetching https://github.com/apple/swift-log.git
[1/190] Fetching swift-log-format-and-pipe
[100/1386] Fetching swift-log-format-and-pipe, rainbow
[1387/5222] Fetching swift-log-format-and-pipe, rainbow, swift-log
Fetched https://github.com/onevcat/Rainbow from cache (0.48s)
Fetched https://github.com/adorkable/swift-log-format-and-pipe.git from cache (0.48s)
Fetched https://github.com/apple/swift-log.git from cache (0.48s)
[1/6249] Fetching swift-dependencies
Fetched https://github.com/pointfreeco/swift-dependencies.git from cache (0.74s)
Computing version for https://github.com/adorkable/swift-log-format-and-pipe.git
Computed https://github.com/adorkable/swift-log-format-and-pipe.git at 0.1.1 (1.31s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (2.22s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.52s)
Computing version for https://github.com/apple/swift-docc-plugin.git
Computed https://github.com/apple/swift-docc-plugin.git at 1.4.3 (0.66s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3391] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.51s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.41s)
Computing version for https://github.com/pointfreeco/swift-dependencies.git
Computed https://github.com/pointfreeco/swift-dependencies.git at 1.9.2 (0.68s)
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/2410] Fetching combine-schedulers
[2291/3262] Fetching combine-schedulers, swift-concurrency-extras
[2659/4554] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks
[4452/10012] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.47s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.49s)
[4404/6750] Fetching swift-clocks, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.87s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.88s)
[1/70452] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (7.26s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (7.74s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.81s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.59s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.55s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (1.60s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.80s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/m-housh/swift-shell-client.git
Working copy of https://github.com/m-housh/swift-shell-client.git resolved at 0.2.2
Creating working copy for https://github.com/apple/swift-docc-plugin.git
Working copy of https://github.com/apple/swift-docc-plugin.git resolved at 1.4.3
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/adorkable/swift-log-format-and-pipe.git
Working copy of https://github.com/adorkable/swift-log-format-and-pipe.git resolved at 0.1.1
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.1
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
Creating working copy for https://github.com/pointfreeco/swift-dependencies.git
Working copy of https://github.com/pointfreeco/swift-dependencies.git resolved at 1.9.2
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.1.0
[1/1] Compiling plugin UpdateVersionPlugin
[2/2] Compiling plugin GenerateVersionPlugin
[3/3] Compiling plugin BuildWithVersionPlugin
[4/4] Compiling plugin GenerateManual
[5/5] Compiling plugin Swift-DocC Preview
[6/6] Compiling plugin Swift-DocC
Building for debugging...
[6/106] Write sources
[52/106] Compiling _SwiftSyntaxCShims dummy.c
[53/106] Write swift-version-24593BA9C3E375BF.txt
[55/146] Emitting module Logging
[56/146] Emitting module Rainbow
[57/147] Compiling Rainbow Style.swift
[58/147] Compiling Rainbow String+Rainbow.swift
[59/147] Compiling Logging Locks.swift
[60/147] Compiling Rainbow ControlCode.swift
[61/147] Compiling Rainbow ModesExtractor.swift
[62/147] Compiling Rainbow StringGenerator.swift
[63/147] Emitting module SwiftSyntax510
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[64/147] Compiling SwiftSyntax510 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[65/148] Compiling Rainbow StringGenerator.swift
[66/148] Compiling SwiftSyntax600 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[67/148] Emitting module SwiftSyntax600
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[68/150] Compiling SwiftSyntax601 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[69/150] Emitting module SwiftSyntax601
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[70/151] Emitting module SwiftSyntax509
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[71/151] Compiling SwiftSyntax509 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[72/152] Compiling Rainbow String+Rainbow.swift
[74/152] Compiling Rainbow Style.swift
[78/171] Compiling Logging LogHandler.swift
[79/182] Compiling Logging Logging.swift
[80/182] Compiling Logging MetadataProvider.swift
[82/277] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[83/277] Compiling SwiftSyntax Assert.swift
[84/277] Compiling SwiftSyntax AbsolutePosition.swift
[85/277] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[86/277] Compiling Rainbow Rainbow.swift
[87/277] Compiling Rainbow OutputTarget.swift
[88/278] Emitting module Logging
[89/278] Compiling Logging MetadataProvider.swift
[90/278] Compiling Logging Locks.swift
[91/278] Compiling Logging LogHandler.swift
[92/278] Compiling Logging Logging.swift
[97/287] Emitting module Rainbow
[100/287] Compiling Rainbow Rainbow.swift
[101/287] Compiling SwiftSyntax BumpPtrAllocator.swift
[102/287] Compiling SwiftSyntax CommonAncestor.swift
[103/287] Compiling Rainbow OutputTarget.swift
[105/288] Emitting module ArgumentParserToolInfo
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[108/295] Compiling SwiftSyntax SyntaxProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[109/295] Compiling SwiftSyntax SyntaxText.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[110/297] Compiling ArgumentParserToolInfo ToolInfo.swift
[111/298] Compiling ConcurrencyExtras LockIsolated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[112/298] Compiling ConcurrencyExtras MainSerialExecutor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[113/298] Compiling ConcurrencyExtras Result.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[114/298] Compiling ConcurrencyExtras MainSerialExecutor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[115/299] Compiling ConcurrencyExtras LockIsolated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[119/299] Compiling ConcurrencyExtras Task.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[120/299] Compiling ConcurrencyExtras Result.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[121/299] Emitting module ConcurrencyExtras
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[131/299] Compiling ConcurrencyExtras Task.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[132/299] Compiling SwiftSyntax TokenSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[133/299] Compiling SwiftSyntax TokenSyntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[134/299] Compiling ConcurrencyExtras UncheckedSendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[137/301] Compiling SwiftSyntax Convenience.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[138/301] Compiling SwiftSyntax CustomTraits.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[139/301] Compiling SwiftSyntax EditorPlaceholder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[140/303] Compiling SwiftSyntax SyntaxTreeViewMode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[141/303] Compiling SwiftSyntax TokenDiagnostic.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[142/303] Wrapping AST for SwiftSyntax601 for debugging
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[146/343] Compiling LoggingFormatAndPipe Pipe.swift
/host/spi-builder-workspace/.build/checkouts/swift-log-format-and-pipe/Sources/LoggingFormatAndPipe/LoggerTextOutputStreamPipe.swift:11:8: error: no such module 'Glibc'
 9 | import Darwin
10 | #else
11 | import Glibc
   |        `- error: no such module 'Glibc'
12 | #endif
13 |
[147/343] Compiling LoggingFormatAndPipe LoggerTextOutputStreamPipe.swift
/host/spi-builder-workspace/.build/checkouts/swift-log-format-and-pipe/Sources/LoggingFormatAndPipe/LoggerTextOutputStreamPipe.swift:11:8: error: no such module 'Glibc'
 9 | import Darwin
10 | #else
11 | import Glibc
   |        `- error: no such module 'Glibc'
12 | #endif
13 |
[148/343] Compiling LoggingFormatAndPipe Handler.swift
/host/spi-builder-workspace/.build/checkouts/swift-log-format-and-pipe/Sources/LoggingFormatAndPipe/LoggerTextOutputStreamPipe.swift:11:8: error: no such module 'Glibc'
 9 | import Darwin
10 | #else
11 | import Glibc
   |        `- error: no such module 'Glibc'
12 | #endif
13 |
[149/343] Compiling LoggingFormatAndPipe Formatter.swift
/host/spi-builder-workspace/.build/checkouts/swift-log-format-and-pipe/Sources/LoggingFormatAndPipe/LoggerTextOutputStreamPipe.swift:11:8: error: no such module 'Glibc'
 9 | import Darwin
10 | #else
11 | import Glibc
   |        `- error: no such module 'Glibc'
12 | #endif
13 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[150/343] Emitting module LoggingFormatAndPipe
/host/spi-builder-workspace/.build/checkouts/swift-log-format-and-pipe/Sources/LoggingFormatAndPipe/LoggerTextOutputStreamPipe.swift:11:8: error: no such module 'Glibc'
 9 | import Darwin
10 | #else
11 | import Glibc
   |        `- error: no such module 'Glibc'
12 | #endif
13 |
[151/343] Compiling LoggingFormatAndPipe BasicFormatter.swift
/host/spi-builder-workspace/.build/checkouts/swift-log-format-and-pipe/Sources/LoggingFormatAndPipe/LoggerTextOutputStreamPipe.swift:11:8: error: no such module 'Glibc'
 9 | import Darwin
10 | #else
11 | import Glibc
   |        `- error: no such module 'Glibc'
12 | #endif
13 |
[151/343] Wrapping AST for SwiftSyntax600 for debugging
[152/343] Compiling ArgumentParser Flag.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[153/343] Compiling ArgumentParser NameSpecification.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[154/343] Compiling ArgumentParser Option.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[155/343] Compiling ArgumentParser OptionGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[156/343] Compiling ArgumentParser AsyncParsableCommand.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[157/343] Compiling ArgumentParser CommandConfiguration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[158/343] Compiling ArgumentParser CommandGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[159/343] Compiling ArgumentParser EnumerableFlag.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[160/343] Compiling ArgumentParser ExpressibleByArgument.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
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 UpdateVersionPlugin
[2/2] Compiling plugin GenerateVersionPlugin
[3/3] Compiling plugin BuildWithVersionPlugin
[4/4] Compiling plugin GenerateManual
[5/5] Compiling plugin Swift-DocC Preview
[6/6] Compiling plugin Swift-DocC
Building for debugging...
[6/59] Write swift-version-24593BA9C3E375BF.txt
[8/108] Compiling SwiftSyntax600 Empty.swift
[9/108] Emitting module SwiftSyntax600
[11/109] Emitting module SwiftSyntax510
[12/109] Compiling SwiftSyntax510 Empty.swift
[13/110] Compiling SwiftSyntax601 Empty.swift
[14/110] Emitting module SwiftSyntax601
[15/110] Compiling ConcurrencyExtras Result.swift
[16/110] Compiling ConcurrencyExtras Task.swift
[17/112] Compiling Logging MetadataProvider.swift
[18/112] Compiling Logging Locks.swift
[19/112] Compiling Logging MetadataProvider.swift
[20/112] Compiling Rainbow OutputTarget.swift
[21/112] Compiling Rainbow StringGenerator.swift
[22/113] Emitting module Logging
[23/113] Compiling Rainbow StringGenerator.swift
[24/114] Compiling ConcurrencyExtras LockIsolated.swift
[25/114] Compiling ConcurrencyExtras Locking.swift
[26/114] Compiling ConcurrencyExtras UncheckedBox.swift
[29/114] Compiling ConcurrencyExtras MainSerialExecutor.swift
[33/114] Emitting module ConcurrencyExtras
[34/114] Emitting module Logging
[35/114] Compiling Logging Locks.swift
[36/114] Compiling ConcurrencyExtras UncheckedSendable.swift
[37/114] Compiling Rainbow OutputTarget.swift
[38/114] Compiling Rainbow Style.swift
[39/114] Compiling ConcurrencyExtras ActorIsolated.swift
[40/114] Compiling ConcurrencyExtras AnyHashableSendable.swift
[41/114] Compiling ConcurrencyExtras AsyncStream.swift
[42/114] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[43/115] Compiling Rainbow String+Rainbow.swift
[44/115] Compiling Rainbow Rainbow.swift
[47/115] Compiling Rainbow String+Rainbow.swift
[48/115] Compiling Rainbow Style.swift
[50/115] Emitting module Rainbow
[56/115] Compiling Logging LogHandler.swift
[57/115] Compiling Logging Logging.swift
[60/116] Emitting module Rainbow
[65/157] Emitting module SwiftSyntax509
[66/157] Compiling SwiftSyntax509 Empty.swift
[67/160] Compiling IssueReporting BreakpointReporter.swift
[68/160] Compiling IssueReporting FatalErrorReporter.swift
[69/175] Compiling ConcurrencyExtras ActorIsolated.swift
[70/175] Compiling ConcurrencyExtras AnyHashableSendable.swift
[71/175] Compiling ConcurrencyExtras AsyncStream.swift
[73/183] Compiling ConcurrencyExtras Result.swift
[74/183] Compiling IssueReporting RuntimeWarningReporter.swift
[75/183] Compiling IssueReporting ReportIssue.swift
[76/184] Compiling ConcurrencyExtras LockIsolated.swift
[77/184] Compiling ConcurrencyExtras MainSerialExecutor.swift
[77/184] Wrapping AST for SwiftSyntax600 for debugging
[79/184] Compiling ConcurrencyExtras Locking.swift
[80/184] Compiling ConcurrencyExtras UncheckedBox.swift
[81/184] Compiling ConcurrencyExtras Task.swift
[84/184] Compiling IssueReporting SwiftTesting.swift
[85/184] Compiling IssueReporting UncheckedSendable.swift
[86/184] Compiling IssueReporting Warn.swift
[89/184] Compiling IssueReporting TestContext.swift
[90/184] Compiling IssueReporting Unimplemented.swift
[91/184] Emitting module IssueReporting
[92/184] Emitting module ArgumentParserToolInfo
[94/184] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[95/184] Compiling Logging LogHandler.swift
[96/184] Compiling Logging Logging.swift
[100/185] Emitting module ConcurrencyExtras
[104/185] Compiling IssueReporting WithExpectedIssue.swift
[105/185] Compiling IssueReporting WithIssueContext.swift
[108/195] Compiling ConcurrencyExtras UncheckedSendable.swift
[109/207] Compiling SwiftSyntax SyntaxCollection.swift
[110/207] Compiling SwiftSyntax SyntaxHashable.swift
[110/250] Wrapping AST for SwiftSyntax510 for debugging
[113/250] Compiling ArgumentParserToolInfo ToolInfo.swift
[114/251] Emitting module IssueReporting
[115/251] Compiling SwiftSyntax Assert.swift
[116/251] Compiling SwiftSyntax BumpPtrAllocator.swift
[117/251] Compiling SwiftSyntax CommonAncestor.swift
[118/251] Compiling SwiftSyntax Convenience.swift
[119/251] Compiling SwiftSyntax CustomTraits.swift
[120/251] Compiling SwiftSyntax EditorPlaceholder.swift
[120/252] Wrapping AST for SwiftSyntax509 for debugging
[122/258] Wrapping AST for Rainbow for debugging
[123/258] Wrapping AST for Logging for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[126/258] Emitting module LoggingFormatAndPipe
/host/spi-builder-workspace/.build/checkouts/swift-log-format-and-pipe/Sources/LoggingFormatAndPipe/LoggerTextOutputStreamPipe.swift:11:8: error: no such module 'Glibc'
 9 | import Darwin
10 | #else
11 | import Glibc
   |        `- error: no such module 'Glibc'
12 | #endif
13 |
[127/258] Compiling LoggingFormatAndPipe Pipe.swift
/host/spi-builder-workspace/.build/checkouts/swift-log-format-and-pipe/Sources/LoggingFormatAndPipe/LoggerTextOutputStreamPipe.swift:11:8: error: no such module 'Glibc'
 9 | import Darwin
10 | #else
11 | import Glibc
   |        `- error: no such module 'Glibc'
12 | #endif
13 |
[128/258] Compiling LoggingFormatAndPipe LoggerTextOutputStreamPipe.swift
/host/spi-builder-workspace/.build/checkouts/swift-log-format-and-pipe/Sources/LoggingFormatAndPipe/LoggerTextOutputStreamPipe.swift:11:8: error: no such module 'Glibc'
 9 | import Darwin
10 | #else
11 | import Glibc
   |        `- error: no such module 'Glibc'
12 | #endif
13 |
[129/258] Compiling LoggingFormatAndPipe Handler.swift
/host/spi-builder-workspace/.build/checkouts/swift-log-format-and-pipe/Sources/LoggingFormatAndPipe/LoggerTextOutputStreamPipe.swift:11:8: error: no such module 'Glibc'
 9 | import Darwin
10 | #else
11 | import Glibc
   |        `- error: no such module 'Glibc'
12 | #endif
13 |
[130/258] Compiling LoggingFormatAndPipe BasicFormatter.swift
/host/spi-builder-workspace/.build/checkouts/swift-log-format-and-pipe/Sources/LoggingFormatAndPipe/LoggerTextOutputStreamPipe.swift:11:8: error: no such module 'Glibc'
 9 | import Darwin
10 | #else
11 | import Glibc
   |        `- error: no such module 'Glibc'
12 | #endif
13 |
[131/258] Compiling LoggingFormatAndPipe Formatter.swift
/host/spi-builder-workspace/.build/checkouts/swift-log-format-and-pipe/Sources/LoggingFormatAndPipe/LoggerTextOutputStreamPipe.swift:11:8: error: no such module 'Glibc'
 9 | import Darwin
10 | #else
11 | import Glibc
   |        `- error: no such module 'Glibc'
12 | #endif
13 |
[131/258] Wrapping AST for ConcurrencyExtras for debugging
BUILD FAILURE 6.1 wasm