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 SwiftCoreSymbolication, reference 0.1.0 (8f27ec), with Swift 6.0 for macOS (SPM) on 2 Nov 2024 01:17:48 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.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 (1.09s)
Computing version for https://github.com/stacksift/CoreSymbolication
Computed https://github.com/stacksift/CoreSymbolication at 0.1.0 (0.66s)
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 (1.02s)
Fetching https://github.com/stacksift/CoreSymbolication from cache
Fetched https://github.com/stacksift/CoreSymbolication from cache (0.46s)
Computing version for https://github.com/stacksift/CoreSymbolication
Computed https://github.com/stacksift/CoreSymbolication at 0.2.0 (0.63s)
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.0
Building package at path:  $PWD
https://github.com/ChimeHQ/SwiftCoreSymbolication.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/8] Compiling SwiftCoreSymbolication Symbolicator.swift
[4/8] Compiling SwiftCoreSymbolication SourceInfo.swift
[5/8] Compiling SwiftCoreSymbolication Symbol.swift
[6/8] Compiling SwiftCoreSymbolication SymbolOwner.swift
[7/8] Emitting module SwiftCoreSymbolication
[8/8] Compiling SwiftCoreSymbolication Architecture.swift
Build complete! (8.05s)
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.