The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of WandNetwork, reference 2.0.0 (1c2d5d), with Swift 6.0 for macOS (SPM) on 22 Jul 2025 12:53:48 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/The-Wand/Network.git
Reference: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/The-Wand/Network
 * tag               2.0.0      -> FETCH_HEAD
HEAD is now at 1c2d5d7 Update to Wand 2.0.7
Cloned https://github.com/The-Wand/Network.git
Revision (git rev-parse @):
1c2d5d7d25295777fab453d0022985a2ed5c6eb3
SUCCESS checkout https://github.com/The-Wand/Network.git at 2.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/The-Wand/Network.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/29] Emitting module Wand
[5/31] Compiling Wand Option.swift
[6/31] Compiling Wand Ask.swift
[7/31] Compiling Wand Asking.swift
[8/31] Compiling Wand Addons.swift
[9/31] Compiling Wand All.swift
[10/31] Compiling Wand Any.swift
[11/31] Compiling Wand State.swift
[12/31] Compiling Wand Weak.swift
[13/31] Compiling Wand Obtainable.swift
[14/31] Compiling Wand Log.swift
[15/31] Compiling Wand Memory.swift
[16/31] Compiling Wand AskingNil.swift
[17/31] Compiling Wand Core.swift
[18/31] Compiling Wand Key.swift
[19/31] Compiling Wand Ubiquitous.swift
[20/31] Compiling Wand Wanded.swift
[21/31] Compiling Wand |.swift
[22/31] Compiling Wand CoreGraphics_Convertible.swift
[23/31] Compiling Wand Numbers_Convertible.swift
[24/31] Compiling Wand String_Convertible.swift
[25/31] Compiling Wand Counting.swift
[26/31] Compiling Wand Error.swift
[27/31] Compiling Wand Error?.swift
[28/31] Compiling Wand Describing.swift
[29/31] Compiling Wand Describing_Character.swift
[30/31] Compiling Wand Describing_Data.swift
[31/31] Compiling Wand Expressible.swift
[32/34] 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
[33/34] 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
[34/34] 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
Build complete! (8.70s)
Fetching https://github.com/The-Wand/Any.git
Fetching https://github.com/The-Wand/Wand.git
[1/143] Fetching any
[66/5553] Fetching any, wand
Fetched https://github.com/The-Wand/Wand.git from cache (1.78s)
Fetched https://github.com/The-Wand/Any.git from cache (1.78s)
Computing version for https://github.com/The-Wand/Wand.git
Computed https://github.com/The-Wand/Wand.git at 2.0.7 (0.58s)
Computing version for https://github.com/The-Wand/Any.git
Computed https://github.com/The-Wand/Any.git at 1.0.1 (0.55s)
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.7
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.7",
            "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.