Build Information
Successful build of WebBrowser, reference 1.0.0 (fd56bd
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 12:55:39 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/oliveroneill/WebBrowser.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/oliveroneill/WebBrowser
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at fd56bdc Change wording of test documentation
Cloned https://github.com/oliveroneill/WebBrowser.git
Revision (git rev-parse @):
fd56bdcfd0f50396772ce96aca43ed76db02813f
SUCCESS checkout https://github.com/oliveroneill/WebBrowser.git at 1.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/oliveroneill/WebBrowser.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/5] Compiling ShellOut ShellOut.swift
[5/5] Emitting module ShellOut
[6/7] Compiling WebBrowser WebBrowser.swift
[7/7] Emitting module WebBrowser
Build complete! (8.26s)
Fetching https://github.com/JohnSundell/ShellOut.git
[1/980] Fetching shellout
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.76s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (2.67s)
Creating working copy for https://github.com/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.3.0
Build complete.
{
"dependencies" : [
{
"identity" : "shellout",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/JohnSundell/ShellOut.git"
}
],
"manifest_display_name" : "WebBrowser",
"name" : "WebBrowser",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "WebBrowser",
"targets" : [
"WebBrowser"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WebBrowserTests",
"module_type" : "SwiftTarget",
"name" : "WebBrowserTests",
"path" : "Tests/WebBrowserTests",
"sources" : [
"WebBrowserTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"WebBrowser"
],
"type" : "test"
},
{
"c99name" : "WebBrowser",
"module_type" : "SwiftTarget",
"name" : "WebBrowser",
"path" : "Sources/WebBrowser",
"product_dependencies" : [
"ShellOut"
],
"product_memberships" : [
"WebBrowser"
],
"sources" : [
"WebBrowser.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.