Build Information
Successful build of Net, reference 1.0.1 (b66c38
), with Swift 6.0 for macOS (SPM) on 2 Nov 2024 06:56:31 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "net",
"name": "Net",
"url": "https://github.com/OperatorFoundation/Net.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Net",
"dependencies": [
]
}
]
}
Fetching https://github.com/OperatorFoundation/Net.git
[1/105] Fetching net
Fetched https://github.com/OperatorFoundation/Net.git from cache (0.67s)
Creating working copy for https://github.com/OperatorFoundation/Net.git
Working copy of https://github.com/OperatorFoundation/Net.git resolved at 1.0.1 (b66c388)
warning: '.resolve-product-dependencies': dependency 'net' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/OperatorFoundation/Net.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/4] Emitting module Net
[4/4] Compiling Net Net.swift
Build complete! (5.80s)
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.