The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-reachability, reference 1.3.0 (05ec04), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 19:14:35 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mihai8804858/swift-reachability.git
Reference: 1.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mihai8804858/swift-reachability
 * tag               1.3.0      -> FETCH_HEAD
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 1.3.0
========================================
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] Copying PrivacyInfo.xcprivacy
[1/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/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
[5/13] Compiling SwiftReachability ConnectionType.swift
[6/14] Compiling SwiftReachability resource_bundle_accessor.swift
[7/14] Compiling SwiftReachability TelephonyInfoType.swift
[8/14] Compiling SwiftReachability ConnectionStatus.swift
[9/14] 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
[10/14] Compiling SwiftReachability DisconnectedReason.swift
[11/14] 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 |         }
[12/14] Compiling SwiftReachability PathType.swift
[13/14] Compiling SwiftReachability InterfaceType.swift
[14/14] Compiling SwiftReachability Reachability.swift
Build complete! (4.50s)
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.