The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftTerm, reference v1.13.0 (8e7a1e), with Swift 6.1 for Wasm on 27 Mar 2026 21:24:04 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/migueldeicaza/SwiftTerm.git
Reference: v1.13.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/migueldeicaza/SwiftTerm
 * tag               v1.13.0    -> FETCH_HEAD
HEAD is now at 8e7a1e1 Disable opportunistic Subprocess imports in LocalProcess (#505)
Cloned https://github.com/migueldeicaza/SwiftTerm.git
Revision (git rev-parse @):
8e7a1e154f470e19c709a00a8768df348ba5fc43
SUCCESS checkout https://github.com/migueldeicaza/SwiftTerm.git at v1.13.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/migueldeicaza/SwiftTerm.git
https://github.com/migueldeicaza/SwiftTerm.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-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "package-benchmark",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.29.11",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ordo-one/package-benchmark"
    }
  ],
  "manifest_display_name" : "SwiftTerm",
  "name" : "SwiftTerm",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftTermFuzz",
      "targets" : [
        "SwiftTermFuzz"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "termcast",
      "targets" : [
        "Termcast"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SwiftTerm",
      "targets" : [
        "SwiftTerm"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftTermBenchmarks",
      "targets" : [
        "SwiftTermBenchmarks"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "Termcast",
      "module_type" : "SwiftTarget",
      "name" : "Termcast",
      "path" : "Sources/Termcast",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "termcast"
      ],
      "sources" : [
        "AsciicastFormat.swift",
        "TermcastPlayer.swift",
        "TermcastRecorder.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftTerm"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftTermTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftTermTests",
      "path" : "Tests/SwiftTermTests",
      "sources" : [
        "BufferTests.swift",
        "ColorQueryTests.swift",
        "ColorTests.swift",
        "CsiParameterParsingTests.swift",
        "DcsTests.swift",
        "FuzzerTests.swift",
        "GhosttyImplicitLinkDetectionTests.swift",
        "HistoryTests.swift",
        "ImageTests.swift",
        "KittyCursorTests.swift",
        "KittyGraphicsLifecycleTests.swift",
        "KittyKeyboardEncoderTests.swift",
        "KittyKeyboardProtocolTests.swift",
        "KittyRelativePlacementTests.swift",
        "KittyTransmissionTests.swift",
        "KittyUnicodeTests.swift",
        "LinkLookupTests.swift",
        "MeanTests.swift",
        "Memory.swift",
        "OscTests.swift",
        "ParserTests.swift",
        "PerformanceTest.swift",
        "ReflowPortedTests.swift",
        "ReflowTests.swift",
        "ScreenTests.swift",
        "SearchTests.swift",
        "SelectionTests.swift",
        "SgrTests.swift",
        "SwiftTermTests.swift",
        "SynchronizedOutputTests.swift",
        "TerminalCoreTests.swift",
        "TerminalTestHarness.swift",
        "UnicodeTests.swift"
      ],
      "target_dependencies" : [
        "SwiftTerm"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftTermFuzz",
      "module_type" : "SwiftTarget",
      "name" : "SwiftTermFuzz",
      "path" : "Sources/SwiftTermFuzz",
      "product_memberships" : [
        "SwiftTermFuzz"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftTerm"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftTermBenchmarks",
      "module_type" : "SwiftTarget",
      "name" : "SwiftTermBenchmarks",
      "path" : "Benchmarks/SwiftTermBenchmarks",
      "product_dependencies" : [
        "Benchmark",
        "BenchmarkPlugin"
      ],
      "product_memberships" : [
        "SwiftTermBenchmarks"
      ],
      "sources" : [
        "SwiftTermBenchmarks.swift"
      ],
      "target_dependencies" : [
        "SwiftTerm"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftTerm",
      "module_type" : "SwiftTarget",
      "name" : "SwiftTerm",
      "path" : "Sources/SwiftTerm",
      "product_memberships" : [
        "SwiftTermFuzz",
        "termcast",
        "SwiftTerm",
        "SwiftTermBenchmarks"
      ],
      "sources" : [
        "Buffer.swift",
        "BufferLine.swift",
        "BufferSet.swift",
        "CharData.swift",
        "CharSets.swift",
        "CircularList.swift",
        "Colors.swift",
        "EscapeSequenceParser.swift",
        "EscapeSequences.swift",
        "ExtensionsTerminal.swift",
        "File.swift",
        "HeadlessTerminal.swift",
        "KittyGraphics.swift",
        "KittyKeyboardEncoder.swift",
        "KittyKeyboardProtocol.swift",
        "KittyPlaceholder.swift",
        "Line.swift",
        "LocalProcess.swift",
        "Position.swift",
        "Pty.swift",
        "SearchEngine.swift",
        "SearchLineCache.swift",
        "SearchOptions.swift",
        "SearchService.swift",
        "SearchState.swift",
        "SelectionService.swift",
        "SixelDcsHandler.swift",
        "Terminal.swift",
        "TerminalOptions.swift",
        "TerminalViewSearch.swift",
        "UnicodeWidthData.swift",
        "Utilities.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/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 swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/ordo-one/package-benchmark
Fetching https://github.com/apple/swift-docc-plugin
[1/2171] Fetching swift-docc-plugin
[240/19635] Fetching swift-docc-plugin, swift-argument-parser
[415/26467] Fetching swift-docc-plugin, swift-argument-parser, package-benchmark
Fetched https://github.com/apple/swift-docc-plugin from cache (0.63s)
[17486/24296] Fetching swift-argument-parser, package-benchmark
Fetched https://github.com/ordo-one/package-benchmark from cache (1.10s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.11s)
Computing version for https://github.com/ordo-one/package-benchmark
Computed https://github.com/ordo-one/package-benchmark at 1.31.0 (1.76s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/HdrHistogram/hdrhistogram-swift.git
Fetching https://github.com/ordo-one/package-jemalloc.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/ordo-one/TextTable.git
[1/203] Fetching texttable
[103/238] Fetching texttable, package-jemalloc
[227/2058] Fetching texttable, package-jemalloc, swift-atomics
[311/2669] Fetching texttable, package-jemalloc, swift-atomics, hdrhistogram-swift
Fetched https://github.com/ordo-one/TextTable.git from cache (0.30s)
[2048/2466] Fetching package-jemalloc, swift-atomics, hdrhistogram-swift
[2413/8067] Fetching package-jemalloc, swift-atomics, hdrhistogram-swift, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.46s)
Fetched https://github.com/HdrHistogram/hdrhistogram-swift.git from cache (0.46s)
Fetched https://github.com/ordo-one/package-jemalloc.git from cache (0.58s)
Fetched https://github.com/apple/swift-system.git from cache (0.58s)
Computing version for https://github.com/ordo-one/package-jemalloc.git
Computed https://github.com/ordo-one/package-jemalloc.git at 1.0.0 (1.19s)
Computing version for https://github.com/HdrHistogram/hdrhistogram-swift.git
Computed https://github.com/HdrHistogram/hdrhistogram-swift.git at 0.1.4 (0.64s)
Fetching https://github.com/apple/swift-numerics
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.51s)
Computing version for https://github.com/ordo-one/TextTable.git
Computed https://github.com/ordo-one/TextTable.git at 0.0.2 (1.11s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (0.63s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3671] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.36s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.02s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (0.52s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.57s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.54s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.71s)
Creating working copy for https://github.com/HdrHistogram/hdrhistogram-swift.git
Working copy of https://github.com/HdrHistogram/hdrhistogram-swift.git resolved at 0.1.4
Creating working copy for https://github.com/ordo-one/package-benchmark
Working copy of https://github.com/ordo-one/package-benchmark resolved at 1.31.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
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/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/ordo-one/package-jemalloc.git
Working copy of https://github.com/ordo-one/package-jemalloc.git resolved at 1.0.0
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/ordo-one/TextTable.git
Working copy of https://github.com/ordo-one/TextTable.git resolved at 0.0.2
warning: couldn't find pc file for jemalloc
[0/12] Write sources
[4/12] Write swift-version-24593BA9C3E375BF.txt
[5/12] Compiling CSystem shims.c
[7/45] Emitting module SystemPackage
[8/49] Compiling SystemPackage FilePathSyntax.swift
[9/49] Compiling SystemPackage FilePathTemp.swift
[10/49] Compiling SystemPackage FilePathTempPosix.swift
[11/49] Compiling SystemPackage FilePathTempWindows.swift
[12/49] Compiling SystemPackage SystemString.swift
[13/49] Compiling SystemPackage Util+StringArray.swift
[14/49] Compiling SystemPackage Util.swift
[15/49] Compiling SystemPackage UtilConsumers.swift
[16/49] Compiling SystemPackage FilePath.swift
[17/49] Compiling SystemPackage FilePathComponentView.swift
[18/49] Compiling SystemPackage FilePathComponents.swift
[19/49] Compiling SystemPackage FilePathParsing.swift
[20/49] Compiling SystemPackage FilePathString.swift
[21/49] Compiling SystemPackage Errno.swift
[22/49] Compiling SystemPackage ErrnoWindows.swift
[23/49] Compiling SystemPackage FileDescriptor.swift
[24/49] Compiling SystemPackage FileHelpers.swift
[25/49] Compiling SystemPackage FileOperations.swift
[26/49] Emitting module ArgumentParserToolInfo
[27/49] Compiling ArgumentParserToolInfo ToolInfo.swift
[28/50] Wrapping AST for ArgumentParserToolInfo for debugging
[30/88] Compiling ArgumentParser Flag.swift
[31/88] Compiling ArgumentParser NameSpecification.swift
[32/88] Compiling ArgumentParser Option.swift
[33/88] Compiling ArgumentParser ArgumentDefinition.swift
[34/88] Compiling ArgumentParser Name.swift
[35/88] Compiling ArgumentParser Parsed.swift
[36/88] Compiling ArgumentParser ParsedValues.swift
[37/88] Compiling ArgumentParser ParserError.swift
[38/88] Compiling ArgumentParser ArgumentSet.swift
[39/88] Compiling ArgumentParser CommandParser.swift
[40/88] Compiling ArgumentParser InputKey.swift
[41/88] Compiling ArgumentParser InputOrigin.swift
[42/88] Compiling ArgumentParser SplitArguments.swift
[43/88] Compiling ArgumentParser ExpressibleByArgument.swift
[44/88] Compiling ArgumentParser ParsableArguments.swift
[45/88] Compiling ArgumentParser ParsableArgumentsValidation.swift
[46/89] Wrapping AST for SystemPackage for debugging
[48/89] Emitting module ArgumentParser
[49/89] Compiling ArgumentParser BashCompletionsGenerator.swift
[50/89] Compiling ArgumentParser CompletionsGenerator.swift
[51/89] Compiling ArgumentParser FishCompletionsGenerator.swift
[52/89] Compiling ArgumentParser ZshCompletionsGenerator.swift
[53/89] Compiling ArgumentParser Argument.swift
[54/89] Compiling ArgumentParser ArgumentHelp.swift
[55/94] Compiling ArgumentParser OptionGroup.swift
[56/94] Compiling ArgumentParser AsyncParsableCommand.swift
[57/94] Compiling ArgumentParser CommandConfiguration.swift
[58/94] Compiling ArgumentParser CommandGroup.swift
[59/94] Compiling ArgumentParser EnumerableFlag.swift
[60/94] Compiling ArgumentParser ArgumentVisibility.swift
[61/94] Compiling ArgumentParser CompletionKind.swift
[62/94] Compiling ArgumentParser Errors.swift
[71/94] Compiling ArgumentParser CollectionExtensions.swift
[72/94] Compiling ArgumentParser Platform.swift
[73/94] Compiling ArgumentParser SequenceExtensions.swift
[74/94] Compiling ArgumentParser StringExtensions.swift
[75/94] Compiling ArgumentParser Tree.swift
[84/94] Compiling ArgumentParser ParsableCommand.swift
[85/94] Compiling ArgumentParser ArgumentDecoder.swift
[86/94] Compiling ArgumentParser DumpHelpGenerator.swift
[87/94] Compiling ArgumentParser HelpCommand.swift
[88/94] Compiling ArgumentParser HelpGenerator.swift
[89/94] Compiling ArgumentParser MessageInfo.swift
[90/94] Compiling ArgumentParser UsageGenerator.swift
[91/95] Wrapping AST for ArgumentParser for debugging
[93/97] Emitting module BenchmarkBoilerplateGenerator
<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
[94/97] Compiling BenchmarkBoilerplateGenerator BenchmarkBoilerplateGenerator.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
[95/98] Wrapping AST for BenchmarkBoilerplateGenerator for debugging
[96/98] Write Objects.LinkFileList
[97/98] Linking BenchmarkBoilerplateGenerator-tool
warning: couldn't find pc file for jemalloc
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkPlugin/BenchmarkSupportPlugin.swift:12:27: warning: 'directory' is deprecated: renamed to 'directoryURL'
10 |         guard let target = target as? SwiftSourceModuleTarget else { return [] }
11 |         guard target.kind == .executable else { return [] }
12 |         let path = target.directory.removingLastComponent()
   |                           |- warning: 'directory' is deprecated: renamed to 'directoryURL'
   |                           `- note: use 'directoryURL' instead
13 |         guard path.lastComponent == "Benchmarks" else { return [] }
14 |
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkPlugin/BenchmarkSupportPlugin.swift:12:37: warning: 'removingLastComponent()' is deprecated: Use `URL` type instead of `Path`.
10 |         guard let target = target as? SwiftSourceModuleTarget else { return [] }
11 |         guard target.kind == .executable else { return [] }
12 |         let path = target.directory.removingLastComponent()
   |                                     `- warning: 'removingLastComponent()' is deprecated: Use `URL` type instead of `Path`.
13 |         guard path.lastComponent == "Benchmarks" else { return [] }
14 |
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkPlugin/BenchmarkSupportPlugin.swift:13:20: warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
11 |         guard target.kind == .executable else { return [] }
12 |         let path = target.directory.removingLastComponent()
13 |         guard path.lastComponent == "Benchmarks" else { return [] }
   |                    `- warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
14 |
15 |         let tool = try context.tool(named: "BenchmarkBoilerplateGenerator")
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkPlugin/BenchmarkSupportPlugin.swift:16:39: warning: 'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL'
14 |
15 |         let tool = try context.tool(named: "BenchmarkBoilerplateGenerator")
16 |         let outputDirectory = context.pluginWorkDirectory
   |                                       |- warning: 'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL'
   |                                       `- note: use 'pluginWorkDirectoryURL' instead
17 |         let swiftFile = outputDirectory.appending("__BenchmarkBoilerplate.swift")
18 |         let inputFiles = target.sourceFiles.filter { $0.path.extension == "swift" }.map(\.path)
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkPlugin/BenchmarkSupportPlugin.swift:17:41: warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
15 |         let tool = try context.tool(named: "BenchmarkBoilerplateGenerator")
16 |         let outputDirectory = context.pluginWorkDirectory
17 |         let swiftFile = outputDirectory.appending("__BenchmarkBoilerplate.swift")
   |                                         `- warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
18 |         let inputFiles = target.sourceFiles.filter { $0.path.extension == "swift" }.map(\.path)
19 |         let outputFiles: [Path] = [swiftFile]
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkPlugin/BenchmarkSupportPlugin.swift:18:57: warning: 'path' is deprecated: renamed to 'url'
16 |         let outputDirectory = context.pluginWorkDirectory
17 |         let swiftFile = outputDirectory.appending("__BenchmarkBoilerplate.swift")
18 |         let inputFiles = target.sourceFiles.filter { $0.path.extension == "swift" }.map(\.path)
   |                                                         |- warning: 'path' is deprecated: renamed to 'url'
   |                                                         `- note: use 'url' instead
19 |         let outputFiles: [Path] = [swiftFile]
20 |
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkPlugin/BenchmarkSupportPlugin.swift:18:62: warning: 'extension' is deprecated: Use `URL` type instead of `Path`.
16 |         let outputDirectory = context.pluginWorkDirectory
17 |         let swiftFile = outputDirectory.appending("__BenchmarkBoilerplate.swift")
18 |         let inputFiles = target.sourceFiles.filter { $0.path.extension == "swift" }.map(\.path)
   |                                                              `- warning: 'extension' is deprecated: Use `URL` type instead of `Path`.
19 |         let outputFiles: [Path] = [swiftFile]
20 |
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkPlugin/BenchmarkSupportPlugin.swift:18:91: warning: 'path' is deprecated: renamed to 'url'
16 |         let outputDirectory = context.pluginWorkDirectory
17 |         let swiftFile = outputDirectory.appending("__BenchmarkBoilerplate.swift")
18 |         let inputFiles = target.sourceFiles.filter { $0.path.extension == "swift" }.map(\.path)
   |                                                                                           |- warning: 'path' is deprecated: renamed to 'url'
   |                                                                                           `- note: use 'url' instead
19 |         let outputFiles: [Path] = [swiftFile]
20 |
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkPlugin/BenchmarkSupportPlugin.swift:23:35: warning: 'string' is deprecated: Use `URL` type instead of `Path`.
21 |         let commandArgs: [String] = [
22 |             "--target", target.name,
23 |             "--output", swiftFile.string,
   |                                   `- warning: 'string' is deprecated: Use `URL` type instead of `Path`.
24 |         ]
25 |
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkPlugin/BenchmarkSupportPlugin.swift:26:33: warning: 'buildCommand(displayName:executable:arguments:environment:inputFiles:outputFiles:)' is deprecated: Use `URL` type instead of `Path`.
24 |         ]
25 |
26 |         let command: Command = .buildCommand(
   |                                 `- warning: 'buildCommand(displayName:executable:arguments:environment:inputFiles:outputFiles:)' is deprecated: Use `URL` type instead of `Path`.
27 |             displayName: "Generating plugin support files",
28 |             executable: tool.path,
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkPlugin/BenchmarkSupportPlugin.swift:28:30: warning: 'path' is deprecated: renamed to 'url'
26 |         let command: Command = .buildCommand(
27 |             displayName: "Generating plugin support files",
28 |             executable: tool.path,
   |                              |- warning: 'path' is deprecated: renamed to 'url'
   |                              `- note: use 'url' instead
29 |             arguments: commandArgs,
30 |             inputFiles: inputFiles,
[1/1] Compiling plugin BenchmarkPlugin
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/ArgumentExtractor+Extensions.swift:36:31: warning: 'directory' is deprecated: renamed to 'directoryURL'
34 |
35 |         try package.targets.forEach { target in
36 |             let path = target.directory.removingLastComponent()
   |                               |- warning: 'directory' is deprecated: renamed to 'directoryURL'
   |                               `- note: use 'directoryURL' instead
37 |             if path.lastComponent == "Benchmarks" {
38 |                 for specifiedTarget in specifiedTargets {
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/ArgumentExtractor+Extensions.swift:36:41: warning: 'removingLastComponent()' is deprecated: Use `URL` type instead of `Path`.
34 |
35 |         try package.targets.forEach { target in
36 |             let path = target.directory.removingLastComponent()
   |                                         `- warning: 'removingLastComponent()' is deprecated: Use `URL` type instead of `Path`.
37 |             if path.lastComponent == "Benchmarks" {
38 |                 for specifiedTarget in specifiedTargets {
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/ArgumentExtractor+Extensions.swift:37:21: warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
35 |         try package.targets.forEach { target in
36 |             let path = target.directory.removingLastComponent()
37 |             if path.lastComponent == "Benchmarks" {
   |                     `- warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
38 |                 for specifiedTarget in specifiedTargets {
39 |                     let regex = try Regex(specifiedTarget)
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/BenchmarkCommandPlugin.swift:159:56: warning: 'directory' is deprecated: renamed to 'directoryURL'
157 |             benchmarkToolName,
158 |             "--command", commandToPerform.rawValue,
159 |             "--baseline-storage-path", context.package.directory.string,
    |                                                        |- warning: 'directory' is deprecated: renamed to 'directoryURL'
    |                                                        `- note: use 'directoryURL' instead
160 |             "--format", outputFormat.rawValue,
161 |             "--grouping", grouping,
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/BenchmarkCommandPlugin.swift:159:66: warning: 'string' is deprecated: Use `URL` type instead of `Path`.
157 |             benchmarkToolName,
158 |             "--command", commandToPerform.rawValue,
159 |             "--baseline-storage-path", context.package.directory.string,
    |                                                                  `- warning: 'string' is deprecated: Use `URL` type instead of `Path`.
160 |             "--format", outputFormat.rawValue,
161 |             "--grouping", grouping,
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/BenchmarkCommandPlugin.swift:399:42: warning: 'path' is deprecated: renamed to 'url'
397 |
398 |         let tool = buildResult.builtArtifacts.first(where: {
399 |             $0.kind == .executable && $0.path.lastComponent == benchmarkToolName
    |                                          |- warning: 'path' is deprecated: renamed to 'url'
    |                                          `- note: use 'url' instead
400 |         })
401 |
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/BenchmarkCommandPlugin.swift:399:47: warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
397 |
398 |         let tool = buildResult.builtArtifacts.first(where: {
399 |             $0.kind == .executable && $0.path.lastComponent == benchmarkToolName
    |                                               `- warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
400 |         })
401 |
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/BenchmarkCommandPlugin.swift:406:30: warning: 'path' is deprecated: renamed to 'url'
404 |         }
405 |
406 |         benchmarkTool = tool.path
    |                              |- warning: 'path' is deprecated: renamed to 'url'
    |                              `- note: use 'url' instead
407 |
408 |         let filteredTargets =
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/BenchmarkCommandPlugin.swift:412:38: warning: 'directory' is deprecated: renamed to 'directoryURL'
410 |             .filter { $0.kind == .executable }
411 |             .filter { benchmark in
412 |                 let path = benchmark.directory.removingLastComponent()
    |                                      |- warning: 'directory' is deprecated: renamed to 'directoryURL'
    |                                      `- note: use 'directoryURL' instead
413 |                 return path.lastComponent == "Benchmarks" ? true : false
414 |             }
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/BenchmarkCommandPlugin.swift:412:48: warning: 'removingLastComponent()' is deprecated: Use `URL` type instead of `Path`.
410 |             .filter { $0.kind == .executable }
411 |             .filter { benchmark in
412 |                 let path = benchmark.directory.removingLastComponent()
    |                                                `- warning: 'removingLastComponent()' is deprecated: Use `URL` type instead of `Path`.
413 |                 return path.lastComponent == "Benchmarks" ? true : false
414 |             }
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/BenchmarkCommandPlugin.swift:413:29: warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
411 |             .filter { benchmark in
412 |                 let path = benchmark.directory.removingLastComponent()
413 |                 return path.lastComponent == "Benchmarks" ? true : false
    |                             `- warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
414 |             }
415 |             .filter { benchmark in
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/BenchmarkCommandPlugin.swift:462:77: warning: 'path' is deprecated: renamed to 'url'
460 |                 let benchmarks = buildResult.builtArtifacts
461 |                     .filter { benchmark in
462 |                         filteredTargets.first(where: { $0.name == benchmark.path.lastComponent }) != nil ? true : false
    |                                                                             |- warning: 'path' is deprecated: renamed to 'url'
    |                                                                             `- note: use 'url' instead
463 |                     }
464 |
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/BenchmarkCommandPlugin.swift:462:82: warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
460 |                 let benchmarks = buildResult.builtArtifacts
461 |                     .filter { benchmark in
462 |                         filteredTargets.first(where: { $0.name == benchmark.path.lastComponent }) != nil ? true : false
    |                                                                                  `- warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
463 |                     }
464 |
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/BenchmarkCommandPlugin.swift:470:88: warning: 'path' is deprecated: renamed to 'url'
468 |
469 |                 benchmarks.forEach { benchmark in
470 |                     args.append(contentsOf: ["--benchmark-executable-paths", benchmark.path.string])
    |                                                                                        |- warning: 'path' is deprecated: renamed to 'url'
    |                                                                                        `- note: use 'url' instead
471 |                 }
472 |             }
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/BenchmarkCommandPlugin.swift:470:93: warning: 'string' is deprecated: Use `URL` type instead of `Path`.
468 |
469 |                 benchmarks.forEach { benchmark in
470 |                     args.append(contentsOf: ["--benchmark-executable-paths", benchmark.path.string])
    |                                                                                             `- warning: 'string' is deprecated: Use `URL` type instead of `Path`.
471 |                 }
472 |             }
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/BenchmarkCommandPlugin.swift:480:45: warning: 'string' is deprecated: Use `URL` type instead of `Path`.
478 |             if debug > 0 {
479 |                 print("To debug, start \(benchmarkToolName) in LLDB using:")
480 |                 print("lldb \(benchmarkTool.string)")
    |                                             `- warning: 'string' is deprecated: Use `URL` type instead of `Path`.
481 |                 print("")
482 |                 print("Then launch \(benchmarkToolName) with:")
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/BenchmarkCommandPlugin.swift:489:58: warning: 'string' is deprecated: Use `URL` type instead of `Path`.
487 |
488 |             var pid: pid_t = 0
489 |             var status = posix_spawn(&pid, benchmarkTool.string, nil, nil, cArgs, environ)
    |                                                          `- warning: 'string' is deprecated: Use `URL` type instead of `Path`.
490 |
491 |             if status == 0 {
[2/2] Compiling plugin BenchmarkCommandPlugin
[3/3] Compiling plugin Swift-DocC Preview
[4/4] Compiling plugin Swift-DocC
[5/5] Compiling plugin GenerateManual
Building for debugging...
[5/56] Write sources
[22/56] Compiling CSystem shims.c
[23/56] Compiling _AtomicsShims.c
[24/56] Compiling _NumericsShims _NumericsShims.c
[25/56] Compiling SwiftRuntimeHooks shims.c
[26/56] Compiling CSystem shims.c
[27/56] Write swift-version-24593BA9C3E375BF.txt
[29/151] Emitting module ArgumentParserToolInfo
[32/153] Emitting module SystemPackage
[34/158] Wrapping AST for SystemPackage for debugging
[35/158] Wrapping AST for ArgumentParserToolInfo for debugging
[37/158] Emitting module ArgumentParser
[38/159] Wrapping AST for ArgumentParser for debugging
[40/160] Emitting module BenchmarkBoilerplateGenerator
<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
[41/161] Wrapping AST for BenchmarkBoilerplateGenerator for debugging
[42/161] Write Objects.LinkFileList
[44/161] Emitting module Atomics
[44/163] Linking BenchmarkBoilerplateGenerator-tool
[45/163] Generating plugin support files
[46/163] Write sources
[48/163] Emitting module BenchmarkShared
<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
[49/163] Compiling BenchmarkShared Command+Helpers.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
[50/164] Compiling RealModule Float80+Real.swift
[51/164] Compiling SwiftTerm HeadlessTerminal.swift
[52/164] Compiling SwiftTerm KittyGraphics.swift
[53/165] Compiling RealModule Float16+Real.swift
[54/165] Compiling RealModule Real.swift
[55/165] Compiling ArgumentParserToolInfo ToolInfo.swift
[56/165] Compiling RealModule RealFunctions.swift
[57/166] Compiling RealModule ElementaryFunctions.swift
[58/166] Compiling RealModule Float+Real.swift
[59/166] Compiling SwiftTerm KittyKeyboardEncoder.swift
[60/166] Compiling SwiftTerm KittyKeyboardProtocol.swift
[61/166] Compiling SwiftTerm Colors.swift
[62/166] Compiling SwiftTerm EscapeSequenceParser.swift
[63/166] Compiling SwiftTerm KittyPlaceholder.swift
[64/166] Compiling SwiftTerm Line.swift
[65/166] Compiling RealModule AugmentedArithmetic.swift
[66/166] Compiling RealModule Double+Real.swift
[67/166] Compiling Atomics IntegerOperations.swift
[68/166] Compiling Atomics Unmanaged extensions.swift
[69/166] Compiling RealModule AlgebraicField.swift
[70/166] Compiling RealModule ApproximateEquality.swift
[71/166] Emitting module RealModule
[72/166] Compiling SystemPackage SystemString.swift
[73/166] Compiling SystemPackage Util+StringArray.swift
[74/166] Compiling SystemPackage Util.swift
[75/166] Compiling SystemPackage UtilConsumers.swift
[79/166] Compiling SwiftTerm EscapeSequences.swift
[81/166] Compiling SwiftTerm ExtensionsTerminal.swift
[82/166] Compiling SwiftTerm File.swift
[96/167] Compiling RealModule RelaxedArithmetic.swift
[97/168] Wrapping AST for BenchmarkShared for debugging
[98/168] Wrapping AST for ArgumentParserToolInfo for debugging
[100/206] Wrapping AST for Atomics for debugging
[101/206] Wrapping AST for RealModule for debugging
[103/216] Compiling ArgumentParser AsyncParsableCommand.swift
[104/216] Compiling ArgumentParser CommandConfiguration.swift
[105/216] Compiling ArgumentParser CommandGroup.swift
[106/216] Compiling ArgumentParser EnumerableFlag.swift
[107/216] Compiling ArgumentParser ExpressibleByArgument.swift
[108/216] Compiling ArgumentParser ZshCompletionsGenerator.swift
[109/216] Compiling ArgumentParser Argument.swift
[110/216] Compiling ArgumentParser ArgumentHelp.swift
[111/216] Compiling ArgumentParser OptionGroup.swift
[112/216] Compiling ArgumentParser ParsableArguments.swift
[113/216] Compiling ArgumentParser ParsableArgumentsValidation.swift
[114/216] Compiling ArgumentParser ParsableCommand.swift
[115/216] Compiling ArgumentParser ArgumentDecoder.swift
[116/216] Compiling ArgumentParser InputOrigin.swift
[117/216] Compiling ArgumentParser Name.swift
[118/216] Compiling ArgumentParser Parsed.swift
[119/216] Compiling ArgumentParser ParsedValues.swift
[120/217] Compiling ArgumentParser ArgumentDefinition.swift
[121/217] Compiling ArgumentParser ArgumentSet.swift
[122/217] Compiling ArgumentParser CommandParser.swift
[123/217] Compiling ArgumentParser InputKey.swift
[125/218] Compiling ComplexModule Complex+Numeric.swift
[126/219] Compiling ComplexModule Complex+Hashable.swift
[127/219] Compiling ComplexModule Complex+IntegerLiteral.swift
[128/219] Compiling ComplexModule Polar.swift
[128/219] Wrapping AST for SystemPackage for debugging
[130/219] Compiling ComplexModule Complex+StringConvertible.swift
[131/219] Compiling ComplexModule Complex.swift
[132/219] Compiling ArgumentParser FishCompletionsGenerator.swift
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
[138/219] Compiling ArgumentParser BashCompletionsGenerator.swift
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
[139/219] Compiling ArgumentParser CompletionsGenerator.swift
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
[148/223] Compiling ComplexModule Scale.swift
[149/223] Compiling ComplexModule Complex+AdditiveArithmetic.swift
[150/223] Compiling ComplexModule Complex+AlgebraicField.swift
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
[153/223] Compiling ComplexModule Complex+Codable.swift
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
[154/223] Compiling ComplexModule Complex+ElementaryFunctions.swift
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[155/223] Emitting module SwiftTerm
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
[156/223] Emitting module ArgumentParser
[159/228] Emitting module ComplexModule
[160/229] Compiling SwiftTerm TerminalOptions.swift
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
[161/229] Compiling SwiftTerm TerminalViewSearch.swift
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
[162/229] Compiling SwiftTerm UnicodeWidthData.swift
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
[163/229] Compiling SwiftTerm Utilities.swift
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
[170/229] Wrapping AST for ComplexModule for debugging
[172/231] Compiling Numerics Numerics.swift
[173/231] Emitting module Numerics
[175/232] Compiling ArgumentParser CollectionExtensions.swift
[176/232] Compiling ArgumentParser Platform.swift
[177/232] Compiling ArgumentParser SequenceExtensions.swift
[178/232] Compiling ArgumentParser StringExtensions.swift
[179/232] Compiling ArgumentParser Tree.swift
[179/232] Wrapping AST for Numerics for debugging
[187/234] Emitting module Histogram
[208/234] Compiling ArgumentParser DumpHelpGenerator.swift
[209/234] Compiling ArgumentParser HelpCommand.swift
[210/234] Compiling ArgumentParser HelpGenerator.swift
[211/234] Compiling ArgumentParser MessageInfo.swift
[212/234] Compiling ArgumentParser UsageGenerator.swift
[213/234] Compiling Histogram Histogram.swift
/host/spi-builder-workspace/.build/checkouts/hdrhistogram-swift/Sources/Histogram/Histogram.swift:1394:25: error: cannot find 'vsnprintf' in scope
1392 |                 // string.
1393 |                 0..<bufferSize ~= format.withCString {
1394 |                     Int(vsnprintf(ptr.baseAddress, bufferSize, $0, va_list))
     |                         `- error: cannot find 'vsnprintf' in scope
1395 |                 }
1396 |             }
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
warning: couldn't find pc file for jemalloc
[0/8] Compiling CSystem shims.c
[1/8] Write swift-version-24593BA9C3E375BF.txt
[3/41] Compiling SystemPackage Syscalls.swift
[4/41] Compiling SystemPackage WindowsSyscallAdapters.swift
[5/41] Compiling SystemPackage MachPort.swift
[6/41] Compiling SystemPackage PlatformString.swift
[7/45] Compiling SystemPackage IORing.swift
[8/45] Compiling SystemPackage RawIORequest.swift
[9/45] Compiling SystemPackage Backcompat.swift
[10/45] Compiling SystemPackage CInterop.swift
[11/45] Compiling SystemPackage Constants.swift
[12/45] Compiling SystemPackage Exports.swift
[13/45] Compiling SystemPackage Mocking.swift
[14/45] Compiling SystemPackage RawBuffer.swift
[15/45] Compiling ArgumentParserToolInfo ToolInfo.swift
[16/45] Emitting module ArgumentParserToolInfo
[18/46] Compiling SystemPackage FilePathSyntax.swift
[19/46] Compiling SystemPackage FilePathTemp.swift
[20/46] Compiling SystemPackage FilePathTempPosix.swift
[21/46] Compiling SystemPackage FilePathTempWindows.swift
[22/46] Compiling SystemPackage FilePathWindows.swift
[23/46] Compiling SystemPackage FilePermissions.swift
[24/46] Compiling SystemPackage IOCompletion.swift
[25/46] Compiling SystemPackage IORequest.swift
[25/46] Wrapping AST for ArgumentParserToolInfo for debugging
[27/84] Compiling ArgumentParser MessageInfo.swift
[28/84] Compiling ArgumentParser UsageGenerator.swift
[29/84] Compiling ArgumentParser ExpressibleByArgument.swift
[30/84] Compiling ArgumentParser ParsableArguments.swift
[31/84] Compiling ArgumentParser ArgumentVisibility.swift
[32/84] Compiling ArgumentParser CompletionKind.swift
[33/84] Compiling ArgumentParser Errors.swift
[34/84] Compiling ArgumentParser Flag.swift
[35/84] Compiling ArgumentParser NameSpecification.swift
[36/84] Compiling ArgumentParser Option.swift
[37/84] Compiling ArgumentParser BashCompletionsGenerator.swift
[38/84] Compiling ArgumentParser CompletionsGenerator.swift
[39/84] Compiling ArgumentParser FishCompletionsGenerator.swift
[40/84] Compiling ArgumentParser ZshCompletionsGenerator.swift
[41/84] Emitting module SystemPackage
[43/85] Emitting module ArgumentParser
[43/90] Wrapping AST for SystemPackage for debugging
[51/90] Compiling ArgumentParser CollectionExtensions.swift
[52/90] Compiling ArgumentParser Platform.swift
[53/90] Compiling ArgumentParser SequenceExtensions.swift
[54/90] Compiling ArgumentParser StringExtensions.swift
[55/90] Compiling ArgumentParser Tree.swift
[60/90] Compiling ArgumentParser Argument.swift
[61/90] Compiling ArgumentParser ArgumentHelp.swift
[64/90] Compiling ArgumentParser ParsableArgumentsValidation.swift
[65/90] Compiling ArgumentParser ParsableCommand.swift
[66/90] Compiling ArgumentParser ArgumentDecoder.swift
[67/90] Compiling ArgumentParser DumpHelpGenerator.swift
[68/90] Compiling ArgumentParser HelpCommand.swift
[69/90] Compiling ArgumentParser HelpGenerator.swift
[72/90] Compiling ArgumentParser OptionGroup.swift
[73/90] Compiling ArgumentParser AsyncParsableCommand.swift
[74/90] Compiling ArgumentParser CommandConfiguration.swift
[75/90] Compiling ArgumentParser CommandGroup.swift
[76/90] Compiling ArgumentParser EnumerableFlag.swift
[77/90] Compiling ArgumentParser ArgumentDefinition.swift
[78/90] Compiling ArgumentParser ArgumentSet.swift
[79/90] Compiling ArgumentParser CommandParser.swift
[80/90] Compiling ArgumentParser InputKey.swift
[81/90] Compiling ArgumentParser InputOrigin.swift
[82/90] Compiling ArgumentParser Name.swift
[83/90] Compiling ArgumentParser Parsed.swift
[84/90] Compiling ArgumentParser ParsedValues.swift
[85/90] Compiling ArgumentParser ParserError.swift
[86/90] Compiling ArgumentParser SplitArguments.swift
[87/91] Wrapping AST for ArgumentParser for debugging
[89/93] Emitting module BenchmarkBoilerplateGenerator
[90/93] Compiling BenchmarkBoilerplateGenerator BenchmarkBoilerplateGenerator.swift
[91/94] Wrapping AST for BenchmarkBoilerplateGenerator for debugging
[92/94] Write Objects.LinkFileList
[93/94] Linking BenchmarkBoilerplateGenerator-tool
warning: couldn't find pc file for jemalloc
[0/1] Planning build
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkPlugin/BenchmarkSupportPlugin.swift:12:27: warning: 'directory' is deprecated: renamed to 'directoryURL'
10 |         guard let target = target as? SwiftSourceModuleTarget else { return [] }
11 |         guard target.kind == .executable else { return [] }
12 |         let path = target.directory.removingLastComponent()
   |                           |- warning: 'directory' is deprecated: renamed to 'directoryURL'
   |                           `- note: use 'directoryURL' instead
13 |         guard path.lastComponent == "Benchmarks" else { return [] }
14 |
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkPlugin/BenchmarkSupportPlugin.swift:12:37: warning: 'removingLastComponent()' is deprecated: Use `URL` type instead of `Path`.
10 |         guard let target = target as? SwiftSourceModuleTarget else { return [] }
11 |         guard target.kind == .executable else { return [] }
12 |         let path = target.directory.removingLastComponent()
   |                                     `- warning: 'removingLastComponent()' is deprecated: Use `URL` type instead of `Path`.
13 |         guard path.lastComponent == "Benchmarks" else { return [] }
14 |
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkPlugin/BenchmarkSupportPlugin.swift:13:20: warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
11 |         guard target.kind == .executable else { return [] }
12 |         let path = target.directory.removingLastComponent()
13 |         guard path.lastComponent == "Benchmarks" else { return [] }
   |                    `- warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
14 |
15 |         let tool = try context.tool(named: "BenchmarkBoilerplateGenerator")
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkPlugin/BenchmarkSupportPlugin.swift:16:39: warning: 'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL'
14 |
15 |         let tool = try context.tool(named: "BenchmarkBoilerplateGenerator")
16 |         let outputDirectory = context.pluginWorkDirectory
   |                                       |- warning: 'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL'
   |                                       `- note: use 'pluginWorkDirectoryURL' instead
17 |         let swiftFile = outputDirectory.appending("__BenchmarkBoilerplate.swift")
18 |         let inputFiles = target.sourceFiles.filter { $0.path.extension == "swift" }.map(\.path)
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkPlugin/BenchmarkSupportPlugin.swift:17:41: warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
15 |         let tool = try context.tool(named: "BenchmarkBoilerplateGenerator")
16 |         let outputDirectory = context.pluginWorkDirectory
17 |         let swiftFile = outputDirectory.appending("__BenchmarkBoilerplate.swift")
   |                                         `- warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
18 |         let inputFiles = target.sourceFiles.filter { $0.path.extension == "swift" }.map(\.path)
19 |         let outputFiles: [Path] = [swiftFile]
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkPlugin/BenchmarkSupportPlugin.swift:18:57: warning: 'path' is deprecated: renamed to 'url'
16 |         let outputDirectory = context.pluginWorkDirectory
17 |         let swiftFile = outputDirectory.appending("__BenchmarkBoilerplate.swift")
18 |         let inputFiles = target.sourceFiles.filter { $0.path.extension == "swift" }.map(\.path)
   |                                                         |- warning: 'path' is deprecated: renamed to 'url'
   |                                                         `- note: use 'url' instead
19 |         let outputFiles: [Path] = [swiftFile]
20 |
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkPlugin/BenchmarkSupportPlugin.swift:18:62: warning: 'extension' is deprecated: Use `URL` type instead of `Path`.
16 |         let outputDirectory = context.pluginWorkDirectory
17 |         let swiftFile = outputDirectory.appending("__BenchmarkBoilerplate.swift")
18 |         let inputFiles = target.sourceFiles.filter { $0.path.extension == "swift" }.map(\.path)
   |                                                              `- warning: 'extension' is deprecated: Use `URL` type instead of `Path`.
19 |         let outputFiles: [Path] = [swiftFile]
20 |
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkPlugin/BenchmarkSupportPlugin.swift:18:91: warning: 'path' is deprecated: renamed to 'url'
16 |         let outputDirectory = context.pluginWorkDirectory
17 |         let swiftFile = outputDirectory.appending("__BenchmarkBoilerplate.swift")
18 |         let inputFiles = target.sourceFiles.filter { $0.path.extension == "swift" }.map(\.path)
   |                                                                                           |- warning: 'path' is deprecated: renamed to 'url'
   |                                                                                           `- note: use 'url' instead
19 |         let outputFiles: [Path] = [swiftFile]
20 |
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkPlugin/BenchmarkSupportPlugin.swift:23:35: warning: 'string' is deprecated: Use `URL` type instead of `Path`.
21 |         let commandArgs: [String] = [
22 |             "--target", target.name,
23 |             "--output", swiftFile.string,
   |                                   `- warning: 'string' is deprecated: Use `URL` type instead of `Path`.
24 |         ]
25 |
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkPlugin/BenchmarkSupportPlugin.swift:26:33: warning: 'buildCommand(displayName:executable:arguments:environment:inputFiles:outputFiles:)' is deprecated: Use `URL` type instead of `Path`.
24 |         ]
25 |
26 |         let command: Command = .buildCommand(
   |                                 `- warning: 'buildCommand(displayName:executable:arguments:environment:inputFiles:outputFiles:)' is deprecated: Use `URL` type instead of `Path`.
27 |             displayName: "Generating plugin support files",
28 |             executable: tool.path,
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkPlugin/BenchmarkSupportPlugin.swift:28:30: warning: 'path' is deprecated: renamed to 'url'
26 |         let command: Command = .buildCommand(
27 |             displayName: "Generating plugin support files",
28 |             executable: tool.path,
   |                              |- warning: 'path' is deprecated: renamed to 'url'
   |                              `- note: use 'url' instead
29 |             arguments: commandArgs,
30 |             inputFiles: inputFiles,
[1/1] Compiling plugin BenchmarkPlugin
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/ArgumentExtractor+Extensions.swift:36:31: warning: 'directory' is deprecated: renamed to 'directoryURL'
34 |
35 |         try package.targets.forEach { target in
36 |             let path = target.directory.removingLastComponent()
   |                               |- warning: 'directory' is deprecated: renamed to 'directoryURL'
   |                               `- note: use 'directoryURL' instead
37 |             if path.lastComponent == "Benchmarks" {
38 |                 for specifiedTarget in specifiedTargets {
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/ArgumentExtractor+Extensions.swift:36:41: warning: 'removingLastComponent()' is deprecated: Use `URL` type instead of `Path`.
34 |
35 |         try package.targets.forEach { target in
36 |             let path = target.directory.removingLastComponent()
   |                                         `- warning: 'removingLastComponent()' is deprecated: Use `URL` type instead of `Path`.
37 |             if path.lastComponent == "Benchmarks" {
38 |                 for specifiedTarget in specifiedTargets {
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/ArgumentExtractor+Extensions.swift:37:21: warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
35 |         try package.targets.forEach { target in
36 |             let path = target.directory.removingLastComponent()
37 |             if path.lastComponent == "Benchmarks" {
   |                     `- warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
38 |                 for specifiedTarget in specifiedTargets {
39 |                     let regex = try Regex(specifiedTarget)
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/BenchmarkCommandPlugin.swift:159:56: warning: 'directory' is deprecated: renamed to 'directoryURL'
157 |             benchmarkToolName,
158 |             "--command", commandToPerform.rawValue,
159 |             "--baseline-storage-path", context.package.directory.string,
    |                                                        |- warning: 'directory' is deprecated: renamed to 'directoryURL'
    |                                                        `- note: use 'directoryURL' instead
160 |             "--format", outputFormat.rawValue,
161 |             "--grouping", grouping,
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/BenchmarkCommandPlugin.swift:159:66: warning: 'string' is deprecated: Use `URL` type instead of `Path`.
157 |             benchmarkToolName,
158 |             "--command", commandToPerform.rawValue,
159 |             "--baseline-storage-path", context.package.directory.string,
    |                                                                  `- warning: 'string' is deprecated: Use `URL` type instead of `Path`.
160 |             "--format", outputFormat.rawValue,
161 |             "--grouping", grouping,
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/BenchmarkCommandPlugin.swift:399:42: warning: 'path' is deprecated: renamed to 'url'
397 |
398 |         let tool = buildResult.builtArtifacts.first(where: {
399 |             $0.kind == .executable && $0.path.lastComponent == benchmarkToolName
    |                                          |- warning: 'path' is deprecated: renamed to 'url'
    |                                          `- note: use 'url' instead
400 |         })
401 |
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/BenchmarkCommandPlugin.swift:399:47: warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
397 |
398 |         let tool = buildResult.builtArtifacts.first(where: {
399 |             $0.kind == .executable && $0.path.lastComponent == benchmarkToolName
    |                                               `- warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
400 |         })
401 |
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/BenchmarkCommandPlugin.swift:406:30: warning: 'path' is deprecated: renamed to 'url'
404 |         }
405 |
406 |         benchmarkTool = tool.path
    |                              |- warning: 'path' is deprecated: renamed to 'url'
    |                              `- note: use 'url' instead
407 |
408 |         let filteredTargets =
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/BenchmarkCommandPlugin.swift:412:38: warning: 'directory' is deprecated: renamed to 'directoryURL'
410 |             .filter { $0.kind == .executable }
411 |             .filter { benchmark in
412 |                 let path = benchmark.directory.removingLastComponent()
    |                                      |- warning: 'directory' is deprecated: renamed to 'directoryURL'
    |                                      `- note: use 'directoryURL' instead
413 |                 return path.lastComponent == "Benchmarks" ? true : false
414 |             }
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/BenchmarkCommandPlugin.swift:412:48: warning: 'removingLastComponent()' is deprecated: Use `URL` type instead of `Path`.
410 |             .filter { $0.kind == .executable }
411 |             .filter { benchmark in
412 |                 let path = benchmark.directory.removingLastComponent()
    |                                                `- warning: 'removingLastComponent()' is deprecated: Use `URL` type instead of `Path`.
413 |                 return path.lastComponent == "Benchmarks" ? true : false
414 |             }
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/BenchmarkCommandPlugin.swift:413:29: warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
411 |             .filter { benchmark in
412 |                 let path = benchmark.directory.removingLastComponent()
413 |                 return path.lastComponent == "Benchmarks" ? true : false
    |                             `- warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
414 |             }
415 |             .filter { benchmark in
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/BenchmarkCommandPlugin.swift:462:77: warning: 'path' is deprecated: renamed to 'url'
460 |                 let benchmarks = buildResult.builtArtifacts
461 |                     .filter { benchmark in
462 |                         filteredTargets.first(where: { $0.name == benchmark.path.lastComponent }) != nil ? true : false
    |                                                                             |- warning: 'path' is deprecated: renamed to 'url'
    |                                                                             `- note: use 'url' instead
463 |                     }
464 |
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/BenchmarkCommandPlugin.swift:462:82: warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
460 |                 let benchmarks = buildResult.builtArtifacts
461 |                     .filter { benchmark in
462 |                         filteredTargets.first(where: { $0.name == benchmark.path.lastComponent }) != nil ? true : false
    |                                                                                  `- warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
463 |                     }
464 |
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/BenchmarkCommandPlugin.swift:470:88: warning: 'path' is deprecated: renamed to 'url'
468 |
469 |                 benchmarks.forEach { benchmark in
470 |                     args.append(contentsOf: ["--benchmark-executable-paths", benchmark.path.string])
    |                                                                                        |- warning: 'path' is deprecated: renamed to 'url'
    |                                                                                        `- note: use 'url' instead
471 |                 }
472 |             }
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/BenchmarkCommandPlugin.swift:470:93: warning: 'string' is deprecated: Use `URL` type instead of `Path`.
468 |
469 |                 benchmarks.forEach { benchmark in
470 |                     args.append(contentsOf: ["--benchmark-executable-paths", benchmark.path.string])
    |                                                                                             `- warning: 'string' is deprecated: Use `URL` type instead of `Path`.
471 |                 }
472 |             }
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/BenchmarkCommandPlugin.swift:480:45: warning: 'string' is deprecated: Use `URL` type instead of `Path`.
478 |             if debug > 0 {
479 |                 print("To debug, start \(benchmarkToolName) in LLDB using:")
480 |                 print("lldb \(benchmarkTool.string)")
    |                                             `- warning: 'string' is deprecated: Use `URL` type instead of `Path`.
481 |                 print("")
482 |                 print("Then launch \(benchmarkToolName) with:")
/host/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/BenchmarkCommandPlugin.swift:489:58: warning: 'string' is deprecated: Use `URL` type instead of `Path`.
487 |
488 |             var pid: pid_t = 0
489 |             var status = posix_spawn(&pid, benchmarkTool.string, nil, nil, cArgs, environ)
    |                                                          `- warning: 'string' is deprecated: Use `URL` type instead of `Path`.
490 |
491 |             if status == 0 {
[2/2] Compiling plugin BenchmarkCommandPlugin
[3/3] Compiling plugin Swift-DocC Preview
[4/4] Compiling plugin Swift-DocC
[5/5] Compiling plugin GenerateManual
Building for debugging...
[5/35] Compiling CSystem shims.c
[6/35] Write swift-version-24593BA9C3E375BF.txt
[8/130] Compiling RealModule RealFunctions.swift
[9/131] Compiling SystemPackage FilePathSyntax.swift
[10/131] Compiling SystemPackage FilePathTemp.swift
[11/131] Emitting module ArgumentParserToolInfo
[12/132] Compiling RealModule Float80+Real.swift
[13/132] Compiling RealModule Real.swift
[14/132] Compiling SwiftTerm KittyKeyboardEncoder.swift
[15/132] Compiling SwiftTerm KittyKeyboardProtocol.swift
[16/132] Compiling SwiftTerm KittyPlaceholder.swift
[17/132] Compiling SwiftTerm Line.swift
[18/134] Compiling Atomics Unmanaged extensions.swift
[19/134] Compiling SwiftTerm Pty.swift
[20/134] Compiling SwiftTerm SearchEngine.swift
[21/134] Compiling SwiftTerm SearchLineCache.swift
[22/138] Compiling RealModule RelaxedArithmetic.swift
[23/138] Compiling SystemPackage FilePath.swift
[24/138] Compiling SystemPackage FilePathComponentView.swift
[26/138] Emitting module BenchmarkShared
[27/138] Compiling BenchmarkShared Command+Helpers.swift
[28/139] Compiling SystemPackage Errno.swift
[29/139] Compiling SystemPackage ErrnoWindows.swift
[30/139] Compiling SystemPackage FileDescriptor.swift
[31/139] Compiling SwiftTerm KittyGraphics.swift
[32/139] Compiling RealModule Float16+Real.swift
[33/139] Compiling SystemPackage FilePathTempPosix.swift
[34/139] Compiling SystemPackage FilePathTempWindows.swift
[35/139] Compiling SwiftTerm SixelDcsHandler.swift
[36/139] Compiling SwiftTerm Terminal.swift
[37/139] Compiling SystemPackage MachPort.swift
[38/139] Compiling SystemPackage PlatformString.swift
[40/138] Emitting module RealModule
[40/139] Wrapping AST for ArgumentParserToolInfo for debugging
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
[43/139] Compiling Atomics IntegerOperations.swift
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
[48/139] Compiling SwiftTerm SearchOptions.swift
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
[49/139] Compiling SwiftTerm SearchService.swift
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
[50/144] Compiling SystemPackage FilePathComponents.swift
[51/144] Compiling SystemPackage FilePathParsing.swift
[52/144] Compiling SystemPackage FilePathString.swift
[59/144] Wrapping AST for RealModule for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[65/144] Emitting module SwiftTerm
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
[66/144] Emitting module SystemPackage
[70/144] Compiling SwiftTerm SearchState.swift
[71/144] Compiling SwiftTerm SelectionService.swift
[73/156] Emitting module ArgumentParserToolInfo
[74/156] Compiling ArgumentParserToolInfo ToolInfo.swift
[75/157] Compiling SwiftTerm TerminalOptions.swift
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
[76/157] Compiling SwiftTerm TerminalViewSearch.swift
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
[77/157] Compiling SwiftTerm UnicodeWidthData.swift
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
[78/157] Compiling SwiftTerm Utilities.swift
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
[79/157] Compiling ComplexModule Polar.swift
[80/157] Wrapping AST for SystemPackage for debugging
[81/157] Compiling ComplexModule Complex+Hashable.swift
[82/157] Compiling ComplexModule Complex+IntegerLiteral.swift
[84/157] Compiling ComplexModule Complex+StringConvertible.swift
[85/157] Compiling ComplexModule Complex+Numeric.swift
[86/157] Compiling ComplexModule Complex.swift
[87/157] Compiling ComplexModule Complex+AdditiveArithmetic.swift
[88/157] Compiling ComplexModule Complex+AlgebraicField.swift
[89/157] Compiling ComplexModule Scale.swift
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
[92/157] Compiling ComplexModule Complex+Codable.swift
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
[93/157] Compiling ComplexModule Complex+ElementaryFunctions.swift
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
[98/195] Emitting module ArgumentParser
[99/195] Compiling ArgumentParser ParserError.swift
[100/195] Compiling ArgumentParser SplitArguments.swift
[101/195] Compiling ArgumentParser DumpHelpGenerator.swift
[102/195] Compiling ArgumentParser HelpCommand.swift
[103/196] Compiling ArgumentParser OptionGroup.swift
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
[104/196] Compiling ArgumentParser AsyncParsableCommand.swift
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
[105/196] Compiling ArgumentParser CommandConfiguration.swift
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
[106/196] Compiling ArgumentParser CommandGroup.swift
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
[107/196] Compiling ArgumentParser Errors.swift
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
[108/196] Compiling ArgumentParser Flag.swift
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
[109/196] Compiling ArgumentParser NameSpecification.swift
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
[110/196] Compiling ArgumentParser Option.swift
/host/spi-builder-workspace/Sources/SwiftTerm/KittyGraphics.swift:13:8: error: no such module 'Darwin'
  11 | import WinSDK
  12 | #else
  13 | import Darwin
     |        `- error: no such module 'Darwin'
  14 | #endif
  15 | #if canImport(Compression)
[112/196] Compiling ArgumentParser FishCompletionsGenerator.swift
[113/196] Compiling ArgumentParser ZshCompletionsGenerator.swift
[114/196] Emitting module ComplexModule
[114/197] Wrapping AST for ArgumentParser for debugging
[121/197] Compiling ArgumentParser Argument.swift
[122/197] Compiling ArgumentParser ArgumentHelp.swift
[123/197] Compiling ArgumentParser ArgumentVisibility.swift
[124/197] Compiling ArgumentParser CompletionKind.swift
[127/199] Wrapping AST for ComplexModule for debugging
[129/201] Emitting module Atomics
[130/201] Emitting module BenchmarkBoilerplateGenerator
[130/202] Wrapping AST for SystemPackage for debugging
[132/202] Compiling Numerics Numerics.swift
[133/202] Emitting module Numerics
[139/202] Compiling ArgumentParser BashCompletionsGenerator.swift
[140/202] Compiling ArgumentParser CompletionsGenerator.swift
[141/203] Wrapping AST for BenchmarkBoilerplateGenerator for debugging
[142/203] Write Objects.LinkFileList
[144/205] Wrapping AST for Atomics for debugging
[145/205] Linking BenchmarkBoilerplateGenerator-tool
[146/205] Generating plugin support files
[147/205] Write sources
[149/205] Compiling Histogram Histogram.swift
/host/spi-builder-workspace/.build/checkouts/hdrhistogram-swift/Sources/Histogram/Histogram.swift:1394:25: error: cannot find 'vsnprintf' in scope
1392 |                 // string.
1393 |                 0..<bufferSize ~= format.withCString {
1394 |                     Int(vsnprintf(ptr.baseAddress, bufferSize, $0, va_list))
     |                         `- error: cannot find 'vsnprintf' in scope
1395 |                 }
1396 |             }
[150/205] Emitting module Histogram
[151/205] Emitting module ArgumentParser
[152/205] Compiling ArgumentParser Name.swift
[153/205] Compiling ArgumentParser Parsed.swift
[154/205] Compiling ArgumentParser ParsedValues.swift
[167/205] Compiling ArgumentParser EnumerableFlag.swift
BUILD FAILURE 6.1 wasm