The Swift Package Index logo.Swift Package Index

Build Information

Successful build of FlameGraph with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lennet/flamegraph.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/lennet/flamegraph
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
Fetching https://github.com/hartbit/Yaap.git from cache
Fetched https://github.com/hartbit/Yaap.git (0.16s)
Creating working copy for https://github.com/hartbit/Yaap.git
Working copy of https://github.com/hartbit/Yaap.git resolved at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "flamegraph",
      "name": "FlameGraph",
      "url": "https://github.com/lennet/flamegraph.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/flamegraph",
      "dependencies": [
        {
          "identity": "yaap",
          "name": "Yaap",
          "url": "https://github.com/hartbit/Yaap.git",
          "version": "unspecified",
          "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Yaap",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/lennet/flamegraph.git
[5/206] Fetching flamegraph
Fetched https://github.com/lennet/flamegraph.git (0.35s)
Fetching https://github.com/hartbit/Yaap.git from cache
Fetched https://github.com/hartbit/Yaap.git (0.15s)
Creating working copy for https://github.com/lennet/flamegraph.git
Working copy of https://github.com/lennet/flamegraph.git resolved at master
Creating working copy for https://github.com/hartbit/Yaap.git
Working copy of https://github.com/hartbit/Yaap.git resolved at master
Found 1 product dependencies
  - Yaap
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/20] Compiling Yaap Argument.swift
[2/20] Compiling Yaap ArgumentType.swift
[3/21] Compiling Yaap SubCommand.swift
[4/21] Compiling Yaap FileOutputStream.swift
[5/21] Compiling Yaap Option.swift
[6/21] Compiling Yaap Extensions.swift
[7/21] Compiling Yaap Command.swift
[8/21] Compiling Yaap CommandProperty.swift
[9/21] Compiling Yaap Help.swift
[10/21] Emitting module Yaap
[11/21] Compiling Yaap Version.swift
[12/21] Compiling FlameGraphCore Renderer.swift
[13/21] Compiling FlameGraphCore HTMLRenderer.swift
[14/21] Compiling FlameGraphCore Symbol.swift
[15/22] Compiling FlameGraphCore TraceParser.swift
[16/22] Compiling FlameGraphCore PDFRenderer.swift
[17/22] Emitting module FlameGraphCore
[18/22] Compiling FlameGraphCore BaseRenderer.swift
[21/22] Compiling FlameGraphCore CGBasedRenderer.swift
[22/25] Emitting module FlameGraph
[23/25] Compiling FlameGraph main.swift
[24/25] Compiling FlameGraph Errors.swift
[24/25] Linking FlameGraph
Build complete! (12.47s)
Build complete.
Done.