Build Information
Successful build of ShellySwift, reference master (c13af0), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 11:30:30 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/p-z-l/ShellySwift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/p-z-l/ShellySwift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at c13af08 Improvements on `==` operator of URLs
Cloned https://github.com/p-z-l/ShellySwift.git
Revision (git rev-parse @):
c13af087c25e025b9994853d93c2e18c03ff339d
SUCCESS checkout https://github.com/p-z-l/ShellySwift.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/p-z-l/ShellySwift.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/5] Compiling ShellySwift URL+Extension.swift
[4/5] Emitting module ShellySwift
[5/5] Compiling ShellySwift ShellySwift.swift
Build complete! (3.23s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ShellySwift",
"name" : "ShellySwift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ShellySwift",
"targets" : [
"ShellySwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ShellySwiftTests",
"module_type" : "SwiftTarget",
"name" : "ShellySwiftTests",
"path" : "Tests/ShellySwiftTests",
"sources" : [
"ShellySwiftTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"ShellySwift"
],
"type" : "test"
},
{
"c99name" : "ShellySwift",
"module_type" : "SwiftTarget",
"name" : "ShellySwift",
"path" : "Sources/ShellySwift",
"product_memberships" : [
"ShellySwift"
],
"sources" : [
"ShellySwift.swift",
"URL+Extension.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.