Build Information
Successful build of Net, reference 1.0.1 (b66c38), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 09:32:57 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/OperatorFoundation/Net.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/OperatorFoundation/Net
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at b66c388 Use NetworkLinux 1.0.1
Cloned https://github.com/OperatorFoundation/Net.git
Revision (git rev-parse @):
b66c3887c2ae88be9aaabd1d56c685a3fff3f529
SUCCESS checkout https://github.com/OperatorFoundation/Net.git at 1.0.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/OperatorFoundation/Net.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 Net
[4/4] Compiling Net Net.swift
Build complete! (3.28s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Net",
"name" : "Net",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "Net",
"targets" : [
"Net"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "NetTests",
"module_type" : "SwiftTarget",
"name" : "NetTests",
"path" : "Tests/NetTests",
"sources" : [
"NetTests.swift"
],
"target_dependencies" : [
"Net"
],
"type" : "test"
},
{
"c99name" : "Net",
"module_type" : "SwiftTarget",
"name" : "Net",
"path" : "Sources/Net",
"product_memberships" : [
"Net"
],
"sources" : [
"Net.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.