Build Information
Successful build of WandNetwork, reference main (7f8ab5), with Swift 6.2 for macOS (SPM) on 6 Mar 2026 13:07:23 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/The-Wand/Network.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/The-Wand/Network
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7f8ab57 Clean up README by removing unnecessary content
Cloned https://github.com/The-Wand/Network.git
Revision (git rev-parse @):
7f8ab578b8d8be4a510851e78c424d26dfbbc865
SUCCESS checkout https://github.com/The-Wand/Network.git at main
Fetching https://github.com/The-Wand/Wand.git
Fetching https://github.com/The-Wand/Any.git
[1/8965] Fetching wand
[2/9242] Fetching wand, any
Fetched https://github.com/The-Wand/Any.git from cache (1.36s)
Fetched https://github.com/The-Wand/Wand.git from cache (1.36s)
Computing version for https://github.com/The-Wand/Wand.git
Computed https://github.com/The-Wand/Wand.git at 2.0.10 (2.01s)
Computing version for https://github.com/The-Wand/Any.git
Computed https://github.com/The-Wand/Any.git at 1.0.1 (0.60s)
Creating working copy for https://github.com/The-Wand/Any.git
Working copy of https://github.com/The-Wand/Any.git resolved at 1.0.1
Creating working copy for https://github.com/The-Wand/Wand.git
Working copy of https://github.com/The-Wand/Wand.git resolved at 2.0.10
========================================
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": "network",
"name": "WandNetwork",
"url": "https://github.com/The-Wand/Network.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Network",
"dependencies": [
{
"identity": "wand",
"name": "Wand",
"url": "https://github.com/The-Wand/Wand.git",
"version": "2.0.15",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Wand",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/The-Wand/Network.git
[1/176] Fetching network
Fetched https://github.com/The-Wand/Network.git from cache (1.30s)
Fetching https://github.com/The-Wand/Wand.git from cache
Fetched https://github.com/The-Wand/Wand.git from cache (0.52s)
Computing version for https://github.com/The-Wand/Wand.git
Computed https://github.com/The-Wand/Wand.git at 2.0.15 (1.14s)
Creating working copy for https://github.com/The-Wand/Network.git
Working copy of https://github.com/The-Wand/Network.git resolved at main (7f8ab57)
Creating working copy for https://github.com/The-Wand/Wand.git
Working copy of https://github.com/The-Wand/Wand.git resolved at 2.0.15
warning: '.resolve-product-dependencies': dependency 'network' is not used by any target
Found 1 product dependencies
- Wand
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/The-Wand/Network.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-49B95AFC49DCD68C.txt
[4/31] Emitting module Wand
[5/33] Compiling Wand Option.swift
[6/33] Compiling Wand Ask.swift
[7/33] Compiling Wand Asking.swift
[8/33] Compiling Wand Ubiquitous.swift
[9/33] Compiling Wand Wanded.swift
[10/33] Compiling Wand |.swift
[11/33] Compiling Wand Log.swift
[12/33] Compiling Wand Memory.swift
[13/33] Compiling Wand AskingNil.swift
[14/33] Compiling Wand Core.swift
[15/33] Compiling Wand Key.swift
[16/33] Compiling Wand Counting.swift
[17/33] Compiling Wand Error.swift
[18/33] Compiling Wand Error?.swift
[19/33] Compiling Wand State.swift
[20/33] Compiling Wand Weak.swift
[21/33] Compiling Wand Obtainable.swift
[22/33] Compiling Wand Addons.swift
[23/33] Compiling Wand All.swift
[24/33] Compiling Wand Any.swift
[25/33] Compiling Wand CoreGraphics_Convertible.swift
[26/33] Compiling Wand Numbers_Convertible.swift
[27/33] Compiling Wand String_Convertible.swift
[28/33] Compiling Wand Expressible.swift
[29/33] Compiling Wand ExpressibleByArray.swift
[30/33] Compiling Wand ExpressibleByDictionary.swift
[31/33] Compiling Wand Describing.swift
[32/33] Compiling Wand Describing_Character.swift
[33/33] Compiling Wand Describing_Data.swift
[34/36] Compiling WandNetwork NWPath_Ask.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandNetwork/NWPath_Ask.swift:11:1: warning: extension declares a conformance of imported type 'NWPath' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
9 | import Wand
10 |
11 | extension NWPath: AskingNil {
| |- warning: extension declares a conformance of imported type 'NWPath' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 |
13 | @inlinable
[35/36] Compiling WandNetwork NWPathMonitor_Obtainable.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandNetwork/NWPathMonitor_Obtainable.swift:27:1: warning: extension declares a conformance of imported type 'NWPathMonitor' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
25 | /// let monitor: NWPathMonitor = some|
26 | ///
27 | extension NWPathMonitor: Obtainable {
| |- warning: extension declares a conformance of imported type 'NWPathMonitor' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
28 |
29 | public
[36/36] Emitting module WandNetwork
/Users/admin/builder/spi-builder-workspace/Sources/WandNetwork/NWPathMonitor_Obtainable.swift:27:1: warning: extension declares a conformance of imported type 'NWPathMonitor' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
25 | /// let monitor: NWPathMonitor = some|
26 | ///
27 | extension NWPathMonitor: Obtainable {
| |- warning: extension declares a conformance of imported type 'NWPathMonitor' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
28 |
29 | public
/Users/admin/builder/spi-builder-workspace/Sources/WandNetwork/NWPath_Ask.swift:11:1: warning: extension declares a conformance of imported type 'NWPath' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
9 | import Wand
10 |
11 | extension NWPath: AskingNil {
| |- warning: extension declares a conformance of imported type 'NWPath' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 |
13 | @inlinable
Build complete! (4.74s)
warning: 'wand': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/Wand.md
Build complete.
{
"dependencies" : [
{
"identity" : "any",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/The-Wand/Any.git"
},
{
"identity" : "wand",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.10",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/The-Wand/Wand.git"
}
],
"manifest_display_name" : "WandNetwork",
"name" : "WandNetwork",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "WandNetwork",
"targets" : [
"WandNetwork"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "wandTests",
"module_type" : "SwiftTarget",
"name" : "wandTests",
"path" : "Tests/wandTests",
"product_dependencies" : [
"Any_"
],
"sources" : [
"Network/NWPath_Tests.swift",
"Unit/Unit.swift",
"Unit/XCTestCase.swift"
],
"target_dependencies" : [
"WandNetwork"
],
"type" : "test"
},
{
"c99name" : "WandNetwork",
"module_type" : "SwiftTarget",
"name" : "WandNetwork",
"path" : "Sources/WandNetwork",
"product_dependencies" : [
"Wand"
],
"product_memberships" : [
"WandNetwork"
],
"sources" : [
"NWPathMonitor_Obtainable.swift",
"NWPath_Ask.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Done.