The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build FlameGraph, reference 0.15.0 (e1e8e9), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 15:47:46 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lennet/flamegraph.git
Reference: 0.15.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lennet/flamegraph
 * tag               0.15.0     -> FETCH_HEAD
HEAD is now at e1e8e96 bumped version number
Cloned https://github.com/lennet/flamegraph.git
Revision (git rev-parse @):
e1e8e963b2f1b23b0dbba7c0d08fce1b2ef1f572
SUCCESS checkout https://github.com/lennet/flamegraph.git at 0.15.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/lennet/flamegraph.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[3/8] Write FlameGraph-entitlement.plist
[4/8] Write swift-version-1EA4D86E10B52AF.txt
[6/28] Compiling Yaap SubCommand.swift
[7/29] Compiling Yaap Version.swift
[8/29] Emitting module Yaap
[9/29] Compiling Yaap CommandProperty.swift
[10/29] Compiling Yaap Command.swift
[11/29] Compiling Yaap Help.swift
[12/29] Compiling Yaap FileOutputStream.swift
[13/29] Compiling Yaap Argument.swift
[14/29] Compiling Yaap Extensions.swift
[15/29] Compiling Yaap ArgumentType.swift
[16/29] Compiling Yaap Option.swift
[17/29] Compiling FlameGraphCore TraceParser.swift
[18/29] Compiling FlameGraphCore Renderer.swift
[19/29] Compiling FlameGraphCore PDFRenderer.swift
[20/29] Compiling FlameGraphCore Symbol.swift
[21/29] Compiling FlameGraphCore HTMLRenderer.swift
[22/29] Compiling FlameGraphCore CGBasedRenderer.swift
[23/29] Compiling FlameGraphCore BaseRenderer.swift
[24/29] Emitting module FlameGraphCore
[25/29] Compiling FlameGraphCore CallGraphNode.swift
[26/29] Compiling FlameGraphCore ImageRenderer.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[27/32] Compiling FlameGraph Errors.swift
[28/32] Emitting module FlameGraph
/Users/admin/builder/spi-builder-workspace/Sources/FlameGraph/main.swift:11:34: error: incorrect argument labels in call (have 'shorthand:defaultValue:documentation:', expected 'wrappedValue:name:documentation:')
 9 |
10 |     let outputPath = Argument<String>(documentation: "The path where the image should be saves")
11 |     let filePath = Option<String>(shorthand: "f", defaultValue: "", documentation: "The path of a txt that contains the trace copy")
   |                                  `- error: incorrect argument labels in call (have 'shorthand:defaultValue:documentation:', expected 'wrappedValue:name:documentation:')
12 |     let silent = Option<Bool>(shorthand: "s", defaultValue: false, documentation: "Don't open the file after generation")
13 |     let png = Option<Bool>(shorthand: "p", defaultValue: false, documentation: "Save FlameGraph as PNG")
/Users/admin/builder/spi-builder-workspace/Sources/FlameGraph/main.swift:12:61: error: extra argument 'defaultValue' in call
10 |     let outputPath = Argument<String>(documentation: "The path where the image should be saves")
11 |     let filePath = Option<String>(shorthand: "f", defaultValue: "", documentation: "The path of a txt that contains the trace copy")
12 |     let silent = Option<Bool>(shorthand: "s", defaultValue: false, documentation: "Don't open the file after generation")
   |                                                             `- error: extra argument 'defaultValue' in call
13 |     let png = Option<Bool>(shorthand: "p", defaultValue: false, documentation: "Save FlameGraph as PNG")
14 |     let html = Option<Bool>(shorthand: "h", defaultValue: false, documentation: "Save FlameGraph as HTML")
/Users/admin/builder/spi-builder-workspace/Sources/FlameGraph/main.swift:13:58: error: extra argument 'defaultValue' in call
11 |     let filePath = Option<String>(shorthand: "f", defaultValue: "", documentation: "The path of a txt that contains the trace copy")
12 |     let silent = Option<Bool>(shorthand: "s", defaultValue: false, documentation: "Don't open the file after generation")
13 |     let png = Option<Bool>(shorthand: "p", defaultValue: false, documentation: "Save FlameGraph as PNG")
   |                                                          `- error: extra argument 'defaultValue' in call
14 |     let html = Option<Bool>(shorthand: "h", defaultValue: false, documentation: "Save FlameGraph as HTML")
15 |
/Users/admin/builder/spi-builder-workspace/Sources/FlameGraph/main.swift:14:59: error: extra argument 'defaultValue' in call
12 |     let silent = Option<Bool>(shorthand: "s", defaultValue: false, documentation: "Don't open the file after generation")
13 |     let png = Option<Bool>(shorthand: "p", defaultValue: false, documentation: "Save FlameGraph as PNG")
14 |     let html = Option<Bool>(shorthand: "h", defaultValue: false, documentation: "Save FlameGraph as HTML")
   |                                                           `- error: extra argument 'defaultValue' in call
15 |
16 |     let help = Help()
[29/32] Compiling FlameGraph main.swift
/Users/admin/builder/spi-builder-workspace/Sources/FlameGraph/main.swift:11:34: error: incorrect argument labels in call (have 'shorthand:defaultValue:documentation:', expected 'wrappedValue:name:documentation:')
 9 |
10 |     let outputPath = Argument<String>(documentation: "The path where the image should be saves")
11 |     let filePath = Option<String>(shorthand: "f", defaultValue: "", documentation: "The path of a txt that contains the trace copy")
   |                                  `- error: incorrect argument labels in call (have 'shorthand:defaultValue:documentation:', expected 'wrappedValue:name:documentation:')
12 |     let silent = Option<Bool>(shorthand: "s", defaultValue: false, documentation: "Don't open the file after generation")
13 |     let png = Option<Bool>(shorthand: "p", defaultValue: false, documentation: "Save FlameGraph as PNG")
/Users/admin/builder/spi-builder-workspace/Sources/FlameGraph/main.swift:12:61: error: extra argument 'defaultValue' in call
10 |     let outputPath = Argument<String>(documentation: "The path where the image should be saves")
11 |     let filePath = Option<String>(shorthand: "f", defaultValue: "", documentation: "The path of a txt that contains the trace copy")
12 |     let silent = Option<Bool>(shorthand: "s", defaultValue: false, documentation: "Don't open the file after generation")
   |                                                             `- error: extra argument 'defaultValue' in call
13 |     let png = Option<Bool>(shorthand: "p", defaultValue: false, documentation: "Save FlameGraph as PNG")
14 |     let html = Option<Bool>(shorthand: "h", defaultValue: false, documentation: "Save FlameGraph as HTML")
/Users/admin/builder/spi-builder-workspace/Sources/FlameGraph/main.swift:13:58: error: extra argument 'defaultValue' in call
11 |     let filePath = Option<String>(shorthand: "f", defaultValue: "", documentation: "The path of a txt that contains the trace copy")
12 |     let silent = Option<Bool>(shorthand: "s", defaultValue: false, documentation: "Don't open the file after generation")
13 |     let png = Option<Bool>(shorthand: "p", defaultValue: false, documentation: "Save FlameGraph as PNG")
   |                                                          `- error: extra argument 'defaultValue' in call
14 |     let html = Option<Bool>(shorthand: "h", defaultValue: false, documentation: "Save FlameGraph as HTML")
15 |
/Users/admin/builder/spi-builder-workspace/Sources/FlameGraph/main.swift:14:59: error: extra argument 'defaultValue' in call
12 |     let silent = Option<Bool>(shorthand: "s", defaultValue: false, documentation: "Don't open the file after generation")
13 |     let png = Option<Bool>(shorthand: "p", defaultValue: false, documentation: "Save FlameGraph as PNG")
14 |     let html = Option<Bool>(shorthand: "h", defaultValue: false, documentation: "Save FlameGraph as HTML")
   |                                                           `- error: extra argument 'defaultValue' in call
15 |
16 |     let help = Help()
Fetching https://github.com/hartbit/Yaap.git
[5/487] Fetching yaap
Fetched https://github.com/hartbit/Yaap.git from cache (0.75s)
Creating working copy for https://github.com/hartbit/Yaap.git
Working copy of https://github.com/hartbit/Yaap.git resolved at master (034072a)
BUILD FAILURE 6.2 macosSpm