Build Information
Successful build of WTV, reference main (8eefc6
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 04:25:42 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xLet/WTV.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xLet/WTV
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 8eefc65 Merge pull request #3 from 0xLeif/develop
Cloned https://github.com/0xLet/WTV.git
Revision (git rev-parse @):
8eefc65bf823eb7612047dbd2df4c6c73864c500
SUCCESS checkout https://github.com/0xLet/WTV.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/0xLet/WTV.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/4] Compiling WTV WTV.swift
[4/4] Emitting module WTV
Build complete! (3.03s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "WTV",
"name" : "WTV",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "WTV",
"targets" : [
"WTV"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WTVTests",
"module_type" : "SwiftTarget",
"name" : "WTVTests",
"path" : "Tests/WTVTests",
"sources" : [
"WTVTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"WTV"
],
"type" : "test"
},
{
"c99name" : "WTV",
"module_type" : "SwiftTarget",
"name" : "WTV",
"path" : "Sources/WTV",
"product_memberships" : [
"WTV"
],
"sources" : [
"WTV.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.