Build Information
Successful build of TestURLProtocol, reference main (1a7113
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 23:41:18 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/mgopsill/TestURLProtocol.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mgopsill/TestURLProtocol
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 1a71132 feat: add badges
Cloned https://github.com/mgopsill/TestURLProtocol.git
Revision (git rev-parse @):
1a711329da548c6953c513761f1e5a4cef91ccbf
SUCCESS checkout https://github.com/mgopsill/TestURLProtocol.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/mgopsill/TestURLProtocol.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 TestURLProtocol TestURLProtocol.swift
[4/4] Emitting module TestURLProtocol
Build complete! (2.97s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "TestURLProtocol",
"name" : "TestURLProtocol",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "TestURLProtocol",
"targets" : [
"TestURLProtocol"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TestURLProtocolTests",
"module_type" : "SwiftTarget",
"name" : "TestURLProtocolTests",
"path" : "Tests/TestURLProtocolTests",
"sources" : [
"TestURLProtocolTests.swift"
],
"target_dependencies" : [
"TestURLProtocol"
],
"type" : "test"
},
{
"c99name" : "TestURLProtocol",
"module_type" : "SwiftTarget",
"name" : "TestURLProtocol",
"path" : "Sources/TestURLProtocol",
"product_memberships" : [
"TestURLProtocol"
],
"sources" : [
"TestURLProtocol.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.