The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

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 /Users/admin/builder/spi-builder-workspace/.git/
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:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/migueldeicaza/SwiftTerm.git
https://github.com/migueldeicaza/SwiftTerm.git
{
  "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" : "/Users/admin/builder/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"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftTerm/Apple/Metal/Shaders.metal",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Apple/AppleTerminalView.swift",
        "Apple/BlockElementRenderer.swift",
        "Apple/BoxDrawingRenderer.swift",
        "Apple/CaretView.swift",
        "Apple/Extensions.swift",
        "Apple/Metal/CoreTextGlyphRasterizer.swift",
        "Apple/Metal/GlyphAtlas.swift",
        "Apple/Metal/MetalBufferingMode.swift",
        "Apple/Metal/MetalError.swift",
        "Apple/Metal/MetalTerminalRenderer.swift",
        "Apple/TerminalProgressBarView.swift",
        "Apple/TerminalViewDelegate.swift",
        "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",
        "Mac/MacAccessibilityService.swift",
        "Mac/MacCaretView.swift",
        "Mac/MacDebugView.swift",
        "Mac/MacExtensions.swift",
        "Mac/MacFindBarView.swift",
        "Mac/MacLocalTerminalView.swift",
        "Mac/MacTerminalView.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",
        "iOS/SwiftUITerminalView.swift",
        "iOS/iOSAccessoryView.swift",
        "iOS/iOSCaretView.swift",
        "iOS/iOSDoubleButton.swift",
        "iOS/iOSExtensions.swift",
        "iOS/iOSKeyboardView.swift",
        "iOS/iOSTerminalView.swift",
        "iOS/iOSTextInput.swift",
        "iOS/iOSTextStorage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
[0/10] Write sources
[4/10] Write BenchmarkBoilerplateGenerator-tool-entitlement.plist
[5/10] Compiling CSystem shims.c
[6/10] Write swift-version-2F0A5646E1D333AE.txt
[8/40] Emitting module ArgumentParserToolInfo
[9/40] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/79] Compiling ArgumentParser FishCompletionsGenerator.swift
[11/79] Compiling ArgumentParser ZshCompletionsGenerator.swift
[12/79] Compiling ArgumentParser Argument.swift
[13/82] Compiling ArgumentParser CommandConfiguration.swift
[14/82] Compiling ArgumentParser CommandGroup.swift
[15/82] Compiling ArgumentParser EnumerableFlag.swift
[16/82] Emitting module SystemPackage
[17/82] Compiling ArgumentParser ExpressibleByArgument.swift
[18/82] Compiling ArgumentParser BashCompletionsGenerator.swift
[19/82] Compiling ArgumentParser CompletionsGenerator.swift
[20/82] Compiling SystemPackage Util+StringArray.swift
[21/82] Compiling SystemPackage Util.swift
[22/82] Compiling SystemPackage UtilConsumers.swift
[23/82] Compiling ArgumentParser ParsableArguments.swift
[24/82] Compiling ArgumentParser ParsableArgumentsValidation.swift
[25/82] Compiling ArgumentParser ParsableCommand.swift
[26/82] Compiling ArgumentParser CompletionKind.swift
[27/82] Compiling ArgumentParser Errors.swift
[28/82] Compiling ArgumentParser Flag.swift
[29/82] Compiling ArgumentParser HelpCommand.swift
[30/82] Compiling ArgumentParser NameSpecification.swift
[31/82] Compiling ArgumentParser Option.swift
[32/82] Compiling ArgumentParser ArgumentDecoder.swift
[33/82] Compiling ArgumentParser ArgumentHelp.swift
[34/82] Compiling ArgumentParser ArgumentVisibility.swift
[35/82] Compiling ArgumentParser ParserError.swift
[36/82] Compiling ArgumentParser SplitArguments.swift
[37/82] Compiling ArgumentParser DumpHelpGenerator.swift
[38/82] Compiling ArgumentParser OptionGroup.swift
[39/82] Compiling ArgumentParser AsyncParsableCommand.swift
[40/82] Compiling ArgumentParser HelpGenerator.swift
[45/86] Emitting module ArgumentParser
[46/86] Compiling ArgumentParser Platform.swift
[47/86] Compiling ArgumentParser SequenceExtensions.swift
[48/86] Compiling ArgumentParser StringExtensions.swift
[49/86] Compiling ArgumentParser Tree.swift
[50/86] Compiling ArgumentParser InputOrigin.swift
[51/86] Compiling ArgumentParser Name.swift
[52/86] Compiling ArgumentParser Parsed.swift
[53/86] Compiling ArgumentParser ParsedValues.swift
[54/86] Compiling ArgumentParser ArgumentDefinition.swift
[55/86] Compiling ArgumentParser ArgumentSet.swift
[56/86] Compiling ArgumentParser CommandParser.swift
[57/86] Compiling ArgumentParser InputKey.swift
[84/88] 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
[85/88] 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
[85/88] Write Objects.LinkFileList
[86/88] Linking BenchmarkBoilerplateGenerator-tool
[87/88] Applying BenchmarkBoilerplateGenerator-tool
/Users/admin/builder/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 |
/Users/admin/builder/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 |
/Users/admin/builder/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")
/Users/admin/builder/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)
/Users/admin/builder/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]
/Users/admin/builder/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 |
/Users/admin/builder/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 |
/Users/admin/builder/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 |
/Users/admin/builder/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 |
/Users/admin/builder/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,
/Users/admin/builder/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
/Users/admin/builder/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 {
/Users/admin/builder/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 {
/Users/admin/builder/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)
/Users/admin/builder/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,
/Users/admin/builder/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,
/Users/admin/builder/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 |
/Users/admin/builder/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 |
/Users/admin/builder/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 =
/Users/admin/builder/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 |             }
/Users/admin/builder/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 |             }
/Users/admin/builder/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
/Users/admin/builder/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 |
/Users/admin/builder/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 |
/Users/admin/builder/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 |             }
/Users/admin/builder/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 |             }
/Users/admin/builder/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:")
/Users/admin/builder/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/46] Write termcast-entitlement.plist
[6/46] Write sources
[8/46] Write SwiftTermFuzz-entitlement.plist
[8/46] Write SwiftTermBenchmarks-entitlement.plist
[8/46] Write sources
[8/46] Copying Shaders.metal
[13/46] Write sources
[26/46] Compiling CSystem shims.c
[28/46] Compiling CDarwinOperatingSystemStats CDarwinOperatingSystemStats.c
[29/46] Compiling _NumericsShims _NumericsShims.c
[30/46] Compiling _AtomicsShims.c
[31/46] Compiling SwiftRuntimeHooks shims.c
[32/46] Write swift-version-2F0A5646E1D333AE.txt
[34/164] Compiling RealModule RealFunctions.swift
[35/165] 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
[36/165] 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
[37/165] Compiling RealModule Float80+Real.swift
[38/165] Compiling RealModule Real.swift
[39/165] Compiling RealModule RelaxedArithmetic.swift
[40/165] Compiling RealModule Float16+Real.swift
[41/165] Compiling RealModule ElementaryFunctions.swift
[42/165] Compiling RealModule Float+Real.swift
[43/165] Compiling RealModule AugmentedArithmetic.swift
[44/165] Compiling SwiftTerm AppleTerminalView.swift
[45/165] Compiling SwiftTerm BlockElementRenderer.swift
[46/165] Compiling RealModule Double+Real.swift
[47/165] Emitting module RealModule
[48/165] Compiling SwiftTerm TerminalProgressBarView.swift
[49/165] Compiling SwiftTerm TerminalViewDelegate.swift
[50/165] Compiling SwiftTerm Buffer.swift
[51/165] Compiling SwiftTerm BufferLine.swift
[51/166] Write Objects.LinkFileList
[53/166] Compiling SwiftTerm CharSets.swift
[54/166] Compiling SwiftTerm CircularList.swift
[55/166] Compiling SwiftTerm BufferSet.swift
[56/166] Compiling SwiftTerm CharData.swift
[57/177] Emitting module ArgumentParserToolInfo
[58/177] Compiling ArgumentParserToolInfo ToolInfo.swift
[59/177] Compiling Atomics Unmanaged extensions.swift
[60/177] Compiling SwiftTerm ExtensionsTerminal.swift
[61/177] Compiling SwiftTerm File.swift
[62/177] Compiling SwiftTerm HeadlessTerminal.swift
[63/180] Compiling SwiftTerm GlyphAtlas.swift
[64/180] Compiling SwiftTerm MetalBufferingMode.swift
[65/180] Compiling SwiftTerm MetalError.swift
[66/180] Compiling SwiftTerm MetalTerminalRenderer.swift
[67/219] Compiling ArgumentParser CompletionKind.swift
[68/219] Compiling ArgumentParser Errors.swift
[69/219] Compiling ArgumentParser Flag.swift
[70/219] Compiling ArgumentParser HelpGenerator.swift
[71/219] Compiling ArgumentParser MessageInfo.swift
[72/219] Compiling ArgumentParser UsageGenerator.swift
[73/219] Compiling ArgumentParser BashCompletionsGenerator.swift
[74/219] Compiling ArgumentParser CompletionsGenerator.swift
[75/219] Compiling ArgumentParser FishCompletionsGenerator.swift
[75/219] Linking BenchmarkBoilerplateGenerator-tool
[77/219] Compiling ArgumentParser ParserError.swift
[78/219] Compiling ArgumentParser SplitArguments.swift
[79/219] Compiling ArgumentParser DumpHelpGenerator.swift
[80/219] Compiling ArgumentParser HelpCommand.swift
[81/219] Compiling ArgumentParser ArgumentHelp.swift
[82/219] Compiling ArgumentParser ArgumentVisibility.swift
[82/219] Generating plugin support files
[83/219] Write sources
[85/219] Emitting module SystemPackage
[86/219] Compiling ComplexModule Complex+StringConvertible.swift
[87/219] Compiling ComplexModule Polar.swift
[88/219] Compiling ComplexModule Complex+IntegerLiteral.swift
[89/219] Compiling ComplexModule Complex.swift
[90/219] Compiling ComplexModule Complex+Hashable.swift
[91/219] Compiling ComplexModule Complex+ElementaryFunctions.swift
[94/219] Compiling ComplexModule Complex+Numeric.swift
[95/219] Compiling ComplexModule Complex+Codable.swift
[96/220] Emitting module ComplexModule
[97/220] Compiling ComplexModule Scale.swift
[98/220] Compiling ArgumentParser CommandParser.swift
[99/220] Compiling ArgumentParser InputKey.swift
[100/220] Compiling ArgumentParser NameSpecification.swift
[101/220] Compiling ArgumentParser Option.swift
[102/220] Compiling ArgumentParser OptionGroup.swift
[103/220] Compiling ArgumentParser AsyncParsableCommand.swift
[104/220] Compiling ArgumentParser ZshCompletionsGenerator.swift
[105/220] Compiling ArgumentParser Argument.swift
[106/220] Compiling ArgumentParser InputOrigin.swift
[107/220] Compiling ArgumentParser Name.swift
[108/220] Compiling ArgumentParser Parsed.swift
[109/220] Compiling ArgumentParser ParsedValues.swift
[116/222] Emitting module Numerics
[117/222] Compiling Numerics Numerics.swift
[118/222] Emitting module Atomics
[119/224] Emitting module ArgumentParser
[129/228] Compiling ArgumentParser CommandConfiguration.swift
[130/228] Compiling ArgumentParser CommandGroup.swift
[131/228] Compiling ArgumentParser EnumerableFlag.swift
[132/228] Compiling ArgumentParser ExpressibleByArgument.swift
[133/228] Compiling ArgumentParser ParsableArguments.swift
[134/228] Compiling ArgumentParser ParsableArgumentsValidation.swift
[135/228] Compiling ArgumentParser ParsableCommand.swift
[136/228] Compiling ArgumentParser ArgumentDecoder.swift
[149/228] Compiling ArgumentParser CollectionExtensions.swift
[154/228] Compiling ArgumentParser ArgumentDefinition.swift
[155/228] Compiling ArgumentParser ArgumentSet.swift
[158/228] Compiling ArgumentParser Platform.swift
[159/228] Compiling ArgumentParser SequenceExtensions.swift
[160/228] Compiling ArgumentParser StringExtensions.swift
[161/228] Compiling ArgumentParser Tree.swift
[162/228] Emitting module Histogram
[163/228] Compiling Histogram Histogram.swift
[164/256] Compiling Benchmark ARCStats.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[165/256] Compiling Benchmark ARCStatsProducer.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[166/256] Compiling Benchmark Benchmark+ConvenienceInitializers.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
error: emit-module command failed with exit code 1 (use -v to see invocation)
[167/259] Emitting module Benchmark
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[168/259] Compiling Benchmark MallocStats.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[169/259] Compiling Benchmark MallocStatsProducer+jemalloc.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[170/259] Compiling Benchmark NIOLock.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[171/259] Compiling Benchmark Benchmark.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[172/259] Compiling Benchmark BenchmarkClock.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[173/259] Compiling Benchmark BenchmarkExecutor+Extensions.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[174/259] Compiling Benchmark BenchmarkMetric.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[175/259] Compiling Benchmark BenchmarkResult.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[176/259] Compiling Benchmark BenchmarkRunner+ReadWrite.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[177/259] Compiling Benchmark Blackhole.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[178/259] Compiling Benchmark Int+Extensions.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[179/259] Compiling Benchmark MallocStats+jemalloc-support.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[180/259] Compiling Benchmark ProgressElements.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[181/259] Compiling Benchmark Utilities.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[182/259] Compiling Benchmark Statistics.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[183/259] Compiling Benchmark BenchmarkRunner.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[184/259] Compiling Benchmark BenchmarkThresholds+Defaults.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[185/259] Compiling Benchmark BenchmarkThresholds.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[186/259] Compiling Benchmark OperatingSystemStatsProducer+Linux.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[187/259] Compiling Benchmark OutputSuppressor.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[188/259] Compiling Benchmark Progress.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[189/259] Compiling Benchmark lock.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[190/259] Compiling Benchmark OperatingSystemStats.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[191/259] Compiling Benchmark OperatingSystemStatsProducer+Darwin.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[192/259] Compiling Benchmark BenchmarkExecutor.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[193/259] Compiling Benchmark BenchmarkInternals.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[194/259] Compiling Benchmark BenchmarkMetric+Defaults.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
Fetching https://github.com/ordo-one/package-benchmark
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-argument-parser from cache
[1/2171] Fetching swift-docc-plugin
[219/9003] Fetching swift-docc-plugin, package-benchmark
Fetched https://github.com/ordo-one/package-benchmark from cache (1.16s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.32s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.35s)
Computing version for https://github.com/ordo-one/package-benchmark
Computed https://github.com/ordo-one/package-benchmark at 1.31.0 (1.90s)
Fetching https://github.com/ordo-one/package-jemalloc.git
Fetching https://github.com/HdrHistogram/hdrhistogram-swift.git
Fetching https://github.com/ordo-one/TextTable.git
Fetching https://github.com/apple/swift-system.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
[1/203] Fetching texttable
[28/238] Fetching texttable, package-jemalloc
[239/849] Fetching texttable, package-jemalloc, hdrhistogram-swift
Fetched https://github.com/ordo-one/package-jemalloc.git from cache (0.92s)
Fetched https://github.com/ordo-one/TextTable.git from cache (0.92s)
Fetched https://github.com/HdrHistogram/hdrhistogram-swift.git from cache (0.92s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.93s)
Fetched https://github.com/apple/swift-system.git from cache (0.95s)
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.55s)
Computing version for https://github.com/HdrHistogram/hdrhistogram-swift.git
Computed https://github.com/HdrHistogram/hdrhistogram-swift.git at 0.1.4 (0.57s)
Fetching https://github.com/apple/swift-numerics from cache
Fetched https://github.com/apple/swift-numerics from cache (0.81s)
Computing version for https://github.com/ordo-one/TextTable.git
Computed https://github.com/ordo-one/TextTable.git at 0.0.2 (1.41s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (0.57s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.91s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.59s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (0.46s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.46s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.48s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.50s)
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/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/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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.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
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/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/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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: you may be able to install jemalloc using your system-packager:
    brew install jemalloc
warning: you may be able to install jemalloc using your system-packager:
    brew install jemalloc
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/5] Compiling CSystem shims.c
[1/5] Write swift-version-2F0A5646E1D333AE.txt
[3/35] Compiling ArgumentParserToolInfo ToolInfo.swift
[4/35] Emitting module ArgumentParserToolInfo
[5/35] Compiling SystemPackage FileHelpers.swift
[6/35] Compiling SystemPackage FileOperations.swift
[7/35] Compiling SystemPackage FilePath.swift
[8/38] Compiling SystemPackage FilePermissions.swift
[9/38] Compiling SystemPackage Backcompat.swift
[10/38] Compiling SystemPackage CInterop.swift
[11/38] Compiling SystemPackage Errno.swift
[12/38] Compiling SystemPackage ErrnoWindows.swift
[13/38] Compiling SystemPackage FileDescriptor.swift
[14/77] Compiling ArgumentParser ArgumentVisibility.swift
[15/77] Compiling ArgumentParser CompletionKind.swift
[16/77] Compiling ArgumentParser Errors.swift
[17/77] Compiling ArgumentParser Name.swift
[18/77] Compiling ArgumentParser Parsed.swift
[19/77] Compiling ArgumentParser ParsedValues.swift
[20/77] Emitting module SystemPackage
[21/77] Compiling ArgumentParser OptionGroup.swift
[22/77] Compiling ArgumentParser AsyncParsableCommand.swift
[23/77] Compiling ArgumentParser CommandConfiguration.swift
[24/77] Compiling ArgumentParser BashCompletionsGenerator.swift
[25/77] Compiling ArgumentParser CompletionsGenerator.swift
[26/77] Compiling ArgumentParser FishCompletionsGenerator.swift
[27/77] Compiling ArgumentParser ParsableArguments.swift
[28/77] Compiling ArgumentParser ParsableArgumentsValidation.swift
[29/77] Compiling ArgumentParser ParsableCommand.swift
[30/77] Compiling ArgumentParser CommandGroup.swift
[31/77] Compiling ArgumentParser EnumerableFlag.swift
[32/77] Compiling ArgumentParser ExpressibleByArgument.swift
[33/77] Compiling ArgumentParser ArgumentDecoder.swift
[34/77] Compiling ArgumentParser ArgumentDefinition.swift
[35/77] Compiling ArgumentParser ArgumentSet.swift
[36/77] Emitting module ArgumentParser
[37/81] Compiling ArgumentParser InputOrigin.swift
[44/81] Compiling ArgumentParser ZshCompletionsGenerator.swift
[45/81] Compiling ArgumentParser Argument.swift
[46/81] Compiling ArgumentParser ParserError.swift
[47/81] Compiling ArgumentParser SplitArguments.swift
[48/81] Compiling ArgumentParser DumpHelpGenerator.swift
[49/81] Compiling ArgumentParser HelpCommand.swift
[50/81] Compiling ArgumentParser HelpGenerator.swift
[51/81] Compiling ArgumentParser MessageInfo.swift
[52/81] Compiling ArgumentParser UsageGenerator.swift
[53/81] Compiling ArgumentParser CollectionExtensions.swift
[54/81] Compiling ArgumentParser Platform.swift
[55/81] Compiling ArgumentParser SequenceExtensions.swift
[56/81] Compiling ArgumentParser StringExtensions.swift
[57/81] Compiling ArgumentParser Tree.swift
[62/81] Compiling ArgumentParser NameSpecification.swift
[63/81] Compiling ArgumentParser Option.swift
[66/81] Compiling ArgumentParser ArgumentHelp.swift
[70/81] Compiling ArgumentParser Flag.swift
[73/81] Compiling ArgumentParser CommandParser.swift
[74/81] Compiling ArgumentParser InputKey.swift
[79/83] Emitting module BenchmarkBoilerplateGenerator
[80/83] Compiling BenchmarkBoilerplateGenerator BenchmarkBoilerplateGenerator.swift
[80/83] Write Objects.LinkFileList
[81/83] Linking BenchmarkBoilerplateGenerator-tool
[82/83] Applying BenchmarkBoilerplateGenerator-tool
[0/1] Planning build
/Users/admin/builder/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 |
/Users/admin/builder/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 |
/Users/admin/builder/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")
/Users/admin/builder/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)
/Users/admin/builder/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]
/Users/admin/builder/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 |
/Users/admin/builder/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 |
/Users/admin/builder/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 |
/Users/admin/builder/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 |
/Users/admin/builder/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,
/Users/admin/builder/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
/Users/admin/builder/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 {
/Users/admin/builder/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 {
/Users/admin/builder/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)
/Users/admin/builder/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,
/Users/admin/builder/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,
/Users/admin/builder/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 |
/Users/admin/builder/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 |
/Users/admin/builder/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 =
/Users/admin/builder/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 |             }
/Users/admin/builder/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 |             }
/Users/admin/builder/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
/Users/admin/builder/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 |
/Users/admin/builder/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 |
/Users/admin/builder/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 |             }
/Users/admin/builder/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 |             }
/Users/admin/builder/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:")
/Users/admin/builder/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/20] Compiling CSystem shims.c
[6/20] Write swift-version-2F0A5646E1D333AE.txt
[8/138] Compiling RealModule RealFunctions.swift
[9/139] Emitting module BenchmarkShared
[10/139] Compiling BenchmarkShared Command+Helpers.swift
[11/139] Compiling RealModule Real.swift
[12/139] Compiling RealModule Float80+Real.swift
[13/139] Compiling RealModule Float16+Real.swift
[14/139] Compiling RealModule RelaxedArithmetic.swift
[15/139] Compiling RealModule ElementaryFunctions.swift
[16/139] Compiling RealModule Float+Real.swift
[17/139] Compiling RealModule AugmentedArithmetic.swift
[18/139] Compiling SystemPackage Errno.swift
[19/139] Compiling SystemPackage ErrnoWindows.swift
[20/139] Compiling RealModule Double+Real.swift
[21/139] Compiling SystemPackage FilePathTempWindows.swift
[22/139] Compiling SystemPackage FilePathWindows.swift
[23/139] Compiling SystemPackage RawBuffer.swift
[24/139] Compiling SystemPackage Syscalls.swift
[25/140] Emitting module RealModule
[26/140] Compiling SystemPackage WindowsSyscallAdapters.swift
[27/140] Compiling SystemPackage Constants.swift
[28/140] Compiling SystemPackage Exports.swift
[29/140] Compiling SystemPackage Mocking.swift
[30/140] Compiling Atomics Unmanaged extensions.swift
[30/140] Write Objects.LinkFileList
[32/140] Emitting module ArgumentParserToolInfo
[33/140] Compiling ArgumentParserToolInfo ToolInfo.swift
[34/151] Compiling SystemPackage FilePathParsing.swift
[35/151] Compiling SystemPackage FilePathTempPosix.swift
[36/151] Compiling SystemPackage FilePathComponentView.swift
[37/151] Compiling SystemPackage FilePathComponents.swift
[38/151] Compiling ComplexModule Polar.swift
[39/152] Compiling ComplexModule Complex+IntegerLiteral.swift
[40/152] Compiling ComplexModule Complex+StringConvertible.swift
[41/152] Compiling ComplexModule Complex.swift
[42/152] Compiling ComplexModule Complex+Hashable.swift
[43/152] Compiling ComplexModule Complex+Numeric.swift
[44/152] Compiling ComplexModule Complex+AdditiveArithmetic.swift
[45/152] Compiling ComplexModule Complex+AlgebraicField.swift
[46/152] Compiling SystemPackage FileDescriptor.swift
[47/194] Compiling ArgumentParser CommandConfiguration.swift
[48/194] Compiling ArgumentParser CommandGroup.swift
[49/194] Compiling ComplexModule Scale.swift
[49/194] Linking BenchmarkBoilerplateGenerator-tool
[51/194] Compiling ArgumentParser AsyncParsableCommand.swift
[52/194] Compiling ArgumentParser ParsableArguments.swift
[53/194] Compiling ArgumentParser ParsableArgumentsValidation.swift
[54/194] Compiling ArgumentParser ParsableCommand.swift
[55/194] Compiling ArgumentParser ArgumentDecoder.swift
[56/194] Compiling ArgumentParser ParserError.swift
[57/194] Compiling ArgumentParser SplitArguments.swift
[58/194] Compiling ArgumentParser DumpHelpGenerator.swift
[59/194] Compiling ArgumentParser HelpCommand.swift
[60/194] Compiling ArgumentParser NameSpecification.swift
[61/194] Compiling ArgumentParser Option.swift
[62/194] Compiling ArgumentParser OptionGroup.swift
[63/194] Compiling ArgumentParser BashCompletionsGenerator.swift
[64/194] Compiling ArgumentParser CompletionsGenerator.swift
[65/194] Compiling ArgumentParser FishCompletionsGenerator.swift
[66/194] Compiling ArgumentParser ZshCompletionsGenerator.swift
[67/194] Compiling ArgumentParser Argument.swift
[68/194] Compiling ArgumentParser HelpGenerator.swift
[69/194] Emitting module SystemPackage
[69/194] Generating plugin support files
[70/194] Write sources
[72/194] Compiling ArgumentParser EnumerableFlag.swift
[73/194] Compiling ArgumentParser ExpressibleByArgument.swift
[76/194] Compiling ArgumentParser ArgumentHelp.swift
[77/194] Compiling ArgumentParser ArgumentVisibility.swift
[78/194] Compiling ComplexModule Complex+ElementaryFunctions.swift
[79/194] Compiling ComplexModule Complex+Codable.swift
[80/194] Emitting module ComplexModule
[81/194] Compiling ArgumentParser MessageInfo.swift
[82/194] Compiling ArgumentParser UsageGenerator.swift
[83/194] Compiling ArgumentParser CollectionExtensions.swift
[84/194] Compiling ArgumentParser InputOrigin.swift
[85/194] Compiling ArgumentParser Name.swift
[86/194] Compiling ArgumentParser Parsed.swift
[87/194] Compiling ArgumentParser ParsedValues.swift
[91/198] Compiling ArgumentParser CompletionKind.swift
[92/198] Compiling ArgumentParser Errors.swift
[93/198] Compiling ArgumentParser Flag.swift
[94/200] Compiling Numerics Numerics.swift
[95/200] Emitting module Numerics
[96/200] Emitting module ArgumentParser
[97/200] Emitting module Atomics
[107/202] Compiling ArgumentParser Platform.swift
[108/202] Compiling ArgumentParser SequenceExtensions.swift
[109/202] Compiling ArgumentParser StringExtensions.swift
[110/202] Compiling ArgumentParser Tree.swift
[115/202] Emitting module Histogram
[116/202] Compiling ArgumentParser ArgumentDefinition.swift
[117/202] Compiling ArgumentParser ArgumentSet.swift
[118/202] Compiling ArgumentParser CommandParser.swift
[119/202] Compiling ArgumentParser InputKey.swift
[137/202] Compiling Histogram Histogram.swift
[138/230] Compiling Benchmark ARCStats.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[139/230] Compiling Benchmark ARCStatsProducer.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[140/230] Compiling Benchmark Benchmark+ConvenienceInitializers.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[141/233] Compiling Benchmark BenchmarkRunner.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[142/233] Compiling Benchmark BenchmarkThresholds+Defaults.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[143/233] Compiling Benchmark BenchmarkThresholds.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[144/233] Compiling Benchmark OperatingSystemStatsProducer+Linux.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[145/233] Compiling Benchmark OutputSuppressor.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[146/233] Compiling Benchmark Progress.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[147/233] Compiling Benchmark lock.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[148/233] Compiling Benchmark OperatingSystemStats.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[149/233] Compiling Benchmark OperatingSystemStatsProducer+Darwin.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[150/233] Compiling Benchmark Blackhole.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[151/233] Compiling Benchmark Int+Extensions.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[152/233] Compiling Benchmark MallocStats+jemalloc-support.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
error: emit-module command failed with exit code 1 (use -v to see invocation)
[153/233] Emitting module Benchmark
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[154/233] Compiling Benchmark BenchmarkExecutor.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[155/233] Compiling Benchmark BenchmarkInternals.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[156/233] Compiling Benchmark BenchmarkMetric+Defaults.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[157/233] Compiling Benchmark Benchmark.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[158/233] Compiling Benchmark BenchmarkClock.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[159/233] Compiling Benchmark BenchmarkExecutor+Extensions.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[160/233] Compiling Benchmark MallocStats.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[161/233] Compiling Benchmark MallocStatsProducer+jemalloc.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[162/233] Compiling Benchmark NIOLock.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[163/233] Compiling Benchmark BenchmarkMetric.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[164/233] Compiling Benchmark BenchmarkResult.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[165/233] Compiling Benchmark BenchmarkRunner+ReadWrite.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[166/233] Compiling Benchmark ProgressElements.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[167/233] Compiling Benchmark Utilities.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[168/233] Compiling Benchmark Statistics.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: you may be able to install jemalloc using your system-packager:
    brew install jemalloc
warning: you may be able to install jemalloc using your system-packager:
    brew install jemalloc
BUILD FAILURE 6.1 macosSpm