Build Information
Failed to build Benchmark, reference 1.31.0 (69bde1), with Swift 6.1 for macOS (SPM) on 3 Mar 2026 20:21:27 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ordo-one/package-benchmark.git
Reference: 1.31.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ordo-one/package-benchmark
* tag 1.31.0 -> FETCH_HEAD
HEAD is now at 69bde19 fix(minor): malloc counter regression (#351)
Cloned https://github.com/ordo-one/package-benchmark.git
Revision (git rev-parse @):
69bde19b29c4365e5a23179add8df4f93c76566c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ordo-one/package-benchmark.git at 1.31.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/ordo-one/package-benchmark.git
https://github.com/ordo-one/package-benchmark.git
{
"dependencies" : [
{
"identity" : "swift-system",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-system.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "1.6.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "texttable",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ordo-one/TextTable.git"
},
{
"identity" : "hdrhistogram-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.4",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/HdrHistogram/hdrhistogram-swift.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
},
{
"identity" : "package-jemalloc",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ordo-one/package-jemalloc.git"
}
],
"manifest_display_name" : "Benchmark",
"name" : "Benchmark",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
}
],
"products" : [
{
"name" : "BenchmarkCommandPlugin",
"targets" : [
"BenchmarkCommandPlugin"
],
"type" : {
"plugin" : null
}
},
{
"name" : "BenchmarkPlugin",
"targets" : [
"BenchmarkPlugin"
],
"type" : {
"plugin" : null
}
},
{
"name" : "Benchmark",
"targets" : [
"Benchmark"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "BenchmarkTool",
"targets" : [
"BenchmarkTool"
],
"type" : {
"executable" : null
}
},
{
"name" : "BenchmarkHelpGenerator",
"targets" : [
"BenchmarkHelpGenerator"
],
"type" : {
"executable" : null
}
},
{
"name" : "BenchmarkBoilerplateGenerator",
"targets" : [
"BenchmarkBoilerplateGenerator"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "SwiftRuntimeHooks",
"module_type" : "ClangTarget",
"name" : "SwiftRuntimeHooks",
"path" : "Sources/SwiftRuntimeHooks",
"product_memberships" : [
"BenchmarkCommandPlugin",
"Benchmark",
"BenchmarkTool"
],
"sources" : [
"shims.c"
],
"type" : "library"
},
{
"c99name" : "CLinuxOperatingSystemStats",
"module_type" : "ClangTarget",
"name" : "CLinuxOperatingSystemStats",
"path" : "Platform/CLinuxOperatingSystemStats",
"product_memberships" : [
"BenchmarkCommandPlugin",
"Benchmark",
"BenchmarkTool"
],
"sources" : [
"CLinuxOperatingSystemStats.c"
],
"type" : "library"
},
{
"c99name" : "CDarwinOperatingSystemStats",
"module_type" : "ClangTarget",
"name" : "CDarwinOperatingSystemStats",
"path" : "Platform/CDarwinOperatingSystemStats",
"product_memberships" : [
"BenchmarkCommandPlugin",
"Benchmark",
"BenchmarkTool"
],
"sources" : [
"CDarwinOperatingSystemStats.c"
],
"type" : "library"
},
{
"c99name" : "BenchmarkTool",
"module_type" : "SwiftTarget",
"name" : "BenchmarkTool",
"path" : "Plugins/BenchmarkTool",
"product_dependencies" : [
"ArgumentParser",
"SystemPackage",
"TextTable"
],
"product_memberships" : [
"BenchmarkCommandPlugin",
"BenchmarkTool"
],
"sources" : [
"BenchmarkTool+Baselines.swift",
"BenchmarkTool+CreateBenchmark.swift",
"BenchmarkTool+Export+InfluxCSVFormatter.swift",
"BenchmarkTool+Export+JMHElement.swift",
"BenchmarkTool+Export+JMHFormatter.swift",
"BenchmarkTool+Export+JSON.swift",
"BenchmarkTool+Export.swift",
"BenchmarkTool+JSON.swift",
"BenchmarkTool+Machine.swift",
"BenchmarkTool+Operations.swift",
"BenchmarkTool+PrettyPrinting.swift",
"BenchmarkTool+ReadP90AbsoluteThresholds.swift",
"BenchmarkTool+Thresholds.swift",
"BenchmarkTool.swift",
"FilePath+Additions.swift",
"FilePath+DirectoryView.swift",
"String+Additions.swift"
],
"target_dependencies" : [
"Benchmark",
"BenchmarkShared"
],
"type" : "executable"
},
{
"c99name" : "BenchmarkTests",
"module_type" : "SwiftTarget",
"name" : "BenchmarkTests",
"path" : "Tests/BenchmarkTests",
"sources" : [
"AdditionalTests.swift",
"BenchmarkMetricsTests.swift",
"BenchmarkResultTests.swift",
"BenchmarkRunnerTests.swift",
"BenchmarkTests.swift",
"OperatingSystemAndMallocTests.swift",
"StatisticsTests.swift"
],
"target_dependencies" : [
"Benchmark"
],
"type" : "test"
},
{
"c99name" : "BenchmarkShared",
"module_type" : "SwiftTarget",
"name" : "BenchmarkShared",
"path" : "Sources/BenchmarkShared",
"product_memberships" : [
"BenchmarkCommandPlugin",
"Benchmark",
"BenchmarkTool",
"BenchmarkHelpGenerator"
],
"sources" : [
"Command+Helpers.swift"
],
"type" : "library"
},
{
"c99name" : "BenchmarkPlugin",
"module_type" : "PluginTarget",
"name" : "BenchmarkPlugin",
"path" : "Plugins/BenchmarkPlugin",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"BenchmarkPlugin"
],
"sources" : [
"BenchmarkSupportPlugin.swift"
],
"target_dependencies" : [
"BenchmarkBoilerplateGenerator"
],
"type" : "plugin"
},
{
"c99name" : "BenchmarkHelpGenerator",
"module_type" : "SwiftTarget",
"name" : "BenchmarkHelpGenerator",
"path" : "Plugins/BenchmarkHelpGenerator",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"BenchmarkHelpGenerator"
],
"sources" : [
"BenchmarkHelpGenerator.swift"
],
"target_dependencies" : [
"BenchmarkShared"
],
"type" : "executable"
},
{
"c99name" : "BenchmarkCommandPlugin",
"module_type" : "PluginTarget",
"name" : "BenchmarkCommandPlugin",
"path" : "Plugins/BenchmarkCommandPlugin",
"plugin_capability" : {
"intent" : {
"description" : "Run the Benchmark performance test suite.",
"type" : "custom",
"verb" : "benchmark"
},
"permissions" : [
],
"type" : "command"
},
"product_memberships" : [
"BenchmarkCommandPlugin"
],
"sources" : [
"ArgumentExtractor+Extensions.swift",
"BenchmarkCommandPlugin.swift",
"BenchmarkPlugin+Help.swift",
"Command+Helpers.swift"
],
"target_dependencies" : [
"BenchmarkTool"
],
"type" : "plugin"
},
{
"c99name" : "BenchmarkBoilerplateGenerator",
"module_type" : "SwiftTarget",
"name" : "BenchmarkBoilerplateGenerator",
"path" : "Plugins/BenchmarkBoilerplateGenerator",
"product_dependencies" : [
"ArgumentParser",
"SystemPackage"
],
"product_memberships" : [
"BenchmarkPlugin",
"BenchmarkBoilerplateGenerator"
],
"sources" : [
"BenchmarkBoilerplateGenerator.swift"
],
"type" : "executable"
},
{
"c99name" : "Benchmark",
"module_type" : "SwiftTarget",
"name" : "Benchmark",
"path" : "Sources/Benchmark",
"product_dependencies" : [
"Histogram",
"ArgumentParser",
"SystemPackage",
"Atomics",
"jemalloc"
],
"product_memberships" : [
"BenchmarkCommandPlugin",
"Benchmark",
"BenchmarkTool"
],
"sources" : [
"ARCStats/ARCStats.swift",
"ARCStats/ARCStatsProducer.swift",
"Benchmark+ConvenienceInitializers.swift",
"Benchmark.swift",
"BenchmarkClock.swift",
"BenchmarkExecutor+Extensions.swift",
"BenchmarkExecutor.swift",
"BenchmarkInternals.swift",
"BenchmarkMetric+Defaults.swift",
"BenchmarkMetric.swift",
"BenchmarkResult.swift",
"BenchmarkRunner+ReadWrite.swift",
"BenchmarkRunner.swift",
"BenchmarkThresholds+Defaults.swift",
"BenchmarkThresholds.swift",
"Blackhole.swift",
"Int+Extensions.swift",
"MallocStats/MallocStats+jemalloc-support.swift",
"MallocStats/MallocStats.swift",
"MallocStats/MallocStatsProducer+jemalloc.swift",
"NIOConcurrencyHelpers/NIOLock.swift",
"NIOConcurrencyHelpers/lock.swift",
"OperatingSystemStats/OperatingSystemStats.swift",
"OperatingSystemStats/OperatingSystemStatsProducer+Darwin.swift",
"OperatingSystemStats/OperatingSystemStatsProducer+Linux.swift",
"OutputSuppressor.swift",
"Progress/Progress.swift",
"Progress/ProgressElements.swift",
"Progress/Utilities.swift",
"Statistics.swift"
],
"target_dependencies" : [
"CDarwinOperatingSystemStats",
"CLinuxOperatingSystemStats",
"SwiftRuntimeHooks",
"BenchmarkShared"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
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
/Users/admin/builder/spi-builder-workspace/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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 GenerateManual
Building for debugging...
[3/61] Write sources
[17/61] Compiling CSystem shims.c
[17/61] Compiling CDarwinOperatingSystemStats CDarwinOperatingSystemStats.c
[20/61] Write sources
[22/61] Write BenchmarkTool-tool-entitlement.plist
[23/61] Write BenchmarkTool-entitlement.plist
[24/61] Write sources
[27/61] Write BenchmarkHelpGenerator-entitlement.plist
[28/61] Write sources
[30/61] Write BenchmarkBoilerplateGenerator-tool-entitlement.plist
[31/61] Write BenchmarkBoilerplateGenerator-entitlement.plist
[32/61] Write sources
[38/61] Compiling _NumericsShims _NumericsShims.c
[40/61] Compiling CSystem shims.c
[41/61] Write swift-version-2F0A5646E1D333AE.txt
[42/61] Compiling _AtomicsShims.c
[43/61] Compiling SwiftRuntimeHooks shims.c
[45/127] Compiling _AtomicsShims.c
[47/188] Emitting module RealModule
[48/189] Compiling RealModule ElementaryFunctions.swift
[49/190] Compiling RealModule RealFunctions.swift
[50/190] Emitting module RealModule
[51/190] Compiling RealModule Real.swift
[52/190] Compiling RealModule Float80+Real.swift
[53/190] Compiling RealModule RealFunctions.swift
[54/190] Compiling RealModule AugmentedArithmetic.swift
[55/190] Compiling Atomics AtomicBool.swift
[56/190] Compiling Atomics IntegerConformances.swift
[59/190] Compiling RealModule Real.swift
[60/190] Compiling RealModule Float80+Real.swift
[61/190] Compiling RealModule Float16+Real.swift
[63/190] Compiling RealModule ElementaryFunctions.swift
[64/190] Compiling RealModule Float+Real.swift
[65/190] Compiling RealModule RelaxedArithmetic.swift
[66/190] Compiling RealModule Double+Real.swift
[67/190] Compiling RealModule AugmentedArithmetic.swift
[68/190] Compiling RealModule Float+Real.swift
[69/190] Compiling RealModule Double+Real.swift
[70/190] 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
[71/190] 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
<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
[73/190] 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
[74/222] Compiling RealModule RelaxedArithmetic.swift
[75/222] Compiling Atomics UnsafeAtomicLazyReference.swift
[76/222] Compiling Atomics IntegerOperations.swift
[77/222] Compiling Atomics AtomicReference.swift
[78/222] Compiling Atomics AtomicStorage.swift
[79/234] Compiling Atomics AtomicOptionalWrappable.swift
[80/234] Compiling Atomics PointerConformances.swift
[81/234] Compiling Atomics Primitives.native.swift
[82/237] Compiling Atomics ManagedAtomicLazyReference.swift
[83/237] Compiling Atomics UnsafeAtomic.swift
[84/238] Compiling ComplexModule Complex+AdditiveArithmetic.swift
[85/238] Compiling ComplexModule Complex+AlgebraicField.swift
[86/238] Compiling Atomics AtomicInteger.swift
[87/238] Compiling ComplexModule Complex+StringConvertible.swift
[88/238] Compiling ComplexModule Complex+Numeric.swift
[89/238] Compiling ComplexModule Complex.swift
[90/238] Compiling ComplexModule Polar.swift
[91/239] Compiling Atomics AtomicValue.swift
[92/239] Compiling Atomics AtomicMemoryOrderings.swift
[93/239] Compiling Atomics DoubleWord.swift
[94/239] Compiling Atomics ManagedAtomic.swift
[97/239] Compiling Atomics Unmanaged extensions.swift
[108/242] Compiling ComplexModule Complex+IntegerLiteral.swift
[109/242] Compiling ComplexModule Complex+Hashable.swift
[110/242] Compiling ArgumentParserToolInfo ToolInfo.swift
[111/242] Emitting module ArgumentParserToolInfo
[112/242] Compiling ComplexModule Scale.swift
[117/242] Compiling Atomics AtomicBool.swift
[118/242] Compiling Atomics IntegerConformances.swift
[124/242] Compiling ComplexModule Complex+StringConvertible.swift
[125/243] Compiling ComplexModule Polar.swift
[126/243] Compiling ComplexModule Complex+Numeric.swift
[127/243] Compiling ComplexModule Complex+IntegerLiteral.swift
[128/243] Compiling ComplexModule Complex.swift
[132/243] Compiling SystemPackage RawBuffer.swift
[133/243] Compiling SystemPackage Syscalls.swift
[134/243] Compiling SystemPackage WindowsSyscallAdapters.swift
[141/243] Compiling SystemPackage Constants.swift
[142/243] Compiling SystemPackage Exports.swift
[143/243] Compiling SystemPackage WindowsSyscallAdapters.swift
[147/243] Compiling ComplexModule Complex+Hashable.swift
[148/282] Emitting module SystemPackage
[149/282] Compiling ComplexModule Scale.swift
[150/282] Emitting module SystemPackage
[151/282] Compiling ArgumentParser EnumerableFlag.swift
[152/282] Compiling ArgumentParser ExpressibleByArgument.swift
[153/282] Compiling ArgumentParser ArgumentDefinition.swift
[154/282] Compiling ArgumentParser ParserError.swift
[155/282] Compiling ArgumentParser SplitArguments.swift
[156/282] Compiling ArgumentParser DumpHelpGenerator.swift
[157/282] Compiling ArgumentParser HelpCommand.swift
[158/282] Compiling ArgumentParser CommandConfiguration.swift
[159/282] Compiling ArgumentParser CommandGroup.swift
[163/282] Compiling ComplexModule Complex+Codable.swift
[164/282] Compiling ComplexModule Complex+ElementaryFunctions.swift
[165/282] Compiling ArgumentParser NameSpecification.swift
[166/282] Compiling ArgumentParser Option.swift
[167/282] Emitting module ArgumentParserToolInfo
[168/282] Compiling ArgumentParserToolInfo ToolInfo.swift
[169/282] Emitting module ComplexModule
[170/282] Compiling ArgumentParser FishCompletionsGenerator.swift
[171/282] Compiling ArgumentParser ZshCompletionsGenerator.swift
[172/282] Compiling ArgumentParser Argument.swift
[173/282] Compiling ArgumentParser AsyncParsableCommand.swift
[174/282] Compiling ArgumentParser BashCompletionsGenerator.swift
[175/282] Compiling ArgumentParser CompletionsGenerator.swift
[179/282] Compiling ArgumentParser ArgumentHelp.swift
[180/282] Compiling ArgumentParser ArgumentVisibility.swift
[181/282] Compiling ArgumentParser CompletionKind.swift
[184/282] Compiling ComplexModule Complex+Codable.swift
[185/282] Compiling ComplexModule Complex+ElementaryFunctions.swift
[186/282] Emitting module Atomics
[187/282] Compiling ArgumentParser ArgumentSet.swift
[188/282] Compiling ArgumentParser CommandParser.swift
[189/282] Compiling ArgumentParser InputKey.swift
[190/282] Emitting module ComplexModule
[194/325] Compiling Numerics Numerics.swift
[195/325] Emitting module Numerics
[197/325] Compiling Numerics Numerics.swift
[198/329] Compiling ArgumentParser ArgumentVisibility.swift
[199/329] Compiling ArgumentParser CompletionKind.swift
[200/329] Compiling ArgumentParser BashCompletionsGenerator.swift
[201/329] Compiling ArgumentParser CompletionsGenerator.swift
[202/329] Compiling ArgumentParser UsageGenerator.swift
[203/329] Compiling ArgumentParser CollectionExtensions.swift
[204/329] Compiling ArgumentParser HelpGenerator.swift
[205/329] Compiling ArgumentParser MessageInfo.swift
[206/329] Compiling ArgumentParser FishCompletionsGenerator.swift
[207/329] Compiling ArgumentParser ZshCompletionsGenerator.swift
[208/329] Emitting module Atomics
[209/329] Emitting module ArgumentParser
[215/337] Compiling ArgumentParser Argument.swift
[220/337] Compiling ArgumentParser ArgumentDefinition.swift
[221/337] Compiling ArgumentParser ArgumentSet.swift
[222/337] Compiling ArgumentParser CommandParser.swift
[223/337] Compiling ArgumentParser InputKey.swift
[224/337] Compiling TextTable String+Util.swift
[225/338] Compiling TextTable OrgFormat.swift
[226/338] Compiling TextTable String+Util.swift
[227/339] Compiling TextTable SimpleFormat.swift
[228/339] Compiling TextTable RstFormat.swift
[229/339] Compiling TextTable SimpleFormat.swift
[230/339] Compiling TextTable PsqlFormat.swift
[231/339] Compiling TextTable RstFormat.swift
[232/339] Compiling TextTable PlainFormat.swift
[233/339] Compiling TextTable PsqlFormat.swift
[234/339] Emitting module TextTable
[235/339] Compiling TextTable PipeFormat.swift
[236/339] Compiling TextTable PlainFormat.swift
[243/339] Compiling TextTable OrgFormat.swift
[246/339] Emitting module TextTable
[247/339] Compiling TextTable PipeFormat.swift
[248/339] Compiling ArgumentParser Platform.swift
[250/339] Compiling ArgumentParser SequenceExtensions.swift
[252/339] Compiling ArgumentParser StringExtensions.swift
[254/339] Compiling ArgumentParser Tree.swift
[256/339] Compiling ArgumentParser InputOrigin.swift
[257/339] Compiling ArgumentParser Name.swift
[258/339] Compiling ArgumentParser Parsed.swift
[259/339] Compiling ArgumentParser ParsedValues.swift
[260/339] Compiling ArgumentParser CommandConfiguration.swift
[261/339] Compiling ArgumentParser CommandGroup.swift
[262/339] Compiling ArgumentParser EnumerableFlag.swift
[263/339] Compiling ArgumentParser ExpressibleByArgument.swift
[264/339] Compiling ArgumentParser NameSpecification.swift
[265/339] Compiling ArgumentParser Option.swift
[266/339] Compiling ArgumentParser OptionGroup.swift
[267/339] Compiling ArgumentParser AsyncParsableCommand.swift
[272/339] Compiling ArgumentParser ParsableArguments.swift
[273/339] Compiling ArgumentParser ParsableArgumentsValidation.swift
[274/339] Compiling ArgumentParser ParsableCommand.swift
[275/339] Compiling ArgumentParser ArgumentDecoder.swift
[276/339] Compiling ArgumentParser ParserError.swift
[277/339] Compiling ArgumentParser SplitArguments.swift
[278/339] Compiling ArgumentParser DumpHelpGenerator.swift
[279/339] Compiling ArgumentParser HelpCommand.swift
[280/339] Compiling ArgumentParser ArgumentHelp.swift
[283/339] Compiling ArgumentParser Errors.swift
[284/339] Compiling ArgumentParser Flag.swift
[303/339] Compiling TextTable TextTable.swift
[321/339] Compiling Histogram Histogram.swift
[322/339] Emitting module Histogram
[323/339] Compiling Histogram Histogram.swift
[324/339] Emitting module Histogram
[325/401] 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
[326/401] 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
[326/401] Write Objects.LinkFileList
[328/401] 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/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
[329/401] 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/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
[330/401] 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/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
[331/404] 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
[332/404] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[333/404] 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/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
[333/405] Write Objects.LinkFileList
[335/407] Compiling BenchmarkHelpGenerator BenchmarkHelpGenerator.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
[336/407] Emitting module BenchmarkHelpGenerator
<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
[336/407] Write Objects.LinkFileList
error: emit-module command failed with exit code 1 (use -v to see invocation)
[338/407] 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/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
[339/407] 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/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
[340/407] 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/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
[341/407] 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/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
[342/407] 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/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
[343/407] 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/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
[344/407] 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/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
[345/407] 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/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
[346/407] 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/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
[347/407] 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/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
[348/407] 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/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
[349/407] 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/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
[350/407] 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/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
[351/407] 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/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
[352/407] 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/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
[353/407] 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/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
[353/407] Linking BenchmarkBoilerplateGenerator
[354/407] Applying BenchmarkBoilerplateGenerator
[356/407] 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/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
<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/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
[358/407] 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/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
<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/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
[360/407] 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/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
<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/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
[362/407] 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/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
<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/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
[364/407] 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/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
<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/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
[366/407] 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/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
<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/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
<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/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
<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/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
<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/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
[371/407] 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/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
[372/407] 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/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
[373/407] 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/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
[373/407] Linking BenchmarkBoilerplateGenerator-tool
[374/407] Linking BenchmarkHelpGenerator
[375/407] Applying BenchmarkBoilerplateGenerator-tool
<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/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
<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/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
<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/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
[379/407] Applying BenchmarkHelpGenerator
[381/407] 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/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
[382/407] 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/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
[383/407] 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/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
<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/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
<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/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
<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/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
<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/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
<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/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
<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/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
<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/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
<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/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
<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/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
<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/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
<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/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
<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/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
<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/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
<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/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
<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/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
<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/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
<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/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
<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/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-jemalloc.git
Fetching https://github.com/HdrHistogram/hdrhistogram-swift.git
Fetching https://github.com/ordo-one/TextTable.git
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetching https://github.com/apple/swift-argument-parser.git from cache
[1/203] Fetching texttable
[28/238] Fetching texttable, package-jemalloc
[233/849] Fetching texttable, package-jemalloc, hdrhistogram-swift
Fetched https://github.com/HdrHistogram/hdrhistogram-swift.git from cache (0.91s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.92s)
Fetched https://github.com/ordo-one/package-jemalloc.git from cache (1.10s)
Fetched https://github.com/ordo-one/TextTable.git from cache (2.15s)
Fetched https://github.com/apple/swift-system.git from cache (2.18s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (2.19s)
Computing version for https://github.com/ordo-one/package-jemalloc.git
Computed https://github.com/ordo-one/package-jemalloc.git at 1.0.0 (5.32s)
Computing version for https://github.com/HdrHistogram/hdrhistogram-swift.git
Computed https://github.com/HdrHistogram/hdrhistogram-swift.git at 0.1.4 (0.60s)
Fetching https://github.com/apple/swift-numerics from cache
Fetched https://github.com/apple/swift-numerics from cache (0.91s)
Computing version for https://github.com/ordo-one/TextTable.git
Computed https://github.com/ordo-one/TextTable.git at 0.0.2 (1.55s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (0.50s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.49s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.57s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.53s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/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/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/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/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-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.1
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/1] Planning build
/Users/admin/builder/spi-builder-workspace/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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 GenerateManual
Building for debugging...
[3/19] Write swift-version-2F0A5646E1D333AE.txt
[5/163] Emitting module BenchmarkShared
[6/163] Compiling BenchmarkShared Command+Helpers.swift
[7/163] Compiling RealModule RealFunctions.swift
[8/164] Emitting module BenchmarkShared
[9/164] Compiling BenchmarkShared Command+Helpers.swift
[10/164] Compiling RealModule RealFunctions.swift
[11/165] Compiling RealModule Float80+Real.swift
[12/165] Compiling RealModule Real.swift
[13/165] Compiling RealModule Float80+Real.swift
[14/165] Compiling RealModule Real.swift
[15/165] Compiling SystemPackage Errno.swift
[16/165] Compiling SystemPackage ErrnoWindows.swift
[17/165] Compiling RealModule Float16+Real.swift
[18/165] Compiling RealModule ElementaryFunctions.swift
[19/165] Compiling RealModule Float+Real.swift
[20/165] Compiling RealModule RelaxedArithmetic.swift
[21/165] Compiling RealModule Double+Real.swift
[22/165] Compiling RealModule AugmentedArithmetic.swift
[25/165] Compiling RealModule Float16+Real.swift
[26/165] Compiling SystemPackage FilePathTempPosix.swift
[27/165] Compiling SystemPackage FilePathTempWindows.swift
[28/166] Compiling RealModule ElementaryFunctions.swift
[29/166] Compiling RealModule Float+Real.swift
[32/166] Compiling SystemPackage FilePathSyntax.swift
[33/166] Compiling SystemPackage FilePathTemp.swift
[34/167] Compiling RealModule AugmentedArithmetic.swift
[35/167] Compiling RealModule Double+Real.swift
[36/167] Compiling RealModule RelaxedArithmetic.swift
[39/171] Emitting module RealModule
[40/171] Compiling SystemPackage FilePathWindows.swift
[41/171] Compiling SystemPackage FilePermissions.swift
[42/171] Compiling SystemPackage Backcompat.swift
[43/171] Compiling SystemPackage CInterop.swift
[54/177] Emitting module RealModule
[55/177] Compiling TextTable RstFormat.swift
[57/179] Compiling Atomics Unmanaged extensions.swift
[58/179] Compiling TextTable PsqlFormat.swift
[59/179] Compiling TextTable PlainFormat.swift
[60/179] Compiling Atomics Unmanaged extensions.swift
[61/179] Emitting module TextTable
[62/179] Compiling TextTable PlainFormat.swift
[63/179] Compiling TextTable PsqlFormat.swift
[64/179] Compiling TextTable OrgFormat.swift
[65/179] Compiling TextTable PipeFormat.swift
[66/179] Compiling SystemPackage FilePathComponentView.swift
[67/179] Compiling SystemPackage FilePathComponents.swift
[68/179] Compiling SystemPackage FilePathParsing.swift
[69/179] Compiling SystemPackage FilePathString.swift
[70/179] Compiling TextTable SimpleFormat.swift
[71/179] Compiling TextTable String+Util.swift
[72/179] Compiling TextTable OrgFormat.swift
[73/179] Compiling TextTable PipeFormat.swift
[76/179] Compiling SystemPackage FileDescriptor.swift
[77/179] Compiling SystemPackage FileHelpers.swift
[80/190] Emitting module TextTable
[81/190] Compiling ComplexModule Complex+AdditiveArithmetic.swift
[82/190] Compiling ComplexModule Complex+AlgebraicField.swift
[83/190] Compiling SystemPackage Constants.swift
[84/190] Compiling SystemPackage Exports.swift
[85/190] Compiling SystemPackage Mocking.swift
[90/190] Compiling TextTable String+Util.swift
[91/190] Compiling TextTable SimpleFormat.swift
[92/201] Compiling ComplexModule Complex+AdditiveArithmetic.swift
[93/201] Compiling ComplexModule Complex+AlgebraicField.swift
[98/201] Compiling ComplexModule Polar.swift
[99/202] Compiling ComplexModule Complex+StringConvertible.swift
[100/202] Compiling ComplexModule Complex+Numeric.swift
[101/202] Compiling ComplexModule Complex+IntegerLiteral.swift
[102/202] Compiling ComplexModule Complex.swift
[110/202] Compiling ComplexModule Complex+Numeric.swift
[114/203] Compiling ComplexModule Complex+StringConvertible.swift
[115/203] Compiling ComplexModule Polar.swift
[116/203] Compiling ComplexModule Complex.swift
[123/203] Compiling ComplexModule Scale.swift
[125/203] Compiling TextTable TextTable.swift
[127/203] Emitting module ArgumentParserToolInfo
[128/203] Compiling ArgumentParserToolInfo ToolInfo.swift
[129/203] Emitting module SystemPackage
[130/203] Compiling ArgumentParserToolInfo ToolInfo.swift
[131/203] Emitting module ArgumentParserToolInfo
[132/203] Emitting module SystemPackage
[133/203] Compiling SystemPackage Util+StringArray.swift
[134/203] Compiling SystemPackage Util.swift
[135/203] Compiling SystemPackage UtilConsumers.swift
[136/203] Compiling SystemPackage RawBuffer.swift
[137/203] Compiling SystemPackage Syscalls.swift
[138/203] Compiling SystemPackage WindowsSyscallAdapters.swift
[139/203] Compiling SystemPackage MachPort.swift
[140/203] Compiling SystemPackage PlatformString.swift
[141/203] Compiling SystemPackage SystemString.swift
[156/203] Compiling SystemPackage FileOperations.swift
[157/203] Compiling SystemPackage FilePath.swift
[158/203] Compiling ComplexModule Complex+Hashable.swift
[159/203] Compiling ComplexModule Complex+ElementaryFunctions.swift
[166/203] Compiling ComplexModule Complex+Codable.swift
[167/203] Emitting module ComplexModule
[168/203] Compiling ComplexModule Complex+Hashable.swift
[169/203] Compiling ComplexModule Complex+IntegerLiteral.swift
[170/203] Compiling ComplexModule Complex+ElementaryFunctions.swift
[171/203] Compiling ComplexModule Complex+Codable.swift
[184/203] Emitting module ComplexModule
[187/285] Compiling Numerics Numerics.swift
[188/285] Emitting module Numerics
[189/285] Compiling Numerics Numerics.swift
[190/285] Emitting module Numerics
[191/289] Emitting module Atomics
[193/289] Emitting module Histogram
[194/289] Emitting module ArgumentParser
[195/293] Compiling ArgumentParser BashCompletionsGenerator.swift
[196/293] Compiling ArgumentParser CompletionsGenerator.swift
[197/293] Compiling ArgumentParser FishCompletionsGenerator.swift
[198/293] Compiling ArgumentParser ZshCompletionsGenerator.swift
[199/293] Compiling ArgumentParser ArgumentHelp.swift
[200/293] Compiling ArgumentParser ArgumentVisibility.swift
[201/293] Compiling ArgumentParser CompletionKind.swift
[202/293] Compiling ArgumentParser Errors.swift
[203/293] Compiling ArgumentParser Flag.swift
[204/297] Compiling ArgumentParser HelpGenerator.swift
[205/297] Compiling ArgumentParser MessageInfo.swift
[206/297] Compiling ArgumentParser UsageGenerator.swift
[207/297] Compiling ArgumentParser CollectionExtensions.swift
[208/297] Compiling ArgumentParser CommandConfiguration.swift
[209/297] Compiling ArgumentParser CommandGroup.swift
[210/297] Compiling ArgumentParser EnumerableFlag.swift
[211/297] Compiling ArgumentParser ExpressibleByArgument.swift
[212/297] Compiling ArgumentParser NameSpecification.swift
[213/297] Compiling ArgumentParser Option.swift
[214/297] Compiling ArgumentParser OptionGroup.swift
[215/297] Compiling ArgumentParser AsyncParsableCommand.swift
[216/297] Compiling ArgumentParser Platform.swift
[217/297] Compiling ArgumentParser SequenceExtensions.swift
[218/297] Compiling ArgumentParser StringExtensions.swift
[219/297] Compiling ArgumentParser Tree.swift
[220/297] Compiling ArgumentParser Argument.swift
[228/297] Emitting module ArgumentParser
[234/297] Compiling ArgumentParser InputOrigin.swift
[235/297] Compiling ArgumentParser Name.swift
[236/297] Compiling ArgumentParser Parsed.swift
[237/297] Compiling ArgumentParser ParsedValues.swift
[238/297] Compiling ArgumentParser ParserError.swift
[239/297] Compiling ArgumentParser SplitArguments.swift
[240/297] Compiling ArgumentParser DumpHelpGenerator.swift
[241/297] Compiling ArgumentParser HelpCommand.swift
[246/297] Compiling Histogram Histogram.swift
[247/297] Emitting module Histogram
[256/297] Compiling ArgumentParser ArgumentDefinition.swift
[257/297] Compiling ArgumentParser ArgumentSet.swift
[258/297] Compiling ArgumentParser CommandParser.swift
[259/297] Compiling ArgumentParser InputKey.swift
[266/297] Compiling ArgumentParser ParsableArguments.swift
[267/297] Compiling ArgumentParser ParsableArgumentsValidation.swift
[268/297] Compiling ArgumentParser ParsableCommand.swift
[269/297] Compiling ArgumentParser ArgumentDecoder.swift
[274/297] Compiling Histogram Histogram.swift
[283/359] Emitting module BenchmarkBoilerplateGenerator
[284/359] 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/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
[285/359] 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/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
[286/359] 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/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
[287/362] Compiling BenchmarkBoilerplateGenerator BenchmarkBoilerplateGenerator.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/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
<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/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
<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/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
[290/365] Write Objects.LinkFileList
error: emit-module command failed with exit code 1 (use -v to see invocation)
[292/365] 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/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
[293/365] 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/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
[294/365] 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/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
[295/365] 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/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
[296/365] 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/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
[297/365] 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/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
[298/365] 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/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
[299/365] 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/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
[300/365] 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/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
[301/365] 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/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
[302/365] 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/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
[303/365] 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/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
[304/365] 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/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
[305/365] 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/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
[306/365] 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/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
[307/365] 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/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
[308/365] Emitting module BenchmarkBoilerplateGenerator
[309/365] Compiling BenchmarkBoilerplateGenerator BenchmarkBoilerplateGenerator.swift
[309/365] Write Objects.LinkFileList
[311/365] 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/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
[312/365] 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/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
[313/365] 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/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
[314/365] Compiling BenchmarkHelpGenerator BenchmarkHelpGenerator.swift
[315/365] Emitting module BenchmarkHelpGenerator
[315/365] Write Objects.LinkFileList
[317/365] 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/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
[318/365] 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/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
[319/365] 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/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
[320/365] 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/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
[321/365] 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/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
[322/365] 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/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
<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/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
<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/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
<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/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
<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/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
<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/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
<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/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
<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/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
<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/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
<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/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)
[332/365] 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/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
<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/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
<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/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
<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/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
<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/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
<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/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
<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/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
<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/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
<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/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
<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/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
<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/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
<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/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
<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/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
<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/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
<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/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
<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/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
[348/365] 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/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
[349/365] 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/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
[350/365] 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/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
<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 |
[350/365] Linking BenchmarkBoilerplateGenerator
[350/365] Linking BenchmarkBoilerplateGenerator-tool
[350/365] Linking BenchmarkHelpGenerator
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