Build Information
Successful build of NetworkConnectivity, reference 1.0.0 (ba04fd), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 02:01: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/agnosticdev/networkconnectivity.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/agnosticdev/networkconnectivity
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at ba04fd9 master: Added very early example to github
Cloned https://github.com/agnosticdev/networkconnectivity.git
Revision (git rev-parse @):
ba04fd9de44889ba43805e26b32435ebe62abaf8
SUCCESS checkout https://github.com/agnosticdev/networkconnectivity.git at 1.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/agnosticdev/networkconnectivity.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] Emitting module NetworkConnectivity
[4/4] Compiling NetworkConnectivity NetworkConnectivity.swift
Build complete! (3.06s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "NetworkConnectivity",
"name" : "NetworkConnectivity",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "NetworkConnectivity",
"targets" : [
"NetworkConnectivity"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "NetworkConnectivityTests",
"module_type" : "SwiftTarget",
"name" : "NetworkConnectivityTests",
"path" : "Tests/NetworkConnectivityTests",
"sources" : [
"NetworkConnectivityTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"NetworkConnectivity"
],
"type" : "test"
},
{
"c99name" : "NetworkConnectivity",
"module_type" : "SwiftTarget",
"name" : "NetworkConnectivity",
"path" : "Sources/NetworkConnectivity",
"product_memberships" : [
"NetworkConnectivity"
],
"sources" : [
"NetworkConnectivity.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Done.