Build Information
Successful build of swift-source-reporter, reference 0.2.0 (702db0
), with Swift 6.0 for macOS (SPM) on 15 Aug 2025 07:22:16 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: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/p-x9/swift-source-reporter
* tag 0.2.0 -> FETCH_HEAD
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 0.2.0
========================================
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 XcodeReporter.swift
[4/9] Compiling SourceReporter CompositeReporter.swift
[5/9] Compiling SourceReporter ReporterProtocol.swift
[6/9] Compiling SourceReporter ReportType.swift
[7/9] Emitting module SourceReporter
[8/9] Compiling SourceReporter Report.swift
[9/9] Compiling SourceReporter CallbackReporter.swift
Build complete! (4.76s)
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.