The Swift Package Index logo.Swift Package Index

Build Information

Successful build of NetworkInterfaceInfo, reference main (cd5a77), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 14:34: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/wadetregaskis/NetworkInterfaceInfo.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/wadetregaskis/NetworkInterfaceInfo
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at cd5a774 Upgraded to swift-actions/setup-swift/v2.
Cloned https://github.com/wadetregaskis/NetworkInterfaceInfo.git
Revision (git rev-parse @):
cd5a7740f84eb707496431cd49e1f5ff23024a32
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/wadetregaskis/NetworkInterfaceInfo.git at main
========================================
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 IteratorProtocol.swift
[6/17] Compiling FoundationExtensions Optional.swift
[7/18] Compiling FoundationExtensions StringProtocol.swift
[8/18] Compiling FoundationExtensions Float.swift
[9/18] Compiling FoundationExtensions Comparable.swift
[10/18] Compiling FoundationExtensions Data.swift
[11/18] Compiling FoundationExtensions Date.swift
[12/18] Compiling FoundationExtensions BinaryInteger.swift
[13/18] Compiling FoundationExtensions CollectionOfUInt8.swift
[14/18] Compiling FoundationExtensions AsyncSequence.swift
[15/18] Compiling FoundationExtensions BidirectionalCollection.swift
[16/18] Compiling FoundationExtensions Double.swift
[17/18] Emitting module FoundationExtensions
[18/18] Compiling FoundationExtensions Locale.swift
[19/23] Compiling NetworkInterfaceInfo Metrics.swift
[20/23] Compiling NetworkInterfaceInfo IPv4Address.swift
[21/23] Compiling NetworkInterfaceInfo NetworkAddress.swift
[22/23] Compiling NetworkInterfaceInfo NetworkInterface.swift
[23/23] Emitting module NetworkInterfaceInfo
[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.13s)
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.14s)
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.