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 Wand, reference 2.0.6 (71ede3), with Swift 6.0 for macOS (SPM) on 2 Jul 2025 05:37:56 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/Wand.git
Reference: 2.0.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/The-Wand/Wand
 * tag               2.0.6      -> FETCH_HEAD
HEAD is now at 71ede39 Delete icon
Cloned https://github.com/The-Wand/Wand.git
Revision (git rev-parse @):
71ede39dc4c1bf3855ef8dc044220703525bf4b5
SUCCESS checkout https://github.com/The-Wand/Wand.git at 2.0.6
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/The-Wand/Wand.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/27] Emitting module Wand
[4/29] Compiling Wand Addons.swift
[5/29] Compiling Wand All.swift
[6/29] Compiling Wand Any.swift
[7/29] Compiling Wand Weak.swift
[8/29] Compiling Wand Obtainable.swift
[9/29] Compiling Wand Ubiquitous.swift
[10/29] Compiling Wand Numbers_Convertible.swift
[11/29] Compiling Wand String_Convertible.swift
[12/29] Compiling Wand Log.swift
[13/29] Compiling Wand Memory.swift
[14/29] Compiling Wand AskingNil.swift
[15/29] Compiling Wand Core.swift
[16/29] Compiling Wand Key.swift
[17/29] Compiling Wand Option.swift
[18/29] Compiling Wand Ask.swift
[19/29] Compiling Wand Asking.swift
[20/29] Compiling Wand Describing.swift
[21/29] Compiling Wand Describing_Character.swift
[22/29] Compiling Wand Wanded.swift
[23/29] Compiling Wand |.swift
[24/29] Compiling Wand CoreGraphics_Convertible.swift
[25/29] Compiling Wand Counting.swift
[26/29] Compiling Wand Error.swift
[27/29] Compiling Wand Error?.swift
[28/29] Compiling Wand Describing_Data.swift
[29/29] Compiling Wand Expressible.swift
Build complete! (6.37s)
Fetching https://github.com/The-Wand/Any.git
[1/143] Fetching any
Fetched https://github.com/The-Wand/Any.git from cache (1.18s)
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
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"
    }
  ],
  "manifest_display_name" : "Wand",
  "name" : "Wand",
  "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" : "Wand",
      "targets" : [
        "Wand"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WandTests",
      "module_type" : "SwiftTarget",
      "name" : "WandTests",
      "path" : "Tests/WandTests",
      "product_dependencies" : [
        "Any_"
      ],
      "sources" : [
        "Unit/Performance.swift",
        "Unit/T_Tests.swift",
        "Unit/Unit.swift",
        "Unit/Vector.swift",
        "Unit/XCTestCase.swift",
        "cases/Ask_All_Tests.swift",
        "cases/Ask_Any_Tests.swift",
        "cases/Ask_Tests.swift",
        "cases/Core_Put_Tests.swift",
        "cases/Describing_Tests.swift",
        "cases/Init Tests/Core_Init_Dictionary_Tests.swift",
        "cases/Init Tests/Core_Init_Tests.swift"
      ],
      "target_dependencies" : [
        "Wand"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Wand",
      "module_type" : "SwiftTarget",
      "name" : "Wand",
      "path" : "Sources/Wand",
      "product_memberships" : [
        "Wand"
      ],
      "sources" : [
        "Ask/Addons/Addons.swift",
        "Ask/Addons/All.swift",
        "Ask/Addons/Any.swift",
        "Ask/Addons/Counting.swift",
        "Ask/Addons/Error.swift",
        "Ask/Addons/Error?.swift",
        "Ask/Addons/Option.swift",
        "Ask/Ask.swift",
        "Ask/Asking.swift",
        "Ask/AskingNil.swift",
        "Core/Core.swift",
        "Core/Key.swift",
        "Core/Weak.swift",
        "Wanded/Obtainable.swift",
        "Wanded/Ubiquitous.swift",
        "Wanded/Wanded.swift",
        "|.swift",
        "|tools/Convertible/CoreGraphics_Convertible.swift",
        "|tools/Convertible/Numbers_Convertible.swift",
        "|tools/Convertible/String_Convertible.swift",
        "|tools/Describing/Describing.swift",
        "|tools/Describing/Describing_Character.swift",
        "|tools/Describing/Describing_Data.swift",
        "|tools/Expressible.swift",
        "|tools/Log.swift",
        "|tools/Memory.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.