The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of FlameGraph, reference master (e1e8e9), with Swift 6.1 for macOS (SPM) on 24 Apr 2025 13:30:51 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lennet/flamegraph.git
Reference: master
Initialized empty Git repository in /Users/admin/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
[5/487] Fetching yaap
Fetched https://github.com/hartbit/Yaap.git from cache (0.85s)
Creating working copy for https://github.com/hartbit/Yaap.git
Working copy of https://github.com/hartbit/Yaap.git resolved at master (7e205f9)
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "flamegraph",
      "name": "FlameGraph",
      "url": "https://github.com/lennet/flamegraph.git",
      "version": "unspecified",
      "path": "/Users/admin/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/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Yaap",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/lennet/flamegraph.git
[1/206] Fetching flamegraph
Fetched https://github.com/lennet/flamegraph.git from cache (0.89s)
Fetching https://github.com/hartbit/Yaap.git from cache
Fetched https://github.com/hartbit/Yaap.git from cache (1.41s)
Creating working copy for https://github.com/lennet/flamegraph.git
Working copy of https://github.com/lennet/flamegraph.git resolved at master (e1e8e96)
Creating working copy for https://github.com/hartbit/Yaap.git
Working copy of https://github.com/hartbit/Yaap.git resolved at master (034072a)
Found 1 product dependencies
  - Yaap
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/lennet/flamegraph.git
https://github.com/lennet/flamegraph.git
{
  "dependencies" : [
    {
      "identity" : "yaap",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hartbit/Yaap.git"
    }
  ],
  "manifest_display_name" : "FlameGraph",
  "name" : "FlameGraph",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "FlameGraph",
      "targets" : [
        "FlameGraph"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "FlameGraphCore",
      "targets" : [
        "FlameGraphCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FlameGraphTests",
      "module_type" : "SwiftTarget",
      "name" : "FlameGraphTests",
      "path" : "Tests/FlameGraphTests",
      "sources" : [
        "FlameGraphTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "FlameGraph"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FlameGraphCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "FlameGraphCoreTests",
      "path" : "Tests/FlameGraphCoreTests",
      "sources" : [
        "SymbolTests.swift",
        "TraceParserTests.swift"
      ],
      "target_dependencies" : [
        "FlameGraphCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FlameGraphCore",
      "module_type" : "SwiftTarget",
      "name" : "FlameGraphCore",
      "path" : "Sources/FlameGraphCore",
      "product_memberships" : [
        "FlameGraph",
        "FlameGraphCore"
      ],
      "sources" : [
        "CallGraphNode.swift",
        "ImageRenderer.swift",
        "Renderer/BaseRenderer.swift",
        "Renderer/CGBasedRenderer.swift",
        "Renderer/HTMLRenderer.swift",
        "Renderer/PDFRenderer.swift",
        "Renderer/Renderer.swift",
        "Symbol.swift",
        "TraceParser.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FlameGraph",
      "module_type" : "SwiftTarget",
      "name" : "FlameGraph",
      "path" : "Sources/FlameGraph",
      "product_dependencies" : [
        "Yaap"
      ],
      "product_memberships" : [
        "FlameGraph"
      ],
      "sources" : [
        "Errors.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "FlameGraphCore"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.0"
}
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
Building for debugging...
[0/8] Write sources
[2/8] Write FlameGraph-entitlement.plist
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/28] Compiling Yaap SubCommand.swift
[7/29] Compiling Yaap Version.swift
[8/29] Compiling Yaap Extensions.swift
[9/29] Compiling Yaap Option.swift
[10/29] Compiling Yaap Argument.swift
[11/29] Compiling Yaap FileOutputStream.swift
[12/29] Compiling Yaap CommandProperty.swift
[13/29] Emitting module Yaap
[14/29] Compiling Yaap Help.swift
[15/29] Compiling Yaap Command.swift
[16/29] Compiling Yaap ArgumentType.swift
[17/29] Compiling FlameGraphCore TraceParser.swift
[18/29] Compiling FlameGraphCore Symbol.swift
[19/29] Compiling FlameGraphCore HTMLRenderer.swift
[20/29] Compiling FlameGraphCore Renderer.swift
[21/29] Compiling FlameGraphCore PDFRenderer.swift
[22/29] Compiling FlameGraphCore CallGraphNode.swift
[23/29] Emitting module FlameGraphCore
[24/29] Compiling FlameGraphCore BaseRenderer.swift
[25/29] Compiling FlameGraphCore CGBasedRenderer.swift
[26/29] Compiling FlameGraphCore ImageRenderer.swift
[27/32] Compiling FlameGraph main.swift
[28/32] Emitting module FlameGraph
[29/32] Compiling FlameGraph Errors.swift
[29/32] Write Objects.LinkFileList
[30/32] Linking FlameGraph
[31/32] Applying FlameGraph
Build complete! (8.00s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "yaap",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hartbit/Yaap.git"
    }
  ],
  "manifest_display_name" : "FlameGraph",
  "name" : "FlameGraph",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "FlameGraph",
      "targets" : [
        "FlameGraph"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "FlameGraphCore",
      "targets" : [
        "FlameGraphCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FlameGraphTests",
      "module_type" : "SwiftTarget",
      "name" : "FlameGraphTests",
      "path" : "Tests/FlameGraphTests",
      "sources" : [
        "FlameGraphTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "FlameGraph"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FlameGraphCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "FlameGraphCoreTests",
      "path" : "Tests/FlameGraphCoreTests",
      "sources" : [
        "SymbolTests.swift",
        "TraceParserTests.swift"
      ],
      "target_dependencies" : [
        "FlameGraphCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FlameGraphCore",
      "module_type" : "SwiftTarget",
      "name" : "FlameGraphCore",
      "path" : "Sources/FlameGraphCore",
      "product_memberships" : [
        "FlameGraph",
        "FlameGraphCore"
      ],
      "sources" : [
        "CallGraphNode.swift",
        "ImageRenderer.swift",
        "Renderer/BaseRenderer.swift",
        "Renderer/CGBasedRenderer.swift",
        "Renderer/HTMLRenderer.swift",
        "Renderer/PDFRenderer.swift",
        "Renderer/Renderer.swift",
        "Symbol.swift",
        "TraceParser.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FlameGraph",
      "module_type" : "SwiftTarget",
      "name" : "FlameGraph",
      "path" : "Sources/FlameGraph",
      "product_dependencies" : [
        "Yaap"
      ],
      "product_memberships" : [
        "FlameGraph"
      ],
      "sources" : [
        "Errors.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "FlameGraphCore"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.0"
}
Done.