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.8 (05abd0), with Swift 6.1 for macOS (SPM) on 29 Jul 2025 16:15:41 UTC.

Swift 6 data race errors: 2

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

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.8
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/The-Wand/Wand
 * tag               2.0.8      -> FETCH_HEAD
HEAD is now at 05abd03 Exclude docs build folder
Cloned https://github.com/The-Wand/Wand.git
Revision (git rev-parse @):
05abd0313443aa6203dbb31f1f204ae327bec832
SUCCESS checkout https://github.com/The-Wand/Wand.git at 2.0.8
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetching https://github.com/The-Wand/Any.git
[1/143] Fetching any
Fetched https://github.com/The-Wand/Any.git from cache (1.10s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.12s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.14s)
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (1.75s)
Computing version for https://github.com/The-Wand/Any.git
Computed https://github.com/The-Wand/Any.git at 1.0.1 (0.59s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.64s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
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/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "wand",
      "name": "Wand",
      "url": "https://github.com/The-Wand/Wand.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Wand",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/The-Wand/Wand.git
[1/5929] Fetching wand
Fetched https://github.com/The-Wand/Wand.git from cache (1.39s)
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.8 (05abd03)
warning: '.resolve-product-dependencies': dependency 'wand' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/The-Wand/Wand.git
https://github.com/The-Wand/Wand.git
{
  "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" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "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/State.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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/30] Emitting module Wand
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/Core.swift:32:9: warning: static property 'all' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 30 |     public
 31 |     static
 32 |     var all = [Int: Weak]()
    |         |- warning: static property 'all' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |         |- note: convert 'all' to a 'let' constant to make 'Sendable' shared state immutable
    |         |- note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
    |         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 33 |
 34 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/Wand/|tools/Log.swift:28:13: warning: static property 'level' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
26 |
27 |         static
28 |         var level = Log.default
   |             |- warning: static property 'level' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert 'level' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: add '@MainActor' to make static property 'level' part of global actor 'MainActor'
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |
30 |         static
[6/32] Compiling Wand Describing.swift
[7/32] Compiling Wand Describing_Character.swift
[8/32] Compiling Wand Addons.swift
[9/32] Compiling Wand All.swift
[10/32] Compiling Wand Any.swift
[11/32] Compiling Wand Counting.swift
[12/32] Compiling Wand Error.swift
[13/32] Compiling Wand Error?.swift
[14/32] Compiling Wand Option.swift
[15/32] Compiling Wand Ask.swift
[16/32] Compiling Wand Asking.swift
[17/32] Compiling Wand Log.swift
/Users/admin/builder/spi-builder-workspace/Sources/Wand/|tools/Log.swift:28:13: warning: static property 'level' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
26 |
27 |         static
28 |         var level = Log.default
   |             |- warning: static property 'level' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert 'level' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: add '@MainActor' to make static property 'level' part of global actor 'MainActor'
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |
30 |         static
[18/32] Compiling Wand Memory.swift
/Users/admin/builder/spi-builder-workspace/Sources/Wand/|tools/Log.swift:28:13: warning: static property 'level' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
26 |
27 |         static
28 |         var level = Log.default
   |             |- warning: static property 'level' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert 'level' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: add '@MainActor' to make static property 'level' part of global actor 'MainActor'
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |
30 |         static
[19/32] Compiling Wand State.swift
[20/32] Compiling Wand Weak.swift
[21/32] Compiling Wand Obtainable.swift
[22/32] Compiling Wand CoreGraphics_Convertible.swift
[23/32] Compiling Wand Numbers_Convertible.swift
[24/32] Compiling Wand String_Convertible.swift
[25/32] Compiling Wand Ubiquitous.swift
[26/32] Compiling Wand Wanded.swift
[27/32] Compiling Wand |.swift
[28/32] Compiling Wand Describing_Data.swift
[29/32] Compiling Wand Expressible.swift
[30/32] Compiling Wand AskingNil.swift
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/Core.swift:32:9: warning: static property 'all' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 30 |     public
 31 |     static
 32 |     var all = [Int: Weak]()
    |         |- warning: static property 'all' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |         |- note: convert 'all' to a 'let' constant to make 'Sendable' shared state immutable
    |         |- note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
    |         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 33 |
 34 |     @inlinable
[31/32] Compiling Wand Core.swift
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/Core.swift:32:9: warning: static property 'all' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 30 |     public
 31 |     static
 32 |     var all = [Int: Weak]()
    |         |- warning: static property 'all' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |         |- note: convert 'all' to a 'let' constant to make 'Sendable' shared state immutable
    |         |- note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
    |         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 33 |
 34 |     @inlinable
[32/32] Compiling Wand Key.swift
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/Core.swift:32:9: warning: static property 'all' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 30 |     public
 31 |     static
 32 |     var all = [Int: Weak]()
    |         |- warning: static property 'all' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |         |- note: convert 'all' to a 'let' constant to make 'Sendable' shared state immutable
    |         |- note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
    |         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 33 |
 34 |     @inlinable
Build complete! (13.82s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/Wand/Wand.md
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" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "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/State.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.