Build Information
Successful build of swift-reachability, reference main (05ec04), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 19:09:14 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/mihai8804858/swift-reachability.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mihai8804858/swift-reachability
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 05ec04c Enable strict concurrency
Cloned https://github.com/mihai8804858/swift-reachability.git
Revision (git rev-parse @):
05ec04cf569a253e959981b4f3ae1c4f0a9bd46d
SUCCESS checkout https://github.com/mihai8804858/swift-reachability.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/mihai8804858/swift-reachability.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[0/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/13] Compiling SwiftReachability DisconnectedReason.swift
[5/13] Compiling SwiftReachability AsyncStream.swift
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/AsyncStream.swift:12:25: warning: capture of non-sendable type 'S.AsyncIterator.Type' in an isolated closure
10 | nonisolated(unsafe) var iterator: S.AsyncIterator?
11 | self.init {
12 | if iterator == nil { iterator = sequence.makeAsyncIterator() }
| `- warning: capture of non-sendable type 'S.AsyncIterator.Type' in an isolated closure
13 | return try? await iterator?.next()
14 | }
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/AsyncStream.swift:10:33: warning: capture of non-sendable type 'S.Type' in an isolated closure
8 | public init<S: AsyncSequence>(_ sequence: S) where S.Element == Element {
9 | nonisolated(unsafe) let sequence = sequence
10 | nonisolated(unsafe) var iterator: S.AsyncIterator?
| `- warning: capture of non-sendable type 'S.Type' in an isolated closure
11 | self.init {
12 | if iterator == nil { iterator = sequence.makeAsyncIterator() }
/Users/admin/builder/spi-builder-workspace/Sources/Extensions/AsyncStream.swift:12:45: warning: capture of non-sendable type 'S.Type' in an isolated closure
10 | nonisolated(unsafe) var iterator: S.AsyncIterator?
11 | self.init {
12 | if iterator == nil { iterator = sequence.makeAsyncIterator() }
| `- warning: capture of non-sendable type 'S.Type' in an isolated closure
13 | return try? await iterator?.next()
14 | }
[6/13] Compiling SwiftReachability ConnectionStatus.swift
[7/13] Emitting module SwiftReachability
/Users/admin/builder/spi-builder-workspace/Sources/PathMonitor/PathMonitorType.swift:39:50: warning: conformance of 'NWPathMonitor' to protocol 'Sendable' was already stated in the type's module 'Network'
37 |
38 | #if hasAttribute(retroactive)
39 | extension NWPathMonitor: @unchecked @retroactive Sendable {}
| `- warning: conformance of 'NWPathMonitor' to protocol 'Sendable' was already stated in the type's module 'Network'
40 | #else
41 | extension NWPathMonitor: Sendable {}
Network.NWPathMonitor:2:11: note: 'NWPathMonitor' declares conformance to protocol 'Sendable' here
1 | @available(macOS 14.0, iOS 17.0, watchOS 10.0, tvOS 17.0, *)
2 | extension NWPathMonitor : Sendable, CustomDebugStringConvertible, AsyncSequence {
| `- note: 'NWPathMonitor' declares conformance to protocol 'Sendable' here
3 | public typealias Element = NWPath
4 | public typealias AsyncIterator = NWPathMonitor.Iterator
[8/13] Compiling SwiftReachability PathMonitorType.swift
/Users/admin/builder/spi-builder-workspace/Sources/PathMonitor/PathMonitorType.swift:39:50: warning: conformance of 'NWPathMonitor' to protocol 'Sendable' was already stated in the type's module 'Network'
37 |
38 | #if hasAttribute(retroactive)
39 | extension NWPathMonitor: @unchecked @retroactive Sendable {}
| `- warning: conformance of 'NWPathMonitor' to protocol 'Sendable' was already stated in the type's module 'Network'
40 | #else
41 | extension NWPathMonitor: Sendable {}
Network.NWPathMonitor:2:11: note: 'NWPathMonitor' declares conformance to protocol 'Sendable' here
1 | @available(macOS 14.0, iOS 17.0, watchOS 10.0, tvOS 17.0, *)
2 | extension NWPathMonitor : Sendable, CustomDebugStringConvertible, AsyncSequence {
| `- note: 'NWPathMonitor' declares conformance to protocol 'Sendable' here
3 | public typealias Element = NWPath
4 | public typealias AsyncIterator = NWPathMonitor.Iterator
[9/13] Compiling SwiftReachability ConnectionType.swift
[10/14] Compiling SwiftReachability PathType.swift
[11/14] Compiling SwiftReachability Reachability.swift
[12/14] Compiling SwiftReachability InterfaceType.swift
[13/14] Compiling SwiftReachability TelephonyInfoType.swift
[14/14] Compiling SwiftReachability resource_bundle_accessor.swift
Build complete! (4.70s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-reachability",
"name" : "swift-reachability",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "SwiftReachability",
"targets" : [
"SwiftReachability"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "SwiftReachabilityTests",
"module_type" : "SwiftTarget",
"name" : "SwiftReachabilityTests",
"path" : "Tests",
"sources" : [
"ConnectionStatusTests.swift",
"ConnectionTypeTests.swift",
"Helpers/FuncCheck.swift",
"Mocks/MockPath.swift",
"Mocks/MockPathMonitor.swift",
"Mocks/MockTelephonyInfo.swift",
"PathMonitorTests.swift",
"ReachabilityTests.swift",
"TelephonyInfoTests.swift"
],
"target_dependencies" : [
"SwiftReachability"
],
"type" : "test"
},
{
"c99name" : "SwiftReachability",
"module_type" : "SwiftTarget",
"name" : "SwiftReachability",
"path" : "Sources",
"product_memberships" : [
"SwiftReachability"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/Resources/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Connection/ConnectionStatus.swift",
"Connection/ConnectionType.swift",
"Connection/DisconnectedReason.swift",
"Extensions/AsyncStream.swift",
"PathMonitor/InterfaceType.swift",
"PathMonitor/PathMonitorType.swift",
"PathMonitor/PathType.swift",
"PathMonitor/TelephonyInfoType.swift",
"Reachability/Reachability.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.