Build Information
Successful build of NetworkInterfaceInfo, reference 5.1.2 (3e4fc6), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 14:35:03 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/wadetregaskis/NetworkInterfaceInfo.git
Reference: 5.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/wadetregaskis/NetworkInterfaceInfo
* tag 5.1.2 -> FETCH_HEAD
HEAD is now at 3e4fc6e Fixed compilation on Linux (re. the recent addition of `@inlinable`).
Cloned https://github.com/wadetregaskis/NetworkInterfaceInfo.git
Revision (git rev-parse @):
3e4fc6e5dd6464864026db227c9282c46e8be541
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/wadetregaskis/NetworkInterfaceInfo.git at 5.1.2
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/wadetregaskis/NetworkInterfaceInfo.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/17] Compiling FoundationExtensions Optional.swift
[6/18] Compiling FoundationExtensions StringProtocol.swift
[7/18] Compiling FoundationExtensions Float.swift
[8/18] Compiling FoundationExtensions IteratorProtocol.swift
[9/18] Compiling FoundationExtensions Locale.swift
[10/18] Compiling FoundationExtensions Double.swift
[11/18] Compiling FoundationExtensions Comparable.swift
[12/18] Compiling FoundationExtensions Data.swift
[13/18] Compiling FoundationExtensions Date.swift
[14/18] Compiling FoundationExtensions AsyncSequence.swift
[15/18] Compiling FoundationExtensions BidirectionalCollection.swift
[16/18] Compiling FoundationExtensions BinaryInteger.swift
[17/18] Compiling FoundationExtensions CollectionOfUInt8.swift
[18/18] Emitting module FoundationExtensions
[19/23] Compiling NetworkInterfaceInfo NetworkAddress.swift
[20/23] Emitting module NetworkInterfaceInfo
[21/23] Compiling NetworkInterfaceInfo IPv4Address.swift
[22/23] Compiling NetworkInterfaceInfo NetworkInterface.swift
[23/23] Compiling NetworkInterfaceInfo Metrics.swift
[24/25] Compiling NetworkInterfaceChangeMonitoring NetworkInterfaceChangeMonitoring.swift
/Users/admin/builder/spi-builder-workspace/Sources/NetworkInterfaceChangeMonitoring/NetworkInterfaceChangeMonitoring.swift:149:21: warning: capture of 'reportAnyChanges' with non-sendable type '() -> ()' in a '@Sendable' closure; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
147 |
148 | if 0 >= coalescingPeriod {
149 | reportAnyChanges()
| |- warning: capture of 'reportAnyChanges' with non-sendable type '() -> ()' in a '@Sendable' closure; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
150 | } else {
151 | guard nil == queue.getSpecific(key: enqueuedHandlerKey) else {
/Users/admin/builder/spi-builder-workspace/Sources/NetworkInterfaceChangeMonitoring/NetworkInterfaceChangeMonitoring.swift:159:25: warning: capture of 'reportAnyChanges' with non-sendable type '() -> ()' in an isolated closure; this is an error in the Swift 6 language mode
157 |
158 | let task = DispatchWorkItem() {
159 | reportAnyChanges()
| |- warning: capture of 'reportAnyChanges' with non-sendable type '() -> ()' in an isolated closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
160 | queue.setSpecific(key: enqueuedHandlerKey, value: nil)
161 | }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[25/25] Emitting module NetworkInterfaceChangeMonitoring
Build complete! (7.28s)
Fetching https://github.com/wadetregaskis/FoundationExtensions.git
[1/357] Fetching foundationextensions
Fetched https://github.com/wadetregaskis/FoundationExtensions.git from cache (0.71s)
Computing version for https://github.com/wadetregaskis/FoundationExtensions.git
Computed https://github.com/wadetregaskis/FoundationExtensions.git at 3.5.2 (1.12s)
Creating working copy for https://github.com/wadetregaskis/FoundationExtensions.git
Working copy of https://github.com/wadetregaskis/FoundationExtensions.git resolved at 3.5.2
Build complete.
{
"dependencies" : [
{
"identity" : "foundationextensions",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/wadetregaskis/FoundationExtensions.git"
}
],
"manifest_display_name" : "NetworkInterfaceInfo",
"name" : "NetworkInterfaceInfo",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "maccatalyst",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "NetworkInterfaceInfo",
"targets" : [
"NetworkInterfaceInfo"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "NetworkInterfaceChangeMonitoring",
"targets" : [
"NetworkInterfaceChangeMonitoring"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "NetworkInterfaceInfoTests",
"module_type" : "SwiftTarget",
"name" : "NetworkInterfaceInfoTests",
"path" : "Tests/NetworkInterfaceInfoTests",
"sources" : [
"NetworkInterfaceInfoTests.swift"
],
"target_dependencies" : [
"NetworkInterfaceInfo"
],
"type" : "test"
},
{
"c99name" : "NetworkInterfaceInfo",
"module_type" : "SwiftTarget",
"name" : "NetworkInterfaceInfo",
"path" : "Sources/NetworkInterfaceInfo",
"product_dependencies" : [
"FoundationExtensions"
],
"product_memberships" : [
"NetworkInterfaceInfo",
"NetworkInterfaceChangeMonitoring"
],
"sources" : [
"IPv4Address.swift",
"Metrics.swift",
"NetworkAddress.swift",
"NetworkInterface.swift"
],
"type" : "library"
},
{
"c99name" : "NetworkInterfaceChangeMonitoringTests",
"module_type" : "SwiftTarget",
"name" : "NetworkInterfaceChangeMonitoringTests",
"path" : "Tests/NetworkInterfaceChangeMonitoringTests",
"sources" : [
"NetworkInterfaceChangeMonitoringTests.swift"
],
"target_dependencies" : [
"NetworkInterfaceChangeMonitoring"
],
"type" : "test"
},
{
"c99name" : "NetworkInterfaceChangeMonitoring",
"module_type" : "SwiftTarget",
"name" : "NetworkInterfaceChangeMonitoring",
"path" : "Sources/NetworkInterfaceChangeMonitoring",
"product_dependencies" : [
"FoundationExtensions"
],
"product_memberships" : [
"NetworkInterfaceChangeMonitoring"
],
"sources" : [
"NetworkInterfaceChangeMonitoring.swift"
],
"target_dependencies" : [
"NetworkInterfaceInfo"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.