The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Wand, reference main (a13218), with Swift 6.1 for macOS (SPM) on 2 Mar 2026 22:49:42 UTC.

Swift 6 data race errors: 5

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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/The-Wand/Wand.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/The-Wand/Wand
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a132182 3.0.5
Cloned https://github.com/The-Wand/Wand.git
Revision (git rev-parse @):
a132182b3ebe58d71fdeaab119a4a8e68805a6a4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/The-Wand/Wand.git at main
========================================
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.3",
            "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" : [
        "Cases/&/AndT_Tests.swift",
        "Cases/&/AndU_Tests.swift",
        "Cases/?/Ask_Dependencies_Tests.swift",
        "Cases/?/Errors_Tests.swift",
        "Cases/Ask/Ask_Tests.swift",
        "Cases/Ask/Askable_Tests.swift",
        "Cases/Core/Add/Add_Tests.swift",
        "Cases/Core/Attach_Tests.swift",
        "Cases/Core/Clean_Tests.swift",
        "Cases/Core/Contains_Tests.swift",
        "Cases/Core/Extract_Tests.swift",
        "Cases/Core/Get/Get_Tests.swift",
        "Cases/Core/HighLoad_Tests.swift",
        "Cases/Core/Init/Core_Init_Tests.swift",
        "Cases/Core/Init/Core_To_Array_Tests.swift",
        "Cases/Core/Init/Core_To_Dictionary_Tests.swift",
        "Cases/Core/Init/Core_To_Tests.swift",
        "Cases/Core/Init/Core_Utils_Tests.swift",
        "Cases/Core/Put/Core_Put_Default_Tests.swift",
        "Cases/Core/Put/Core_Put_Dynamic_Tests.swift",
        "Cases/Core/Put/Core_Put_Tests.swift",
        "Cases/Core/Wanded/Obtainable_Tests.swift",
        "Cases/Core/Wanded/Ubiquitous_Tests.swift",
        "Cases/|/Addons/Ask_All_Tests.swift",
        "Cases/|/Addons/Ask_Any_Tests.swift",
        "Cases/|/Addons/Counting_Tests.swift",
        "Cases/|/Addons/Sequence_Tests.swift",
        "Cases/|/Addons/Task_Tests.swift",
        "Cases/|/Convertable/CoreGraphics_Tests.swift",
        "Cases/|/Convertable/Numbers_Tests.swift",
        "Cases/|/Describing_Tests.swift",
        "Cases/|/String_Tests.swift",
        "Unit/DefaultTests.swift",
        "Unit/Objects.swift",
        "Unit/Performance.swift",
        "Unit/T_Tests.swift",
        "Unit/Unit.swift",
        "Unit/XCTestCase.swift"
      ],
      "target_dependencies" : [
        "Wand"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Wand",
      "module_type" : "SwiftTarget",
      "name" : "Wand",
      "path" : "Sources/Wand",
      "product_memberships" : [
        "Wand"
      ],
      "sources" : [
        "&/&.swift",
        "&/AndT.swift",
        "&/AndU.swift",
        "&/Operation.swift",
        "?/?.swift",
        "?/Error.swift",
        "?/Error?.swift",
        "?/Option.swift",
        "Ask.swift",
        "Core/Core.swift",
        "Core/Expressible/Expressible.swift",
        "Core/Expressible/ExpressibleByArray.swift",
        "Core/Expressible/ExpressibleByDictionary.swift",
        "Core/Key.swift",
        "Core/Weak.swift",
        "Core/tools/Log.swift",
        "Core/tools/Memory.swift",
        "|/Addons/Addons.swift",
        "|/Addons/All.swift",
        "|/Addons/Any.swift",
        "|/Addons/Counting.swift",
        "|/Addons/Sequence.swift",
        "|/Addons/Task.swift",
        "|/Ask.Nil.swift",
        "|/Ask.T.swift",
        "|/Convertable/CoreGraphics_Convertable.swift",
        "|/Convertable/Numbers_Convertable.swift",
        "|/Convertable/String_Convertable.swift",
        "|/Describing/Describing.swift",
        "|/Describing/Describing_Character.swift",
        "|/Describing/Describing_Data.swift",
        "|/Expecting.swift",
        "|/Wanded/Core+Wanded.swift",
        "|/Wanded/NW.swift",
        "|/Wanded/Obtainable.swift",
        "|/Wanded/Ubiquitous.swift",
        "|/Wanded/WandFramerProtocol.swift",
        "|/Wanded/Wanded.swift",
        "|/|.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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/39] Emitting module Wand
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/Core.swift:240:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
238 |     @inlinable
239 |     public
240 |     func dynamicallyCall<T>(withKeywordArguments args: T) where T == KeyValuePairs<String, Any> {
    |          `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
241 |         for (key, object) in args {
242 |
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/Core.swift:33: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
 31 |     public
 32 |     static
 33 |     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
 34 |
 35 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/Core.swift:226:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
224 |     @inlinable
225 |     public
226 |     func put<T>(sequence: T) where T == any Sequence {
    |          `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
227 |         sequence.forEach { object in
228 |
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/tools/Log.swift:30:9: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Log' may have shared mutable state; this is an error in the Swift 6 language mode
19 | #if DEBUG
20 | public
21 | enum Log: Int {
   |      `- note: consider making enum 'Log' conform to the 'Sendable' protocol
22 |
23 |     case none
   :
28 |     public
29 |     static
30 |     let `default` = Log.info
   |         |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Log' may have shared mutable state; this is an error in the Swift 6 language mode
   |         |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 |     public
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/tools/Log.swift:34:9: 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
32 |     public
33 |     static
34 |     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
35 |
36 | }
[4/42] Compiling Wand Counting.swift
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/Core.swift:226:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
224 |     @inlinable
225 |     public
226 |     func put<T>(sequence: T) where T == any Sequence {
    |          `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
227 |         sequence.forEach { object in
228 |
/Users/admin/builder/spi-builder-workspace/Sources/Wand/|/Addons/Task.swift:36:34: warning: sending value of non-Sendable type 'Self' risks causing data races; this is an error in the Swift 6 language mode
34 |                 //TODO: struct?
35 |                 task.wand | { (retrieved: Self) in
36 |                     continuation.resume(returning: retrieved)
   |                                  |- warning: sending value of non-Sendable type 'Self' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: Passing task-isolated value of non-Sendable type 'Self' as a 'sending' parameter risks causing races inbetween task-isolated uses and uses reachable from the callee
37 |                 }
38 |
/Users/admin/builder/spi-builder-workspace/Sources/Wand/|/Addons/Task.swift:60:34: warning: sending value of non-Sendable type 'Self' risks causing data races; this is an error in the Swift 6 language mode
58 |                 wand.put(scope)
59 |                 wand | { (retrieved: Self) in
60 |                     continuation.resume(returning: retrieved)
   |                                  |- warning: sending value of non-Sendable type 'Self' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: Passing task-isolated value of non-Sendable type 'Self' as a 'sending' parameter risks causing races inbetween task-isolated uses and uses reachable from the callee
61 |                 }
62 |             }
[5/42] Compiling Wand Sequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/Core.swift:226:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
224 |     @inlinable
225 |     public
226 |     func put<T>(sequence: T) where T == any Sequence {
    |          `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
227 |         sequence.forEach { object in
228 |
/Users/admin/builder/spi-builder-workspace/Sources/Wand/|/Addons/Task.swift:36:34: warning: sending value of non-Sendable type 'Self' risks causing data races; this is an error in the Swift 6 language mode
34 |                 //TODO: struct?
35 |                 task.wand | { (retrieved: Self) in
36 |                     continuation.resume(returning: retrieved)
   |                                  |- warning: sending value of non-Sendable type 'Self' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: Passing task-isolated value of non-Sendable type 'Self' as a 'sending' parameter risks causing races inbetween task-isolated uses and uses reachable from the callee
37 |                 }
38 |
/Users/admin/builder/spi-builder-workspace/Sources/Wand/|/Addons/Task.swift:60:34: warning: sending value of non-Sendable type 'Self' risks causing data races; this is an error in the Swift 6 language mode
58 |                 wand.put(scope)
59 |                 wand | { (retrieved: Self) in
60 |                     continuation.resume(returning: retrieved)
   |                                  |- warning: sending value of non-Sendable type 'Self' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: Passing task-isolated value of non-Sendable type 'Self' as a 'sending' parameter risks causing races inbetween task-isolated uses and uses reachable from the callee
61 |                 }
62 |             }
[6/42] Compiling Wand Task.swift
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/Core.swift:226:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
224 |     @inlinable
225 |     public
226 |     func put<T>(sequence: T) where T == any Sequence {
    |          `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
227 |         sequence.forEach { object in
228 |
/Users/admin/builder/spi-builder-workspace/Sources/Wand/|/Addons/Task.swift:36:34: warning: sending value of non-Sendable type 'Self' risks causing data races; this is an error in the Swift 6 language mode
34 |                 //TODO: struct?
35 |                 task.wand | { (retrieved: Self) in
36 |                     continuation.resume(returning: retrieved)
   |                                  |- warning: sending value of non-Sendable type 'Self' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: Passing task-isolated value of non-Sendable type 'Self' as a 'sending' parameter risks causing races inbetween task-isolated uses and uses reachable from the callee
37 |                 }
38 |
/Users/admin/builder/spi-builder-workspace/Sources/Wand/|/Addons/Task.swift:60:34: warning: sending value of non-Sendable type 'Self' risks causing data races; this is an error in the Swift 6 language mode
58 |                 wand.put(scope)
59 |                 wand | { (retrieved: Self) in
60 |                     continuation.resume(returning: retrieved)
   |                                  |- warning: sending value of non-Sendable type 'Self' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: Passing task-isolated value of non-Sendable type 'Self' as a 'sending' parameter risks causing races inbetween task-isolated uses and uses reachable from the callee
61 |                 }
62 |             }
[7/42] Compiling Wand Ask.Nil.swift
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/Core.swift:226:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
224 |     @inlinable
225 |     public
226 |     func put<T>(sequence: T) where T == any Sequence {
    |          `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
227 |         sequence.forEach { object in
228 |
/Users/admin/builder/spi-builder-workspace/Sources/Wand/|/Addons/Task.swift:36:34: warning: sending value of non-Sendable type 'Self' risks causing data races; this is an error in the Swift 6 language mode
34 |                 //TODO: struct?
35 |                 task.wand | { (retrieved: Self) in
36 |                     continuation.resume(returning: retrieved)
   |                                  |- warning: sending value of non-Sendable type 'Self' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: Passing task-isolated value of non-Sendable type 'Self' as a 'sending' parameter risks causing races inbetween task-isolated uses and uses reachable from the callee
37 |                 }
38 |
/Users/admin/builder/spi-builder-workspace/Sources/Wand/|/Addons/Task.swift:60:34: warning: sending value of non-Sendable type 'Self' risks causing data races; this is an error in the Swift 6 language mode
58 |                 wand.put(scope)
59 |                 wand | { (retrieved: Self) in
60 |                     continuation.resume(returning: retrieved)
   |                                  |- warning: sending value of non-Sendable type 'Self' risks causing data races; this is an error in the Swift 6 language mode
   |                                  `- note: Passing task-isolated value of non-Sendable type 'Self' as a 'sending' parameter risks causing races inbetween task-isolated uses and uses reachable from the callee
61 |                 }
62 |             }
[8/42] Compiling Wand ExpressibleByDictionary.swift
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/tools/Log.swift:30:9: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Log' may have shared mutable state; this is an error in the Swift 6 language mode
19 | #if DEBUG
20 | public
21 | enum Log: Int {
   |      `- note: consider making enum 'Log' conform to the 'Sendable' protocol
22 |
23 |     case none
   :
28 |     public
29 |     static
30 |     let `default` = Log.info
   |         |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Log' may have shared mutable state; this is an error in the Swift 6 language mode
   |         |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 |     public
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/tools/Log.swift:34:9: 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
32 |     public
33 |     static
34 |     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
35 |
36 | }
[9/42] Compiling Wand Key.swift
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/tools/Log.swift:30:9: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Log' may have shared mutable state; this is an error in the Swift 6 language mode
19 | #if DEBUG
20 | public
21 | enum Log: Int {
   |      `- note: consider making enum 'Log' conform to the 'Sendable' protocol
22 |
23 |     case none
   :
28 |     public
29 |     static
30 |     let `default` = Log.info
   |         |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Log' may have shared mutable state; this is an error in the Swift 6 language mode
   |         |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 |     public
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/tools/Log.swift:34:9: 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
32 |     public
33 |     static
34 |     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
35 |
36 | }
[10/42] Compiling Wand Weak.swift
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/tools/Log.swift:30:9: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Log' may have shared mutable state; this is an error in the Swift 6 language mode
19 | #if DEBUG
20 | public
21 | enum Log: Int {
   |      `- note: consider making enum 'Log' conform to the 'Sendable' protocol
22 |
23 |     case none
   :
28 |     public
29 |     static
30 |     let `default` = Log.info
   |         |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Log' may have shared mutable state; this is an error in the Swift 6 language mode
   |         |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 |     public
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/tools/Log.swift:34:9: 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
32 |     public
33 |     static
34 |     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
35 |
36 | }
[11/42] Compiling Wand Log.swift
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/tools/Log.swift:30:9: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Log' may have shared mutable state; this is an error in the Swift 6 language mode
19 | #if DEBUG
20 | public
21 | enum Log: Int {
   |      `- note: consider making enum 'Log' conform to the 'Sendable' protocol
22 |
23 |     case none
   :
28 |     public
29 |     static
30 |     let `default` = Log.info
   |         |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Log' may have shared mutable state; this is an error in the Swift 6 language mode
   |         |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |         `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 |     public
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/tools/Log.swift:34:9: 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
32 |     public
33 |     static
34 |     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
35 |
36 | }
[12/42] Compiling Wand Memory.swift
[13/42] Compiling Wand Addons.swift
[14/42] Compiling Wand All.swift
[15/42] Compiling Wand Any.swift
[16/42] Compiling Wand ?.swift
[17/42] Compiling Wand Error.swift
[18/42] Compiling Wand Error?.swift
[19/42] Compiling Wand Option.swift
[20/42] Compiling Wand Core+Wanded.swift
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/Core.swift:226:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
224 |     @inlinable
225 |     public
226 |     func put<T>(sequence: T) where T == any Sequence {
    |          `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
227 |         sequence.forEach { object in
228 |
[21/42] Compiling Wand NW.swift
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/Core.swift:226:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
224 |     @inlinable
225 |     public
226 |     func put<T>(sequence: T) where T == any Sequence {
    |          `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
227 |         sequence.forEach { object in
228 |
[22/42] Compiling Wand Obtainable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/Core.swift:226:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
224 |     @inlinable
225 |     public
226 |     func put<T>(sequence: T) where T == any Sequence {
    |          `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
227 |         sequence.forEach { object in
228 |
[23/42] Compiling Wand Ubiquitous.swift
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/Core.swift:226:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
224 |     @inlinable
225 |     public
226 |     func put<T>(sequence: T) where T == any Sequence {
    |          `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
227 |         sequence.forEach { object in
228 |
[24/42] Compiling Wand &.swift
[25/42] Compiling Wand AndT.swift
[26/42] Compiling Wand AndU.swift
[27/42] Compiling Wand Operation.swift
[28/42] Compiling Wand WandFramerProtocol.swift
[29/42] Compiling Wand Wanded.swift
[30/42] Compiling Wand |.swift
[31/42] Compiling Wand Describing.swift
[32/42] Compiling Wand Describing_Character.swift
[33/42] Compiling Wand Describing_Data.swift
[34/42] Compiling Wand Expecting.swift
[35/42] Compiling Wand Ask.swift
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/Core.swift:240:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
238 |     @inlinable
239 |     public
240 |     func dynamicallyCall<T>(withKeywordArguments args: T) where T == KeyValuePairs<String, Any> {
    |          `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
241 |         for (key, object) in args {
242 |
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/Core.swift:33: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
 31 |     public
 32 |     static
 33 |     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
 34 |
 35 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/Core.swift:226:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
224 |     @inlinable
225 |     public
226 |     func put<T>(sequence: T) where T == any Sequence {
    |          `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
227 |         sequence.forEach { object in
228 |
[36/42] Compiling Wand Core.swift
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/Core.swift:240:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
238 |     @inlinable
239 |     public
240 |     func dynamicallyCall<T>(withKeywordArguments args: T) where T == KeyValuePairs<String, Any> {
    |          `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
241 |         for (key, object) in args {
242 |
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/Core.swift:33: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
 31 |     public
 32 |     static
 33 |     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
 34 |
 35 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/Core.swift:226:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
224 |     @inlinable
225 |     public
226 |     func put<T>(sequence: T) where T == any Sequence {
    |          `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
227 |         sequence.forEach { object in
228 |
[37/42] Compiling Wand Expressible.swift
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/Core.swift:240:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
238 |     @inlinable
239 |     public
240 |     func dynamicallyCall<T>(withKeywordArguments args: T) where T == KeyValuePairs<String, Any> {
    |          `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
241 |         for (key, object) in args {
242 |
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/Core.swift:33: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
 31 |     public
 32 |     static
 33 |     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
 34 |
 35 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/Core.swift:226:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
224 |     @inlinable
225 |     public
226 |     func put<T>(sequence: T) where T == any Sequence {
    |          `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
227 |         sequence.forEach { object in
228 |
[38/42] Compiling Wand ExpressibleByArray.swift
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/Core.swift:240:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
238 |     @inlinable
239 |     public
240 |     func dynamicallyCall<T>(withKeywordArguments args: T) where T == KeyValuePairs<String, Any> {
    |          `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
241 |         for (key, object) in args {
242 |
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/Core.swift:33: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
 31 |     public
 32 |     static
 33 |     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
 34 |
 35 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/Core.swift:226:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
224 |     @inlinable
225 |     public
226 |     func put<T>(sequence: T) where T == any Sequence {
    |          `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
227 |         sequence.forEach { object in
228 |
[39/42] Compiling Wand Ask.T.swift
[40/42] Compiling Wand CoreGraphics_Convertable.swift
[41/42] Compiling Wand Numbers_Convertable.swift
[42/42] Compiling Wand String_Convertable.swift
Build complete! (6.75s)
Fetching https://github.com/The-Wand/Any.git
[1/277] Fetching any
Fetched https://github.com/The-Wand/Any.git from cache (1.25s)
Computing version for https://github.com/The-Wand/Any.git
Computed https://github.com/The-Wand/Any.git at 1.0.3 (1.87s)
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.3
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.3",
            "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" : [
        "Cases/&/AndT_Tests.swift",
        "Cases/&/AndU_Tests.swift",
        "Cases/?/Ask_Dependencies_Tests.swift",
        "Cases/?/Errors_Tests.swift",
        "Cases/Ask/Ask_Tests.swift",
        "Cases/Ask/Askable_Tests.swift",
        "Cases/Core/Add/Add_Tests.swift",
        "Cases/Core/Attach_Tests.swift",
        "Cases/Core/Clean_Tests.swift",
        "Cases/Core/Contains_Tests.swift",
        "Cases/Core/Extract_Tests.swift",
        "Cases/Core/Get/Get_Tests.swift",
        "Cases/Core/HighLoad_Tests.swift",
        "Cases/Core/Init/Core_Init_Tests.swift",
        "Cases/Core/Init/Core_To_Array_Tests.swift",
        "Cases/Core/Init/Core_To_Dictionary_Tests.swift",
        "Cases/Core/Init/Core_To_Tests.swift",
        "Cases/Core/Init/Core_Utils_Tests.swift",
        "Cases/Core/Put/Core_Put_Default_Tests.swift",
        "Cases/Core/Put/Core_Put_Dynamic_Tests.swift",
        "Cases/Core/Put/Core_Put_Tests.swift",
        "Cases/Core/Wanded/Obtainable_Tests.swift",
        "Cases/Core/Wanded/Ubiquitous_Tests.swift",
        "Cases/|/Addons/Ask_All_Tests.swift",
        "Cases/|/Addons/Ask_Any_Tests.swift",
        "Cases/|/Addons/Counting_Tests.swift",
        "Cases/|/Addons/Sequence_Tests.swift",
        "Cases/|/Addons/Task_Tests.swift",
        "Cases/|/Convertable/CoreGraphics_Tests.swift",
        "Cases/|/Convertable/Numbers_Tests.swift",
        "Cases/|/Describing_Tests.swift",
        "Cases/|/String_Tests.swift",
        "Unit/DefaultTests.swift",
        "Unit/Objects.swift",
        "Unit/Performance.swift",
        "Unit/T_Tests.swift",
        "Unit/Unit.swift",
        "Unit/XCTestCase.swift"
      ],
      "target_dependencies" : [
        "Wand"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Wand",
      "module_type" : "SwiftTarget",
      "name" : "Wand",
      "path" : "Sources/Wand",
      "product_memberships" : [
        "Wand"
      ],
      "sources" : [
        "&/&.swift",
        "&/AndT.swift",
        "&/AndU.swift",
        "&/Operation.swift",
        "?/?.swift",
        "?/Error.swift",
        "?/Error?.swift",
        "?/Option.swift",
        "Ask.swift",
        "Core/Core.swift",
        "Core/Expressible/Expressible.swift",
        "Core/Expressible/ExpressibleByArray.swift",
        "Core/Expressible/ExpressibleByDictionary.swift",
        "Core/Key.swift",
        "Core/Weak.swift",
        "Core/tools/Log.swift",
        "Core/tools/Memory.swift",
        "|/Addons/Addons.swift",
        "|/Addons/All.swift",
        "|/Addons/Any.swift",
        "|/Addons/Counting.swift",
        "|/Addons/Sequence.swift",
        "|/Addons/Task.swift",
        "|/Ask.Nil.swift",
        "|/Ask.T.swift",
        "|/Convertable/CoreGraphics_Convertable.swift",
        "|/Convertable/Numbers_Convertable.swift",
        "|/Convertable/String_Convertable.swift",
        "|/Describing/Describing.swift",
        "|/Describing/Describing_Character.swift",
        "|/Describing/Describing_Data.swift",
        "|/Expecting.swift",
        "|/Wanded/Core+Wanded.swift",
        "|/Wanded/NW.swift",
        "|/Wanded/Obtainable.swift",
        "|/Wanded/Ubiquitous.swift",
        "|/Wanded/WandFramerProtocol.swift",
        "|/Wanded/Wanded.swift",
        "|/|.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.