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

Successful build of swift-source-reporter, reference main (702db0), with Swift 6.0 for macOS (SPM) on 15 Aug 2025 07:23:15 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.66.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/p-x9/swift-source-reporter.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/p-x9/swift-source-reporter
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 702db03 Merge pull request #1 from p-x9/feature/public-initializer
Cloned https://github.com/p-x9/swift-source-reporter.git
Revision (git rev-parse @):
702db03a2b7277e89f5859dd7b260160636d1187
SUCCESS checkout https://github.com/p-x9/swift-source-reporter.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/p-x9/swift-source-reporter.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/9] Compiling SourceReporter ReporterProtocol.swift
[4/9] Compiling SourceReporter ReportType.swift
[5/9] Compiling SourceReporter XcodeReporter.swift
[6/9] Compiling SourceReporter CompositeReporter.swift
[7/9] Compiling SourceReporter CallbackReporter.swift
[8/9] Emitting module SourceReporter
[9/9] Compiling SourceReporter Report.swift
Build complete! (5.22s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-source-reporter",
  "name" : "swift-source-reporter",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SourceReporter",
      "targets" : [
        "SourceReporter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SourceReporterTests",
      "module_type" : "SwiftTarget",
      "name" : "SourceReporterTests",
      "path" : "Tests/SourceReporterTests",
      "sources" : [
        "SourceReporterTests.swift"
      ],
      "target_dependencies" : [
        "SourceReporter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SourceReporter",
      "module_type" : "SwiftTarget",
      "name" : "SourceReporter",
      "path" : "Sources/SourceReporter",
      "product_memberships" : [
        "SourceReporter"
      ],
      "sources" : [
        "CallbackReporter.swift",
        "CompositeReporter.swift",
        "Model/Report.swift",
        "Model/ReportType.swift",
        "Protocol/ReporterProtocol.swift",
        "XcodeReporter.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.