Build Information
Successful build of swift-source-reporter, reference main (702db0
), with Swift 6.2 (beta) for macOS (SPM) on 15 Aug 2025 07:25:48 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.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.2
Building package at path: $PWD
https://github.com/p-x9/swift-source-reporter.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/9] Compiling SourceReporter ReportType.swift
[4/9] Compiling SourceReporter XcodeReporter.swift
[5/9] Compiling SourceReporter ReporterProtocol.swift
[6/9] Compiling SourceReporter CompositeReporter.swift
[7/9] Emitting module SourceReporter
[8/9] Compiling SourceReporter Report.swift
[9/9] Compiling SourceReporter CallbackReporter.swift
Build complete! (4.08s)
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.