The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftCoreSymbolication, reference 0.1.0 (8f27ec), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 14:36:27 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/SwiftCoreSymbolication.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChimeHQ/SwiftCoreSymbolication
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 8f27ecd SourceInfo and Symbol
Cloned https://github.com/ChimeHQ/SwiftCoreSymbolication.git
Revision (git rev-parse @):
8f27ecdf91262125efb0acb43d2e69a5cdd3c680
SUCCESS checkout https://github.com/ChimeHQ/SwiftCoreSymbolication.git at 0.1.0
Fetching https://github.com/stacksift/CoreSymbolication
[1/115] Fetching coresymbolication
Fetched https://github.com/stacksift/CoreSymbolication from cache (0.97s)
Computing version for https://github.com/stacksift/CoreSymbolication
Computed https://github.com/stacksift/CoreSymbolication at 0.1.0 (1.63s)
Creating working copy for https://github.com/stacksift/CoreSymbolication
Working copy of https://github.com/stacksift/CoreSymbolication resolved at 0.1.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
Fetching https://github.com/ChimeHQ/SwiftCoreSymbolication.git
[1/71] Fetching swiftcoresymbolication
Fetched https://github.com/ChimeHQ/SwiftCoreSymbolication.git from cache (0.96s)
Fetching https://github.com/stacksift/CoreSymbolication from cache
Fetched https://github.com/stacksift/CoreSymbolication from cache (0.43s)
Computing version for https://github.com/stacksift/CoreSymbolication
Computed https://github.com/stacksift/CoreSymbolication at 0.2.0 (1.06s)
Creating working copy for https://github.com/ChimeHQ/SwiftCoreSymbolication.git
Working copy of https://github.com/ChimeHQ/SwiftCoreSymbolication.git resolved at 0.1.0 (8f27ecd)
Creating working copy for https://github.com/stacksift/CoreSymbolication
Working copy of https://github.com/stacksift/CoreSymbolication resolved at 0.2.0
error: multiple packages ('coresymbolication', 'swiftcoresymbolication') declare targets with a conflicting name: 'SwiftCoreSymbolication’; target names need to be unique across the package graph
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/ChimeHQ/SwiftCoreSymbolication.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/8] Compiling SwiftCoreSymbolication Symbolicator.swift
[4/8] Compiling SwiftCoreSymbolication SymbolOwner.swift
[5/8] Compiling SwiftCoreSymbolication Symbol.swift
[6/8] Emitting module SwiftCoreSymbolication
[7/8] Compiling SwiftCoreSymbolication Architecture.swift
[8/8] Compiling SwiftCoreSymbolication SourceInfo.swift
Build complete! (4.46s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "coresymbolication",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/stacksift/CoreSymbolication"
    }
  ],
  "manifest_display_name" : "SwiftCoreSymbolication",
  "name" : "SwiftCoreSymbolication",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "SwiftCoreSymbolication",
      "targets" : [
        "SwiftCoreSymbolication"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SwiftCoreSymbolicationTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCoreSymbolicationTests",
      "path" : "Tests/SwiftCoreSymbolicationTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftCoreSymbolicationTests/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "SwiftCoreSymbolicationTests.swift"
      ],
      "target_dependencies" : [
        "SwiftCoreSymbolication"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftCoreSymbolication",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCoreSymbolication",
      "path" : "Sources/SwiftCoreSymbolication",
      "product_dependencies" : [
        "CoreSymbolication"
      ],
      "product_memberships" : [
        "SwiftCoreSymbolication"
      ],
      "sources" : [
        "Architecture.swift",
        "SourceInfo.swift",
        "Symbol.swift",
        "SymbolOwner.swift",
        "Symbolicator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.