The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 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:         android
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-2":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/ordo-one/package-benchmark
[1/2171] Fetching swift-docc-plugin
[219/19635] Fetching swift-docc-plugin, swift-argument-parser
[1135/26467] Fetching swift-docc-plugin, swift-argument-parser, package-benchmark
Fetched https://github.com/ordo-one/package-benchmark from cache (0.98s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.98s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.99s)
Computing version for https://github.com/ordo-one/package-benchmark
Computed https://github.com/ordo-one/package-benchmark at 1.31.0 (1.63s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/ordo-one/TextTable.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/ordo-one/package-jemalloc.git
Fetching https://github.com/HdrHistogram/hdrhistogram-swift.git
[1/35] Fetching package-jemalloc
[36/1855] Fetching package-jemalloc, swift-atomics
[55/2058] Fetching package-jemalloc, swift-atomics, texttable
[189/2669] Fetching package-jemalloc, swift-atomics, texttable, hdrhistogram-swift
[2670/8270] Fetching package-jemalloc, swift-atomics, texttable, hdrhistogram-swift, swift-system
Fetched https://github.com/HdrHistogram/hdrhistogram-swift.git from cache (0.41s)
Fetched https://github.com/ordo-one/package-jemalloc.git from cache (0.55s)
Fetched https://github.com/ordo-one/TextTable.git from cache (0.55s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.55s)
Fetched https://github.com/apple/swift-system.git from cache (0.56s)
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.16s)
Computing version for https://github.com/HdrHistogram/hdrhistogram-swift.git
Computed https://github.com/HdrHistogram/hdrhistogram-swift.git at 0.1.4 (0.58s)
Fetching https://github.com/apple/swift-numerics
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.40s)
Computing version for https://github.com/ordo-one/TextTable.git
Computed https://github.com/ordo-one/TextTable.git at 0.0.2 (0.97s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (0.59s)
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.40s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.08s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (0.56s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.55s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.53s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.61s)
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
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/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/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/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/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/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-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
warning: couldn't find pc file for jemalloc
[0/12] Write sources
[4/12] Write swift-version-24593BA9C3E375BF.txt
[4/12] Compiling CSystem shims.c
[7/45] Compiling SystemPackage FilePathWindows.swift
[8/45] Compiling SystemPackage FilePermissions.swift
[9/45] Compiling SystemPackage IOCompletion.swift
[10/45] Compiling SystemPackage IORequest.swift
[11/49] Compiling SystemPackage Errno.swift
[12/49] Compiling SystemPackage ErrnoWindows.swift
[13/49] Compiling SystemPackage FileDescriptor.swift
[14/49] Compiling SystemPackage FileHelpers.swift
[15/49] Compiling SystemPackage FileOperations.swift
[16/49] Emitting module ArgumentParserToolInfo
[17/49] Compiling ArgumentParserToolInfo ToolInfo.swift
[18/50] Wrapping AST for ArgumentParserToolInfo for debugging
[20/88] Compiling ArgumentParser Flag.swift
[21/88] Compiling ArgumentParser NameSpecification.swift
[22/88] Compiling ArgumentParser Option.swift
[23/88] Compiling ArgumentParser ExpressibleByArgument.swift
[24/88] Compiling ArgumentParser InputKey.swift
[25/88] Compiling ArgumentParser InputOrigin.swift
[26/88] Compiling ArgumentParser DumpHelpGenerator.swift
[27/88] Compiling ArgumentParser HelpCommand.swift
[28/88] Compiling ArgumentParser HelpGenerator.swift
[29/88] Emitting module SystemPackage
[30/88] Compiling ArgumentParser ParsableArguments.swift
[31/88] Compiling ArgumentParser ParsableArgumentsValidation.swift
[32/88] Compiling ArgumentParser ParsableCommand.swift
[33/88] Compiling ArgumentParser ArgumentDecoder.swift
[34/88] Compiling ArgumentParser OptionGroup.swift
[35/88] Compiling ArgumentParser AsyncParsableCommand.swift
[36/88] Compiling ArgumentParser CommandConfiguration.swift
[37/88] Compiling ArgumentParser CommandGroup.swift
[38/88] Compiling ArgumentParser EnumerableFlag.swift
[39/88] Compiling ArgumentParser ArgumentDefinition.swift
[40/88] Compiling ArgumentParser ArgumentSet.swift
[41/88] Compiling ArgumentParser CommandParser.swift
[42/88] Compiling ArgumentParser MessageInfo.swift
[43/88] Compiling ArgumentParser UsageGenerator.swift
[44/88] Compiling ArgumentParser Name.swift
[45/88] Compiling ArgumentParser Parsed.swift
[46/89] Wrapping AST for SystemPackage for debugging
[48/89] Compiling ArgumentParser BashCompletionsGenerator.swift
[49/89] Compiling ArgumentParser CompletionsGenerator.swift
[50/89] Compiling ArgumentParser FishCompletionsGenerator.swift
[51/89] Compiling ArgumentParser ZshCompletionsGenerator.swift
[52/89] Compiling ArgumentParser Argument.swift
[53/89] Compiling ArgumentParser ArgumentHelp.swift
[54/94] Emitting module ArgumentParser
[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
[78/94] Compiling ArgumentParser ParsedValues.swift
[79/94] Compiling ArgumentParser ParserError.swift
[80/94] Compiling ArgumentParser SplitArguments.swift
[91/95] Wrapping AST for ArgumentParser for debugging
[93/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
[94/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
[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 _NumericsShims _NumericsShims.c
[23/56] Compiling _AtomicsShims.c
[24/56] Compiling SwiftRuntimeHooks shims.c
[25/56] Compiling CSystem shims.c
[26/56] Write swift-version-24593BA9C3E375BF.txt
[27/56] Compiling CSystem shims.c
[29/151] Emitting module ArgumentParserToolInfo
[31/153] Emitting module SystemPackage
[32/154] Wrapping AST for ArgumentParserToolInfo for debugging
[33/154] Wrapping AST for SystemPackage for debugging
[35/154] Emitting module ArgumentParser
[36/155] Wrapping AST for ArgumentParser for debugging
[38/156] 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
[39/157] Wrapping AST for BenchmarkBoilerplateGenerator for debugging
[40/157] Write Objects.LinkFileList
[41/157] Linking BenchmarkBoilerplateGenerator-tool
[42/157] Generating plugin support files
[43/157] Write sources
[45/157] Compiling RealModule RealFunctions.swift
[46/158] Compiling Atomics AtomicMemoryOrderings.swift
[47/158] Compiling Atomics DoubleWord.swift
[48/158] 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
[49/158] 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
[50/158] Compiling Atomics AtomicStorage.swift
[51/158] Compiling Atomics AtomicValue.swift
[52/158] Compiling Atomics UnsafeAtomic.swift
[53/158] Compiling Atomics UnsafeAtomicLazyReference.swift
[54/158] Compiling Atomics ManagedAtomic.swift
[55/158] Compiling Atomics ManagedAtomicLazyReference.swift
[56/160] Compiling Atomics AtomicInteger.swift
[57/160] Compiling Atomics AtomicOptionalWrappable.swift
[58/160] Compiling Atomics AtomicReference.swift
[59/161] Compiling RealModule Float80+Real.swift
[60/161] Compiling RealModule Real.swift
[61/161] Compiling Atomics OptionalRawRepresentable.swift
[62/161] Compiling Atomics RawRepresentable.swift
[63/161] Emitting module RealModule
[64/161] Compiling Atomics PointerConformances.swift
[65/161] Compiling Atomics Primitives.native.swift
[66/161] Compiling RealModule Float16+Real.swift
[67/161] Emitting module Atomics
[68/161] Emitting module ArgumentParserToolInfo
[69/161] Compiling ArgumentParserToolInfo ToolInfo.swift
[70/161] Compiling Atomics AtomicBool.swift
[71/161] Compiling Atomics IntegerConformances.swift
[72/162] Emitting module SystemPackage
[90/166] Compiling RealModule RelaxedArithmetic.swift
[95/167] Compiling Atomics IntegerOperations.swift
[100/167] Wrapping AST for ArgumentParserToolInfo for debugging
[101/167] Wrapping AST for BenchmarkShared for debugging
[102/205] Wrapping AST for RealModule for debugging
[103/205] Compiling ArgumentParser ExpressibleByArgument.swift
[104/205] Compiling ArgumentParser ParsableArguments.swift
[106/217] Wrapping AST for Atomics for debugging
[108/217] Compiling ComplexModule Complex+StringConvertible.swift
[109/218] Compiling ComplexModule Polar.swift
[110/218] Compiling ComplexModule Complex+Numeric.swift
[111/218] Compiling ComplexModule Complex+Hashable.swift
[112/218] Compiling ComplexModule Complex+IntegerLiteral.swift
[113/218] Compiling ComplexModule Complex.swift
[114/218] Compiling ComplexModule Scale.swift
[115/218] Emitting module ArgumentParser
[116/223] Compiling ComplexModule Complex+Codable.swift
[117/223] Compiling ComplexModule Complex+ElementaryFunctions.swift
[118/223] Compiling ComplexModule Complex+AdditiveArithmetic.swift
[119/223] Compiling ComplexModule Complex+AlgebraicField.swift
[120/223] Compiling ArgumentParser MessageInfo.swift
[121/223] Compiling ArgumentParser UsageGenerator.swift
[122/223] Compiling ArgumentParser Name.swift
[123/223] Compiling ArgumentParser Parsed.swift
[124/223] Emitting module ComplexModule
[126/224] Compiling ArgumentParser ArgumentDefinition.swift
[127/224] Compiling ArgumentParser ArgumentSet.swift
[128/224] Compiling ArgumentParser CommandParser.swift
[129/224] Compiling ArgumentParser InputKey.swift
[131/224] Compiling ArgumentParser ParsableArgumentsValidation.swift
[132/224] Compiling ArgumentParser ParsableCommand.swift
[133/224] Compiling ArgumentParser ArgumentDecoder.swift
[134/224] Compiling ArgumentParser InputOrigin.swift
[135/224] Compiling ArgumentParser DumpHelpGenerator.swift
[136/224] Compiling ArgumentParser HelpCommand.swift
[137/224] Compiling ArgumentParser HelpGenerator.swift
[137/225] Wrapping AST for ComplexModule for debugging
[140/227] Emitting module Numerics
[141/227] Compiling Numerics Numerics.swift
[147/228] Wrapping AST for SystemPackage for debugging
[149/228] Wrapping AST for Numerics for debugging
[151/228] Compiling ArgumentParser EnumerableFlag.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)
[155/232] Compiling ArgumentParser OptionGroup.swift
[156/232] Compiling ArgumentParser AsyncParsableCommand.swift
[157/232] Compiling ArgumentParser CommandConfiguration.swift
[158/232] Compiling ArgumentParser CommandGroup.swift
[160/232] Compiling ArgumentParser ArgumentVisibility.swift
[161/232] Compiling ArgumentParser CompletionKind.swift
[162/232] Compiling ArgumentParser Errors.swift
[163/232] Compiling ArgumentParser Flag.swift
[164/232] Compiling ArgumentParser NameSpecification.swift
[165/232] Compiling ArgumentParser Option.swift
[166/234] Compiling ArgumentParser CollectionExtensions.swift
[167/234] Compiling ArgumentParser Platform.swift
[168/234] Compiling ArgumentParser SequenceExtensions.swift
[169/234] Compiling ArgumentParser StringExtensions.swift
[170/234] Compiling ArgumentParser Tree.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)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[175/234] 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)
/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)
/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)
[188/234] Emitting module Histogram
[194/234] 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)
[195/234] 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)
[196/234] 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)
[197/234] 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)
[205/234] Compiling ArgumentParser ParsedValues.swift
[206/234] Compiling ArgumentParser ParserError.swift
[207/234] Compiling ArgumentParser SplitArguments.swift
[213/235] 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 |             }
/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)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-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 IORing.swift
[4/41] Compiling SystemPackage RawIORequest.swift
[5/41] Compiling SystemPackage Backcompat.swift
[6/41] Compiling SystemPackage CInterop.swift
[7/45] Compiling SystemPackage Syscalls.swift
[8/45] Compiling SystemPackage WindowsSyscallAdapters.swift
[9/45] Compiling SystemPackage MachPort.swift
[10/45] Compiling SystemPackage PlatformString.swift
[11/45] Emitting module SystemPackage
[12/45] Compiling ArgumentParserToolInfo ToolInfo.swift
[13/45] Emitting module ArgumentParserToolInfo
[15/46] Compiling SystemPackage FilePathSyntax.swift
[16/46] Compiling SystemPackage FilePathTemp.swift
[17/46] Compiling SystemPackage FilePathTempPosix.swift
[18/46] Compiling SystemPackage FilePathTempWindows.swift
[19/46] Compiling SystemPackage Constants.swift
[20/46] Compiling SystemPackage Exports.swift
[21/46] Compiling SystemPackage Mocking.swift
[22/46] Compiling SystemPackage RawBuffer.swift
[23/46] Compiling SystemPackage Errno.swift
[24/46] Compiling SystemPackage ErrnoWindows.swift
[25/46] Compiling SystemPackage FileDescriptor.swift
[26/46] Compiling SystemPackage FileHelpers.swift
[27/46] Compiling SystemPackage FileOperations.swift
[28/46] Compiling SystemPackage FilePathWindows.swift
[29/46] Compiling SystemPackage FilePermissions.swift
[30/46] Compiling SystemPackage IOCompletion.swift
[31/46] Compiling SystemPackage IORequest.swift
[32/46] Compiling SystemPackage SystemString.swift
[33/46] Compiling SystemPackage Util+StringArray.swift
[34/46] Compiling SystemPackage Util.swift
[35/46] Compiling SystemPackage UtilConsumers.swift
[35/46] Wrapping AST for ArgumentParserToolInfo for debugging
[37/84] Compiling ArgumentParser OptionGroup.swift
[38/84] Compiling ArgumentParser AsyncParsableCommand.swift
[39/84] Compiling ArgumentParser CommandConfiguration.swift
[40/84] Compiling ArgumentParser CommandGroup.swift
[41/84] Compiling ArgumentParser EnumerableFlag.swift
[47/90] Wrapping AST for SystemPackage for debugging
[49/90] Emitting module ArgumentParser
[50/90] Compiling ArgumentParser ArgumentVisibility.swift
[51/90] Compiling ArgumentParser CompletionKind.swift
[52/90] Compiling ArgumentParser Errors.swift
[53/90] Compiling ArgumentParser Flag.swift
[54/90] Compiling ArgumentParser NameSpecification.swift
[55/90] Compiling ArgumentParser Option.swift
[56/90] Compiling ArgumentParser CollectionExtensions.swift
[57/90] Compiling ArgumentParser Platform.swift
[58/90] Compiling ArgumentParser SequenceExtensions.swift
[59/90] Compiling ArgumentParser StringExtensions.swift
[60/90] Compiling ArgumentParser Tree.swift
[61/90] Compiling ArgumentParser BashCompletionsGenerator.swift
[62/90] Compiling ArgumentParser CompletionsGenerator.swift
[63/90] Compiling ArgumentParser FishCompletionsGenerator.swift
[64/90] Compiling ArgumentParser ZshCompletionsGenerator.swift
[65/90] Compiling ArgumentParser Argument.swift
[66/90] Compiling ArgumentParser ArgumentHelp.swift
[67/90] Compiling ArgumentParser DumpHelpGenerator.swift
[68/90] Compiling ArgumentParser HelpCommand.swift
[69/90] Compiling ArgumentParser HelpGenerator.swift
[70/90] Compiling ArgumentParser MessageInfo.swift
[71/90] Compiling ArgumentParser UsageGenerator.swift
[72/90] Compiling ArgumentParser ExpressibleByArgument.swift
[73/90] Compiling ArgumentParser ParsableArguments.swift
[74/90] Compiling ArgumentParser ParsableArgumentsValidation.swift
[75/90] Compiling ArgumentParser ParsableCommand.swift
[76/90] Compiling ArgumentParser ArgumentDecoder.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] Compiling BenchmarkBoilerplateGenerator BenchmarkBoilerplateGenerator.swift
[90/93] Emitting module BenchmarkBoilerplateGenerator
[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] Emitting module ArgumentParserToolInfo
[11/132] Compiling RealModule Float80+Real.swift
[12/132] Compiling RealModule Real.swift
[13/132] Compiling SystemPackage IORing.swift
[14/132] Compiling SystemPackage RawIORequest.swift
[15/132] Compiling SystemPackage Backcompat.swift
[16/132] Compiling SystemPackage CInterop.swift
[17/136] Compiling Atomics ManagedAtomic.swift
[18/136] Compiling Atomics ManagedAtomicLazyReference.swift
[20/138] Compiling RealModule RelaxedArithmetic.swift
[21/138] Compiling Atomics UnsafeAtomic.swift
[22/138] Compiling Atomics UnsafeAtomicLazyReference.swift
[23/138] Emitting module BenchmarkShared
[24/138] Compiling BenchmarkShared Command+Helpers.swift
[25/139] Compiling Atomics AtomicMemoryOrderings.swift
[26/139] Compiling Atomics DoubleWord.swift
[27/139] Compiling SystemPackage FileOperations.swift
[28/139] Compiling SystemPackage FilePathSyntax.swift
[29/139] Compiling SystemPackage FilePathString.swift
[30/139] Compiling SystemPackage Errno.swift
[31/139] Compiling RealModule Float16+Real.swift
[32/139] Compiling SystemPackage FilePathComponents.swift
[33/139] Compiling SystemPackage FilePathParsing.swift
[34/139] Compiling SystemPackage FilePath.swift
[35/139] Compiling SystemPackage FilePathComponentView.swift
[37/138] Compiling SystemPackage Syscalls.swift
[38/138] Compiling SystemPackage WindowsSyscallAdapters.swift
[39/138] Compiling SystemPackage MachPort.swift
[40/138] Compiling SystemPackage PlatformString.swift
[41/138] Emitting module RealModule
[41/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)
[44/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)
[45/139] Compiling Atomics Unmanaged extensions.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)
[50/144] Compiling SystemPackage ErrnoWindows.swift
[51/144] Compiling SystemPackage FileDescriptor.swift
[52/144] Compiling SystemPackage FileHelpers.swift
[56/144] Wrapping AST for RealModule for debugging
[62/144] Emitting module SystemPackage
[63/145] Compiling SystemPackage Constants.swift
[64/145] Compiling SystemPackage Exports.swift
[65/145] Compiling SystemPackage Mocking.swift
[66/145] Compiling SystemPackage RawBuffer.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[67/156] 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)
[68/156] Compiling ArgumentParserToolInfo ToolInfo.swift
[69/157] Emitting module SystemPackage
[71/156] Wrapping AST for SystemPackage for debugging
[73/156] Compiling ComplexModule Polar.swift
[74/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)
[75/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)
[76/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)
[77/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)
[78/157] Compiling ComplexModule Complex+Numeric.swift
[79/157] Compiling ComplexModule Complex+Hashable.swift
[80/157] Compiling ComplexModule Complex+IntegerLiteral.swift
[81/157] Compiling ComplexModule Complex.swift
[82/157] Compiling ComplexModule Complex+StringConvertible.swift
[83/190] Compiling ComplexModule Scale.swift
[84/195] Compiling ArgumentParser InputKey.swift
[85/195] Compiling ArgumentParser InputOrigin.swift
[86/195] Compiling ArgumentParser DumpHelpGenerator.swift
[87/195] Compiling ArgumentParser HelpCommand.swift
[88/195] Emitting module ArgumentParser
[89/196] 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)
[90/196] 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)
[91/196] 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)
[92/196] Compiling ArgumentParser ZshCompletionsGenerator.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/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)
[94/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)
[95/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)
[96/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)
[97/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)
[98/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)
[99/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)
[100/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)
[101/196] Compiling ArgumentParser Argument.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)
[102/196] Compiling ArgumentParser ArgumentHelp.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)
[103/196] Compiling ArgumentParser ArgumentVisibility.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 CompletionKind.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] Emitting module ComplexModule
[110/197] Wrapping AST for ArgumentParser for debugging
[123/199] Wrapping AST for ComplexModule for debugging
[125/201] Emitting module BenchmarkBoilerplateGenerator
[125/202] Wrapping AST for SystemPackage for debugging
[127/202] Emitting module Atomics
[129/202] Compiling Numerics Numerics.swift
[130/202] Emitting module Numerics
[131/203] Wrapping AST for BenchmarkBoilerplateGenerator for debugging
[132/202] Write Objects.LinkFileList
[141/205] Emitting module ArgumentParser
[147/210] Wrapping AST for Atomics for debugging
[149/210] Compiling ArgumentParser Name.swift
[150/210] Compiling ArgumentParser Parsed.swift
[151/210] Compiling ArgumentParser ParsedValues.swift
[152/210] Compiling ArgumentParser ParserError.swift
[153/210] Compiling ArgumentParser SplitArguments.swift
[154/210] Emitting module Histogram
[154/210] Linking BenchmarkBoilerplateGenerator-tool
[155/210] Generating plugin support files
[156/210] Write sources
[158/210] 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 |             }
BUILD FAILURE 6.1 android